From 0ebe24ed0f2266f8bbab1188375932489c93eb8b Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 31 Jul 2017 10:36:32 +0200 Subject: [PATCH 001/138] =?UTF-8?q?architecture=20globale=20revisit=C3=A9e?= =?UTF-8?q?=20(=5Fvendor,=20=5Fconfig,=20=5Flibrary,=20components)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 3 + css/knacss-unminified.css | 441 +++++++++--------- css/knacss.css | 4 +- gulpfile.js | 2 +- sass/{library => _library}/_base.scss | 0 sass/{utilities => _library}/_layout.scss | 0 sass/{library => _library}/_misc.scss | 0 sass/{library => _library}/_print.scss | 0 sass/{utilities => _library}/_responsive.scss | 0 sass/{library => _library}/_styling.scss | 0 .../_utilities.scss} | 0 sass/{utilities => _library}/_wordpress.scss | 0 .../autogrid.scss} | 0 .../_forms.scss => components/forms.scss} | 0 .../grillade.scss} | 0 .../_media.scss => components/media.scss} | 0 .../_tables.scss => components/tables.scss} | 0 sass/knacss.scss | 69 ++- 18 files changed, 260 insertions(+), 259 deletions(-) rename sass/{library => _library}/_base.scss (100%) rename sass/{utilities => _library}/_layout.scss (100%) rename sass/{library => _library}/_misc.scss (100%) rename sass/{library => _library}/_print.scss (100%) rename sass/{utilities => _library}/_responsive.scss (100%) rename sass/{library => _library}/_styling.scss (100%) rename sass/{utilities/_helpers.scss => _library/_utilities.scss} (100%) rename sass/{utilities => _library}/_wordpress.scss (100%) rename sass/{objects/_autogrid.scss => components/autogrid.scss} (100%) rename sass/{library/_forms.scss => components/forms.scss} (100%) rename sass/{grids/_grillade.scss => components/grillade.scss} (100%) rename sass/{objects/_media.scss => components/media.scss} (100%) rename sass/{library/_tables.scss => components/tables.scss} (100%) diff --git a/changelog.md b/changelog.md index 8567244..0daa62b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# changelog v7.0.0beta (31 juillet 2017) +- architecture globale revisitée (_vendor, _config, _library, components) + # changelog v6.1.2 (21 juin 2017) - alignement des helpers flexbox sur ceux de Bootstrap (`.d-flex`, `.flex-row`, `.flex-column`, `.mr-auto`) - alignement des breakpoints sur ceux de Bootstrap (576, 768, 992, 1200) et réorganisation des intervalles diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index b2f1023..a707098 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -1,28 +1,29 @@ @charset "UTF-8"; /*! -* www.KNACSS.com v6.1.2 (21 juin 2017) @author: Alsacreations, Raphael Goetter +* www.KNACSS.com v7.0.0 (31 juillet 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ */ /* ----------------------------- */ /* ==Table Of Content */ /* ----------------------------- */ -/* 1- Normalize (basic reset) */ -/* 2- Base (basic styles) */ -/* 3- Print (print quick reset) */ -/* 4- Stylings (minor stylings) */ -/* 5- Misc (skip links, hyphens) */ -/* 6- Tables (data tables consistency) */ -/* 7- Forms (forms consistency) */ -/* 8- Media object */ -/* 9- Autogrid object */ -/* 10- Global Layout (alignment, modules, positionning) */ -/* 11- Helpers (width and spacers helpers) */ -/* (12- WordPress reset (disabled by default)) */ -/* 13- Responsive (Responsive Web Design helpers) */ -/* 14- Grid Layout (grillade) */ -/* ---------------------------------- */ -/* ==Normalize (basic reset) */ -/* ---------------------------------- */ +/* +1- Normalize (basic reset) +2- Libraries : + - Base (basic global styles) + - Print (basic print styles) + - Styling (minor stylings) + - Misc (skip links, hyphens) + - Layout (alignment, modules, positionning) + - Utilities (width and spacers helpers) + - Responsive (Responsive helpers) + - WordPress reset (disabled by default) +3- Components : + - Media object + - Autogrid object + - Tables (data tables consistency) + - Forms (forms consistency) + - Grillade (Grid System in Flexbox) +*/ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ /** * 1. Change the default font family in all browsers (opinionated). @@ -970,208 +971,6 @@ th { } } -/* ----------------------------- */ -/* ==Tables */ -/* ----------------------------- */ -table, -.table { - width: 100%; - max-width: 100%; - table-layout: fixed; - border-collapse: collapse; - vertical-align: top; - margin-bottom: 2rem; -} - -.table { - display: table; -} - -#recaptcha_table, -.table-auto { - table-layout: auto; -} - -td, -th { - vertical-align: top; - min-width: 2rem; - cursor: default; -} - -/* ----------------------------- */ -/* ==Forms */ -/* ----------------------------- */ -/* thanks to HTML5boilerplate, -* github.com/nathansmith/formalize and www.sitepen.com -*/ -/* buttons */ -.btn { - display: inline-block; -} - -/* forms items */ -form, -fieldset { - border: none; -} - -input, -button, -select, -label, -.btn { - font-family: inherit; - font-size: inherit; -} - -button, -input, -optgroup, -select, -textarea { - color: #000; -} - -label { - vertical-align: middle; - cursor: pointer; -} - -legend { - border: 0; - white-space: normal; -} - -textarea { - min-height: 5em; - vertical-align: top; - font-family: inherit; - font-size: inherit; - resize: vertical; -} - -select { - -webkit-appearance: menulist-button; -} - -/* if select styling bugs on WebKit */ -/* select { -webkit-appearance: none; } */ -/* 'x' appears on right of search input when text is entered. This removes it */ -input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { - display: none; -} - -::-webkit-input-placeholder { - color: #777; -} - -input:-moz-placeholder, -textarea:-moz-placeholder { - color: #777; -} - -.btn:focus, -input[type="button"]:focus, -button:focus { - -webkit-tap-highlight-color: transparent; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -/* unstyled forms */ -button.unstyled, -input[type="button"].unstyled, -input[type="submit"].unstyled, -input[type="reset"].unstyled { - padding: 0; - border: none; - line-height: 1; - text-align: left; - background: none; - border-radius: 0; - box-shadow: none; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -button.unstyled:focus, -input[type="button"].unstyled:focus, -input[type="submit"].unstyled:focus, -input[type="reset"].unstyled:focus { - box-shadow: none; - outline: none; -} - -/* Media object */ -/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */ -@media (min-width: 576px) { - .o-media { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - } - .o-media-content { - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; - min-width: 0; - /* avoid min-width:auto */ - } -} - -/* Media variants */ -@media (min-width: 576px) { - .o-media--reverse { - -webkit-box-orient: horizontal; - -webkit-box-direction: reverse; - -ms-flex-direction: row-reverse; - flex-direction: row-reverse; - } - .o-media-figure--center { - -ms-flex-item-align: center; - align-self: center; - } -} - -/* Autogrid object */ -/* see http://codepen.io/raphaelgoetter/pen/KMgBJd */ -@media (min-width: 576px) { - [class^="autogrid"], - [class*=" autogrid"] { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - } - [class^="autogrid"] > *, - [class*=" autogrid"] > * { - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; - min-width: 0; - /* avoid min-width:auto */ - } -} - -/* Autogrid variants */ -@media (min-width: 576px) { - .has-gutter > *:not(:first-child) { - margin-left: 1rem; - } - [class*="--reverse"] { - -webkit-box-orient: horizontal; - -webkit-box-direction: reverse; - -ms-flex-direction: row-reverse; - flex-direction: row-reverse; - } -} - /* ----------------------------- */ /* ==Global Layout */ /* ----------------------------- */ @@ -1892,6 +1691,208 @@ ul.is-unstyled, ul.unstyled { } } +/* Media object */ +/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */ +@media (min-width: 576px) { + .o-media { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + } + .o-media-content { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + min-width: 0; + /* avoid min-width:auto */ + } +} + +/* Media variants */ +@media (min-width: 576px) { + .o-media--reverse { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + } + .o-media-figure--center { + -ms-flex-item-align: center; + align-self: center; + } +} + +/* Autogrid object */ +/* see http://codepen.io/raphaelgoetter/pen/KMgBJd */ +@media (min-width: 576px) { + [class^="autogrid"], + [class*=" autogrid"] { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } + [class^="autogrid"] > *, + [class*=" autogrid"] > * { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + min-width: 0; + /* avoid min-width:auto */ + } +} + +/* Autogrid variants */ +@media (min-width: 576px) { + .has-gutter > *:not(:first-child) { + margin-left: 1rem; + } + [class*="--reverse"] { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + } +} + +/* ----------------------------- */ +/* ==Tables */ +/* ----------------------------- */ +table, +.table { + width: 100%; + max-width: 100%; + table-layout: fixed; + border-collapse: collapse; + vertical-align: top; + margin-bottom: 2rem; +} + +.table { + display: table; +} + +#recaptcha_table, +.table-auto { + table-layout: auto; +} + +td, +th { + vertical-align: top; + min-width: 2rem; + cursor: default; +} + +/* ----------------------------- */ +/* ==Forms */ +/* ----------------------------- */ +/* thanks to HTML5boilerplate, +* github.com/nathansmith/formalize and www.sitepen.com +*/ +/* buttons */ +.btn { + display: inline-block; +} + +/* forms items */ +form, +fieldset { + border: none; +} + +input, +button, +select, +label, +.btn { + font-family: inherit; + font-size: inherit; +} + +button, +input, +optgroup, +select, +textarea { + color: #000; +} + +label { + vertical-align: middle; + cursor: pointer; +} + +legend { + border: 0; + white-space: normal; +} + +textarea { + min-height: 5em; + vertical-align: top; + font-family: inherit; + font-size: inherit; + resize: vertical; +} + +select { + -webkit-appearance: menulist-button; +} + +/* if select styling bugs on WebKit */ +/* select { -webkit-appearance: none; } */ +/* 'x' appears on right of search input when text is entered. This removes it */ +input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { + display: none; +} + +::-webkit-input-placeholder { + color: #777; +} + +input:-moz-placeholder, +textarea:-moz-placeholder { + color: #777; +} + +.btn:focus, +input[type="button"]:focus, +button:focus { + -webkit-tap-highlight-color: transparent; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +/* unstyled forms */ +button.unstyled, +input[type="button"].unstyled, +input[type="submit"].unstyled, +input[type="reset"].unstyled { + padding: 0; + border: none; + line-height: 1; + text-align: left; + background: none; + border-radius: 0; + box-shadow: none; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +button.unstyled:focus, +input[type="button"].unstyled:focus, +input[type="submit"].unstyled:focus, +input[type="reset"].unstyled:focus { + box-shadow: none; + outline: none; +} + /* ---------------------------------- */ /* ==Grillade : Simple Grid System */ /* ---------------------------------- */ diff --git a/css/knacss.css b/css/knacss.css index bd8e5df..cfb1623 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! -* www.KNACSS.com v6.1.2 (21 juin 2017) @author: Alsacreations, Raphael Goetter +* www.KNACSS.com v7.0.0 (31 juillet 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}audio,canvas,progress,video{display:inline-block}html,legend{box-sizing:border-box}a:active,a:focus,a:hover,body,mark{color:#000}code,mark{padding:2px 4px}button,hr,input{overflow:visible}hr,legend,pre code{padding:0}.table,blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}.table,table,td,th{vertical-align:top}.clear,hr{clear:both}.txtleft,td,th{text-align:left}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{margin:.67em 0}figure{margin:1em 40px}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio:not([controls]){display:none;height:0}img{border-style:none;vertical-align:middle;height:auto}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{font-size:62.5%;font-size:calc(1em * .625)}*{box-sizing:inherit}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}ol,ul{padding-left:2em}blockquote,figure{margin-left:0;margin-right:0}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like,h1{font-size:2.8rem;font-family:sans-serif}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}code,kbd,pre,samp{white-space:pre-line;white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}.italic,address,cite,em,i,var{font-style:italic}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}@media print{*{background:0 0!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;color:inherit;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}.skip-links,.skip-links a{position:absolute}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}.btn,button,input,label,select,textarea{font-family:inherit;font-size:inherit}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{box-sizing:content-box;display:block;height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}.center,.left{margin-right:auto}.table,table{border:1px solid #ccc;width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}caption{padding:1rem;color:#555;font-style:italic}td,th{padding:.3em .8em;border:1px dotted #aaa;min-width:2rem;cursor:default}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}.btn{display:inline-block}fieldset,form{border:none}button,input,optgroup,select,textarea{color:#000}label{vertical-align:middle;cursor:pointer}.inbl,textarea{vertical-align:top}legend{border:0;white-space:normal}textarea{min-height:5em;resize:vertical}select{-webkit-appearance:menulist-button}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}.btn:focus,button:focus,input[type=button]:focus{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}button.unstyled,input[type=button].unstyled,input[type=reset].unstyled,input[type=submit].unstyled{padding:0;border:none;line-height:1;text-align:left;background:0 0;border-radius:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}button.unstyled:focus,input[type=button].unstyled:focus,input[type=reset].unstyled:focus,input[type=submit].unstyled:focus{box-shadow:none;outline:0}@media (min-width:576px){.o-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.o-media-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.o-media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.o-media-figure--center{-ms-flex-item-align:center;align-self:center}[class*=" autogrid"],[class^=autogrid]{display:-webkit-box;display:-ms-flexbox;display:flex}[class*=" autogrid"]>*,[class^=autogrid]>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.has-gutter>:not(:first-child){margin-left:1rem}[class*="--reverse"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.center,.right{margin-left:auto}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container-h,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,[hidden]{display:none}.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,[disabled]{opacity:.5;pointer-events:none;cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.w10{width:10%}.w20{width:20%}.w25{width:25%}.w30{width:30%}.w33{width:33.3333%}.w40{width:40%}.w50{width:50%}.w60{width:60%}.w66{width:66.6666%}.w70{width:70%}.w75{width:75%}.w80{width:80%}.w90{width:90%}.w100{width:100%}.w50p{width:50px}.w100p{width:100px}.w150p{width:150px}.w200p{width:200px}.w300p{width:300px}@media (min-width:401px){.w400p{width:400px}.w500p{width:500px}.w600p{width:600px}}@media (min-width:701px){.w700p{width:700px}.w800p{width:800px}}@media (min-width:961px){.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}}.wauto{width:auto}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:576px){[class*=" grid-"],[class^=grid-]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}[class*=" grid-"]>*,[class^=grid-]>*{box-sizing:border-box;min-width:0;min-height:0}.grid,.grid--reverse{display:-webkit-box;display:-ms-flexbox;display:flex}.grid--reverse>*,.grid>*{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;box-sizing:border-box;min-width:0;min-height:0}.grid--reverse.has-gutter>*+*,.grid.has-gutter>*+*{margin-left:calc(1rem - .01px)}.grid--reverse.has-gutter-l>*+*,.grid.has-gutter-l>*+*{margin-left:calc(2rem - .01px)}.grid--reverse.has-gutter-xl>*+*,.grid.has-gutter-xl>*+*{margin-left:calc(4rem - .01px)}[class*=grid-2]>*{width:calc(100% / 2 - .01px)}[class*=grid-2].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-2].has-gutter>*{width:calc(100% / 2 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-2].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-2].has-gutter-l>*{width:calc(100% / 2 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-2].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-2].has-gutter-xl>*{width:calc(100% / 2 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-3]>*{width:calc(100% / 3 - .01px)}[class*=grid-3].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-3].has-gutter>*{width:calc(100% / 3 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-3].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-3].has-gutter-l>*{width:calc(100% / 3 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-3].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-3].has-gutter-xl>*{width:calc(100% / 3 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-4]>*{width:calc(100% / 4 - .01px)}[class*=grid-4].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-4].has-gutter>*{width:calc(100% / 4 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-4].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-4].has-gutter-l>*{width:calc(100% / 4 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-4].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-4].has-gutter-xl>*{width:calc(100% / 4 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-5]>*{width:calc(100% / 5 - .01px)}[class*=grid-5].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-5].has-gutter>*{width:calc(100% / 5 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-5].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-5].has-gutter-l>*{width:calc(100% / 5 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-5].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-5].has-gutter-xl>*{width:calc(100% / 5 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-6]>*{width:calc(100% / 6 - .01px)}[class*=grid-6].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-6].has-gutter>*{width:calc(100% / 6 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-6].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-6].has-gutter-l>*{width:calc(100% / 6 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-6].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-6].has-gutter-xl>*{width:calc(100% / 6 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-7]>*{width:calc(100% / 7 - .01px)}[class*=grid-7].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-7].has-gutter>*{width:calc(100% / 7 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-7].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-7].has-gutter-l>*{width:calc(100% / 7 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-7].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-7].has-gutter-xl>*{width:calc(100% / 7 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-8]>*{width:calc(100% / 8 - .01px)}[class*=grid-8].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-8].has-gutter>*{width:calc(100% / 8 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-8].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-8].has-gutter-l>*{width:calc(100% / 8 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-8].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-8].has-gutter-xl>*{width:calc(100% / 8 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-9]>*{width:calc(100% / 9 - .01px)}[class*=grid-9].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-9].has-gutter>*{width:calc(100% / 9 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-9].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-9].has-gutter-l>*{width:calc(100% / 9 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-9].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-9].has-gutter-xl>*{width:calc(100% / 9 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-10]>*{width:calc(100% / 10 - .01px)}[class*=grid-10].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-10].has-gutter>*{width:calc(100% / 10 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-10].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-10].has-gutter-l>*{width:calc(100% / 10 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-10].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-10].has-gutter-xl>*{width:calc(100% / 10 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-11]>*{width:calc(100% / 11 - .01px)}[class*=grid-11].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-11].has-gutter>*{width:calc(100% / 11 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-11].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-11].has-gutter-l>*{width:calc(100% / 11 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-11].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-11].has-gutter-xl>*{width:calc(100% / 11 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-12]>*{width:calc(100% / 12 - .01px)}[class*=grid-12].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-12].has-gutter>*{width:calc(100% / 12 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-12].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-12].has-gutter-l>*{width:calc(100% / 12 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-12].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-12].has-gutter-xl>*{width:calc(100% / 12 - 4rem - .01px);margin-right:2rem;margin-left:2rem}}.push{margin-left:auto!important}.pull{margin-right:auto!important}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}[class*=grid-][class*="--reverse"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (min-width:576px){.full,.one-half{-webkit-box-flex:0}.full{-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 1 - .01px)}.has-gutter>.full{width:calc(100% / 1 - 1rem - .01px)}.has-gutter-l>.full{width:calc(100% / 1 - 2rem - .01px)}.has-gutter-xl>.full{width:calc(100% / 1 - 4rem - .01px)}.one-half{-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 2 - .01px)}.has-gutter>.one-half{width:calc(100% / 2 - 1rem - .01px)}.has-gutter-l>.one-half{width:calc(100% / 2 - 2rem - .01px)}.has-gutter-xl>.one-half{width:calc(100% / 2 - 4rem - .01px)}.one-third{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 - .01px)}.has-gutter>.one-third{width:calc(100% / 3 - 1rem - .01px)}.has-gutter-l>.one-third{width:calc(100% / 3 - 2rem - .01px)}.has-gutter-xl>.one-third{width:calc(100% / 3 - 4rem - .01px)}.one-quarter{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 4 - .01px)}.has-gutter>.one-quarter{width:calc(100% / 4 - 1rem - .01px)}.has-gutter-l>.one-quarter{width:calc(100% / 4 - 2rem - .01px)}.has-gutter-xl>.one-quarter{width:calc(100% / 4 - 4rem - .01px)}.one-fifth{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 5 - .01px)}.has-gutter>.one-fifth{width:calc(100% / 5 - 1rem - .01px)}.has-gutter-l>.one-fifth{width:calc(100% / 5 - 2rem - .01px)}.has-gutter-xl>.one-fifth{width:calc(100% / 5 - 4rem - .01px)}.one-sixth{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 6 - .01px)}.has-gutter>.one-sixth{width:calc(100% / 6 - 1rem - .01px)}.has-gutter-l>.one-sixth{width:calc(100% / 6 - 2rem - .01px)}.has-gutter-xl>.one-sixth{width:calc(100% / 6 - 4rem - .01px)}.two-thirds{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 * 2 - .01px)}.has-gutter>.two-thirds{width:calc(100% / 3 * 2 - 1rem - .01px)}.has-gutter-l>.two-thirds{width:calc(100% / 3 * 2 - 2rem - .01px)}.has-gutter-xl>.two-thirds{width:calc(100% / 3 * 2 - 4rem - .01px)}.three-quarters{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 4 * 3 - .01px)}.has-gutter>.three-quarters{width:calc(100% / 4 * 3 - 1rem - .01px)}.has-gutter-l>.three-quarters{width:calc(100% / 4 * 3 - 2rem - .01px)}.has-gutter-xl>.three-quarters{width:calc(100% / 4 * 3 - 4rem - .01px)}.five-sixths{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 6 * 5 - .01px)}.has-gutter>.five-sixths{width:calc(100% / 6 * 5 - 1rem - .01px)}.has-gutter-l>.five-sixths{width:calc(100% / 6 * 5 - 2rem - .01px)}.has-gutter-xl>.five-sixths{width:calc(100% / 6 * 5 - 4rem - .01px)}}@media (min-width:576px) and (max-width:767px){[class*="-small-1"]>*{width:calc(100% / 1 - .01px)}[class*="-small-1"].has-gutter>*{width:calc(100% / 1 - 1rem - .01px)}[class*="-small-1"].has-gutter-l>*{width:calc(100% / 1 - 2rem - .01px)}[class*="-small-1"].has-gutter-xl>*{width:calc(100% / 1 - 4rem - .01px)}[class*="-small-2"]>*{width:calc(100% / 2 - .01px)}[class*="-small-2"].has-gutter>*{width:calc(100% / 2 - 1rem - .01px)}[class*="-small-2"].has-gutter-l>*{width:calc(100% / 2 - 2rem - .01px)}[class*="-small-2"].has-gutter-xl>*{width:calc(100% / 2 - 4rem - .01px)}[class*="-small-3"]>*{width:calc(100% / 3 - .01px)}[class*="-small-3"].has-gutter>*{width:calc(100% / 3 - 1rem - .01px)}[class*="-small-3"].has-gutter-l>*{width:calc(100% / 3 - 2rem - .01px)}[class*="-small-3"].has-gutter-xl>*{width:calc(100% / 3 - 4rem - .01px)}[class*="-small-4"]>*{width:calc(100% / 4 - .01px)}[class*="-small-4"].has-gutter>*{width:calc(100% / 4 - 1rem - .01px)}[class*="-small-4"].has-gutter-l>*{width:calc(100% / 4 - 2rem - .01px)}[class*="-small-4"].has-gutter-xl>*{width:calc(100% / 4 - 4rem - .01px)}} \ No newline at end of file +*//*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}audio,canvas,progress,video{display:inline-block}html,legend{box-sizing:border-box}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}button,hr,input{overflow:visible}hr,legend,pre code{padding:0}.clear,hr{clear:both}.txtleft,td,th{text-align:left}.inbl,.table,table,td,textarea,th{vertical-align:top}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{margin:.67em 0}figure{margin:1em 40px}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio:not([controls]){display:none;height:0}img{border-style:none;vertical-align:middle;height:auto}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{font-size:62.5%;font-size:calc(1em * .625)}*{box-sizing:inherit}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}ol,ul{padding-left:2em}blockquote,figure{margin-left:0;margin-right:0}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like,h1{font-size:2.8rem;font-family:sans-serif}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}code,kbd,pre,samp{white-space:pre-line;white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}.italic,address,cite,em,i,var{font-style:italic}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}@media print{*{background:0 0!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;color:inherit;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}.skip-links,.skip-links a{position:absolute}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}.btn,button,input,label,select,textarea{font-family:inherit;font-size:inherit}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{box-sizing:content-box;display:block;height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}.center,.right{margin-left:auto}.center,.left{margin-right:auto}.table,table{border:1px solid #ccc}caption{padding:1rem;color:#555;font-style:italic}td,th{padding:.3em .8em;border:1px dotted #aaa}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container-h,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,[hidden]{display:none}.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,[disabled]{opacity:.5;pointer-events:none;cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.w10{width:10%}.w20{width:20%}.w25{width:25%}.w30{width:30%}.w33{width:33.3333%}.w40{width:40%}.w50{width:50%}.w60{width:60%}.w66{width:66.6666%}.w70{width:70%}.w75{width:75%}.w80{width:80%}.w90{width:90%}.w100{width:100%}.w50p{width:50px}.w100p{width:100px}.w150p{width:150px}.w200p{width:200px}.w300p{width:300px}@media (min-width:401px){.w400p{width:400px}.w500p{width:500px}.w600p{width:600px}}@media (min-width:701px){.w700p{width:700px}.w800p{width:800px}}@media (min-width:961px){.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}}.wauto{width:auto}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:576px){.o-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.o-media-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.o-media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.o-media-figure--center{-ms-flex-item-align:center;align-self:center}[class*=" autogrid"],[class^=autogrid]{display:-webkit-box;display:-ms-flexbox;display:flex}[class*=" autogrid"]>*,[class^=autogrid]>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.has-gutter>:not(:first-child){margin-left:1rem}[class*="--reverse"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default}.btn{display:inline-block}fieldset,form{border:none}button,input,optgroup,select,textarea{color:#000}label{vertical-align:middle;cursor:pointer}legend{border:0;white-space:normal}textarea{min-height:5em;resize:vertical}select{-webkit-appearance:menulist-button}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}.btn:focus,button:focus,input[type=button]:focus{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}button.unstyled,input[type=button].unstyled,input[type=reset].unstyled,input[type=submit].unstyled{padding:0;border:none;line-height:1;text-align:left;background:0 0;border-radius:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}button.unstyled:focus,input[type=button].unstyled:focus,input[type=reset].unstyled:focus,input[type=submit].unstyled:focus{box-shadow:none;outline:0}@media (min-width:576px){[class*=" grid-"],[class^=grid-]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}[class*=" grid-"]>*,[class^=grid-]>*{box-sizing:border-box;min-width:0;min-height:0}.grid,.grid--reverse{display:-webkit-box;display:-ms-flexbox;display:flex}.grid--reverse>*,.grid>*{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;box-sizing:border-box;min-width:0;min-height:0}.grid--reverse.has-gutter>*+*,.grid.has-gutter>*+*{margin-left:calc(1rem - .01px)}.grid--reverse.has-gutter-l>*+*,.grid.has-gutter-l>*+*{margin-left:calc(2rem - .01px)}.grid--reverse.has-gutter-xl>*+*,.grid.has-gutter-xl>*+*{margin-left:calc(4rem - .01px)}[class*=grid-2]>*{width:calc(100% / 2 - .01px)}[class*=grid-2].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-2].has-gutter>*{width:calc(100% / 2 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-2].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-2].has-gutter-l>*{width:calc(100% / 2 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-2].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-2].has-gutter-xl>*{width:calc(100% / 2 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-3]>*{width:calc(100% / 3 - .01px)}[class*=grid-3].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-3].has-gutter>*{width:calc(100% / 3 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-3].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-3].has-gutter-l>*{width:calc(100% / 3 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-3].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-3].has-gutter-xl>*{width:calc(100% / 3 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-4]>*{width:calc(100% / 4 - .01px)}[class*=grid-4].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-4].has-gutter>*{width:calc(100% / 4 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-4].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-4].has-gutter-l>*{width:calc(100% / 4 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-4].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-4].has-gutter-xl>*{width:calc(100% / 4 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-5]>*{width:calc(100% / 5 - .01px)}[class*=grid-5].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-5].has-gutter>*{width:calc(100% / 5 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-5].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-5].has-gutter-l>*{width:calc(100% / 5 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-5].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-5].has-gutter-xl>*{width:calc(100% / 5 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-6]>*{width:calc(100% / 6 - .01px)}[class*=grid-6].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-6].has-gutter>*{width:calc(100% / 6 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-6].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-6].has-gutter-l>*{width:calc(100% / 6 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-6].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-6].has-gutter-xl>*{width:calc(100% / 6 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-7]>*{width:calc(100% / 7 - .01px)}[class*=grid-7].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-7].has-gutter>*{width:calc(100% / 7 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-7].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-7].has-gutter-l>*{width:calc(100% / 7 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-7].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-7].has-gutter-xl>*{width:calc(100% / 7 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-8]>*{width:calc(100% / 8 - .01px)}[class*=grid-8].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-8].has-gutter>*{width:calc(100% / 8 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-8].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-8].has-gutter-l>*{width:calc(100% / 8 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-8].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-8].has-gutter-xl>*{width:calc(100% / 8 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-9]>*{width:calc(100% / 9 - .01px)}[class*=grid-9].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-9].has-gutter>*{width:calc(100% / 9 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-9].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-9].has-gutter-l>*{width:calc(100% / 9 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-9].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-9].has-gutter-xl>*{width:calc(100% / 9 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-10]>*{width:calc(100% / 10 - .01px)}[class*=grid-10].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-10].has-gutter>*{width:calc(100% / 10 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-10].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-10].has-gutter-l>*{width:calc(100% / 10 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-10].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-10].has-gutter-xl>*{width:calc(100% / 10 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-11]>*{width:calc(100% / 11 - .01px)}[class*=grid-11].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-11].has-gutter>*{width:calc(100% / 11 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-11].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-11].has-gutter-l>*{width:calc(100% / 11 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-11].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-11].has-gutter-xl>*{width:calc(100% / 11 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-12]>*{width:calc(100% / 12 - .01px)}[class*=grid-12].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-12].has-gutter>*{width:calc(100% / 12 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-12].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-12].has-gutter-l>*{width:calc(100% / 12 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-12].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-12].has-gutter-xl>*{width:calc(100% / 12 - 4rem - .01px);margin-right:2rem;margin-left:2rem}}.push{margin-left:auto!important}.pull{margin-right:auto!important}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}[class*=grid-][class*="--reverse"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (min-width:576px){.full,.one-half{-webkit-box-flex:0}.full{-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 1 - .01px)}.has-gutter>.full{width:calc(100% / 1 - 1rem - .01px)}.has-gutter-l>.full{width:calc(100% / 1 - 2rem - .01px)}.has-gutter-xl>.full{width:calc(100% / 1 - 4rem - .01px)}.one-half{-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 2 - .01px)}.has-gutter>.one-half{width:calc(100% / 2 - 1rem - .01px)}.has-gutter-l>.one-half{width:calc(100% / 2 - 2rem - .01px)}.has-gutter-xl>.one-half{width:calc(100% / 2 - 4rem - .01px)}.one-third{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 - .01px)}.has-gutter>.one-third{width:calc(100% / 3 - 1rem - .01px)}.has-gutter-l>.one-third{width:calc(100% / 3 - 2rem - .01px)}.has-gutter-xl>.one-third{width:calc(100% / 3 - 4rem - .01px)}.one-quarter{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 4 - .01px)}.has-gutter>.one-quarter{width:calc(100% / 4 - 1rem - .01px)}.has-gutter-l>.one-quarter{width:calc(100% / 4 - 2rem - .01px)}.has-gutter-xl>.one-quarter{width:calc(100% / 4 - 4rem - .01px)}.one-fifth{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 5 - .01px)}.has-gutter>.one-fifth{width:calc(100% / 5 - 1rem - .01px)}.has-gutter-l>.one-fifth{width:calc(100% / 5 - 2rem - .01px)}.has-gutter-xl>.one-fifth{width:calc(100% / 5 - 4rem - .01px)}.one-sixth{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 6 - .01px)}.has-gutter>.one-sixth{width:calc(100% / 6 - 1rem - .01px)}.has-gutter-l>.one-sixth{width:calc(100% / 6 - 2rem - .01px)}.has-gutter-xl>.one-sixth{width:calc(100% / 6 - 4rem - .01px)}.two-thirds{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 * 2 - .01px)}.has-gutter>.two-thirds{width:calc(100% / 3 * 2 - 1rem - .01px)}.has-gutter-l>.two-thirds{width:calc(100% / 3 * 2 - 2rem - .01px)}.has-gutter-xl>.two-thirds{width:calc(100% / 3 * 2 - 4rem - .01px)}.three-quarters{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 4 * 3 - .01px)}.has-gutter>.three-quarters{width:calc(100% / 4 * 3 - 1rem - .01px)}.has-gutter-l>.three-quarters{width:calc(100% / 4 * 3 - 2rem - .01px)}.has-gutter-xl>.three-quarters{width:calc(100% / 4 * 3 - 4rem - .01px)}.five-sixths{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 6 * 5 - .01px)}.has-gutter>.five-sixths{width:calc(100% / 6 * 5 - 1rem - .01px)}.has-gutter-l>.five-sixths{width:calc(100% / 6 * 5 - 2rem - .01px)}.has-gutter-xl>.five-sixths{width:calc(100% / 6 * 5 - 4rem - .01px)}}@media (min-width:576px) and (max-width:767px){[class*="-small-1"]>*{width:calc(100% / 1 - .01px)}[class*="-small-1"].has-gutter>*{width:calc(100% / 1 - 1rem - .01px)}[class*="-small-1"].has-gutter-l>*{width:calc(100% / 1 - 2rem - .01px)}[class*="-small-1"].has-gutter-xl>*{width:calc(100% / 1 - 4rem - .01px)}[class*="-small-2"]>*{width:calc(100% / 2 - .01px)}[class*="-small-2"].has-gutter>*{width:calc(100% / 2 - 1rem - .01px)}[class*="-small-2"].has-gutter-l>*{width:calc(100% / 2 - 2rem - .01px)}[class*="-small-2"].has-gutter-xl>*{width:calc(100% / 2 - 4rem - .01px)}[class*="-small-3"]>*{width:calc(100% / 3 - .01px)}[class*="-small-3"].has-gutter>*{width:calc(100% / 3 - 1rem - .01px)}[class*="-small-3"].has-gutter-l>*{width:calc(100% / 3 - 2rem - .01px)}[class*="-small-3"].has-gutter-xl>*{width:calc(100% / 3 - 4rem - .01px)}[class*="-small-4"]>*{width:calc(100% / 4 - .01px)}[class*="-small-4"].has-gutter>*{width:calc(100% / 4 - 1rem - .01px)}[class*="-small-4"].has-gutter-l>*{width:calc(100% / 4 - 2rem - .01px)}[class*="-small-4"].has-gutter-xl>*{width:calc(100% / 4 - 4rem - .01px)}} \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index c83281b..09b29f0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -27,7 +27,7 @@ gulp.task('css', function () { }); gulp.task('grillade', function() { - return gulp.src(['./sass/_config/_breakpoints.scss', './sass/grids/_grillade.scss']) + return gulp.src(['./sass/_config/_breakpoints.scss', './sass/components/grillade.scss']) .pipe(concat('grillade.scss')) .pipe(gulp.dest('./css/')) .pipe(sass()) diff --git a/sass/library/_base.scss b/sass/_library/_base.scss similarity index 100% rename from sass/library/_base.scss rename to sass/_library/_base.scss diff --git a/sass/utilities/_layout.scss b/sass/_library/_layout.scss similarity index 100% rename from sass/utilities/_layout.scss rename to sass/_library/_layout.scss diff --git a/sass/library/_misc.scss b/sass/_library/_misc.scss similarity index 100% rename from sass/library/_misc.scss rename to sass/_library/_misc.scss diff --git a/sass/library/_print.scss b/sass/_library/_print.scss similarity index 100% rename from sass/library/_print.scss rename to sass/_library/_print.scss diff --git a/sass/utilities/_responsive.scss b/sass/_library/_responsive.scss similarity index 100% rename from sass/utilities/_responsive.scss rename to sass/_library/_responsive.scss diff --git a/sass/library/_styling.scss b/sass/_library/_styling.scss similarity index 100% rename from sass/library/_styling.scss rename to sass/_library/_styling.scss diff --git a/sass/utilities/_helpers.scss b/sass/_library/_utilities.scss similarity index 100% rename from sass/utilities/_helpers.scss rename to sass/_library/_utilities.scss diff --git a/sass/utilities/_wordpress.scss b/sass/_library/_wordpress.scss similarity index 100% rename from sass/utilities/_wordpress.scss rename to sass/_library/_wordpress.scss diff --git a/sass/objects/_autogrid.scss b/sass/components/autogrid.scss similarity index 100% rename from sass/objects/_autogrid.scss rename to sass/components/autogrid.scss diff --git a/sass/library/_forms.scss b/sass/components/forms.scss similarity index 100% rename from sass/library/_forms.scss rename to sass/components/forms.scss diff --git a/sass/grids/_grillade.scss b/sass/components/grillade.scss similarity index 100% rename from sass/grids/_grillade.scss rename to sass/components/grillade.scss diff --git a/sass/objects/_media.scss b/sass/components/media.scss similarity index 100% rename from sass/objects/_media.scss rename to sass/components/media.scss diff --git a/sass/library/_tables.scss b/sass/components/tables.scss similarity index 100% rename from sass/library/_tables.scss rename to sass/components/tables.scss diff --git a/sass/knacss.scss b/sass/knacss.scss index cf59e8d..4142b6c 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -1,5 +1,5 @@ /*! -* www.KNACSS.com v6.1.2 (21 juin 2017) @author: Alsacreations, Raphael Goetter +* www.KNACSS.com v7.0.0 (31 juillet 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ */ @@ -7,24 +7,24 @@ /* ==Table Of Content */ /* ----------------------------- */ -/* 1- Normalize (basic reset) */ -/* 2- Base (basic styles) */ -/* 3- Print (print quick reset) */ -/* 4- Stylings (minor stylings) */ -/* 5- Misc (skip links, hyphens) */ -/* 6- Tables (data tables consistency) */ -/* 7- Forms (forms consistency) */ -/* 8- Media object */ -/* 9- Autogrid object */ -/* 10- Global Layout (alignment, modules, positionning) */ -/* 11- Helpers (width and spacers helpers) */ -/* (12- WordPress reset (disabled by default)) */ -/* 13- Responsive (Responsive Web Design helpers) */ -/* 14- Grid Layout (grillade) */ - -/* ---------------------------------- */ -/* ==Normalize (basic reset) */ -/* ---------------------------------- */ +/* +1- Normalize (basic reset) +2- Libraries : + - Base (basic global styles) + - Print (basic print styles) + - Styling (minor stylings) + - Misc (skip links, hyphens) + - Layout (alignment, modules, positionning) + - Utilities (width and spacers helpers) + - Responsive (Responsive helpers) + - WordPress reset (disabled by default) +3- Components : + - Media object + - Autogrid object + - Tables (data tables consistency) + - Forms (forms consistency) + - Grillade (Grid System in Flexbox) +*/ @import "_vendor/_normalize.scss"; // normalize (basic reset) @@ -36,25 +36,22 @@ @import "_config/_mixins.scss"; // Libraries -@import "library/_base.scss"; // basic styles -@import "library/_print.scss"; // print quick reset -@import "library/_styling.scss"; // minor stylings -@import "library/_misc.scss"; // skip links, hyphens -@import "library/_tables.scss"; // data tables consistency -@import "library/_forms.scss"; // forms consistency +@import "_library/_base.scss"; // basic styles +@import "_library/_print.scss"; // print quick reset +@import "_library/_styling.scss"; // minor stylings +@import "_library/_misc.scss"; // skip links, hyphens +@import "_library/_layout.scss"; // alignment, modules, positionning +@import "_library/_utilities.scss"; // width and spacers helpers +@import "_library/_responsive.scss"; // Responsive Web Design helpers +// @import "_library/_wordpress.scss"; // WordPress reset and basic styles -// Objects -@import "objects/_media.scss"; // media object -@import "objects/_autogrid.scss"; // media autogrid +// Components +@import "components/media.scss"; // media object +@import "components/autogrid.scss"; // media autogrid +@import "components/tables.scss"; // data tables consistency +@import "components/forms.scss"; // forms consistency +@import "components/grillade.scss"; // grids -// Utilities -@import "utilities/_layout.scss"; // alignment, modules, positionning -@import "utilities/_helpers.scss"; // width and spacers helpers -// @import "utilities/_wordpress.scss"; // WordPress reset and basic styles -@import "utilities/_responsive.scss"; // Responsive Web Design helpers - -// Grids -@import "grids/_grillade.scss"; // grids /* ----------------------------- */ From c7f44aef04d02b748085ea7bc886c23dc5c64039 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 31 Jul 2017 10:42:57 +0200 Subject: [PATCH 002/138] normalize.css v7.0.0 --- changelog.md | 1 + css/knacss-unminified.css | 38 ++++++------------ css/knacss.css | 2 +- .../{_normalize.scss => _normalize.css} | 40 ++++++------------- sass/knacss.scss | 2 +- 5 files changed, 28 insertions(+), 55 deletions(-) rename sass/_vendor/{_normalize.scss => _normalize.css} (90%) diff --git a/changelog.md b/changelog.md index 0daa62b..64a5503 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # changelog v7.0.0beta (31 juillet 2017) - architecture globale revisitée (_vendor, _config, _library, components) +- normalize.css v7.0.0 # changelog v6.1.2 (21 juin 2017) - alignement des helpers flexbox sur ceux de Bootstrap (`.d-flex`, `.flex-row`, `.flex-column`, `.mr-auto`) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index a707098..33de31d 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -24,24 +24,21 @@ - Forms (forms consistency) - Grillade (Grid System in Flexbox) */ -/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ -/** - * 1. Change the default font family in all browsers (opinionated). - * 2. Correct the line height in all browsers. - * 3. Prevent adjustments of font size after orientation changes in - * IE on Windows Phone and in iOS. - */ +/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in + * IE on Windows Phone and in iOS. + */ html { - font-family: sans-serif; - /* 1 */ line-height: 1.15; - /* 2 */ + /* 1 */ -ms-text-size-adjust: 100%; - /* 3 */ + /* 2 */ -webkit-text-size-adjust: 100%; - /* 3 */ + /* 2 */ } /* Sections @@ -132,16 +129,7 @@ a { } /** - * Remove the outline on focused links when they are also active or hovered - * in all browsers (opinionated). - */ -a:active, -a:hover { - outline-width: 0; -} - -/** - * 1. Remove the bottom border in Firefox 39-. + * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { @@ -332,12 +320,10 @@ button:-moz-focusring, } /** - * Change the border, margin, and padding in all browsers (opinionated). + * Correct the padding in Firefox. */ fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; + padding: 0.35em 0.75em 0.625em; } /** diff --git a/css/knacss.css b/css/knacss.css index cfb1623..93a3c3a 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (31 juillet 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}audio,canvas,progress,video{display:inline-block}html,legend{box-sizing:border-box}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}button,hr,input{overflow:visible}hr,legend,pre code{padding:0}.clear,hr{clear:both}.txtleft,td,th{text-align:left}.inbl,.table,table,td,textarea,th{vertical-align:top}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{margin:.67em 0}figure{margin:1em 40px}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio:not([controls]){display:none;height:0}img{border-style:none;vertical-align:middle;height:auto}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{font-size:62.5%;font-size:calc(1em * .625)}*{box-sizing:inherit}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}ol,ul{padding-left:2em}blockquote,figure{margin-left:0;margin-right:0}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like,h1{font-size:2.8rem;font-family:sans-serif}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}code,kbd,pre,samp{white-space:pre-line;white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}.italic,address,cite,em,i,var{font-style:italic}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}@media print{*{background:0 0!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;color:inherit;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}.skip-links,.skip-links a{position:absolute}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}.btn,button,input,label,select,textarea{font-family:inherit;font-size:inherit}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{box-sizing:content-box;display:block;height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}.center,.right{margin-left:auto}.center,.left{margin-right:auto}.table,table{border:1px solid #ccc}caption{padding:1rem;color:#555;font-style:italic}td,th{padding:.3em .8em;border:1px dotted #aaa}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container-h,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,[hidden]{display:none}.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,[disabled]{opacity:.5;pointer-events:none;cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.w10{width:10%}.w20{width:20%}.w25{width:25%}.w30{width:30%}.w33{width:33.3333%}.w40{width:40%}.w50{width:50%}.w60{width:60%}.w66{width:66.6666%}.w70{width:70%}.w75{width:75%}.w80{width:80%}.w90{width:90%}.w100{width:100%}.w50p{width:50px}.w100p{width:100px}.w150p{width:150px}.w200p{width:200px}.w300p{width:300px}@media (min-width:401px){.w400p{width:400px}.w500p{width:500px}.w600p{width:600px}}@media (min-width:701px){.w700p{width:700px}.w800p{width:800px}}@media (min-width:961px){.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}}.wauto{width:auto}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:576px){.o-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.o-media-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.o-media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.o-media-figure--center{-ms-flex-item-align:center;align-self:center}[class*=" autogrid"],[class^=autogrid]{display:-webkit-box;display:-ms-flexbox;display:flex}[class*=" autogrid"]>*,[class^=autogrid]>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.has-gutter>:not(:first-child){margin-left:1rem}[class*="--reverse"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default}.btn{display:inline-block}fieldset,form{border:none}button,input,optgroup,select,textarea{color:#000}label{vertical-align:middle;cursor:pointer}legend{border:0;white-space:normal}textarea{min-height:5em;resize:vertical}select{-webkit-appearance:menulist-button}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}.btn:focus,button:focus,input[type=button]:focus{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}button.unstyled,input[type=button].unstyled,input[type=reset].unstyled,input[type=submit].unstyled{padding:0;border:none;line-height:1;text-align:left;background:0 0;border-radius:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}button.unstyled:focus,input[type=button].unstyled:focus,input[type=reset].unstyled:focus,input[type=submit].unstyled:focus{box-shadow:none;outline:0}@media (min-width:576px){[class*=" grid-"],[class^=grid-]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}[class*=" grid-"]>*,[class^=grid-]>*{box-sizing:border-box;min-width:0;min-height:0}.grid,.grid--reverse{display:-webkit-box;display:-ms-flexbox;display:flex}.grid--reverse>*,.grid>*{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;box-sizing:border-box;min-width:0;min-height:0}.grid--reverse.has-gutter>*+*,.grid.has-gutter>*+*{margin-left:calc(1rem - .01px)}.grid--reverse.has-gutter-l>*+*,.grid.has-gutter-l>*+*{margin-left:calc(2rem - .01px)}.grid--reverse.has-gutter-xl>*+*,.grid.has-gutter-xl>*+*{margin-left:calc(4rem - .01px)}[class*=grid-2]>*{width:calc(100% / 2 - .01px)}[class*=grid-2].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-2].has-gutter>*{width:calc(100% / 2 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-2].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-2].has-gutter-l>*{width:calc(100% / 2 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-2].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-2].has-gutter-xl>*{width:calc(100% / 2 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-3]>*{width:calc(100% / 3 - .01px)}[class*=grid-3].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-3].has-gutter>*{width:calc(100% / 3 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-3].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-3].has-gutter-l>*{width:calc(100% / 3 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-3].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-3].has-gutter-xl>*{width:calc(100% / 3 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-4]>*{width:calc(100% / 4 - .01px)}[class*=grid-4].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-4].has-gutter>*{width:calc(100% / 4 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-4].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-4].has-gutter-l>*{width:calc(100% / 4 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-4].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-4].has-gutter-xl>*{width:calc(100% / 4 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-5]>*{width:calc(100% / 5 - .01px)}[class*=grid-5].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-5].has-gutter>*{width:calc(100% / 5 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-5].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-5].has-gutter-l>*{width:calc(100% / 5 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-5].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-5].has-gutter-xl>*{width:calc(100% / 5 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-6]>*{width:calc(100% / 6 - .01px)}[class*=grid-6].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-6].has-gutter>*{width:calc(100% / 6 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-6].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-6].has-gutter-l>*{width:calc(100% / 6 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-6].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-6].has-gutter-xl>*{width:calc(100% / 6 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-7]>*{width:calc(100% / 7 - .01px)}[class*=grid-7].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-7].has-gutter>*{width:calc(100% / 7 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-7].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-7].has-gutter-l>*{width:calc(100% / 7 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-7].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-7].has-gutter-xl>*{width:calc(100% / 7 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-8]>*{width:calc(100% / 8 - .01px)}[class*=grid-8].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-8].has-gutter>*{width:calc(100% / 8 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-8].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-8].has-gutter-l>*{width:calc(100% / 8 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-8].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-8].has-gutter-xl>*{width:calc(100% / 8 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-9]>*{width:calc(100% / 9 - .01px)}[class*=grid-9].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-9].has-gutter>*{width:calc(100% / 9 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-9].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-9].has-gutter-l>*{width:calc(100% / 9 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-9].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-9].has-gutter-xl>*{width:calc(100% / 9 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-10]>*{width:calc(100% / 10 - .01px)}[class*=grid-10].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-10].has-gutter>*{width:calc(100% / 10 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-10].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-10].has-gutter-l>*{width:calc(100% / 10 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-10].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-10].has-gutter-xl>*{width:calc(100% / 10 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-11]>*{width:calc(100% / 11 - .01px)}[class*=grid-11].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-11].has-gutter>*{width:calc(100% / 11 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-11].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-11].has-gutter-l>*{width:calc(100% / 11 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-11].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-11].has-gutter-xl>*{width:calc(100% / 11 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-12]>*{width:calc(100% / 12 - .01px)}[class*=grid-12].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-12].has-gutter>*{width:calc(100% / 12 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-12].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-12].has-gutter-l>*{width:calc(100% / 12 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-12].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-12].has-gutter-xl>*{width:calc(100% / 12 - 4rem - .01px);margin-right:2rem;margin-left:2rem}}.push{margin-left:auto!important}.pull{margin-right:auto!important}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}[class*=grid-][class*="--reverse"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (min-width:576px){.full,.one-half{-webkit-box-flex:0}.full{-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 1 - .01px)}.has-gutter>.full{width:calc(100% / 1 - 1rem - .01px)}.has-gutter-l>.full{width:calc(100% / 1 - 2rem - .01px)}.has-gutter-xl>.full{width:calc(100% / 1 - 4rem - .01px)}.one-half{-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 2 - .01px)}.has-gutter>.one-half{width:calc(100% / 2 - 1rem - .01px)}.has-gutter-l>.one-half{width:calc(100% / 2 - 2rem - .01px)}.has-gutter-xl>.one-half{width:calc(100% / 2 - 4rem - .01px)}.one-third{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 - .01px)}.has-gutter>.one-third{width:calc(100% / 3 - 1rem - .01px)}.has-gutter-l>.one-third{width:calc(100% / 3 - 2rem - .01px)}.has-gutter-xl>.one-third{width:calc(100% / 3 - 4rem - .01px)}.one-quarter{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 4 - .01px)}.has-gutter>.one-quarter{width:calc(100% / 4 - 1rem - .01px)}.has-gutter-l>.one-quarter{width:calc(100% / 4 - 2rem - .01px)}.has-gutter-xl>.one-quarter{width:calc(100% / 4 - 4rem - .01px)}.one-fifth{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 5 - .01px)}.has-gutter>.one-fifth{width:calc(100% / 5 - 1rem - .01px)}.has-gutter-l>.one-fifth{width:calc(100% / 5 - 2rem - .01px)}.has-gutter-xl>.one-fifth{width:calc(100% / 5 - 4rem - .01px)}.one-sixth{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 6 - .01px)}.has-gutter>.one-sixth{width:calc(100% / 6 - 1rem - .01px)}.has-gutter-l>.one-sixth{width:calc(100% / 6 - 2rem - .01px)}.has-gutter-xl>.one-sixth{width:calc(100% / 6 - 4rem - .01px)}.two-thirds{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 * 2 - .01px)}.has-gutter>.two-thirds{width:calc(100% / 3 * 2 - 1rem - .01px)}.has-gutter-l>.two-thirds{width:calc(100% / 3 * 2 - 2rem - .01px)}.has-gutter-xl>.two-thirds{width:calc(100% / 3 * 2 - 4rem - .01px)}.three-quarters{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 4 * 3 - .01px)}.has-gutter>.three-quarters{width:calc(100% / 4 * 3 - 1rem - .01px)}.has-gutter-l>.three-quarters{width:calc(100% / 4 * 3 - 2rem - .01px)}.has-gutter-xl>.three-quarters{width:calc(100% / 4 * 3 - 4rem - .01px)}.five-sixths{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 6 * 5 - .01px)}.has-gutter>.five-sixths{width:calc(100% / 6 * 5 - 1rem - .01px)}.has-gutter-l>.five-sixths{width:calc(100% / 6 * 5 - 2rem - .01px)}.has-gutter-xl>.five-sixths{width:calc(100% / 6 * 5 - 4rem - .01px)}}@media (min-width:576px) and (max-width:767px){[class*="-small-1"]>*{width:calc(100% / 1 - .01px)}[class*="-small-1"].has-gutter>*{width:calc(100% / 1 - 1rem - .01px)}[class*="-small-1"].has-gutter-l>*{width:calc(100% / 1 - 2rem - .01px)}[class*="-small-1"].has-gutter-xl>*{width:calc(100% / 1 - 4rem - .01px)}[class*="-small-2"]>*{width:calc(100% / 2 - .01px)}[class*="-small-2"].has-gutter>*{width:calc(100% / 2 - 1rem - .01px)}[class*="-small-2"].has-gutter-l>*{width:calc(100% / 2 - 2rem - .01px)}[class*="-small-2"].has-gutter-xl>*{width:calc(100% / 2 - 4rem - .01px)}[class*="-small-3"]>*{width:calc(100% / 3 - .01px)}[class*="-small-3"].has-gutter>*{width:calc(100% / 3 - 1rem - .01px)}[class*="-small-3"].has-gutter-l>*{width:calc(100% / 3 - 2rem - .01px)}[class*="-small-3"].has-gutter-xl>*{width:calc(100% / 3 - 4rem - .01px)}[class*="-small-4"]>*{width:calc(100% / 4 - .01px)}[class*="-small-4"].has-gutter>*{width:calc(100% / 4 - 1rem - .01px)}[class*="-small-4"].has-gutter-l>*{width:calc(100% / 4 - 2rem - .01px)}[class*="-small-4"].has-gutter-xl>*{width:calc(100% / 4 - 4rem - .01px)}} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}audio,canvas,progress,video{display:inline-block}html,legend{box-sizing:border-box}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}button,hr,input{overflow:visible}hr,legend,pre code{padding:0}.clear,hr{clear:both}.txtleft,td,th{text-align:left}.inbl,.table,table,td,textarea,th{vertical-align:top}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{margin:.67em 0}figure{margin:1em 40px}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio:not([controls]){display:none;height:0}img{border-style:none;vertical-align:middle;height:auto}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{font-size:62.5%;font-size:calc(1em * .625)}*{box-sizing:inherit}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}ol,ul{padding-left:2em}blockquote,figure{margin-left:0;margin-right:0}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like,h1{font-size:2.8rem;font-family:sans-serif}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}code,kbd,pre,samp{white-space:pre-line;white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}.italic,address,cite,em,i,var{font-style:italic}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}@media print{*{background:0 0!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;color:inherit;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}.skip-links,.skip-links a{position:absolute}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}.btn,button,input,label,select,textarea{font-family:inherit;font-size:inherit}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{box-sizing:content-box;display:block;height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}.center,.right{margin-left:auto}.center,.left{margin-right:auto}.table,table{border:1px solid #ccc}caption{padding:1rem;color:#555;font-style:italic}td,th{padding:.3em .8em;border:1px dotted #aaa}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container-h,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,[hidden]{display:none}.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,[disabled]{opacity:.5;pointer-events:none;cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.w10{width:10%}.w20{width:20%}.w25{width:25%}.w30{width:30%}.w33{width:33.3333%}.w40{width:40%}.w50{width:50%}.w60{width:60%}.w66{width:66.6666%}.w70{width:70%}.w75{width:75%}.w80{width:80%}.w90{width:90%}.w100{width:100%}.w50p{width:50px}.w100p{width:100px}.w150p{width:150px}.w200p{width:200px}.w300p{width:300px}@media (min-width:401px){.w400p{width:400px}.w500p{width:500px}.w600p{width:600px}}@media (min-width:701px){.w700p{width:700px}.w800p{width:800px}}@media (min-width:961px){.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}}.wauto{width:auto}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:576px){.o-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.o-media-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.o-media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.o-media-figure--center{-ms-flex-item-align:center;align-self:center}[class*=" autogrid"],[class^=autogrid]{display:-webkit-box;display:-ms-flexbox;display:flex}[class*=" autogrid"]>*,[class^=autogrid]>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.has-gutter>:not(:first-child){margin-left:1rem}[class*="--reverse"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default}.btn{display:inline-block}fieldset,form{border:none}button,input,optgroup,select,textarea{color:#000}label{vertical-align:middle;cursor:pointer}legend{border:0;white-space:normal}textarea{min-height:5em;resize:vertical}select{-webkit-appearance:menulist-button}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}.btn:focus,button:focus,input[type=button]:focus{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}button.unstyled,input[type=button].unstyled,input[type=reset].unstyled,input[type=submit].unstyled{padding:0;border:none;line-height:1;text-align:left;background:0 0;border-radius:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}button.unstyled:focus,input[type=button].unstyled:focus,input[type=reset].unstyled:focus,input[type=submit].unstyled:focus{box-shadow:none;outline:0}@media (min-width:576px){[class*=" grid-"],[class^=grid-]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}[class*=" grid-"]>*,[class^=grid-]>*{box-sizing:border-box;min-width:0;min-height:0}.grid,.grid--reverse{display:-webkit-box;display:-ms-flexbox;display:flex}.grid--reverse>*,.grid>*{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;box-sizing:border-box;min-width:0;min-height:0}.grid--reverse.has-gutter>*+*,.grid.has-gutter>*+*{margin-left:calc(1rem - .01px)}.grid--reverse.has-gutter-l>*+*,.grid.has-gutter-l>*+*{margin-left:calc(2rem - .01px)}.grid--reverse.has-gutter-xl>*+*,.grid.has-gutter-xl>*+*{margin-left:calc(4rem - .01px)}[class*=grid-2]>*{width:calc(100% / 2 - .01px)}[class*=grid-2].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-2].has-gutter>*{width:calc(100% / 2 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-2].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-2].has-gutter-l>*{width:calc(100% / 2 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-2].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-2].has-gutter-xl>*{width:calc(100% / 2 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-3]>*{width:calc(100% / 3 - .01px)}[class*=grid-3].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-3].has-gutter>*{width:calc(100% / 3 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-3].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-3].has-gutter-l>*{width:calc(100% / 3 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-3].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-3].has-gutter-xl>*{width:calc(100% / 3 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-4]>*{width:calc(100% / 4 - .01px)}[class*=grid-4].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-4].has-gutter>*{width:calc(100% / 4 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-4].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-4].has-gutter-l>*{width:calc(100% / 4 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-4].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-4].has-gutter-xl>*{width:calc(100% / 4 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-5]>*{width:calc(100% / 5 - .01px)}[class*=grid-5].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-5].has-gutter>*{width:calc(100% / 5 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-5].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-5].has-gutter-l>*{width:calc(100% / 5 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-5].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-5].has-gutter-xl>*{width:calc(100% / 5 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-6]>*{width:calc(100% / 6 - .01px)}[class*=grid-6].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-6].has-gutter>*{width:calc(100% / 6 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-6].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-6].has-gutter-l>*{width:calc(100% / 6 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-6].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-6].has-gutter-xl>*{width:calc(100% / 6 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-7]>*{width:calc(100% / 7 - .01px)}[class*=grid-7].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-7].has-gutter>*{width:calc(100% / 7 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-7].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-7].has-gutter-l>*{width:calc(100% / 7 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-7].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-7].has-gutter-xl>*{width:calc(100% / 7 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-8]>*{width:calc(100% / 8 - .01px)}[class*=grid-8].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-8].has-gutter>*{width:calc(100% / 8 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-8].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-8].has-gutter-l>*{width:calc(100% / 8 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-8].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-8].has-gutter-xl>*{width:calc(100% / 8 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-9]>*{width:calc(100% / 9 - .01px)}[class*=grid-9].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-9].has-gutter>*{width:calc(100% / 9 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-9].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-9].has-gutter-l>*{width:calc(100% / 9 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-9].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-9].has-gutter-xl>*{width:calc(100% / 9 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-10]>*{width:calc(100% / 10 - .01px)}[class*=grid-10].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-10].has-gutter>*{width:calc(100% / 10 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-10].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-10].has-gutter-l>*{width:calc(100% / 10 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-10].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-10].has-gutter-xl>*{width:calc(100% / 10 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-11]>*{width:calc(100% / 11 - .01px)}[class*=grid-11].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-11].has-gutter>*{width:calc(100% / 11 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-11].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-11].has-gutter-l>*{width:calc(100% / 11 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-11].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-11].has-gutter-xl>*{width:calc(100% / 11 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-12]>*{width:calc(100% / 12 - .01px)}[class*=grid-12].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-12].has-gutter>*{width:calc(100% / 12 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-12].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-12].has-gutter-l>*{width:calc(100% / 12 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-12].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-12].has-gutter-xl>*{width:calc(100% / 12 - 4rem - .01px);margin-right:2rem;margin-left:2rem}}.push{margin-left:auto!important}.pull{margin-right:auto!important}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}[class*=grid-][class*="--reverse"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (min-width:576px){.full,.one-half{-webkit-box-flex:0}.full{-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 1 - .01px)}.has-gutter>.full{width:calc(100% / 1 - 1rem - .01px)}.has-gutter-l>.full{width:calc(100% / 1 - 2rem - .01px)}.has-gutter-xl>.full{width:calc(100% / 1 - 4rem - .01px)}.one-half{-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 2 - .01px)}.has-gutter>.one-half{width:calc(100% / 2 - 1rem - .01px)}.has-gutter-l>.one-half{width:calc(100% / 2 - 2rem - .01px)}.has-gutter-xl>.one-half{width:calc(100% / 2 - 4rem - .01px)}.one-third{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 - .01px)}.has-gutter>.one-third{width:calc(100% / 3 - 1rem - .01px)}.has-gutter-l>.one-third{width:calc(100% / 3 - 2rem - .01px)}.has-gutter-xl>.one-third{width:calc(100% / 3 - 4rem - .01px)}.one-quarter{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 4 - .01px)}.has-gutter>.one-quarter{width:calc(100% / 4 - 1rem - .01px)}.has-gutter-l>.one-quarter{width:calc(100% / 4 - 2rem - .01px)}.has-gutter-xl>.one-quarter{width:calc(100% / 4 - 4rem - .01px)}.one-fifth{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 5 - .01px)}.has-gutter>.one-fifth{width:calc(100% / 5 - 1rem - .01px)}.has-gutter-l>.one-fifth{width:calc(100% / 5 - 2rem - .01px)}.has-gutter-xl>.one-fifth{width:calc(100% / 5 - 4rem - .01px)}.one-sixth{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 6 - .01px)}.has-gutter>.one-sixth{width:calc(100% / 6 - 1rem - .01px)}.has-gutter-l>.one-sixth{width:calc(100% / 6 - 2rem - .01px)}.has-gutter-xl>.one-sixth{width:calc(100% / 6 - 4rem - .01px)}.two-thirds{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 * 2 - .01px)}.has-gutter>.two-thirds{width:calc(100% / 3 * 2 - 1rem - .01px)}.has-gutter-l>.two-thirds{width:calc(100% / 3 * 2 - 2rem - .01px)}.has-gutter-xl>.two-thirds{width:calc(100% / 3 * 2 - 4rem - .01px)}.three-quarters{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 4 * 3 - .01px)}.has-gutter>.three-quarters{width:calc(100% / 4 * 3 - 1rem - .01px)}.has-gutter-l>.three-quarters{width:calc(100% / 4 * 3 - 2rem - .01px)}.has-gutter-xl>.three-quarters{width:calc(100% / 4 * 3 - 4rem - .01px)}.five-sixths{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 6 * 5 - .01px)}.has-gutter>.five-sixths{width:calc(100% / 6 * 5 - 1rem - .01px)}.has-gutter-l>.five-sixths{width:calc(100% / 6 * 5 - 2rem - .01px)}.has-gutter-xl>.five-sixths{width:calc(100% / 6 * 5 - 4rem - .01px)}}@media (min-width:576px) and (max-width:767px){[class*="-small-1"]>*{width:calc(100% / 1 - .01px)}[class*="-small-1"].has-gutter>*{width:calc(100% / 1 - 1rem - .01px)}[class*="-small-1"].has-gutter-l>*{width:calc(100% / 1 - 2rem - .01px)}[class*="-small-1"].has-gutter-xl>*{width:calc(100% / 1 - 4rem - .01px)}[class*="-small-2"]>*{width:calc(100% / 2 - .01px)}[class*="-small-2"].has-gutter>*{width:calc(100% / 2 - 1rem - .01px)}[class*="-small-2"].has-gutter-l>*{width:calc(100% / 2 - 2rem - .01px)}[class*="-small-2"].has-gutter-xl>*{width:calc(100% / 2 - 4rem - .01px)}[class*="-small-3"]>*{width:calc(100% / 3 - .01px)}[class*="-small-3"].has-gutter>*{width:calc(100% / 3 - 1rem - .01px)}[class*="-small-3"].has-gutter-l>*{width:calc(100% / 3 - 2rem - .01px)}[class*="-small-3"].has-gutter-xl>*{width:calc(100% / 3 - 4rem - .01px)}[class*="-small-4"]>*{width:calc(100% / 4 - .01px)}[class*="-small-4"].has-gutter>*{width:calc(100% / 4 - 1rem - .01px)}[class*="-small-4"].has-gutter-l>*{width:calc(100% / 4 - 2rem - .01px)}[class*="-small-4"].has-gutter-xl>*{width:calc(100% / 4 - 4rem - .01px)}} \ No newline at end of file diff --git a/sass/_vendor/_normalize.scss b/sass/_vendor/_normalize.css similarity index 90% rename from sass/_vendor/_normalize.scss rename to sass/_vendor/_normalize.css index 9b77e0e..fa4e73d 100644 --- a/sass/_vendor/_normalize.scss +++ b/sass/_vendor/_normalize.css @@ -1,20 +1,18 @@ -/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ - -/** - * 1. Change the default font family in all browsers (opinionated). - * 2. Correct the line height in all browsers. - * 3. Prevent adjustments of font size after orientation changes in - * IE on Windows Phone and in iOS. - */ +/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in + * IE on Windows Phone and in iOS. + */ + html { - font-family: sans-serif; /* 1 */ - line-height: 1.15; /* 2 */ - -ms-text-size-adjust: 100%; /* 3 */ - -webkit-text-size-adjust: 100%; /* 3 */ + line-height: 1.15; /* 1 */ + -ms-text-size-adjust: 100%; /* 2 */ + -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections @@ -108,17 +106,7 @@ a { } /** - * Remove the outline on focused links when they are also active or hovered - * in all browsers (opinionated). - */ - -a:active, -a:hover { - outline-width: 0; -} - -/** - * 1. Remove the bottom border in Firefox 39-. + * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ @@ -317,13 +305,11 @@ button:-moz-focusring, } /** - * Change the border, margin, and padding in all browsers (opinionated). + * Correct the padding in Firefox. */ fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; + padding: 0.35em 0.75em 0.625em; } /** diff --git a/sass/knacss.scss b/sass/knacss.scss index 4142b6c..734e4b8 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -26,7 +26,7 @@ - Grillade (Grid System in Flexbox) */ -@import "_vendor/_normalize.scss"; // normalize (basic reset) +@import "_vendor/_normalize"; // normalize (basic reset) // WARNING : you should comment the following @import (variables) // and move variables file from knacss folder to your own project folder! From d33da95e34a98da59f6513625e9c112c25114955 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 31 Jul 2017 10:52:40 +0200 Subject: [PATCH 003/138] Skip Links --- sass/_library/_misc.scss | 23 +---------------------- sass/components/autogrid.scss | 5 ++++- sass/components/media.scss | 5 ++++- sass/components/skip-links.scss | 25 +++++++++++++++++++++++++ sass/knacss.scss | 2 ++ 5 files changed, 36 insertions(+), 24 deletions(-) create mode 100644 sass/components/skip-links.scss diff --git a/sass/_library/_misc.scss b/sass/_library/_misc.scss index 2fcd18d..6b759cf 100644 --- a/sass/_library/_misc.scss +++ b/sass/_library/_misc.scss @@ -1,28 +1,7 @@ /* ----------------------------- */ -/* ==Misc (skip links, hyphens) */ +/* ==Misc */ /* ----------------------------- */ -/* styling skip links */ -.#{$kna-namespace}skip-links { - position: absolute; - - & a { - position: absolute; - overflow: hidden; - clip: rect(1px, 1px, 1px, 1px); - padding: 0.5em; - background: black; - color: white; - text-decoration: none; - - &:focus { - position: static; - overflow: visible; - clip: auto; - } - } -} - // hyphens on tiny screens @media (max-width: ($small - 1)) { /* you shall not pass */ diff --git a/sass/components/autogrid.scss b/sass/components/autogrid.scss index e0998fb..8029496 100644 --- a/sass/components/autogrid.scss +++ b/sass/components/autogrid.scss @@ -1,5 +1,8 @@ -/* Autogrid object */ +/* ----------------------------- */ +/* ==Autogrid object */ +/* ----------------------------- */ /* see http://codepen.io/raphaelgoetter/pen/KMgBJd */ + @media (min-width: $small) { [class^="autogrid"], [class*=" autogrid"] { diff --git a/sass/components/media.scss b/sass/components/media.scss index 72993a4..ff30a06 100644 --- a/sass/components/media.scss +++ b/sass/components/media.scss @@ -1,5 +1,8 @@ -/* Media object */ +/* ----------------------------- */ +/* ==Media object */ +/* ----------------------------- */ /* see http://codepen.io/raphaelgoetter/pen/KMWWwj */ + @media (min-width: $small) { .o-media { display: flex; diff --git a/sass/components/skip-links.scss b/sass/components/skip-links.scss new file mode 100644 index 0000000..906a8cb --- /dev/null +++ b/sass/components/skip-links.scss @@ -0,0 +1,25 @@ +/* ----------------------------- */ +/* ==skip links */ +/* ----------------------------- */ +/* see https://www.alsacreations.com/article/lire/572-Les-liens-d-evitement.html */ + +/* styling skip links */ +.#{$kna-namespace}skip-links { + position: absolute; + + & a { + position: absolute; + overflow: hidden; + clip: rect(1px, 1px, 1px, 1px); + padding: 0.5em; + background: black; + color: white; + text-decoration: none; + + &:focus { + position: static; + overflow: visible; + clip: auto; + } + } +} diff --git a/sass/knacss.scss b/sass/knacss.scss index 734e4b8..57ff3c5 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -21,6 +21,7 @@ 3- Components : - Media object - Autogrid object + - Skip Links - Tables (data tables consistency) - Forms (forms consistency) - Grillade (Grid System in Flexbox) @@ -48,6 +49,7 @@ // Components @import "components/media.scss"; // media object @import "components/autogrid.scss"; // media autogrid +@import "components/skip-links.scss"; // skip links @import "components/tables.scss"; // data tables consistency @import "components/forms.scss"; // forms consistency @import "components/grillade.scss"; // grids From ba693cefba5c766ea82128e8cb86a4cd88aa70a4 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 31 Jul 2017 11:37:12 +0200 Subject: [PATCH 004/138] autogrid object --- changelog.md | 3 ++- sass/_config/_variables.scss | 3 +++ sass/components/autogrid.scss | 43 ++++++++++++++++++----------------- 3 files changed, 27 insertions(+), 22 deletions(-) diff --git a/changelog.md b/changelog.md index 64a5503..783b8f9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog v7.0.0beta (31 juillet 2017) -- architecture globale revisitée (_vendor, _config, _library, components) +- architecture globale revisitée (vendor, config, library, components) - normalize.css v7.0.0 +- autogrid object en Grid Layout # changelog v6.1.2 (21 juin 2017) - alignement des helpers flexbox sur ceux de Bootstrap (`.d-flex`, `.flex-row`, `.flex-column`, `.mr-auto`) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 1622d05..445d507 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -57,5 +57,8 @@ $extra-large-plus-value : 12rem !default; // extra large value for margins / pad $ultra-large-value : 16rem !default; // ultra large value for margins / paddings $ultra-large-plus-value : 20rem !default; // ultra large value for margins / paddings +// grid gutters (for .has-gutter-* classes) +$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ); + //kna-namespace (default : null) $kna-namespace: null !default; diff --git a/sass/components/autogrid.scss b/sass/components/autogrid.scss index 8029496..07a1cda 100644 --- a/sass/components/autogrid.scss +++ b/sass/components/autogrid.scss @@ -1,28 +1,29 @@ /* ----------------------------- */ /* ==Autogrid object */ /* ----------------------------- */ -/* see http://codepen.io/raphaelgoetter/pen/KMgBJd */ +/* see https://codepen.io/raphaelgoetter/pen/zzwxEE */ -@media (min-width: $small) { - [class^="autogrid"], - [class*=" autogrid"] { - display: flex; - } +.o-autogrid { + @media (min-width: $small) { + display: grid; + grid-auto-flow: column; + grid-auto-column: 1fr; - [class^="autogrid"] > *, - [class*=" autogrid"] > * { - flex: 1; - min-width: 0; /* avoid min-width:auto */ - } -} - -/* Autogrid variants */ -@media (min-width: $small) { - .has-gutter > *:not(:first-child) { - margin-left: 1rem; - } - - [class*="--reverse"] { - flex-direction: row-reverse; + // gutters + @if variable_exists(grid-gutters) { + $gutter: $grid-gutters !global; + + } @else { + $gutter: ( '': 1rem, '-l': 2rem, '-xl': 4rem ) !global; + } + @each $affix, $size in $gutter { + &.has-gutter#{$affix} { + grid-column-gap: $size; + } + } + + & > * { + min-width: 0; /* avoid min-width: auto on children */ + } } } From 5d48351ef0ad6b776b6f9f0cc755e8b45714b5fb Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 31 Jul 2017 11:41:30 +0200 Subject: [PATCH 005/138] regroupement des styles de tableaux --- changelog.md | 1 + sass/_library/_styling.scss | 19 ------------------- sass/components/tables.scss | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/changelog.md b/changelog.md index 783b8f9..01fc132 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ - architecture globale revisitée (vendor, config, library, components) - normalize.css v7.0.0 - autogrid object en Grid Layout +- regroupement des styles des tableaux # changelog v6.1.2 (21 juin 2017) - alignement des helpers flexbox sur ceux de Bootstrap (`.d-flex`, `.flex-row`, `.flex-column`, `.mr-auto`) diff --git a/sass/_library/_styling.scss b/sass/_library/_styling.scss index 8854af4..986b05b 100644 --- a/sass/_library/_styling.scss +++ b/sass/_library/_styling.scss @@ -99,22 +99,3 @@ hr { color: #ccc; background-color: #ccc; } - -/* tables */ -table, -.#{$kna-namespace}table { - border: 1px solid #ccc; -} - -caption { - padding: $small-value; - color: #555; - font-style: italic; -} - -td, -th { - padding: 0.3em 0.8em; - border: 1px #aaa dotted; - text-align: left; -} diff --git a/sass/components/tables.scss b/sass/components/tables.scss index 4240600..4c2c427 100644 --- a/sass/components/tables.scss +++ b/sass/components/tables.scss @@ -27,3 +27,22 @@ th { min-width: $medium-value; cursor: default; } + +/* deco */ +table, +.#{$kna-namespace}table { + border: 1px solid #ccc; +} + +caption { + padding: $small-value; + color: #555; + font-style: italic; +} + +td, +th { + padding: 0.3em 0.8em; + border: 1px #aaa dotted; + text-align: left; +} From 6e3d128d8eefe7ac111ef1a5a1b6f03a624e8b32 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 31 Jul 2017 11:45:22 +0200 Subject: [PATCH 006/138] suppression du namespace "kna-" --- changelog.md | 1 + sass/_library/_base.scss | 42 ++++---- sass/_library/_layout.scss | 52 +++++----- sass/_library/_print.scss | 26 ++--- sass/_library/_responsive.scss | 118 +++++++++++----------- sass/_library/_styling.scss | 2 +- sass/_library/_utilities.scss | 168 ++++++++++++++++---------------- sass/components/forms.scss | 8 +- sass/components/skip-links.scss | 2 +- sass/components/tables.scss | 8 +- 10 files changed, 214 insertions(+), 213 deletions(-) diff --git a/changelog.md b/changelog.md index 01fc132..b5c086c 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ - normalize.css v7.0.0 - autogrid object en Grid Layout - regroupement des styles des tableaux +- suppression du namespace "kna-", ne devrait pas être problématique dès lors que Grillade sera devenu inutile dans KNACSS # changelog v6.1.2 (21 juin 2017) - alignement des helpers flexbox sur ceux de Bootstrap (`.d-flex`, `.flex-row`, `.flex-column`, `.mr-auto`) diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index 5c2c09c..984ae90 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -69,7 +69,7 @@ figure { /* font-sizing for content */ p, -.#{$kna-namespace}p-like, +.p-like, ul, ol, dl, @@ -87,7 +87,7 @@ figure { line-height: $line-height; } -h1, .#{$kna-namespace}h1-like { +h1, .h1-like { font-size: $h1-size; @if variable_exists(h1-size-l) and $h1-size-l != $h1-size { @include respond-to("tiny-up") { @@ -99,7 +99,7 @@ h1, .#{$kna-namespace}h1-like { } } -h2, .#{$kna-namespace}h2-like { +h2, .h2-like { font-size: $h2-size; @if variable_exists(h2-size-l) and $h2-size-l != $h2-size { @include respond-to("tiny-up") { @@ -111,7 +111,7 @@ h2, .#{$kna-namespace}h2-like { } } -h3, .#{$kna-namespace}h3-like { +h3, .h3-like { font-size: $h3-size; @if variable_exists(h3-size-l) and $h3-size-l != $h3-size { @include respond-to("tiny-up") { @@ -120,7 +120,7 @@ h3, .#{$kna-namespace}h3-like { } } -h4, .#{$kna-namespace}h4-like { +h4, .h4-like { font-size: $h4-size; @if variable_exists(h4-size-l) and $h4-size-l != $h4-size { @include respond-to("tiny-up") { @@ -129,7 +129,7 @@ h4, .#{$kna-namespace}h4-like { } } -h5, .#{$kna-namespace}h5-like { +h5, .h5-like { font-size: $h5-size; @if variable_exists(h5-size-l) and $h5-size-l != $h5-size { @include respond-to("tiny-up") { @@ -138,7 +138,7 @@ h5, .#{$kna-namespace}h5-like { } } -h6, .#{$kna-namespace}h6-like { +h6, .h6-like { font-size: $h6-size; @if variable_exists(h6-size-l) and $h6-size-l != $h6-size { @include respond-to("tiny-up") { @@ -148,23 +148,23 @@ h6, .#{$kna-namespace}h6-like { } /* alternate font-sizing */ -.#{$kna-namespace}smaller { +.smaller { font-size: 0.6em; } -.#{$kna-namespace}small { +.small { font-size: 0.8em; } -.#{$kna-namespace}big { +.big { font-size: 1.2em; } -.#{$kna-namespace}bigger { +.bigger { font-size: 1.5em; } -.#{$kna-namespace}biggest { +.biggest { font-size: 2em; } @@ -180,7 +180,7 @@ kbd { } em, -.#{$kna-namespace}italic, +.italic, address, cite, i, @@ -190,24 +190,24 @@ var { /* avoid top margins on first content element */ p, -.#{$kna-namespace}p-like, +.p-like, ul, ol, dl, blockquote, pre, h1, -.#{$kna-namespace}h1-like, +.h1-like, h2, -.#{$kna-namespace}h2-like, +.h2-like, h3, -.#{$kna-namespace}h3-like, +.h3-like, h4, -.#{$kna-namespace}h4-like, +.h4-like, h5, -.#{$kna-namespace}h5-like, +.h5-like, h6, -.#{$kna-namespace}h6-like { +.h6-like { &:first-child { margin-top: 0; } @@ -215,7 +215,7 @@ h6, /* avoid margins on nested elements */ li p, -li .#{$kna-namespace}p-like, +li .p-like, li ul, li ol { margin-top: 0; diff --git a/sass/_library/_layout.scss b/sass/_library/_layout.scss index d3e6f1e..6ff9088 100644 --- a/sass/_library/_layout.scss +++ b/sass/_library/_layout.scss @@ -24,56 +24,56 @@ } /* simple blocks alignment */ -.#{$kna-namespace}left { +.left { margin-right: auto; } -.#{$kna-namespace}right { +.right { margin-left: auto; } -.#{$kna-namespace}center { +.center { margin-left: auto; margin-right: auto; } /* text and contents alignment */ -.#{$kna-namespace}txtleft { +.txtleft { text-align: left; } -.#{$kna-namespace}txtright { +.txtright { text-align: right; } -.#{$kna-namespace}txtcenter { +.txtcenter { text-align: center; } /* floating elements */ -.#{$kna-namespace}fl { +.fl { float: left; } -img.#{$kna-namespace}fl { +img.fl { margin-right: $small-value; } -.#{$kna-namespace}fr { +.fr { float: right; } -img.#{$kna-namespace}fr { +img.fr { margin-left: $small-value; } -img.#{$kna-namespace}fl, -img.#{$kna-namespace}fr { +img.fl, +img.fr { margin-bottom: $tiny-value; } /* inline-block */ -.#{$kna-namespace}inbl { +.inbl { display: inline-block; vertical-align: top; } @@ -82,45 +82,45 @@ img.#{$kna-namespace}fr { http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html */ -[class*="#{$kna-namespace}flex-container"], -.#{$kna-namespace}flex-container, +[class*="flex-container"], +.flex-container, .d-flex { display: flex; flex-wrap: wrap; } -.#{$kna-namespace}flex-container-h, +.flex-container-h, .flex-row { flex-direction: row; } -.#{$kna-namespace}flex-container-v, +.flex-container-v, .flex-column { flex-direction: column; } -.#{$kna-namespace}flex-item-fluid { +.flex-item-fluid { flex: 1; min-width: 0; } -.#{$kna-namespace}flex-item-first, -.#{$kna-namespace}item-first { +.flex-item-first, +.item-first { order: -1; } -.#{$kna-namespace}flex-item-medium, -.#{$kna-namespace}item-medium { +.flex-item-medium, +.item-medium { order: 0; } -.#{$kna-namespace}flex-item-last, -.#{$kna-namespace}item-last { +.flex-item-last, +.item-last { order: 1; } -.#{$kna-namespace}flex-item-center, -.#{$kna-namespace}item-center, +.flex-item-center, +.item-center, .mr-auto { margin: auto; } diff --git a/sass/_library/_print.scss b/sass/_library/_print.scss index 8b9207a..566d3fa 100644 --- a/sass/_library/_print.scss +++ b/sass/_library/_print.scss @@ -17,19 +17,19 @@ } p, - .#{$kna-namespace}p-like, + .p-like, h1, - .#{$kna-namespace}h1-like, + .h1-like, h2, - .#{$kna-namespace}h2-like, + .h2-like, h3, - .#{$kna-namespace}h3-like, + .h3-like, h4, - .#{$kna-namespace}h4-like, + .h4-like, h5, - .#{$kna-namespace}h5-like, + .h5-like, h6, - .#{$kna-namespace}h6-like, + .h6-like, blockquote, ul, ol { @@ -37,17 +37,17 @@ margin: auto; } - .#{$kna-namespace}print { + .print { display: block; } - .#{$kna-namespace}no-print { + .no-print { display: none; } /* no orphans, no widows */ p, - .#{$kna-namespace}p-like, + .p-like, blockquote { orphans: 3; widows: 3; @@ -69,11 +69,11 @@ /* no breaks after these elements */ h1, - .#{$kna-namespace}h1-like, + .h1-like, h2, - .#{$kna-namespace}h2-like, + .h2-like, h3, - .#{$kna-namespace}h3-like, + .h3-like, caption { page-break-after: avoid; } diff --git a/sass/_library/_responsive.scss b/sass/_library/_responsive.scss index 87063ab..58de0d5 100644 --- a/sass/_library/_responsive.scss +++ b/sass/_library/_responsive.scss @@ -8,47 +8,47 @@ @media (min-width: $large) { /* layouts for large screens */ - .#{$kna-namespace}large-hidden { + .large-hidden { display: none !important; } - .#{$kna-namespace}large-visible { + .large-visible { display: block !important; } - .#{$kna-namespace}large-no-float { + .large-no-float { float: none; } - .#{$kna-namespace}large-inbl { + .large-inbl { display: inline-block; float: none; vertical-align: top; } /* widths for large screens */ - .#{$kna-namespace}large-w25 { + .large-w25 { width: 25% !important; } - .#{$kna-namespace}large-w33 { + .large-w33 { width: 33.333333% !important; } - .#{$kna-namespace}large-w50 { + .large-w50 { width: 50% !important; } - .#{$kna-namespace}large-w66 { + .large-w66 { width: 66.666666% !important; } - .#{$kna-namespace}large-w75 { + .large-w75 { width: 75% !important; } - .#{$kna-namespace}large-w100, - .#{$kna-namespace}large-wauto { + .large-w100, + .large-wauto { display: block !important; float: none !important; clear: none !important; @@ -59,8 +59,8 @@ } /* margins for large screens */ - .#{$kna-namespace}large-man, - .#{$kna-namespace}large-ma0 { + .large-man, + .large-ma0 { margin: 0 !important; } } @@ -71,47 +71,47 @@ @media (min-width: $medium) and (max-width: ($large - 1)) { /* layouts for medium screens */ - .#{$kna-namespace}medium-hidden { + .medium-hidden { display: none !important; } - .#{$kna-namespace}medium-visible { + .medium-visible { display: block !important; } - .#{$kna-namespace}medium-no-float { + .medium-no-float { float: none; } - .#{$kna-namespace}medium-inbl { + .medium-inbl { display: inline-block; float: none; vertical-align: top; } /* widths for medium screens */ - .#{$kna-namespace}medium-w25 { + .medium-w25 { width: 25% !important; } - .#{$kna-namespace}medium-w33 { + .medium-w33 { width: 33.333333% !important; } - .#{$kna-namespace}medium-w50 { + .medium-w50 { width: 50% !important; } - .#{$kna-namespace}medium-w66 { + .medium-w66 { width: 66.666666% !important; } - .#{$kna-namespace}medium-w75 { + .medium-w75 { width: 75% !important; } - .#{$kna-namespace}medium-w100, - .#{$kna-namespace}medium-wauto { + .medium-w100, + .medium-wauto { display: block !important; float: none !important; clear: none !important; @@ -122,8 +122,8 @@ } /* margins for medium screens */ - .#{$kna-namespace}medium-man, - .#{$kna-namespace}medium-ma0 { + .medium-man, + .medium-ma0 { margin: 0 !important; } } @@ -134,47 +134,47 @@ @media (min-width: $small) and (max-width: ($medium - 1)) { /* layouts for small screens */ - .#{$kna-namespace}small-hidden { + .small-hidden { display: none !important; } - .#{$kna-namespace}small-visible { + .small-visible { display: block !important; } - .#{$kna-namespace}small-no-float { + .small-no-float { float: none; } - .#{$kna-namespace}small-inbl { + .small-inbl { display: inline-block; float: none; vertical-align: top; } /* widths for small screens */ - .#{$kna-namespace}small-w25 { + .small-w25 { width: 25% !important; } - .#{$kna-namespace}small-w33 { + .small-w33 { width: 33.333333% !important; } - .#{$kna-namespace}small-w50 { + .small-w50 { width: 50% !important; } - .#{$kna-namespace}small-w66 { + .small-w66 { width: 66.666666% !important; } - .#{$kna-namespace}small-w75 { + .small-w75 { width: 75% !important; } - .#{$kna-namespace}small-w100, - .#{$kna-namespace}small-wauto { + .small-w100, + .small-wauto { display: block !important; float: none !important; clear: none !important; @@ -185,13 +185,13 @@ } /* margins for small screens */ - .#{$kna-namespace}small-man, - .#{$kna-namespace}small-ma0 { + .small-man, + .small-ma0 { margin: 0 !important; } - .#{$kna-namespace}small-pan, - .#{$kna-namespace}small-pa0 { + .small-pan, + .small-pa0 { padding: 0 !important; } @@ -203,8 +203,8 @@ @media (max-width: $small - 1) { /* quick small resolution reset */ - .#{$kna-namespace}mod, - .#{$kna-namespace}col, + .mod, + .col, fieldset { display: block !important; float: none !important; @@ -215,52 +215,52 @@ border: 0; } - .#{$kna-namespace}flex-container { + .flex-container { flex-direction: column; } /* layouts for tiny screens */ - .#{$kna-namespace}tiny-hidden { + .tiny-hidden { display: none !important; } - .#{$kna-namespace}tiny-visible { + .tiny-visible { display: block !important; } - .#{$kna-namespace}tiny-no-float { + .tiny-no-float { float: none; } - .#{$kna-namespace}tiny-inbl { + .tiny-inbl { display: inline-block; float: none; vertical-align: top; } /* widths for tiny screens */ - .#{$kna-namespace}tiny-w25 { + .tiny-w25 { width: 25% !important; } - .#{$kna-namespace}tiny-w33 { + .tiny-w33 { width: 33.333333% !important; } - .#{$kna-namespace}tiny-w50 { + .tiny-w50 { width: 50% !important; } - .#{$kna-namespace}tiny-w66 { + .tiny-w66 { width: 66.666666% !important; } - .#{$kna-namespace}tiny-w75 { + .tiny-w75 { width: 75% !important; } - .#{$kna-namespace}tiny-w100, - .#{$kna-namespace}tiny-wauto { + .tiny-w100, + .tiny-wauto { display: block !important; float: none !important; clear: none !important; @@ -271,13 +271,13 @@ } /* margins for tiny screens */ - .#{$kna-namespace}tiny-man, - .#{$kna-namespace}tiny-ma0 { + .tiny-man, + .tiny-ma0 { margin: 0 !important; } - .#{$kna-namespace}tiny-pan, - .#{$kna-namespace}tiny-pa0 { + .tiny-pan, + .tiny-pa0 { padding: 0 !important; } diff --git a/sass/_library/_styling.scss b/sass/_library/_styling.scss index 986b05b..c08f662 100644 --- a/sass/_library/_styling.scss +++ b/sass/_library/_styling.scss @@ -81,7 +81,7 @@ q { } q, -.#{$kna-namespace}q { +.q { quotes: "“\00a0" "\00a0”"; &:lang(fr) { diff --git a/sass/_library/_utilities.scss b/sass/_library/_utilities.scss index a8c6cb5..e84fd8a 100644 --- a/sass/_library/_utilities.scss +++ b/sass/_library/_utilities.scss @@ -42,318 +42,318 @@ ul { /* ------------- */ /* blocks widths (percentage and pixels) */ -.#{$kna-namespace}w10 { +.w10 { width: 10%; } -.#{$kna-namespace}w20 { +.w20 { width: 20%; } -.#{$kna-namespace}w25 { +.w25 { width: 25%; } -.#{$kna-namespace}w30 { +.w30 { width: 30%; } -.#{$kna-namespace}w33 { +.w33 { width: 33.3333%; } -.#{$kna-namespace}w40 { +.w40 { width: 40%; } -.#{$kna-namespace}w50 { +.w50 { width: 50%; } -.#{$kna-namespace}w60 { +.w60 { width: 60%; } -.#{$kna-namespace}w66 { +.w66 { width: 66.6666%; } -.#{$kna-namespace}w70 { +.w70 { width: 70%; } -.#{$kna-namespace}w75 { +.w75 { width: 75%; } -.#{$kna-namespace}w80 { +.w80 { width: 80%; } -.#{$kna-namespace}w90 { +.w90 { width: 90%; } -.#{$kna-namespace}w100 { +.w100 { width: 100%; } -.#{$kna-namespace}w50p { +.w50p { width: 50px; } -.#{$kna-namespace}w100p { +.w100p { width: 100px; } -.#{$kna-namespace}w150p { +.w150p { width: 150px; } -.#{$kna-namespace}w200p { +.w200p { width: 200px; } -.#{$kna-namespace}w300p { +.w300p { width: 300px; } @media (min-width: 401px) { - .#{$kna-namespace}w400p { + .w400p { width: 400px; } - .#{$kna-namespace}w500p { + .w500p { width: 500px; } - .#{$kna-namespace}w600p { + .w600p { width: 600px; } } @media (min-width: 701px) { - .#{$kna-namespace}w700p { + .w700p { width: 700px; } - .#{$kna-namespace}w800p { + .w800p { width: 800px; } } @media (min-width: 961px) { - .#{$kna-namespace}w960p { + .w960p { width: 960px; } - .#{$kna-namespace}mw960p { + .mw960p { max-width: 960px; } - .#{$kna-namespace}w1140p { + .w1140p { width: 1140px; } - .#{$kna-namespace}mw1140p { + .mw1140p { max-width: 1140px; } } -.#{$kna-namespace}wauto { +.wauto { width: auto; } /* Spacing Helpers */ /* --------------- */ -.#{$kna-namespace}man, -.#{$kna-namespace}ma0 { +.man, +.ma0 { margin: 0; } -.#{$kna-namespace}pan, -.#{$kna-namespace}pa0 { +.pan, +.pa0 { padding: 0; } -.#{$kna-namespace}mas { +.mas { margin: $small-value; } -.#{$kna-namespace}mam { +.mam { margin: $medium-value; } -.#{$kna-namespace}mal { +.mal { margin: $large-value; } -.#{$kna-namespace}pas { +.pas { padding: $small-value; } -.#{$kna-namespace}pam { +.pam { padding: $medium-value; } -.#{$kna-namespace}pal { +.pal { padding: $large-value; } -.#{$kna-namespace}mtn, -.#{$kna-namespace}mt0 { +.mtn, +.mt0 { margin-top: 0; } -.#{$kna-namespace}mts { +.mts { margin-top: $small-value; } -.#{$kna-namespace}mtm { +.mtm { margin-top: $medium-value; } -.#{$kna-namespace}mtl { +.mtl { margin-top: $large-value; } -.#{$kna-namespace}mrn, -.#{$kna-namespace}mr0 { +.mrn, +.mr0 { margin-right: 0; } -.#{$kna-namespace}mrs { +.mrs { margin-right: $small-value; } -.#{$kna-namespace}mrm { +.mrm { margin-right: $medium-value; } -.#{$kna-namespace}mrl { +.mrl { margin-right: $large-value; } -.#{$kna-namespace}mbn, -.#{$kna-namespace}mb0 { +.mbn, +.mb0 { margin-bottom: 0; } -.#{$kna-namespace}mbs { +.mbs { margin-bottom: $small-value; } -.#{$kna-namespace}mbm { +.mbm { margin-bottom: $medium-value; } -.#{$kna-namespace}mbl { +.mbl { margin-bottom: $large-value; } -.#{$kna-namespace}mln, -.#{$kna-namespace}ml0 { +.mln, +.ml0 { margin-left: 0; } -.#{$kna-namespace}mls { +.mls { margin-left: $small-value; } -.#{$kna-namespace}mlm { +.mlm { margin-left: $medium-value; } -.#{$kna-namespace}mll { +.mll { margin-left: $large-value; } -.#{$kna-namespace}mauto { +.mauto { margin: auto; } -.#{$kna-namespace}mtauto { +.mtauto { margin-top: auto; } -.#{$kna-namespace}mrauto { +.mrauto { margin-right: auto; } -.#{$kna-namespace}mbauto { +.mbauto { margin-bottom: auto; } -.#{$kna-namespace}mlauto { +.mlauto { margin-left: auto; } -.#{$kna-namespace}ptn, -.#{$kna-namespace}pt0 { +.ptn, +.pt0 { padding-top: 0; } -.#{$kna-namespace}pts { +.pts { padding-top: $small-value; } -.#{$kna-namespace}ptm { +.ptm { padding-top: $medium-value; } -.#{$kna-namespace}ptl { +.ptl { padding-top: $large-value; } -.#{$kna-namespace}prn, -.#{$kna-namespace}pr0 { +.prn, +.pr0 { padding-right: 0; } -.#{$kna-namespace}prs { +.prs { padding-right: $small-value; } -.#{$kna-namespace}prm { +.prm { padding-right: $medium-value; } -.#{$kna-namespace}prl { +.prl { padding-right: $large-value; } -.#{$kna-namespace}pbn, -.#{$kna-namespace}pb0 { +.pbn, +.pb0 { padding-bottom: 0; } -.#{$kna-namespace}pbs { +.pbs { padding-bottom: $small-value; } -.#{$kna-namespace}pbm { +.pbm { padding-bottom: $medium-value; } -.#{$kna-namespace}pbl { +.pbl { padding-bottom: $large-value; } -.#{$kna-namespace}pln, -.#{$kna-namespace}pl0 { +.pln, +.pl0 { padding-left: 0; } -.#{$kna-namespace}pls { +.pls { padding-left: $small-value; } -.#{$kna-namespace}plm { +.plm { padding-left: $medium-value; } -.#{$kna-namespace}pll { +.pll { padding-left: $large-value; } diff --git a/sass/components/forms.scss b/sass/components/forms.scss index 538a7e1..f7a257e 100644 --- a/sass/components/forms.scss +++ b/sass/components/forms.scss @@ -7,7 +7,7 @@ */ /* buttons */ -.#{$kna-namespace}btn { +.btn { display: inline-block; } @@ -21,7 +21,7 @@ input, button, select, label, -.#{$kna-namespace}btn { +.btn { font-family: inherit; font-size: inherit; } @@ -78,7 +78,7 @@ textarea:-moz-placeholder { color: #777; } -.#{$kna-namespace}btn, +.btn, input[type="button"], button { &:focus { @@ -96,7 +96,7 @@ button, input[type="button"], input[type="submit"], input[type="reset"] { - &.#{$kna-namespace}unstyled { + &.unstyled { padding: 0; border: none; line-height: 1; diff --git a/sass/components/skip-links.scss b/sass/components/skip-links.scss index 906a8cb..e700ef7 100644 --- a/sass/components/skip-links.scss +++ b/sass/components/skip-links.scss @@ -4,7 +4,7 @@ /* see https://www.alsacreations.com/article/lire/572-Les-liens-d-evitement.html */ /* styling skip links */ -.#{$kna-namespace}skip-links { +.skip-links { position: absolute; & a { diff --git a/sass/components/tables.scss b/sass/components/tables.scss index 4c2c427..3814dce 100644 --- a/sass/components/tables.scss +++ b/sass/components/tables.scss @@ -3,7 +3,7 @@ /* ----------------------------- */ table, -.#{$kna-namespace}table { +.table { width: 100%; max-width: 100%; table-layout: fixed; @@ -12,12 +12,12 @@ table, margin-bottom: $medium-value; } -.#{$kna-namespace}table { +.table { display: table; } #recaptcha_table, -.#{$kna-namespace}table-auto { +.table-auto { table-layout: auto; } @@ -30,7 +30,7 @@ th { /* deco */ table, -.#{$kna-namespace}table { +.table { border: 1px solid #ccc; } From 74f38505242a7b0955cb7646916e41b22bb50d4f Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 31 Jul 2017 13:24:04 +0200 Subject: [PATCH 007/138] buttons v7 --- changelog.md | 1 + sass/_config/_variables.scss | 28 +++++---- sass/components/alerts.scss | 3 + sass/components/badges.scss | 3 + sass/components/buttons.scss | 117 +++++++++++++++++++++++++++++++++++ sass/components/forms.scss | 46 +------------- 6 files changed, 142 insertions(+), 56 deletions(-) create mode 100644 sass/components/alerts.scss create mode 100644 sass/components/badges.scss create mode 100644 sass/components/buttons.scss diff --git a/changelog.md b/changelog.md index b5c086c..9cc5b5b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog v7.0.0beta (31 juillet 2017) - architecture globale revisitée (vendor, config, library, components) - normalize.css v7.0.0 +- refonte complète des boutons, avec possibilités de variantes (primary, success, warning, etc.) - autogrid object en Grid Layout - regroupement des styles des tableaux - suppression du namespace "kna-", ne devrait pas être problématique dès lors que Grillade sera devenu inutile dans KNACSS diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 445d507..b87d68d 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -26,20 +26,29 @@ $font-stack-headings : sans-serif !default; // headings font $font-stack-monospace : consolas, courier, monospace !default; // monospace font // color scheme -$color1 : #000 !default; -$color2 : #fff !default; -$color3 : #333 !default; -$color4 : #000 !default; -$color5 : #6FA939 !default; +$color1 : #000; +$color2 : #fff; +$color3 : #333; +$color4 : #000; +$color5 : #6FA939; +$color6 : #ddd; +$color-light : #fff; +$color-dark : #000; +$color-primary : #0275D8; +$color-success : #5CB85C; +$color-info : #5BC0DE; +$color-warning : #F0AD4E; +$color-danger : #292B2C; +$color-inverse : #292B2C; +$color-muted : #F7F7F7; // colors used in project $color-base : $color1; -$color-link : $color3; $background-base : $color2; -// If you don't want any effect on focused/hovered links, -// comment variable below or make it equal to either $color-link or false or null +$color-link : $color3; $color-link-hover: $color4; + $brand-primary: $color5; @@ -59,6 +68,3 @@ $ultra-large-plus-value : 20rem !default; // ultra large value for margins / pad // grid gutters (for .has-gutter-* classes) $grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ); - -//kna-namespace (default : null) -$kna-namespace: null !default; diff --git a/sass/components/alerts.scss b/sass/components/alerts.scss new file mode 100644 index 0000000..8e6cb1d --- /dev/null +++ b/sass/components/alerts.scss @@ -0,0 +1,3 @@ +/* ----------------------------- */ +/* ==Alerts */ +/* ----------------------------- */ diff --git a/sass/components/badges.scss b/sass/components/badges.scss new file mode 100644 index 0000000..654aa17 --- /dev/null +++ b/sass/components/badges.scss @@ -0,0 +1,3 @@ +/* ----------------------------- */ +/* ==Badges */ +/* ----------------------------- */ diff --git a/sass/components/buttons.scss b/sass/components/buttons.scss new file mode 100644 index 0000000..d8a5d9b --- /dev/null +++ b/sass/components/buttons.scss @@ -0,0 +1,117 @@ +/* ----------------------------- */ +/* ==Buttons */ +/* ----------------------------- */ +/* preferably use .button-burger { - position: relative; - height: 2.4rem; - width: 2.8rem; - background-color: transparent; - background-image: linear-gradient($color-burger, $color-burger); - background-position: center; - background-repeat: no-repeat; - background-size: 100% 5px; padding: 0; + background-color: transparent; outline: 0; border: 0; - color: #333; cursor: pointer; -webkit-tap-highlight-color: transparent; - transition: .25s cubic-bezier(.17,.67,.89,1.4); - transition-property: transform; - will-change: transform; & > * { - @extend .visually-hidden; - } - - &::before, - &::after { - content: ""; - position: absolute; - left: 0; right: 0; - display: block; - height: 5px; - background: $color-burger; + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: stretch; + height: $size-burger; + width: $size-burger; + padding: $padding-burger; + background-color: $background-burger; + background-image: linear-gradient($color-burger, $color-burger); + background-position: center; + background-repeat: no-repeat; + background-origin: content-box; + background-size: 100% calc(#{$size-burger} * (#{$weight-burger} / 100)); transition: .25s; - transition-property: transform, top; - will-change: transform, top; + transition-property: transform, background; + will-change: transform, background; + + &::before, + &::after { + content: ""; + height: calc(#{$size-burger} * (#{$weight-burger} / 100)); + background: $color-burger; + transition: .25s; + transition-property: transform, top; + will-change: transform, top; + } } - &::before { - top: 0; - } - - &:after { - top: calc(100% - 4px); + &:hover { + & > * { + background-color: $background-burger-hover; + } } &:focus, &.is-active, &.js-active { - background-image: none; - &::before, - &::after { - top: 50%; - } - &::before { - transform: translate3d(0,-50%,0) rotate3d(0,0,1,45deg); - } - &::after { - transform: translate3d(0,-50%,0) rotate3d(0,0,1,-45deg); + & > * { + background-image: none; + justify-content: center; + + &::before { + transform: translateY(50%) rotate3d(0,0,1,45deg); + } + &::after { + transform: translateY(-50%) rotate3d(0,0,1,-45deg); + } } } } From c87a1e1d11d3a6c7783d07b3295e56bf84bc7f8d Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 7 Sep 2017 15:17:27 +0200 Subject: [PATCH 070/138] Burger button height --- css/knacss-unminified.css | 4 ++-- css/knacss.css | 2 +- sass/_config/_variables.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 3ef163e..ed5cdad 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2214,7 +2214,7 @@ button:focus { background-position: center; background-repeat: no-repeat; background-origin: content-box; - background-size: 100% calc(2.4rem * (16 / 100)); + background-size: 100% calc(2.4rem * (18 / 100)); -webkit-transition: .25s; transition: .25s; -webkit-transition-property: background, -webkit-transform; @@ -2226,7 +2226,7 @@ button:focus { .button-burger > *::before, .button-burger > *::after { content: ""; - height: calc(2.4rem * (16 / 100)); + height: calc(2.4rem * (18 / 100)); background: #333; -webkit-transition: .25s; transition: .25s; diff --git a/css/knacss.css b/css/knacss.css index d2ce08e..375cd81 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button-burger,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-burger,.button-burger>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.button-burger{outline:0;border:0;cursor:pointer}.button-burger>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.4rem;width:2.4rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% calc(2.4rem * (16 / 100));-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.checkbox~label:before,.radio~label:before{margin-right:.5rem;width:1.1em;content:"";vertical-align:baseline}.button-burger>::after,.button-burger>::before{content:"";height:calc(2.4rem * (16 / 100));background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.button-burger:hover>*{background-color:transparent}.button-burger.is-active>*,.button-burger.js-active>*,.button-burger:focus>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button-burger.is-active>::before,.button-burger.js-active>::before,.button-burger:focus>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.button-burger.is-active>::after,.button-burger.js-active>::after,.button-burger:focus>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);height:1.1em;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);height:1.1em;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #ddd}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;text-decoration:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#ddd;outline:0}.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:10px}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;background-position:center bottom;background-repeat:no-repeat;background-size:1.2rem;line-height:1;vertical-align:baseline}.arrow-down::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button-burger,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-burger,.button-burger>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.button-burger{outline:0;border:0;cursor:pointer}.button-burger>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.4rem;width:2.4rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% calc(2.4rem * (18 / 100));-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.checkbox~label:before,.radio~label:before{margin-right:.5rem;width:1.1em;content:"";vertical-align:baseline}.button-burger>::after,.button-burger>::before{content:"";height:calc(2.4rem * (18 / 100));background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.button-burger:hover>*{background-color:transparent}.button-burger.is-active>*,.button-burger.js-active>*,.button-burger:focus>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button-burger.is-active>::before,.button-burger.js-active>::before,.button-burger:focus>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.button-burger.is-active>::after,.button-burger.js-active>::after,.button-burger:focus>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);height:1.1em;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);height:1.1em;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #ddd}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;text-decoration:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#ddd;outline:0}.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:10px}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;background-position:center bottom;background-repeat:no-repeat;background-size:1.2rem;line-height:1;vertical-align:baseline}.arrow-down::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index eae9cee..9bd7085 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -71,7 +71,7 @@ $color-burger : $color-gray1; $background-burger : transparent; $background-burger-hover : transparent; $size-burger : 2.4rem; -$weight-burger : 16; // sort of percentage +$weight-burger : 18; // sort of percentage $padding-burger : 0; // spacings (choose unit you prefer) From b0030aeec2d32c36db07f6a5b795a4a8986278e9 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 7 Sep 2017 15:54:20 +0200 Subject: [PATCH 071/138] Tabs revisited --- css/knacss-unminified.css | 11 ++++-- css/knacss.css | 2 +- sass/_config/_variables.scss | 10 +++++- sass/components/_tabs.scss | 67 +++++++++++++++++++----------------- 4 files changed, 54 insertions(+), 36 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index ed5cdad..044cc40 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2341,7 +2341,7 @@ button:focus { /* see example on https://knacss.com/styleguide.html#tabs */ /* NOTE : tabs need JavaScript to be activated */ .tabs-menu { - border-bottom: 2px solid #ddd; + border-bottom: 2px solid #e7e9ed; } .tabs-menu-link { @@ -2349,7 +2349,10 @@ button:focus { margin-bottom: -2px; padding: 0.5rem 3rem; border-bottom: 4px solid transparent; + color: #000; + background: transparent; text-decoration: none; + border-radius: 0 0 0 0; -webkit-transition: .25s; transition: .25s; -webkit-transition-property: color, border, background-color; @@ -2357,7 +2360,9 @@ button:focus { } .tabs-menu-link.is-active { - border-bottom-color: #ddd; + border-bottom-color: #727e96; + color: #727e96; + background: transparent; outline: 0; } @@ -2374,7 +2379,7 @@ button:focus { } .tabs-content-item { - padding-top: 10px; + padding-top: 1rem; } .tabs-content-item[aria-hidden="true"] { diff --git a/css/knacss.css b/css/knacss.css index 375cd81..f01a13d 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button-burger,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-burger,.button-burger>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.button-burger{outline:0;border:0;cursor:pointer}.button-burger>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.4rem;width:2.4rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% calc(2.4rem * (18 / 100));-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.checkbox~label:before,.radio~label:before{margin-right:.5rem;width:1.1em;content:"";vertical-align:baseline}.button-burger>::after,.button-burger>::before{content:"";height:calc(2.4rem * (18 / 100));background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.button-burger:hover>*{background-color:transparent}.button-burger.is-active>*,.button-burger.js-active>*,.button-burger:focus>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button-burger.is-active>::before,.button-burger.js-active>::before,.button-burger:focus>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.button-burger.is-active>::after,.button-burger.js-active>::after,.button-burger:focus>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);height:1.1em;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);height:1.1em;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #ddd}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;text-decoration:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#ddd;outline:0}.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:10px}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;background-position:center bottom;background-repeat:no-repeat;background-size:1.2rem;line-height:1;vertical-align:baseline}.arrow-down::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button-burger,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.button-burger>*,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-burger,.button-burger>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.button-burger{outline:0;border:0;cursor:pointer}.button-burger>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.4rem;width:2.4rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% calc(2.4rem * (18 / 100));-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.button-burger>::after,.button-burger>::before{content:"";height:calc(2.4rem * (18 / 100));background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.button-burger:hover>*{background-color:transparent}.button-burger.is-active>*,.button-burger.js-active>*,.button-burger:focus>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button-burger.is-active>::before,.button-burger.js-active>::before,.button-burger:focus>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.button-burger.is-active>::after,.button-burger.js-active>::after,.button-burger:focus>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;background-position:center bottom;background-repeat:no-repeat;background-size:1.2rem;line-height:1;vertical-align:baseline}.arrow-down::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 9bd7085..6248930 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -52,7 +52,6 @@ $color-link : $color-gray1; $color-link-hover: $color-dark; $color-forms : $color-gray3; -$color-burger : $color-dark; // buttons, badges, alerts color variants list // name - background-color - color - border @@ -66,6 +65,15 @@ $variants-list: ( (ghost, $color-ghost, $color-light, 0 0 0 1px $color-light inset) ); +// tabs +$border-tabs : $color-gray5; +$border-tabs-active : $color-gray3; +$color-tabs : $color-base; +$color-tabs-active : $color-gray3; +$background-tabs : transparent; +$background-tabs-active : transparent; +$border-radius-tabs : 0; + // burger button $color-burger : $color-gray1; $background-burger : transparent; diff --git a/sass/components/_tabs.scss b/sass/components/_tabs.scss index b285280..a83f091 100644 --- a/sass/components/_tabs.scss +++ b/sass/components/_tabs.scss @@ -4,45 +4,50 @@ /* see example on https://knacss.com/styleguide.html#tabs */ /* NOTE : tabs need JavaScript to be activated */ + .tabs-menu { - border-bottom: 2px solid #ddd; -} + border-bottom: 2px solid $border-tabs; -.tabs-menu-link { - display: block; - margin-bottom: -2px; - padding: $tiny-value $medium-plus-value; - border-bottom: 4px solid transparent; - text-decoration: none; - transition: .25s; - transition-property: color, border, background-color; -} + &-link { + display: block; + margin-bottom: -2px; + padding: $tiny-value $medium-plus-value; + border-bottom: 4px solid transparent; + color: $color-tabs; + background: $background-tabs; + text-decoration: none; + border-radius: $border-radius-tabs $border-radius-tabs 0 0; + transition: .25s; + transition-property: color, border, background-color; -.tabs-menu-link.is-active { - border-bottom-color: #ddd;; - outline: 0; -} -.tabs-menu-link:focus { - border-bottom-color: $color-forms; - color: $color-forms; - outline: 0; -} + &.is-active { + border-bottom-color: $border-tabs-active; + color: $color-tabs-active; + background: $background-tabs-active; + outline: 0; + } -@media (min-width: $small) { - .tabs-menu-link { - display: inline-block; + &:focus { + border-bottom-color: $border-tabs-active; + color: $color-tabs-active; + outline: 0; + } + + @media (min-width: $small) { + display: inline-block; + } } } .tabs-content-item { - padding-top: 10px; -} + padding-top: $small-value; -.tabs-content-item[aria-hidden="true"] { - visibility: hidden; - @extend .visually-hidden; -} + &[aria-hidden="true"] { + visibility: hidden; + @extend .visually-hidden; + } -.tabs-content-item[aria-hidden="false"] { - visibility: visible; + &[aria-hidden="false"] { + visibility: visible; + } } From 0f91666bbc0b994e8de3820bdd2724940dd4738c Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 7 Sep 2017 17:07:19 +0200 Subject: [PATCH 072/138] Burger JS add-ons --- css/knacss-unminified.css | 6 +++--- css/knacss.css | 2 +- sass/components/_buttons.scss | 7 +++---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 044cc40..ec925d4 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2241,19 +2241,19 @@ button:focus { background-color: transparent; } -.button-burger:focus > *, .button-burger.is-active > *, .button-burger.js-active > * { +.button-burger.is-active > * { background-image: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } -.button-burger:focus > *::before, .button-burger.is-active > *::before, .button-burger.js-active > *::before { +.button-burger.is-active > *::before { -webkit-transform: translateY(50%) rotate3d(0, 0, 1, 45deg); transform: translateY(50%) rotate3d(0, 0, 1, 45deg); } -.button-burger:focus > *::after, .button-burger.is-active > *::after, .button-burger.js-active > *::after { +.button-burger.is-active > *::after { -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); } diff --git a/css/knacss.css b/css/knacss.css index f01a13d..ee42d41 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button-burger,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.button-burger>*,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-burger,.button-burger>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.button-burger{outline:0;border:0;cursor:pointer}.button-burger>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.4rem;width:2.4rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% calc(2.4rem * (18 / 100));-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.button-burger>::after,.button-burger>::before{content:"";height:calc(2.4rem * (18 / 100));background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.button-burger:hover>*{background-color:transparent}.button-burger.is-active>*,.button-burger.js-active>*,.button-burger:focus>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button-burger.is-active>::before,.button-burger.js-active>::before,.button-burger:focus>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.button-burger.is-active>::after,.button-burger.js-active>::after,.button-burger:focus>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;background-position:center bottom;background-repeat:no-repeat;background-size:1.2rem;line-height:1;vertical-align:baseline}.arrow-down::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button-burger,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.button-burger>*,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-burger,.button-burger>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.button-burger{outline:0;border:0;cursor:pointer}.button-burger>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.4rem;width:2.4rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% calc(2.4rem * (18 / 100));-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.button-burger>::after,.button-burger>::before{content:"";height:calc(2.4rem * (18 / 100));background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.button-burger:hover>*{background-color:transparent}.button-burger.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button-burger.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.button-burger.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;background-position:center bottom;background-repeat:no-repeat;background-size:1.2rem;line-height:1;vertical-align:baseline}.arrow-down::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_buttons.scss b/sass/components/_buttons.scss index 9e8aa94..1d41255 100644 --- a/sass/components/_buttons.scss +++ b/sass/components/_buttons.scss @@ -93,8 +93,9 @@ button { } // burger button -// active it with :focus, .is-active or .js-active +// active it with a JS toggle-class to .is-active // recommanded HTML : +// see doc : https://knacss.com/styleguide.html#buttons .button-burger { padding: 0; background-color: transparent; @@ -138,9 +139,7 @@ button { } } - &:focus, - &.is-active, - &.js-active { + &.is-active { & > * { background-image: none; From 5e1c4bced1b771bd71ff0b482c0121aa417f2c1d Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 7 Sep 2017 18:48:39 +0200 Subject: [PATCH 073/138] .button-burger -> .nav-button --- css/knacss-unminified.css | 8 ++++---- css/knacss.css | 2 +- sass/_config/_variables.scss | 4 ++-- sass/components/_buttons.scss | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index ec925d4..baeeb83 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2205,8 +2205,8 @@ button:focus { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; - height: 2.4rem; - width: 2.4rem; + height: 2.6rem; + width: 2.6rem; padding: 0; background-color: transparent; background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333)); @@ -2214,7 +2214,7 @@ button:focus { background-position: center; background-repeat: no-repeat; background-origin: content-box; - background-size: 100% calc(2.4rem * (18 / 100)); + background-size: 100% 5px; -webkit-transition: .25s; transition: .25s; -webkit-transition-property: background, -webkit-transform; @@ -2226,7 +2226,7 @@ button:focus { .button-burger > *::before, .button-burger > *::after { content: ""; - height: calc(2.4rem * (18 / 100)); + height: 5px; background: #333; -webkit-transition: .25s; transition: .25s; diff --git a/css/knacss.css b/css/knacss.css index ee42d41..ecd9f06 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button-burger,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.button-burger>*,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-burger,.button-burger>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.button-burger{outline:0;border:0;cursor:pointer}.button-burger>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.4rem;width:2.4rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% calc(2.4rem * (18 / 100));-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.button-burger>::after,.button-burger>::before{content:"";height:calc(2.4rem * (18 / 100));background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.button-burger:hover>*{background-color:transparent}.button-burger.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button-burger.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.button-burger.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;background-position:center bottom;background-repeat:no-repeat;background-size:1.2rem;line-height:1;vertical-align:baseline}.arrow-down::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button-burger,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.button-burger>*,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-burger,.button-burger>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.button-burger{outline:0;border:0;cursor:pointer}.button-burger>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.button-burger>::after,.button-burger>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.button-burger:hover>*{background-color:transparent}.button-burger.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button-burger.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.button-burger.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;background-position:center bottom;background-repeat:no-repeat;background-size:1.2rem;line-height:1;vertical-align:baseline}.arrow-down::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 6248930..8d524f1 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -78,8 +78,8 @@ $border-radius-tabs : 0; $color-burger : $color-gray1; $background-burger : transparent; $background-burger-hover : transparent; -$size-burger : 2.4rem; -$weight-burger : 18; // sort of percentage +$size-burger : 2.6rem; +$weight-burger : 5px; // size of stripes $padding-burger : 0; // spacings (choose unit you prefer) diff --git a/sass/components/_buttons.scss b/sass/components/_buttons.scss index 1d41255..9db99d4 100644 --- a/sass/components/_buttons.scss +++ b/sass/components/_buttons.scss @@ -117,7 +117,7 @@ button { background-position: center; background-repeat: no-repeat; background-origin: content-box; - background-size: 100% calc(#{$size-burger} * (#{$weight-burger} / 100)); + background-size: 100% $weight-burger; transition: .25s; transition-property: transform, background; will-change: transform, background; @@ -125,7 +125,7 @@ button { &::before, &::after { content: ""; - height: calc(#{$size-burger} * (#{$weight-burger} / 100)); + height: $weight-burger; background: $color-burger; transition: .25s; transition-property: transform, top; From 57b057a5f5d79e03bd1b592d7712c5f64e246192 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 7 Sep 2017 18:52:29 +0200 Subject: [PATCH 074/138] burger rename --- css/knacss-unminified.css | 14 +++++++------- css/knacss.css | 2 +- sass/_config/_variables.scss | 2 +- sass/components/_buttons.scss | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index baeeb83..8ba377a 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2182,7 +2182,7 @@ button:focus { outline: none; } -.button-burger { +.nav-button { padding: 0; background-color: transparent; outline: 0; @@ -2191,7 +2191,7 @@ button:focus { -webkit-tap-highlight-color: transparent; } -.button-burger > * { +.nav-button > * { display: -webkit-box; display: -ms-flexbox; display: flex; @@ -2224,7 +2224,7 @@ button:focus { will-change: transform, background; } -.button-burger > *::before, .button-burger > *::after { +.nav-button > *::before, .nav-button > *::after { content: ""; height: 5px; background: #333; @@ -2237,23 +2237,23 @@ button:focus { will-change: transform, top; } -.button-burger:hover > * { +.nav-button:hover > * { background-color: transparent; } -.button-burger.is-active > * { +.nav-button.is-active > * { background-image: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } -.button-burger.is-active > *::before { +.nav-button.is-active > *::before { -webkit-transform: translateY(50%) rotate3d(0, 0, 1, 45deg); transform: translateY(50%) rotate3d(0, 0, 1, 45deg); } -.button-burger.is-active > *::after { +.nav-button.is-active > *::after { -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); } diff --git a/css/knacss.css b/css/knacss.css index ecd9f06..5962ad7 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button-burger,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.button-burger>*,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-burger,.button-burger>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.button-burger{outline:0;border:0;cursor:pointer}.button-burger>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.button-burger>::after,.button-burger>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.button-burger:hover>*{background-color:transparent}.button-burger.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button-burger.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.button-burger.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;background-position:center bottom;background-repeat:no-repeat;background-size:1.2rem;line-height:1;vertical-align:baseline}.arrow-down::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;background-position:center bottom;background-repeat:no-repeat;background-size:1.2rem;line-height:1;vertical-align:baseline}.arrow-down::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 8d524f1..cb1221b 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -74,7 +74,7 @@ $background-tabs : transparent; $background-tabs-active : transparent; $border-radius-tabs : 0; -// burger button +// nav burger button $color-burger : $color-gray1; $background-burger : transparent; $background-burger-hover : transparent; diff --git a/sass/components/_buttons.scss b/sass/components/_buttons.scss index 9db99d4..59f1386 100644 --- a/sass/components/_buttons.scss +++ b/sass/components/_buttons.scss @@ -92,11 +92,11 @@ button { } } -// burger button +// nav "burger" button // active it with a JS toggle-class to .is-active -// recommanded HTML : +// recommanded HTML : // see doc : https://knacss.com/styleguide.html#buttons -.button-burger { +.nav-button { padding: 0; background-color: transparent; outline: 0; From 031be14b1dd4fcde9f870dadc0608e751d6c3e95 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 8 Sep 2017 15:42:46 +0200 Subject: [PATCH 075/138] color quote --- sass/_config/_variables.scss | 5 +++-- sass/_library/_base.scss | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index cb1221b..7447ca8 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -47,12 +47,13 @@ $color-muted : #F7F7F7; // colors used in project $color-base : $color-dark; $background-base : $color-light; - $color-link : $color-gray1; $color-link-hover: $color-dark; - $color-forms : $color-gray3; +// quotes +$color-quote : $color-gray5; + // buttons, badges, alerts color variants list // name - background-color - color - border $variants-list: ( diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index 663a7a4..d12d0bf 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -294,7 +294,7 @@ blockquote::before { font-size: 5em; height: .4em; line-height: .9; - color: rgba(0, 0, 0, .3); + color: $color-quote; } blockquote > footer { From 9ae188d731c284157185ccdd00422a3c4c2c9d7d Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 8 Sep 2017 15:45:48 +0200 Subject: [PATCH 076/138] checkbox and radio colors --- sass/_config/_variables.scss | 3 +++ sass/components/_checkbox.scss | 4 ++-- sass/components/_radio.scss | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 7447ca8..4a1f72d 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -54,6 +54,9 @@ $color-forms : $color-gray3; // quotes $color-quote : $color-gray5; +// checkboxes, radios +$color-checkbox : $color-gray3; + // buttons, badges, alerts color variants list // name - background-color - color - border $variants-list: ( diff --git a/sass/components/_checkbox.scss b/sass/components/_checkbox.scss index c0bf11a..5e4f08e 100644 --- a/sass/components/_checkbox.scss +++ b/sass/components/_checkbox.scss @@ -21,13 +21,13 @@ border: 0; background: #fff; border-radius: $border-radius; - box-shadow: 0 0 0 2px $color-forms inset; + box-shadow: 0 0 0 2px $color-checkbox inset; transition: .25s background-color; } } &:checked ~ label:before { background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); - background-color: $color-forms; + background-color: $color-checkbox; background-size: 60% 60%; background-position: center; background-repeat: no-repeat; diff --git a/sass/components/_radio.scss b/sass/components/_radio.scss index a1f84ff..7b6488e 100644 --- a/sass/components/_radio.scss +++ b/sass/components/_radio.scss @@ -21,13 +21,13 @@ border: 0; background: #fff; border-radius: 50%; - box-shadow: 0 0 0 2px $color-forms inset; + box-shadow: 0 0 0 2px $color-checkbox inset; transition: .25s background; } } &:checked ~ label:before { background-image: radial-gradient(circle at center, #fff 30%, transparent 38%); - background-color: $color-forms; + background-color: $color-checkbox; background-position: center; background-repeat: no-repeat; pointer-events: none; From b2c8806543f9e324fe0f714b8a60505b8ebc0698 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 8 Sep 2017 16:49:44 +0200 Subject: [PATCH 077/138] arrows color --- sass/_config/_variables.scss | 3 +++ sass/components/_arrows.scss | 13 ++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 4a1f72d..315d364 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -54,6 +54,9 @@ $color-forms : $color-gray3; // quotes $color-quote : $color-gray5; +// arrows +$color-arrow : $color-dark; + // checkboxes, radios $color-checkbox : $color-gray3; diff --git a/sass/components/_arrows.scss b/sass/components/_arrows.scss index 8e802ca..e96708f 100644 --- a/sass/components/_arrows.scss +++ b/sass/components/_arrows.scss @@ -8,24 +8,23 @@ display: inline-block; width: 1em; height: 1em; - background-position: center bottom; - background-repeat: no-repeat; - background-size: 1.2rem; + mask-size: cover; + background-color: $color-arrow; line-height: 1; vertical-align: baseline; } .arrow-down::after { - background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); + mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } .arrow-up::after { - background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); + mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } .arrow-right::after { - background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); + mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } .arrow-left::after { - background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); + mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } From 0c3776a8277eb10e05b66c8dcb0f3c99049d2156 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 8 Sep 2017 16:52:40 +0200 Subject: [PATCH 078/138] build --- css/knacss-unminified.css | 20 ++++++++++++-------- css/knacss.css | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 8ba377a..fb49737 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -762,7 +762,7 @@ blockquote::before { font-size: 5em; height: .4em; line-height: .9; - color: rgba(0, 0, 0, 0.3); + color: #e7e9ed; } blockquote > footer { @@ -2399,27 +2399,31 @@ button:focus { display: inline-block; width: 1em; height: 1em; - background-position: center bottom; - background-repeat: no-repeat; - background-size: 1.2rem; + -webkit-mask-size: cover; + mask-size: cover; + background-color: #000; line-height: 1; vertical-align: baseline; } .arrow-down::after { - background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); + mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } .arrow-up::after { - background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); + mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } .arrow-right::after { - background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); + mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } .arrow-left::after { - background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); + mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } /* ----------------------------- */ diff --git a/css/knacss.css b/css/knacss.css index 5962ad7..8f503f9 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:rgba(0,0,0,.3)}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;background-position:center bottom;background-repeat:no-repeat;background-size:1.2rem;line-height:1;vertical-align:baseline}.arrow-down::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file From d42c3bec7e7599ff109138757d168ba4bb590865 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Wed, 13 Sep 2017 12:19:07 +0200 Subject: [PATCH 079/138] flex: 1; --> flex: 1 1 0%; IE bugfix --- css/knacss-unminified.css | 8 ++++---- css/knacss.css | 2 +- sass/_library/_layout.scss | 2 +- sass/components/_media.scss | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index fb49737..5b39cfa 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -1064,8 +1064,8 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html .flex-item-fluid, .item-fluid { -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; + -ms-flex: 1 1 0%; + flex: 1 1 0%; } .flex-item-first, @@ -1770,8 +1770,8 @@ ul.is-unstyled, ul.unstyled { } .media-content { -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; + -ms-flex: 1 1 0%; + flex: 1 1 0%; } .media-figure--center { -ms-flex-item-align: center; diff --git a/css/knacss.css b/css/knacss.css index 8f503f9..9c2e0bd 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_library/_layout.scss b/sass/_library/_layout.scss index 2b04e00..1210b74 100644 --- a/sass/_library/_layout.scss +++ b/sass/_library/_layout.scss @@ -109,7 +109,7 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html .flex-item-fluid, .item-fluid { - flex: 1; + flex: 1 1 0%; } .flex-item-first, diff --git a/sass/components/_media.scss b/sass/components/_media.scss index f7ff4fe..30cbee7 100644 --- a/sass/components/_media.scss +++ b/sass/components/_media.scss @@ -10,7 +10,7 @@ align-items: flex-start; &-content { - flex: 1; + flex: 1 1 0%; } // vertical align image From 8ed3ecdfc8df55f16ccac3d658054032adaab4f7 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 19 Sep 2017 16:36:10 +0200 Subject: [PATCH 080/138] doc fixing --- css/_grillade.scss | 96 ++++++++++++++++++++++++++++++++++ css/knacss-unminified.css | 2 +- sass/components/_grillade.scss | 9 ++-- 3 files changed, 102 insertions(+), 5 deletions(-) create mode 100644 css/_grillade.scss diff --git a/css/_grillade.scss b/css/_grillade.scss new file mode 100644 index 0000000..c7203e4 --- /dev/null +++ b/css/_grillade.scss @@ -0,0 +1,96 @@ +/* --------------------------------------- */ +/* ==Grillade : ultra light Grid System */ +/* --------------------------------------- */ +/* Doc : @TODO */ +// WARNING: THIS IS NOT A COMPLETE GRID FRAMEWORK, just ultra light Grid System +// if you need complex Grid : +// 1- use vanilla CSS Grid Layout spec (perfect for you) +// 2- use Bootstrap (good luck) + +@if (not variable_exists(tiny)) or (not variable_exists(small)) or (not variable_exists(medium)) or (not variable_exists(large)) + { + $tiny: 480px !global; + $small: 576px !global; + $medium: 768px !global; + $large: 992px !global; +} + +[class*=" grid-"], +[class^="grid-"] { + @media (min-width: $tiny) { + display: grid; + grid-auto-flow: dense; + + // gutters + @if variable_exists(grid-gutters) { + $gutter: $grid-gutters !global; + } + @else { + $gutter: ( '': 1rem, '-l': 2rem, '-xl': 4rem ) !global; + } + @each $affix, $size in $gutter { + &.has-gutter#{$affix} { + grid-gap: $size; + } + } + } +} + +// grid constructor (.grid-2 to .grid-12) +@for $i from 1 through 12 { + [class*="grid-#{$i}"] { + grid-template-columns: repeat(#{$i}, 1fr); + } +} + +// grid items constructor (.col-1 to .col-12, .row-1 to .row-12) +@for $i from 1 through 12 { + [class*="col-#{$i}"] { + grid-column: auto / span #{$i}; + } + + [class*="row-#{$i}"] { + grid-row: auto / span #{$i}; + } +} + +/* intermediate breakpoints */ +// -small-X suffix means "X columns when < medium screen" +// example : .grid-4-small-2 will be 1 column (< tiny) then 2 columns (< medium) then 4 columns +@media (min-width: $tiny) and (max-width: ($medium - 1)) { + @for $i from 1 through 4{ + [class*="grid-"][class*="-small-#{$i}"] { + grid-template-columns: repeat(#{$i}, 1fr); + } + + [class*="col-"][class*="-small-#{$i}"] { + grid-column: auto / span #{$i}; + } + } + [class*="-small-all"] { + grid-column: 1 / -1; + } +} + +// grid order +.item-first { + order: -1; +} + +.item-last { + order: 1; +} + +// grid offset +.grid-offset { + visibility: hidden; +} + +// spanning all collumns or rows +.col-all { + grid-column: 1 / -1; +} + +.row-all { + grid-row: 1 / -1; +} diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 5b39cfa..258e513 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2830,7 +2830,7 @@ button:focus { grid-row: auto/span 12; } -/* intermediate breakpoint */ +/* intermediate breakpoints */ @media (min-width: 480px) and (max-width: 767px) { [class*="grid-"][class*="-small-1"] { -ms-grid-columns: (1fr)[1]; diff --git a/sass/components/_grillade.scss b/sass/components/_grillade.scss index 3ff652d..c7203e4 100644 --- a/sass/components/_grillade.scss +++ b/sass/components/_grillade.scss @@ -7,11 +7,12 @@ // 1- use vanilla CSS Grid Layout spec (perfect for you) // 2- use Bootstrap (good luck) -@if (not variable_exists(tiny)) or (not variable_exists(small)) or (not variable_exists(medium)) +@if (not variable_exists(tiny)) or (not variable_exists(small)) or (not variable_exists(medium)) or (not variable_exists(large)) { $tiny: 480px !global; $small: 576px !global; $medium: 768px !global; + $large: 992px !global; } [class*=" grid-"], @@ -53,9 +54,9 @@ } } -/* intermediate breakpoint */ -// -small-X suffix means "X columns when < small screen" -// example : .grid-4-small-2 will be 1 column (< tiny) then 2 columns (< small) then 4 columns +/* intermediate breakpoints */ +// -small-X suffix means "X columns when < medium screen" +// example : .grid-4-small-2 will be 1 column (< tiny) then 2 columns (< medium) then 4 columns @media (min-width: $tiny) and (max-width: ($medium - 1)) { @for $i from 1 through 4{ [class*="grid-"][class*="-small-#{$i}"] { From ad3e11559d314632a7d5a87326a075db2c0159d1 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Wed, 20 Sep 2017 16:50:49 +0200 Subject: [PATCH 081/138] refonte des styles des tableaux --- changelog.md | 1 + css/knacss-unminified.css | 44 ++++++++++++++------------- css/knacss.css | 2 +- sass/_config/_variables.scss | 7 +++++ sass/components/_tables.scss | 59 +++++++++++++++++++----------------- 5 files changed, 63 insertions(+), 50 deletions(-) diff --git a/changelog.md b/changelog.md index 7fed615..230ce71 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,7 @@ - ajout des onglets (tabs) - ajout des flèches courantes (haut, droit, bas, gauche) en SVG data-URI - refonte des styles de formulaires +- refonte des styles des tableaux - autogrid object en Grid Layout - regroupement des styles des tableaux - suppression du namespace "kna-", ne devrait pas être problématique dès lors que Grillade sera devenu inutile dans KNACSS diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 258e513..9a6319c 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -1849,37 +1849,39 @@ table, .table { display: table; + border: 1px solid #acb3c2; + background: transparent; } -#recaptcha_table, -.table-auto { - table-layout: auto; +.table--zebra tbody tr:nth-child(odd) { + background: #e7e9ed; } -td, -th { - vertical-align: top; +.table caption { + caption-side: bottom; + padding: 1rem; + color: #727e96; + font-style: italic; + text-align: right; +} + +.table td, +.table th { + padding: 0.3rem 0.6rem; min-width: 2rem; + vertical-align: top; + border: 1px #acb3c2 dotted; + text-align: left; cursor: default; } -/* deco */ -table, -.table { - border: 1px solid #ccc; +.table thead { + color: #000; + background: transparent; } -caption { - padding: 1rem; - color: #555; - font-style: italic; -} - -td, -th { - padding: 0.3em 0.8em; - border: 1px #aaa dotted; - text-align: left; +.table--auto { + table-layout: auto; } /* ----------------------------- */ diff --git a/css/knacss.css b/css/knacss.css index 9c2e0bd..6f1296e 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.inbl,.table,table,td,th{vertical-align:top}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.w100,progress{width:100%}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem;border:1px solid #ccc}.table{display:table}#recaptcha_table,.table-auto{table-layout:auto}td,th{min-width:2rem;cursor:default;padding:.3em .8em;border:1px dotted #aaa;text-align:left}caption{padding:1rem;color:#555;font-style:italic}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 315d364..f522f30 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -60,6 +60,13 @@ $color-arrow : $color-dark; // checkboxes, radios $color-checkbox : $color-gray3; +// tables +$border-table : $color-gray4; +$color-table-caption : $color-gray3; +$color-table-head : $color-base; +$background-table : transparent; +$background-table-head : transparent; + // buttons, badges, alerts color variants list // name - background-color - color - border $variants-list: ( diff --git a/sass/components/_tables.scss b/sass/components/_tables.scss index 3814dce..7adf039 100644 --- a/sass/components/_tables.scss +++ b/sass/components/_tables.scss @@ -14,35 +14,38 @@ table, .table { display: table; + border: 1px solid $border-table; + background: $background-table; + + &--zebra { + & tbody tr:nth-child(odd) { + background: $color-gray5; + } + } + + & caption { + caption-side: bottom; + padding: $small-value; + color: $color-table-caption; + font-style: italic; + text-align: right; + } + + & td, + & th { + padding: 0.3rem 0.6rem; + min-width: $medium-value; + vertical-align: top; + border: 1px $border-table dotted; + text-align: left; + cursor: default; + } + & thead { + color: $color-table-head; + background: $background-table-head; + } } -#recaptcha_table, -.table-auto { +.table--auto { table-layout: auto; } - -td, -th { - vertical-align: top; - min-width: $medium-value; - cursor: default; -} - -/* deco */ -table, -.table { - border: 1px solid #ccc; -} - -caption { - padding: $small-value; - color: #555; - font-style: italic; -} - -td, -th { - padding: 0.3em 0.8em; - border: 1px #aaa dotted; - text-align: left; -} From 1736d2d8f8db3d67baa8caa0f1a47b96c9f1a185 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 22 Sep 2017 11:21:20 +0200 Subject: [PATCH 082/138] hiding IE11 arrow on select --- css/knacss-unminified.css | 5 +++++ css/knacss.css | 2 +- sass/components/_forms.scss | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 9a6319c..6e960b8 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -1965,6 +1965,11 @@ select { background-size: 1.2rem; } +/* hiding IE11 arrow */ +select::-ms-expand { + display: none; +} + textarea { min-height: 5em; vertical-align: top; diff --git a/css/knacss.css b/css/knacss.css index 6f1296e..989c809 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_forms.scss b/sass/components/_forms.scss index fe43e1d..ddcf8cf 100644 --- a/sass/components/_forms.scss +++ b/sass/components/_forms.scss @@ -75,6 +75,11 @@ select { background-size: 1.2rem; } +/* hiding IE11 arrow */ +select::-ms-expand { + display: none; +} + textarea { min-height: 5em; vertical-align: top; From 6ac9bea024d161bdaff0b8ea9cef7a55beeaf585 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 22 Sep 2017 11:27:13 +0200 Subject: [PATCH 083/138] added -ms-appearance: none; --- css/knacss-unminified.css | 1 + css/knacss.css | 2 +- sass/components/_forms.scss | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 6e960b8..ff727ca 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -1943,6 +1943,7 @@ textarea { transition-property: box-shadow, background-color, color, border, -webkit-box-shadow; -webkit-appearance: none; -moz-appearance: none; + -ms-appearance: none; appearance: none; } diff --git a/css/knacss.css b/css/knacss.css index 989c809..f56af20 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_forms.scss b/sass/components/_forms.scss index ddcf8cf..f354f3c 100644 --- a/sass/components/_forms.scss +++ b/sass/components/_forms.scss @@ -53,6 +53,7 @@ textarea { transition-property: box-shadow, background-color, color, border; -webkit-appearance: none; -moz-appearance: none; + -ms-appearance: none; appearance: none; } From c5b27ac2d3cab1e6850c9b0e6eb5fec4f9819fbc Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 25 Sep 2017 10:48:57 +0200 Subject: [PATCH 084/138] renaming "arrow" -> "icon-arrow" --- css/knacss-unminified.css | 10 +++++----- css/knacss.css | 2 +- sass/components/_arrows.scss | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index ff727ca..b9290cc 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2402,7 +2402,7 @@ button:focus { /* ==Arrows */ /* ----------------------------- */ /* see https://knacss.com/styleguide.html#arrows */ -[class*="arrow-"]::after { +[class*="icon-arrow-"]::after { content: ""; display: inline-block; width: 1em; @@ -2414,22 +2414,22 @@ button:focus { vertical-align: baseline; } -.arrow-down::after { +.icon-arrow-down::after { -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } -.arrow-up::after { +.icon-arrow-up::after { -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } -.arrow-right::after { +.icon-arrow-right::after { -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } -.arrow-left::after { +.icon-arrow-left::after { -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } diff --git a/css/knacss.css b/css/knacss.css index f56af20..5a059ff 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_arrows.scss b/sass/components/_arrows.scss index e96708f..f42ff4b 100644 --- a/sass/components/_arrows.scss +++ b/sass/components/_arrows.scss @@ -3,7 +3,7 @@ /* ----------------------------- */ /* see https://knacss.com/styleguide.html#arrows */ -[class*="arrow-"]::after { +[class*="icon-arrow-"]::after { content: ""; display: inline-block; width: 1em; @@ -13,18 +13,18 @@ line-height: 1; vertical-align: baseline; } -.arrow-down::after { +.icon-arrow-down::after { mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } -.arrow-up::after { +.icon-arrow-up::after { mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } -.arrow-right::after { +.icon-arrow-right::after { mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } -.arrow-left::after { +.icon-arrow-left::after { mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } From f45ea52562c715512c59be12ab3cb0316dc9a1d0 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 26 Sep 2017 11:42:46 +0200 Subject: [PATCH 085/138] renommage des variables de composants --- changelog.md | 7 +- css/knacss-unminified.css | 154 +++++++++++++++++++-------------- css/knacss.css | 2 +- sass/_config/_variables.scss | 52 +++++------ sass/_library/_base.scss | 8 +- sass/components/_arrows.scss | 2 +- sass/components/_buttons.scss | 18 ++-- sass/components/_checkbox.scss | 93 +++++++++++++++----- sass/components/_forms.scss | 4 +- sass/components/_radio.scss | 35 -------- sass/components/_tables.scss | 12 +-- sass/components/_tabs.scss | 18 ++-- sass/knacss.scss | 4 +- 13 files changed, 225 insertions(+), 184 deletions(-) delete mode 100644 sass/components/_radio.scss diff --git a/changelog.md b/changelog.md index 230ce71..ec3db7d 100644 --- a/changelog.md +++ b/changelog.md @@ -9,7 +9,7 @@ - ajout des badges (tags), avec possibilités de variantes (primary, success, warning, etc.) - ajout des alertes, avec possibilités de variantes (primary, success, warning, etc.) - ajout d'un bouton de navigation .button-burger -- ajout des checkbox et radio stylés +- ajout des checkbox, radio et bouton "switch" stylés - ajout des onglets (tabs) - ajout des flèches courantes (haut, droit, bas, gauche) en SVG data-URI - refonte des styles de formulaires @@ -20,6 +20,7 @@ - automatisation des classes utilitaires via Sass - ajout de `* {min-width: 0}` pour éviter la valeur `auto` sur les flex-items et grid-items - renommage des variables couleur de projets +- renommage des variables de composants # changelog v6.1.2 (21 juin 2017) - alignement des helpers flexbox sur ceux de Bootstrap (`.d-flex`, `.flex-row`, `.flex-column`, `.mr-auto`) @@ -33,11 +34,11 @@ # changelog v6.1.0 (3 mars 2017) - passage à [Normalize 5.0.0](https://github.com/necolas/normalize.css/blob/5.0.0/CHANGELOG.md) - ajout de variables pour tailles de polices différentes sur petits et sur grands écrans (`$h1-size` et `$h1-size-l` par exemple). Par défaut, les tailles "mobile" sont appliquées, et les tailles "desktop" s'appliquent en min-width `$tiny +1` -- convention de nommage des variables pour faciliter les recherches : `$base-color` devient `$color-base`, `$link-color` devient `$color-link`, etc. +- convention de nommage des variables pour faciliter les recherches : `$base-color` devient `$color-base`, `$link-color` devient `$link-color`, etc. - typo fix # changelog v6.0.8 (10 janvier 2017) -- application de `$color-link-hover` uniquement si différent de `$color-link` +- application de `$link-color-hover` uniquement si différent de `$link-color` # changelog v6.0.7 (7 décembre 2016) - application de `$font-stack-headings` uniquement si différent de `$font-stack-common` diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index b9290cc..380d9c8 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -24,7 +24,6 @@ - Forms - Buttons - Checkbox - - Radio - Tabs - Badges - Alerts @@ -516,10 +515,6 @@ a { color: #333; } -a:focus, a:hover, a:active { - color: #000; -} - /* Headings */ h1, .h1-like { font-size: 2.8rem; @@ -1108,7 +1103,7 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html } /* hidden but not for an assistive technology like a screen reader, Yahoo! method */ -.visually-hidden, .checkbox, .radio, .tabs-content-item[aria-hidden="true"] { +.visually-hidden, .tabs-content-item[aria-hidden="true"] { position: absolute !important; border: 0 !important; height: 1px !important; @@ -2267,80 +2262,107 @@ button:focus { } /* ----------------------------- */ -/* ==Checkbox */ +/* ==Checkbox, radio, switch */ /* ----------------------------- */ /* use .checkbox class on input type=checkbox */ /* recommanded HTML : */ -.checkbox ~ label { - display: -webkit-box; - display: -ms-flexbox; - display: flex; +/* use .radio class on input type=radio */ +/* recommanded HTML : */ +/* use .switch class on input type=checkbox */ +.switch, +.checkbox, +.radio { + -webkit-appearance: none; + -moz-appearance: none; + -ms-appearance: none; + appearance: none; + vertical-align: middle; + outline: 0; cursor: pointer; -} - -.checkbox ~ label:before { - content: ""; - display: inline-block; - vertical-align: baseline; - -webkit-transform: translateY(0.2rem); - transform: translateY(0.2rem); - margin-right: .5rem; - width: 1.1em; - height: 1.1em; - border: 0; + -webkit-box-shadow: inset 0 0 0 1px #727e96; + box-shadow: inset 0 0 0 1px #727e96; + border-radius: 3em; background: #fff; - border-radius: 0; - -webkit-box-shadow: 0 0 0 2px #727e96 inset; - box-shadow: 0 0 0 2px #727e96 inset; - -webkit-transition: .25s background-color; - transition: .25s background-color; } -.checkbox:checked ~ label:before { +.switch ~ label, +.checkbox ~ label, +.radio ~ label { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.switch::-ms-check, +.checkbox::-ms-check, +.radio::-ms-check { + display: none; +} + +.switch { + width: 6rem; + height: 3rem; + line-height: 3rem; + padding-left: 0.75rem; + padding-right: 0.75rem; + font-size: 60%; + -webkit-box-shadow: inset -3rem 0 0 #727e96, inset 0 0 0 1px #727e96; + box-shadow: inset -3rem 0 0 #727e96, inset 0 0 0 1px #727e96; + -webkit-transition: -webkit-box-shadow .15s; + transition: -webkit-box-shadow .15s; + transition: box-shadow .15s; + transition: box-shadow .15s, -webkit-box-shadow .15s; +} + +.switch::before, .switch::after { + color: #fff; +} + +.switch::before { + content: "off"; + float: right; +} + +.switch:checked { + -webkit-box-shadow: inset 3rem 0 0 #5CB85C, inset 0 0 0 1px #5CB85C; + box-shadow: inset 3rem 0 0 #5CB85C, inset 0 0 0 1px #5CB85C; +} + +.switch:checked::before { + content: "on"; + float: left; +} + +.checkbox { + width: 3rem; + height: 3rem; + -webkit-transition: background-color .15s; + transition: background-color .15s; +} + +.checkbox:checked { background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); - background-color: #727e96; background-size: 60% 60%; background-position: center; background-repeat: no-repeat; - pointer-events: none; -} - -/* ----------------------------- */ -/* ==Rdio */ -/* ----------------------------- */ -/* use .radio class on input type=radio */ -/* recommanded HTML : */ -.radio ~ label { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - cursor: pointer; -} - -.radio ~ label:before { - content: ""; - display: inline-block; - vertical-align: baseline; - -webkit-transform: translateY(0.2rem); - transform: translateY(0.2rem); - margin-right: .5rem; - width: 1.1em; - height: 1.1em; - border: 0; - background: #fff; - border-radius: 50%; - -webkit-box-shadow: 0 0 0 2px #727e96 inset; - box-shadow: 0 0 0 2px #727e96 inset; - -webkit-transition: .25s background; - transition: .25s background; -} - -.radio:checked ~ label:before { - background-image: radial-gradient(circle at center, #fff 30%, transparent 38%); background-color: #727e96; +} + +.radio { + width: 3rem; + height: 3rem; + -webkit-transition: background-color .15s; + transition: background-color .15s; +} + +.radio:checked { + background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E); + background-size: 80% 80%; background-position: center; background-repeat: no-repeat; - pointer-events: none; + background-color: #727e96; } /* ----------------------------- */ diff --git a/css/knacss.css b/css/knacss.css index 5a059ff..379d371 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}a:active,a:focus,a:hover,body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse,.nav-button>*{display:-webkit-box;display:-ms-flexbox}.flex-row-reverse{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.checkbox,.radio,.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.checkbox~label:before,.radio~label:before{width:1.1em;height:1.1em;content:"";vertical-align:baseline}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:0;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background-color;transition:.25s background-color}.checkbox:checked~label:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-color:#727e96;background-size:60% 60%;background-position:center;background-repeat:no-repeat;pointer-events:none}.radio~label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.radio~label:before{display:inline-block;-webkit-transform:translateY(.2rem);transform:translateY(.2rem);margin-right:.5rem;border:0;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #727e96 inset;box-shadow:0 0 0 2px #727e96 inset;-webkit-transition:.25s background;transition:.25s background}.radio:checked~label:before{background-image:radial-gradient(circle at center,#fff 30%,transparent 38%);background-color:#727e96;background-position:center;background-repeat:no-repeat;pointer-events:none}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;vertical-align:middle;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:6rem;height:3rem;line-height:3rem;padding-left:.75rem;padding-right:.75rem;font-size:60%;-webkit-box-shadow:inset -3rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -3rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:3rem;height:3rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 3rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 3rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index f522f30..5e164d3 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -47,25 +47,27 @@ $color-muted : #F7F7F7; // colors used in project $color-base : $color-dark; $background-base : $color-light; -$color-link : $color-gray1; -$color-link-hover: $color-dark; -$color-forms : $color-gray3; +$link-color : $color-gray1; +$link-color-hover: $color-dark; +$forms-color : $color-gray3; // quotes -$color-quote : $color-gray5; +$quote-color : $color-gray5; // arrows -$color-arrow : $color-dark; +$arrow-color : $color-dark; // checkboxes, radios -$color-checkbox : $color-gray3; +$checkbox-color : $color-gray3; +$checkbox-size: 3rem; +$checkbox-border-radius: 3em; // tables -$border-table : $color-gray4; -$color-table-caption : $color-gray3; -$color-table-head : $color-base; -$background-table : transparent; -$background-table-head : transparent; +$table-border : $color-gray4; +$table-caption-color : $color-gray3; +$table-head-color : $color-base; +$table-background : transparent; +$table-head-background : transparent; // buttons, badges, alerts color variants list // name - background-color - color - border @@ -80,21 +82,21 @@ $variants-list: ( ); // tabs -$border-tabs : $color-gray5; -$border-tabs-active : $color-gray3; -$color-tabs : $color-base; -$color-tabs-active : $color-gray3; -$background-tabs : transparent; -$background-tabs-active : transparent; -$border-radius-tabs : 0; +$tabs-border : $color-gray5; +$tabs-active-border : $color-gray3; +$tabs-color : $color-base; +$tabs-active-color : $color-gray3; +$tabs-background : transparent; +$tabs-active-background : transparent; +$tabs-border-radius : 0; // nav burger button -$color-burger : $color-gray1; -$background-burger : transparent; -$background-burger-hover : transparent; -$size-burger : 2.6rem; -$weight-burger : 5px; // size of stripes -$padding-burger : 0; +$burger-color : $color-gray1; +$burger-background : transparent; +$burger-hover-background : transparent; +$burger-size : 2.6rem; +$burger-weight : 5px; // size of stripes +$burger-padding : 0; // spacings (choose unit you prefer) $tiny-value : .5rem ; // tiny value for margins / paddings @@ -113,7 +115,7 @@ $ultra-large-plus-value : 20rem ; // ultra large value for margins / paddings // grid gutters (for .has-gutter-* classes) $grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ); -// border-radius +// global border-radius $border-radius: 0; // Responsive breakpoints variables diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index d12d0bf..56309ae 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -40,15 +40,15 @@ body { /* Links */ a { - color: $color-link; + color: $link-color; // No styling on focus/hover if there's no effect. @if variable_exists(color-link-hover) and - ( null == index( ($color-link, null, false), $color-link-hover) ) { + ( null == index( ($link-color, null, false), $link-color-hover) ) { &:focus, &:hover, &:active { - color: $color-link-hover; + color: $link-color-hover; } } } @@ -294,7 +294,7 @@ blockquote::before { font-size: 5em; height: .4em; line-height: .9; - color: $color-quote; + color: $quote-color; } blockquote > footer { diff --git a/sass/components/_arrows.scss b/sass/components/_arrows.scss index f42ff4b..bdfb4af 100644 --- a/sass/components/_arrows.scss +++ b/sass/components/_arrows.scss @@ -9,7 +9,7 @@ width: 1em; height: 1em; mask-size: cover; - background-color: $color-arrow; + background-color: $arrow-color; line-height: 1; vertical-align: baseline; } diff --git a/sass/components/_buttons.scss b/sass/components/_buttons.scss index 59f1386..1d05e84 100644 --- a/sass/components/_buttons.scss +++ b/sass/components/_buttons.scss @@ -109,15 +109,15 @@ button { flex-direction: column; justify-content: space-between; align-items: stretch; - height: $size-burger; - width: $size-burger; - padding: $padding-burger; - background-color: $background-burger; - background-image: linear-gradient($color-burger, $color-burger); + height: $burger-size; + width: $burger-size; + padding: $burger-padding; + background-color: $burger-background; + background-image: linear-gradient($burger-color, $burger-color); background-position: center; background-repeat: no-repeat; background-origin: content-box; - background-size: 100% $weight-burger; + background-size: 100% $burger-weight; transition: .25s; transition-property: transform, background; will-change: transform, background; @@ -125,8 +125,8 @@ button { &::before, &::after { content: ""; - height: $weight-burger; - background: $color-burger; + height: $burger-weight; + background: $burger-color; transition: .25s; transition-property: transform, top; will-change: transform, top; @@ -135,7 +135,7 @@ button { &:hover { & > * { - background-color: $background-burger-hover; + background-color: $burger-hover-background; } } diff --git a/sass/components/_checkbox.scss b/sass/components/_checkbox.scss index 5e4f08e..1e712de 100644 --- a/sass/components/_checkbox.scss +++ b/sass/components/_checkbox.scss @@ -1,36 +1,89 @@ /* ----------------------------- */ -/* ==Checkbox */ +/* ==Checkbox, radio, switch */ /* ----------------------------- */ /* use .checkbox class on input type=checkbox */ /* recommanded HTML : */ +/* use .radio class on input type=radio */ +/* recommanded HTML : */ +/* use .switch class on input type=checkbox */ +// -.checkbox { - @extend .visually-hidden; +// common styles +.switch, +.checkbox, +.radio { + -webkit-appearance: none; + -moz-appearance: none; + -ms-appearance: none; + appearance: none; + vertical-align: middle; + outline: 0; + cursor: pointer; + box-shadow: inset 0 0 0 1px $checkbox-color; + border-radius: $checkbox-border-radius; + background: #fff; - & ~ label { - display: flex; + ~ label { cursor: pointer; + user-select: none; + } - &:before { - content: ""; - display: inline-block; - vertical-align: baseline; - transform: translateY(.2rem); - margin-right: .5rem; - width: 1.1em; height: 1.1em; - border: 0; - background: #fff; - border-radius: $border-radius; - box-shadow: 0 0 0 2px $color-checkbox inset; - transition: .25s background-color; + &::-ms-check { + display: none; // unstyle IE checkboxes + } +} + +// switch styling +.switch { + width: $checkbox-size *2; + height: $checkbox-size; + line-height: $checkbox-size; + padding-left: $checkbox-size /4; + padding-right: $checkbox-size /4; + font-size: 60%; + box-shadow: inset -#{$checkbox-size} 0 0 $checkbox-color, inset 0 0 0 1px $checkbox-color; + transition: box-shadow .15s; + &::before, &::after { + color: #fff; + } + &::before { + content: "off"; + float: right; + } + &:checked { + box-shadow: inset #{$checkbox-size} 0 0 $color-success, inset 0 0 0 1px $color-success; + &::before { + content: "on"; + float: left; } } - &:checked ~ label:before { +} + + +// checkbox styling +.checkbox { + width: $checkbox-size; + height: $checkbox-size; + transition: background-color .15s; + &:checked { background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); - background-color: $color-checkbox; background-size: 60% 60%; background-position: center; background-repeat: no-repeat; - pointer-events: none; + background-color: $checkbox-color; + } +} + +// radio styling +.radio { + width: $checkbox-size; + height: $checkbox-size; + transition: background-color .15s; + &:checked { + background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E); + background-size: 80% 80%; + background-position: center; + background-repeat: no-repeat; + background-color: $checkbox-color; } } diff --git a/sass/components/_forms.scss b/sass/components/_forms.scss index f354f3c..99f9088 100644 --- a/sass/components/_forms.scss +++ b/sass/components/_forms.scss @@ -44,7 +44,7 @@ textarea { font-family: inherit; font-size: inherit; border: 0; - box-shadow: 0 0 0 1px $color-forms inset; + box-shadow: 0 0 0 1px $forms-color inset; color: $color-base; vertical-align: middle; padding: $tiny-value $small-value; @@ -58,7 +58,7 @@ textarea { } [type="submit"] { - background-color: $color-forms; + background-color: $forms-color; color: $color-light; cursor: pointer; } diff --git a/sass/components/_radio.scss b/sass/components/_radio.scss deleted file mode 100644 index 7b6488e..0000000 --- a/sass/components/_radio.scss +++ /dev/null @@ -1,35 +0,0 @@ -/* ----------------------------- */ -/* ==Rdio */ -/* ----------------------------- */ -/* use .radio class on input type=radio */ -/* recommanded HTML : */ - -.radio { - @extend .visually-hidden; - - & ~ label { - display: flex; - cursor: pointer; - - &:before { - content: ""; - display: inline-block; - vertical-align: baseline; - transform: translateY(.2rem); - margin-right: .5rem; - width: 1.1em; height: 1.1em; - border: 0; - background: #fff; - border-radius: 50%; - box-shadow: 0 0 0 2px $color-checkbox inset; - transition: .25s background; - } - } - &:checked ~ label:before { - background-image: radial-gradient(circle at center, #fff 30%, transparent 38%); - background-color: $color-checkbox; - background-position: center; - background-repeat: no-repeat; - pointer-events: none; - } -} diff --git a/sass/components/_tables.scss b/sass/components/_tables.scss index 7adf039..7e2c53c 100644 --- a/sass/components/_tables.scss +++ b/sass/components/_tables.scss @@ -14,8 +14,8 @@ table, .table { display: table; - border: 1px solid $border-table; - background: $background-table; + border: 1px solid $table-border; + background: $table-background; &--zebra { & tbody tr:nth-child(odd) { @@ -26,7 +26,7 @@ table, & caption { caption-side: bottom; padding: $small-value; - color: $color-table-caption; + color: $table-caption-color; font-style: italic; text-align: right; } @@ -36,13 +36,13 @@ table, padding: 0.3rem 0.6rem; min-width: $medium-value; vertical-align: top; - border: 1px $border-table dotted; + border: 1px $table-border dotted; text-align: left; cursor: default; } & thead { - color: $color-table-head; - background: $background-table-head; + color: $table-head-color; + background: $table-head-background; } } diff --git a/sass/components/_tabs.scss b/sass/components/_tabs.scss index a83f091..25d6325 100644 --- a/sass/components/_tabs.scss +++ b/sass/components/_tabs.scss @@ -6,30 +6,30 @@ .tabs-menu { - border-bottom: 2px solid $border-tabs; + border-bottom: 2px solid $tabs-border; &-link { display: block; margin-bottom: -2px; padding: $tiny-value $medium-plus-value; border-bottom: 4px solid transparent; - color: $color-tabs; - background: $background-tabs; + color: $tabs-color; + background: $tabs-background; text-decoration: none; - border-radius: $border-radius-tabs $border-radius-tabs 0 0; + border-radius: $tabs-border-radius $tabs-border-radius 0 0; transition: .25s; transition-property: color, border, background-color; &.is-active { - border-bottom-color: $border-tabs-active; - color: $color-tabs-active; - background: $background-tabs-active; + border-bottom-color: $tabs-active-border; + color: $tabs-active-color; + background: $tabs-active-background; outline: 0; } &:focus { - border-bottom-color: $border-tabs-active; - color: $color-tabs-active; + border-bottom-color: $tabs-active-border; + color: $tabs-active-color; outline: 0; } diff --git a/sass/knacss.scss b/sass/knacss.scss index d31b7f5..bca6ea8 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -25,7 +25,6 @@ - Forms - Buttons - Checkbox - - Radio - Tabs - Badges - Alerts @@ -56,8 +55,7 @@ @import "components/_tables.scss"; // data tables consistency @import "components/_forms.scss"; // forms consistency and styles @import "components/_buttons.scss"; // buttons styles -@import "components/_checkbox.scss"; // checkbox styles -@import "components/_radio.scss"; // radio styles +@import "components/_checkbox.scss"; // checkbox, radio, switch styles @import "components/_tabs.scss"; // tabs styles @import "components/_arrows.scss"; // arrows styles @import "components/_badges.scss"; // badges styles From f621dee26aca042f61c9d87ffa7bf9a917c556e4 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 26 Sep 2017 11:43:59 +0200 Subject: [PATCH 086/138] checkbox size --- css/knacss-unminified.css | 26 +++++++++++++------------- css/knacss.css | 2 +- sass/_config/_variables.scss | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 380d9c8..b9f1a1c 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2302,14 +2302,14 @@ button:focus { } .switch { - width: 6rem; - height: 3rem; - line-height: 3rem; - padding-left: 0.75rem; - padding-right: 0.75rem; + width: 4rem; + height: 2rem; + line-height: 2rem; + padding-left: 0.5rem; + padding-right: 0.5rem; font-size: 60%; - -webkit-box-shadow: inset -3rem 0 0 #727e96, inset 0 0 0 1px #727e96; - box-shadow: inset -3rem 0 0 #727e96, inset 0 0 0 1px #727e96; + -webkit-box-shadow: inset -2rem 0 0 #727e96, inset 0 0 0 1px #727e96; + box-shadow: inset -2rem 0 0 #727e96, inset 0 0 0 1px #727e96; -webkit-transition: -webkit-box-shadow .15s; transition: -webkit-box-shadow .15s; transition: box-shadow .15s; @@ -2326,8 +2326,8 @@ button:focus { } .switch:checked { - -webkit-box-shadow: inset 3rem 0 0 #5CB85C, inset 0 0 0 1px #5CB85C; - box-shadow: inset 3rem 0 0 #5CB85C, inset 0 0 0 1px #5CB85C; + -webkit-box-shadow: inset 2rem 0 0 #5CB85C, inset 0 0 0 1px #5CB85C; + box-shadow: inset 2rem 0 0 #5CB85C, inset 0 0 0 1px #5CB85C; } .switch:checked::before { @@ -2336,8 +2336,8 @@ button:focus { } .checkbox { - width: 3rem; - height: 3rem; + width: 2rem; + height: 2rem; -webkit-transition: background-color .15s; transition: background-color .15s; } @@ -2351,8 +2351,8 @@ button:focus { } .radio { - width: 3rem; - height: 3rem; + width: 2rem; + height: 2rem; -webkit-transition: background-color .15s; transition: background-color .15s; } diff --git a/css/knacss.css b/css/knacss.css index 379d371..4326f8f 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;vertical-align:middle;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:6rem;height:3rem;line-height:3rem;padding-left:.75rem;padding-right:.75rem;font-size:60%;-webkit-box-shadow:inset -3rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -3rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:3rem;height:3rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 3rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 3rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;vertical-align:middle;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 5e164d3..7a233d7 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -59,7 +59,7 @@ $arrow-color : $color-dark; // checkboxes, radios $checkbox-color : $color-gray3; -$checkbox-size: 3rem; +$checkbox-size: 2rem; $checkbox-border-radius: 3em; // tables From 82851601b7f81d63331852133242b6a7f0a057ad Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 26 Sep 2017 14:24:12 +0200 Subject: [PATCH 087/138] vertical-align: text-bottom; --- css/knacss-unminified.css | 2 +- css/knacss.css | 2 +- sass/components/_checkbox.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index b9f1a1c..604b80b 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2276,7 +2276,7 @@ button:focus { -moz-appearance: none; -ms-appearance: none; appearance: none; - vertical-align: middle; + vertical-align: text-bottom; outline: 0; cursor: pointer; -webkit-box-shadow: inset 0 0 0 1px #727e96; diff --git a/css/knacss.css b/css/knacss.css index 4326f8f..ad9e42b 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;vertical-align:middle;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_checkbox.scss b/sass/components/_checkbox.scss index 1e712de..e2b5e30 100644 --- a/sass/components/_checkbox.scss +++ b/sass/components/_checkbox.scss @@ -16,7 +16,7 @@ -moz-appearance: none; -ms-appearance: none; appearance: none; - vertical-align: middle; + vertical-align: text-bottom; outline: 0; cursor: pointer; box-shadow: inset 0 0 0 1px $checkbox-color; From 4f702ecfa12f8d427ce5ea3222e32a6bf00241c7 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Wed, 27 Sep 2017 16:00:07 +0200 Subject: [PATCH 088/138] appearance and user-select cleaning --- css/knacss-unminified.css | 16 +++++++--------- css/knacss.css | 2 +- sass/components/_buttons.scss | 3 --- sass/components/_checkbox.scss | 3 --- sass/components/_forms.scss | 3 --- 5 files changed, 8 insertions(+), 19 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 604b80b..8f1cc34 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -1937,9 +1937,8 @@ textarea { transition-property: box-shadow, background-color, color, border; transition-property: box-shadow, background-color, color, border, -webkit-box-shadow; -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - appearance: none; + -moz-appearance: none; + appearance: none; } [type="submit"] { @@ -2012,9 +2011,9 @@ button, .btn--primary, padding: 1rem 1.5rem; cursor: pointer; -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; -webkit-transition: 0.25s; transition: 0.25s; -webkit-transition-property: background-color, color, border, -webkit-box-shadow; @@ -2273,9 +2272,8 @@ button:focus { .checkbox, .radio { -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - appearance: none; + -moz-appearance: none; + appearance: none; vertical-align: text-bottom; outline: 0; cursor: pointer; diff --git a/css/knacss.css b/css/knacss.css index ad9e42b..14a8858 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_buttons.scss b/sass/components/_buttons.scss index 1d05e84..b5ba20a 100644 --- a/sass/components/_buttons.scss +++ b/sass/components/_buttons.scss @@ -8,9 +8,6 @@ display: inline-block; padding: $small-value $small-plus-value; cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; user-select: none; transition: 0.25s; transition-property: box-shadow, background-color, color, border; diff --git a/sass/components/_checkbox.scss b/sass/components/_checkbox.scss index e2b5e30..74d586d 100644 --- a/sass/components/_checkbox.scss +++ b/sass/components/_checkbox.scss @@ -12,9 +12,6 @@ .switch, .checkbox, .radio { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; appearance: none; vertical-align: text-bottom; outline: 0; diff --git a/sass/components/_forms.scss b/sass/components/_forms.scss index 99f9088..2fc232b 100644 --- a/sass/components/_forms.scss +++ b/sass/components/_forms.scss @@ -51,9 +51,6 @@ textarea { margin: 0; transition: 0.25s; transition-property: box-shadow, background-color, color, border; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; appearance: none; } From e13198513b1ec056b0ef541d236c67ad341d910c Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 28 Sep 2017 17:06:38 +0200 Subject: [PATCH 089/138] pas de user-select: none --- css/knacss-unminified.css | 4 ---- css/knacss.css | 2 +- sass/components/_checkbox.scss | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 8f1cc34..e7b2e6a 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2287,10 +2287,6 @@ button:focus { .checkbox ~ label, .radio ~ label { cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } .switch::-ms-check, diff --git a/css/knacss.css b/css/knacss.css index 14a8858..0822b76 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_checkbox.scss b/sass/components/_checkbox.scss index 74d586d..51b2b51 100644 --- a/sass/components/_checkbox.scss +++ b/sass/components/_checkbox.scss @@ -22,7 +22,6 @@ ~ label { cursor: pointer; - user-select: none; } &::-ms-check { From dce0c9aed6507e34b09231a19caed59bc4449502 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 2 Oct 2017 15:40:56 +0200 Subject: [PATCH 090/138] readme.md --- README.md | 86 +++++++++++-------------------------------------------- 1 file changed, 16 insertions(+), 70 deletions(-) diff --git a/README.md b/README.md index 2e4bd2e..7fc43c8 100644 --- a/README.md +++ b/README.md @@ -8,61 +8,29 @@ KNACSS prend en charge les styles de base, mais également la typographie, les m Conçu par l'agence web [Alsacreations.fr](http://alsacreations.fr) et pensé pour être couplé avec des préprocesseurs tel que Sass, le micro-framework KNACSS est employé quotidiennement sur toute sorte de projets web quel que soit son type ou son envergure. +## Documentation + +- [**Documentation et Guide de styles**](https://knacss.com/styleguide.html) +- [**Pense-bête en PDF**](http://knacss.com/KNACSS-cheatsheet.pdf) +- Site web de présentation de KNACSS : http://knacss.com + +## Fonctionnalités + +- reset +- typographie +- Responsive +- grille de mise en forme +- composants (formulaires, tableaux, boutons, flèches, onglets, checkbox, radio et bouton "switch" stylés) +- variables et mixin Sass + ## Compatibilité -KNACSS est - dans sa grande majorité - compatible avec l'ensemble des navigateurs desktop et mobiles à partir d'IE10 inclus. +KNACSS est - dans sa grande majorité - compatible avec l'ensemble des navigateurs desktop et mobiles à partir d'IE10 inclus. Pour les détails, se référer à la documentation. ## Installation Selon votre profil (débutant, utilisateur de Sass, adepte de Bower / npm / yarn), l'installation est différente. -### Vous êtes débutant ou pressé ? - -La version courte est "il n'y a rien à installer". - -KNACSS n'est constitué que d'un seul fichier CSS (minifié ou non selon vos goûts) : - -- en version [CSS classique et lisible](https://raw.githubusercontent.com/raphaelgoetter/KNACSS/master/css/knacss-unminified.css) -- ou en [version minifiée](https://raw.githubusercontent.com/raphaelgoetter/KNACSS/master/css/knacss.css) - -Si vous ne comptez pas décortiquer le fichier CSS, il est préférable d'opter pour la version minifiée, plus légère. -Il vous suffit ensuite de l'insérer à votre page HTML, avant votre propre feuille de style, bien entendu : - -```HTML - - - - - Vive les knacks! - - - - - - - - -``` - -### Vous préférez Sass ? - -KNACSS est conçu et pensé pour être adapté au préprocesseur Sass. Nos fichiers de travail sont donc par défaut plutôt des `.scss` et non des `.css`. - -Si, comme nous, vous intégrez à l'aide de préprocesseurs, KNACSS va vous faciliter la vie dès le début du projet puisqu'un [dossier de configuration](https://github.com/alsacreations/KNACSS/tree/v6/sass/_config) contenant toutes les variables du projet, les breakpoints et les mixins est intégré. -Libre à vous de modifier ces fichiers selon les contraintes de votre projet. - -La version Sass, à compiler par vos soins, sera bien évidemment plus malléable grâce à l'apport de variables et fonctions. -Vous pouvez également inclure ou non les fichiers partiels qui vous intéressent (tableaux, formulaires, grilles, WordPress, classes utilitaires, etc.). - -Téléchargez [KNACSS complet](https://github.com/alsacreations/KNACSS/archive/master.zip) pour bénéficier de toute l'architecture de l'outil, avec les fichiers Sass, package.json et gulpfile.js si nécessaires. - -### Installation via Bower, npm ou yarn - -- via [Bower](http://bower.io/) : `bower install knacss` -- via [npm](https://www.npmjs.com/) : `npm install knacss` -- via [yarn](https://yarnpkg.com/) : `yarn install knacss` ou `yarn add knacss` - -**Attention**, si vous importez KNACSS automatiquement via Bower, npm ou yarn (par exemple dans un dossier `vendor` ou `node_modules`), les fichiers de configuration (variables par exemple) risquent d'être écrasés à chaque mise à jour de KNACSS. **Nous vous invitons à en faire une copie dans votre dossier de travail et à commenter l'appel au fichier de config de `vendor`**. ## Comment débuter ? @@ -77,16 +45,6 @@ Dans le cas d'un usage via Sass, vos deux fichiers de travail principaux seront& En phase d'intégration, il vous suffit de compiler le fichier `sass/knacss.scss` pour obtenir votre fichier CSS final. - - -### Préfixes navigateurs - -Certaines fonctionnalités avancées de KNACSS nécessitent d'employer toute une panoplie de préfixes CSS (`-webkit-`, `-moz-`, `-ms-`, …) pour être certain que les propriétés CSS fonctionneront partout. - -Au sein de la version classique CSS de KNACSS, l'ensemble des préfixes est présent, **vous n'avez donc pas à vous en soucier** (Autoprefixer réglé à "last 2 versions"). - -**Par contre, dans la version Sass de KNACSS, les préfixes n'apparaissent pas** pour ne pas polluer la lecture du fichier de travail. **Il vous sera donc nécessaire de les ajouter**, de préférence automatiquement grâce à un plugin ou à l'excellent outil qu'est [autoprefixer](https://github.com/postcss/autoprefixer). - ### Mise à jour depuis une version précédente de KNACSS ? La version `6.*.*` de KNACSS est une version majeure, ce qui implique que certaines fonctionnalités ne sont plus forcément rétro-compatibles avec les versions précédentes `5.*.*`. @@ -115,15 +73,3 @@ Voici les principales modifications dont il faudra tenir compte lors d'une bascu - Les noms des conteneurs de grille ont changé et nécessitent systématiquement un trait d'union : ancien nommage : `.grid2`, `.grid1-3`; nouveau nommage : `.grid-2`, `.grid-1-3` - Les classes relatives à flexbox ont été renommées pour ne pas entrer en conflit avec des outils tels que Modernizer (qui ajoutent aux-aussi ce genre de classes). Nouveau nommage : `.flex-container, .flex-container-h`, `.flex-container-v`, `.flex-item-fluid`, `.flex-item-center`, `.flex-item-first, .flex-item-medium, .flex-item-last` - -### Utilisateur de SPIP ? - -Le CMS SPIP impose une classe générique `.fr` sur l'élément ``, or cette classe est également employée pour les positionnements flottants dans KNACSS. - -Si vous êtes un utilisateur de SPIP, nous vous conseillons de modifier les fichiers CSS de KNACSS et de remplacer les classes `.fr` et `.fl` par `:not(html) .fr` et `:not(html) .fl` - -## Liens utiles - -* Site web de KNACSS : http://knacss.com -* [**Documentation détaillée**](https://github.com/raphaelgoetter/KNACSS/tree/master/doc) -* Sur Alsacreations.com : ["découverte du framework KNACSS"](http://www.alsacreations.com/tuto/lire/1577-decouverte-du-framework-css-KNACSS.html) From d534a962c848a8ec4cd280e53299528c37f9a041 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 2 Oct 2017 15:46:44 +0200 Subject: [PATCH 091/138] suppression du dossier de documentation --- doc/00-commencer.md | 129 -------------------- doc/01-typo-et-reset.md | 34 ------ doc/02a-layout-alignements.md | 50 -------- doc/02b-layout-positionnement.md | 139 ---------------------- doc/03-grilles.md | 25 ---- doc/04-tableaux.md | 38 ------ doc/05-formulaires.md | 12 -- doc/06-helpers.md | 148 ----------------------- doc/07-responsive.md | 198 ------------------------------- doc/08-print.md | 66 ----------- doc/09-misc.md | 59 --------- doc/10-styling.md | 11 -- doc/11-wordpress.md | 5 - doc/illust/02-layout.png | Bin 26057 -> 0 bytes doc/illust/03-double.PNG | Bin 32303 -> 0 bytes doc/illust/03-first.PNG | Bin 35068 -> 0 bytes doc/illust/03-grid-even.png | Bin 76512 -> 0 bytes doc/illust/03-grid-uneven.png | Bin 29966 -> 0 bytes doc/illust/03-layout1.png | Bin 46614 -> 0 bytes doc/illust/03-layout2.png | Bin 60329 -> 0 bytes doc/illust/03-layout3.png | Bin 42890 -> 0 bytes doc/illust/03-layout4.png | Bin 95516 -> 0 bytes doc/illust/03-offset.png | Bin 16200 -> 0 bytes doc/illust/breakpoints.png | Bin 145580 -> 0 bytes doc/illust/imbriquee.png | Bin 4539 -> 0 bytes doc/illust/schnapsit.png | Bin 40898 -> 0 bytes 26 files changed, 914 deletions(-) delete mode 100644 doc/00-commencer.md delete mode 100644 doc/01-typo-et-reset.md delete mode 100644 doc/02a-layout-alignements.md delete mode 100644 doc/02b-layout-positionnement.md delete mode 100644 doc/03-grilles.md delete mode 100644 doc/04-tableaux.md delete mode 100644 doc/05-formulaires.md delete mode 100644 doc/06-helpers.md delete mode 100644 doc/07-responsive.md delete mode 100644 doc/08-print.md delete mode 100644 doc/09-misc.md delete mode 100644 doc/10-styling.md delete mode 100644 doc/11-wordpress.md delete mode 100644 doc/illust/02-layout.png delete mode 100644 doc/illust/03-double.PNG delete mode 100644 doc/illust/03-first.PNG delete mode 100644 doc/illust/03-grid-even.png delete mode 100644 doc/illust/03-grid-uneven.png delete mode 100644 doc/illust/03-layout1.png delete mode 100644 doc/illust/03-layout2.png delete mode 100644 doc/illust/03-layout3.png delete mode 100644 doc/illust/03-layout4.png delete mode 100644 doc/illust/03-offset.png delete mode 100644 doc/illust/breakpoints.png delete mode 100644 doc/illust/imbriquee.png delete mode 100644 doc/illust/schnapsit.png diff --git a/doc/00-commencer.md b/doc/00-commencer.md deleted file mode 100644 index 2e8dfa9..0000000 --- a/doc/00-commencer.md +++ /dev/null @@ -1,129 +0,0 @@ -# KNACSS - -http://www.knacss.com - -KNACSS, c'est une sorte de feuille de style CSS "reset" sur-vitaminée qui permet de commencer un projet à partir de zéro tout en tenant compte de bonnes pratiques générales (accessibilité, performance, responsive webdesign). - -KNACSS prend en charge les styles de base, mais également la typographie, les modèles de boîte, les alignements et positionnements d'éléments, les grilles de mise en page, dans l'esprit d'être adapté à toutes les tailles d'écran (reponsive). Le tout automatiquement ! - -Conçu par l'agence web [Alsacreations.fr](http://alsacreations.fr) et pensé pour être couplé avec des préprocesseurs tel que Sass, le micro-framework KNACSS est employé quotidiennement sur toute sorte de projets web quel que soit son type ou son envergure. - -## Compatibilité - -KNACSS est - dans sa grande majorité - compatible avec l'ensemble des navigateurs desktop et mobiles à partir d'IE10 inclus. - -## Installation - -Selon votre profil (débutant, utilisateur de Sass, adepte de Bower / npm), l'installation est différente. - -### Vous êtes débutant ou pressé ? - -La version courte est "il n'y a rien à installer". - -KNACSS n'est constitué que d'un seul fichier CSS (minifié ou non selon vos goûts) : - -- en version [CSS classique et lisible](https://raw.githubusercontent.com/raphaelgoetter/KNACSS/master/css/knacss-unminified.css) -- ou en [version minifiée](https://raw.githubusercontent.com/raphaelgoetter/KNACSS/master/css/knacss.css) - -Si vous ne comptez pas décortiquer le fichier CSS, il est préférable d'opter pour la version minifiée, plus légère. -Il vous suffit ensuite de l'insérer à votre page HTML, avant votre propre feuille de style, bien entendu : - -```HTML - - - - - Vive les knacks! - - - - - - - - -``` - -### Vous préférez Sass ? - -KNACSS est conçu et pensé pour être adapté au préprocesseur Sass. Nos fichiers de travail sont donc par défaut plutôt des `.scss` et non des `.css`. - -Si, comme nous, vous intégrez à l'aide de préprocesseurs, KNACSS va vous faciliter la vie dès le début du projet puisqu'un [dossier de configuration](https://github.com/alsacreations/KNACSS/tree/v6/sass/_config) contenant toutes les variables du projet, les breakpoints et les mixins est intégré. -Libre à vous de modifier ces fichiers selon les contraintes de votre projet. - -La version Sass, à compiler par vos soins, sera bien évidemment plus malléable grâce à l'apport de variables et fonctions. -Vous pouvez également inclure ou non les fichiers partiels qui vous intéressent (tableaux, formulaires, grilles, WordPress, classes utilitaires, etc.). - -Téléchargez [KNACSS complet](https://github.com/alsacreations/KNACSS/archive/master.zip) pour bénéficier de toute l'architecture de l'outil, avec les fichiers Sass, package.json et gulpfile.js si nécessaires. - -### Installation via Bower, npm ou yarn - -- via [Bower](http://bower.io/) : `bower install knacss` -- via [npm](https://www.npmjs.com/) : `npm install knacss` -- via [yarn](https://yarnpkg.com/) : `yarn install knacss` ou `yarn add knacss` - -**Attention**, si vous importez KNACSS automatiquement via Bower, npm ou yarn (par exemple dans un dossier `vendor` ou `node_modules`), les fichiers de configuration (variables par exemple) risquent d'être écrasés à chaque mise à jour de KNACSS. **Nous vous invitons à en faire une copie dans votre dossier de travail et à commenter l'appel au fichier de config de `vendor`**. - - -## Comment débuter ? - -Que vous ayez opté pour la version CSS simple ou la version Sass, il est vivement conseillé de parcourir la [**documentation**](https://github.com/raphaelgoetter/KNACSS/tree/master/doc) détaillée et illustrée avant de vous jeter sur KNACSS. - -Sachez qu'un [**Pense-bête en PDF**](http://knacss.com/KNACSS-cheatsheet.pdf) et un [**Guide de styles**](http://codepen.io/raphaelgoetter/full/LNwOjz/) sont également disponibles pour vous souvenir des classes utiles de KNACSS. - -Dans le cas d'un usage via Sass, vos deux fichiers de travail principaux seront : -- le fichier `sass/_config/_variables.scss` contenant toutes les variables du projet à définir une fois pour toute au départ -- le fichier `sass/knacss.scss` qui importe tous les autres fichiers que vous risquez d'employer dans votre projet. - -En phase d'intégration, il vous suffit de compiler le fichier `sass/knacss.scss` pour obtenir votre fichier CSS final. - - - -### Préfixes navigateurs - -Certaines fonctionnalités avancées de KNACSS nécessitent d'employer toute une panoplie de préfixes CSS (`-webkit-`, `-moz-`, `-ms-`, …) pour être certain que les propriétés CSS fonctionneront partout. - -Au sein de la version classique CSS de KNACSS, l'ensemble des préfixes est présent, **vous n'avez donc pas à vous en soucier** (Autoprefixer réglé à "last 2 versions"). - -**Par contre, dans la version Sass de KNACSS, les préfixes n'apparaissent pas** pour ne pas polluer la lecture du fichier de travail. **Il vous sera donc nécessaire de les ajouter**, de préférence automatiquement grâce à un plugin ou à l'excellent outil qu'est [autoprefixer](https://github.com/postcss/autoprefixer). - -### Mise à jour depuis une version précédente de KNACSS ? - -La version `6.*.*` de KNACSS est une version majeure, ce qui implique que certaines fonctionnalités ne sont plus forcément rétro-compatibles avec les versions précédentes `5.*.*`. - -Voici les principales modifications dont il faudra tenir compte lors d'une bascule vers la version 6 de KNACSS : - -#### Modifications majeures depuis la `5.*.*` - -- le grille de mise en forme a été entièrement modifiée. Détails de modifications: https://github.com/alsacreations/KNACSS/issues/207 -- les positionnements tabulaires. `.row`, `.col` et `.line`, devenus inutiles et confusants depuis Flexbox, ont été supprimés -- de nouvelles valeurs de breakpoints ont été définies. Détails: https://github.com/alsacreations/KNACSS/issues/210 -- suppression de l'outils *include-media* (crée des bugs d'encodage, nécessite un temps d'apprentissage, et n'apporte pas grand chose au final) - -#### Modifications majeures depuis la `4.*.*` - -- suppression de la version LESS (à partir de la version KNACSS 5.0, seul le préprocesseur Sass est encore pris en charge) -- suppression des fallbacks pour IE8-IE9 (à partir de la version KNACSS 5.0, seul IE10 et supérieurs sont pris en charge) -- restructuration / renommage des fichiers avec préfixes `_config-`, `_layout-`, `_library-`, `_object-`, `_override-` -- renommage des éléments de grilles : `.flex-item-double` --> `.grid-item-double` (plus cohérent) -- ajout de la library include-media (http://include-media.com/) -- grille "grillade" à présent en mobile first - -#### Modifications majeures depuis la `3.*.*` - -- La rétrocompatibilité n'est pas préservée pour certains noms de classes ( `.left`, `.start`, `.fl`, `.table-`, `.flex-start`, `.flex-end`) : `.left` ne correspond plus à un `float: left` mais à un `margin-right: auto`, il faut dorénavant employer `.fl` pour obtenir un flottant à gauche; `.right` ne correspond plus à un `float: right` mais à un `margin-left: auto`, il faut dorénavant employer `.fr` pour obtenir un flottant à droite; `.start` et `.end` n'existent plus -- Les noms des conteneurs de grille ont changé et nécessitent systématiquement un trait d'union : ancien nommage : `.grid2`, `.grid1-3`; nouveau nommage : `.grid-2`, `.grid-1-3` -- Les classes relatives à flexbox ont été renommées pour ne pas entrer en conflit avec des outils tels que Modernizer (qui ajoutent aux-aussi ce genre de classes). Nouveau nommage : -`.flex-container, .flex-container-h`, `.flex-container-v`, `.flex-item-fluid`, `.flex-item-center`, `.flex-item-first, .flex-item-medium, .flex-item-last` - -### Utilisateur de SPIP ? - -Le CMS SPIP impose une classe générique `.fr` sur l'élément ``, or cette classe est également employée pour les positionnements flottants dans KNACSS. - -Si vous êtes un utilisateur de SPIP, nous vous conseillons de modifier les fichiers CSS de KNACSS et de remplacer les classes `.fr` et `.fl` par `:not(html) .fr` et `:not(html) .fl` - -## Liens utiles - -* Site web de KNACSS : http://knacss.com -* [**Documentation détaillée**](https://github.com/raphaelgoetter/KNACSS/tree/master/doc) -* Sur Alsacreations.com : ["découverte du framework KNACSS"](http://www.alsacreations.com/tuto/lire/1577-decouverte-du-framework-css-KNACSS.html) diff --git a/doc/01-typo-et-reset.md b/doc/01-typo-et-reset.md deleted file mode 100644 index 7f2568f..0000000 --- a/doc/01-typo-et-reset.md +++ /dev/null @@ -1,34 +0,0 @@ -# Typographie - -Accessible avant tout, KNACSS propose une gamme de tailles de polices d'unités fluides (`em`, `rem`) plutôt que le pixel, figé et non malléable, donc moins accessible. - -En résumé, voilà les bases typographiques de KNACSS : - -- choix d'unités fluides (`em`, `rem`) -- taille de police définie à 62.5% sur HTML (soit un équivalent de 10px, très pratique pour les conversions en rem) -- taille de base des contenus de 1.4em (soit un équivalent de 14px) modifiable dans la configuration LESS / Sass -- tailles de polices définies pour les niveaux de titres et des modificateurs tels que `.small`, `.smaller`, `.big`, `.bigger`, etc. - -## Reset "light" - -Le reset de KNACSS est volontairement minimal, le but n'étant pas de tout mettre à zéro pour le redéfinir par la suite. - -La feuille de style débute ainsi par une variante de l'incontournable `* {box-sizing: border-box}` afin d'imposer le très pratique modèle de boîte CSS3 à tous les éléments du document. - -S'en suivent quelques mises à zéro de marges, alignements par défaut des images, et quelques spécificités sur des élements tels que `blockquote`, `figure`, `canvas`, `video` ou autres `svg`. - -## Masquage - -À noter que KNACSS prévoit une classe dédiée aux éléments devant être masqués sur écrans graphiques tout en demeurant accessibles aux assistances techniques. Il s'agit de la classe `.visually-hidden`, où le choix des hideux mots-clés `!important` se justifie : - -```css -.visually-hidden { - position: absolute !important; - border: 0 !important; - height: 1px !important; - width: 1px !important; - padding: 0 !important; - overflow: hidden !important; - clip: rect(1px, 1px, 1px, 1px) !important; -} -``` diff --git a/doc/02a-layout-alignements.md b/doc/02a-layout-alignements.md deleted file mode 100644 index ce3705c..0000000 --- a/doc/02a-layout-alignements.md +++ /dev/null @@ -1,50 +0,0 @@ -# Alignements - -Différentes classes utilitaires intégrées à KNACSS sont prévues pour gérer les alignements d'éléments. - -- les textes et contenus "inline" sont gérés via les classes `.txtleft`, `.txtright` et `.txtcenter` qui agiront sur la propriété CSS `text-align` -- les blocs sont alignés avec les classes `.left`, `.right` et `.center` qui affectent la valeur `auto` à la propriété `margin` -- les flottements sont gérés via les classes `.fl` (pour `float: left`) et `.fr` (pour `float: right`) - -## Cas des flottants et les .mod - -Le positionnement flottant compte parmi les plus employés mais n'est pas exempt d'inconvénients. Le principal étant d'être un positionnement hors du flux qui nécessitera des ajustements (clearfix et autres anti-débordements). - -KNACSS a prévu des classes spécifiques pour mieux vous en sortir avec les flottants : - -- **le super élément `.mod`**. Il a plein d'avantages: il contient les flottants (ils ne débordent pas) et il ne s'écoule pas autour d'un frère flottant (il s'affiche proprement à côté) et il crée un [contexte "BFC"](http://www.alsacreations.com/astuce/lire/1543-le-contexte-de-formatage-block-en-css.html) -- `.clearfix`. Les éléments disposant de cette classe contiennent les flottants, tel les `.mod` -- les éléments `.clear` bénéficient d'un autre pouvoir : celui de toujours se pousser sous un flottant précédent. Ils sont dédiés aux empilements verticaux des contenus. - -## Concrètement : je veux faire quoi ? - -### Centrer horizontalement - -#### Du texte ou une image - -HTML : -```html -
- aïe ça pique -
-``` - -#### Un bloc - -HTML : -```html -
-
centré horizontalement
-
-``` - -### Centrer verticalement - -![centrer verticalement](https://raw.githubusercontent.com/raphaelgoetter/KNACSS/master/doc/illust/02-layout.png) - - -```html -
-
centré horizontalement et verticalement
-
-``` diff --git a/doc/02b-layout-positionnement.md b/doc/02b-layout-positionnement.md deleted file mode 100644 index 4d9ff77..0000000 --- a/doc/02b-layout-positionnement.md +++ /dev/null @@ -1,139 +0,0 @@ -# Positionnements avec KNACSS - -Au-delà des alignements d'éléments, KNACSS permet de positionner et d'architecturer vos gabarits à travers plusieurs solutions. - -Dans cette page de documentation, nous étudierons en détail chaque cas concret auquel vous risquez d'être confronté et proposerons une réponse adaptée. - -## Différents choix offerts - -Les types de positionnements inclus nativement dans KNACSS sont les suivants : - -- positionnement flottant -- positionnement avec `display: inline-block` -- positionnement avec Flexbox - -Il n'y a pas de mystère : chaque type de positionnement est capable de répondre à différents types de contraintes. Il n'y a pas de meilleur choix qu'un autre. - -Votre décision pourra être guidée par les indices suivants : -- il est généralement plus profitable de ne pas opter pour des positionnement hors-flux (`float`, `position: absolute`) -- Flexbox est certainement le modèle le plus polyvalent et propre, il est compatible qu'à partir de IE10+. - -## Concrètement : je veux faire quoi ? - -### Deux blocs voisins de largeur fixe - -![Deux blocs voisins de largeur fixe](https://raw.githubusercontent.com/raphaelgoetter/KNACSS/master/doc/illust/03-layout1.png) - -Les choix offerts avec KNACSS : - -#### flottant et flottant - -La classe `.fl` pour `float: left` permet à un élément d'être flottant à gauche. - -Il vous suffit de faire flotter vos deux éléments et de leur attribuer la largeur souhaitée pour qu'ils s'affichent l'un à côté de l'autre : - -HTML : -```html -
premier
-
deuxième
-``` - -- **Avantage :** simple, rapide, intuitif, hyper compatible -- **Inconvénient :** positionnement hors du flux, nécessitera des ajustements (clearfix et autres anti-débordements) - -#### inline-block et inline-block - -La propriété `display: inline-block` (sous forme de classe `.inbl` chez KNACSS) permet à un élément de s'afficher tel un "inline" tout en étant dimensionné. - -HTML : -```html -
premier
-
deuxième
-``` - -- **Avantage :** positionnement dans le flux, compatible dès IE8 -- **Inconvénient :** un espace "whitespace" apparaîtra entre les deux div et nécessitera de coller les balises ou de bidouiller en CSS pour être supprimé - - -#### Flexbox - -HTML : -```html -
-
premier
-
deuxième
-
-``` - -- **Avantage :** fluide, propre, simple -- **Inconvénient :** compatibilité IE10 minimum - -### Deux blocs voisins dont un fixe et un fluide - -![Deux blocs voisins de largeur fixe et fluide](https://raw.githubusercontent.com/raphaelgoetter/KNACSS/master/doc/illust/03-layout2.png) - -Les choix offerts avec KNACSS : - -#### flottant et .mod - -HTML : -```html -
premier
-
deuxième
-``` - -#### inline-block et inline-block - -Pas possible - - -#### Flexbox - -HTML : -```html -
-
premier
-
deuxième
-
-``` - -### Deux blocs voisins de même hauteur - -![Deux blocs voisins de même hauteur](https://raw.githubusercontent.com/raphaelgoetter/KNACSS/master/doc/illust/03-layout3.png) - -Les choix offerts avec KNACSS : - -#### flottant et flottant - -Pas possible - -#### inline-block et inline-block - -Pas possible - - -#### Flexbox - -Là aussi c'est automatique : les enfants d'un conteneur `flexbox` ont tous par défaut la même hauteur. - -HTML : -```html -
-
premier
-
deuxième
-
-``` - -### Plusieurs blocs voisins de même taille - -![grilles](https://raw.githubusercontent.com/raphaelgoetter/KNACSS/master/doc/illust/03-layout4.png) - -Si vous souhaitez réaliser des constructions de plusieurs éléments de même taille (fixe ou fluide) avec ou sans espace entre les éléments (gouttière), je vous invite à prendre connaissance des possibilités de **grilles** offertes par KNACSS. - -Voir **[la Doc au point 03-grilles](https://github.com/raphaelgoetter/KNACSS/blob/master/doc/03-grilles.md)**. - -### Schnaps.it, générateur de templates KNACSS - -Alsacréations tient à jour un générateur de gabarits HTML/CSS basé sur le framework KNACSS, **[Schnaps.it](http://schnaps.it/)**, n'hésitez pas à en user et en abuser ! - -![grilles](https://raw.githubusercontent.com/raphaelgoetter/KNACSS/master/doc/illust/schnapsit.png) diff --git a/doc/03-grilles.md b/doc/03-grilles.md deleted file mode 100644 index d9c8fdb..0000000 --- a/doc/03-grilles.md +++ /dev/null @@ -1,25 +0,0 @@ -# Grilles de mise en page - -"Grillade" est un système de grille simple et élaboré avec CSS3 Flexbox. Il est intégré par défaut dans le micro-framework KNACSS d'Alsacréations mais peut être utilisé de manière autonome sans nécessiter KNACSS ou d'autre dépendance. - -Grillade a les caractéristiques globales suivantes : - -- Double système de grille : - - Mono-ligne : possibilité par défaut d'émuler [l'objet "autogrid"](http://codepen.io/raphaelgoetter/pen/KMgBJd?editors=1100) : `.grid` affiche sur une ligne autant d'enfants que nécessaires (et de taille identique) - - Multi-ligne : possibilité de passer en multi-lignes dès que l'on ajoute un suffixe numéroté (ex. `.grid-2`, `.grid-3` ... `.grid-12`) -- "Mobile-first" : par défaut une grille sera disposée sur une colonne, et ne s'active que lorsque l'écran dépasse le breakpoint `$tiny` -- Largeurs de colonnes fluides et égales par défaut, mais possibilité de définir individuellement la taille de chaque enfant si besoin (ex. `.one-half`, `.one-third`, `.one-quarter`, `.two-thirds`, etc.) -- Possibilité d'inverser toute la grille grâce au suffixe `--reverse` -- Possibilité de préciser le nombre de colonnes en taille d'écran "small" à l'aide du suffixe `-small-X` (X colonnes) -- Possibilité d'appliquer une gouttière entre les éléments -- Possibilité d'offsets (pull / push) -- Possibilité de réordonner les éléments (au début / à la fin) -- Possibilité de réaliser ses propres grilles multi-colonnes via un mixin Sass. ex. `.o-grid-perso { @include grid(4, 3rem); }` - -Spécificités techniques : - -- Grillade est basé sur CSS3 Flexbox, ce qui le rend incompatible avec les anciennes versions d'Internet Explorer (IE9 inclus) ainsi que certains anciens navigateurs (Android <4.4 par exemple) -- Les préfixes CSS3 (`-webkit-`, `-moz-`, `-ms-`, …) sont pris en charge au sein de la version CSS de Grillade, mais pas dans sa version Sass. Il vous sera donc nécessaire de les ajouter, de préférence automatiquement grâce à l'excellent outil autoprefixer. -- Les valeurs par défaut des points de rupture responsive (Breakpoints) de Grillade sont : `$tiny = 544px` et `$small = 768px`, vous pouvez modifier ou ajouter des valeurs dans la version Sass. - -**documentation complète, illustrée et détaillée sur le site http://grillade.knacss.com** diff --git a/doc/04-tableaux.md b/doc/04-tableaux.md deleted file mode 100644 index 48a71a2..0000000 --- a/doc/04-tableaux.md +++ /dev/null @@ -1,38 +0,0 @@ -# Tableaux de données - -KNACSS propose une feuille de style minimale appliquée aux tableaux de données ainsi qu'aux éléments disposant d'une classe `.table`. - -Pour débuter, KNACSS impose un modèle d'affichage fixé à tous les tableaux via `table-layout: fixed;`. Ainsi, ce ne sera plus le contenu qui décidera de la largeur des cellules, mais ce que vous aurez spécifié dans les tailles CSS. - -```css -table, -.table { - width: 100%; - max-width: 100%; - table-layout: fixed; - border-collapse: collapse; - vertical-align: top; - border: 1px solid #ccc; -} -.table { - display: table; -} -table#recaptcha_table, -table.table-auto { - table-layout: auto; -} -caption { - padding: 10px; - color: #555; - font-style: italic; -} -td, -th { - padding: 0.3em 0.8em; - border: 1px #aaa dotted; - vertical-align: top; - min-width: 20px; - cursor: default; - text-align: left; -} -``` diff --git a/doc/05-formulaires.md b/doc/05-formulaires.md deleted file mode 100644 index e74af1e..0000000 --- a/doc/05-formulaires.md +++ /dev/null @@ -1,12 +0,0 @@ -# Formulaires - -Afin d'harmoniser l'affichage par défaut des éléments de formulaires au sein de l'ensemble des navigateurs, un certain nombre de styles est prévu dans KNACSS. -Pour constituer cette base de "bonnes pratiques", les crédits reviennent notamment aux ressources suivantes : - -- [HTML5boilerplate](https://html5boilerplate.com/), -- [github.com/nathansmith/formalize](http://github.com/nathansmith/formalize), -- [sitepen.com](http://www.sitepen.com) - -Le reset "formulaire" de KNACSS tient compte des éléments suivants : `form`, `input`, `fieldset`, `button`, `select`, `label`, `legend`, `textarea`, etc. - -Notez également qu'en attribuant la classe `.btn` à un élément, vous le considérerez (et stylerez) tel un bouton de formulaire. diff --git a/doc/06-helpers.md b/doc/06-helpers.md deleted file mode 100644 index 1ffd655..0000000 --- a/doc/06-helpers.md +++ /dev/null @@ -1,148 +0,0 @@ -# Helpers - -Les "Helpers" sont des classes purement visuelles et utilitaires (non "sémantiques"), pas très jolie mais rudement pratiques en production pour alléger vos feuilles de styles. - -**Attention toutefois !** Ce type de classes conduit fréquemment [à des abus au sein de votre code HTML](http://blog.goetter.fr/2014/11/10/bien-utiliser-un-framework-css/). - -Par exemple, Si vous avez 20 images au comportement identique dans la page, ne les affublez pas de classes visuelles multiples telles que `img class="mod clearfix left inbl w200p pas mb1 large-mb2 small-mbn"` mais optez plutôt pour une classe personnalisée : `img class="media"` par exemple. - -**Méthode :** Limitez-vous à 4 noms de classes au grand maximum par élément HTML. Si vous pensez qu’il vous en faut davantage, il est temps d’envisager une classe personnalisée, ou de profiter des pré-processeurs CSS. - -_Les valeurs de helpers peuvent être modifiées au sein du fichier de configuration LESS / Sass._ - -## les Helpers de largeur - -Largeurs fluides (en pourcentage) : - -```css -.w10 { - width: 10%; -} -.w20 { - width: 20%; -} -.w25 { - width: 25%; -} -... -.w100 { - width: 100%; -} - -``` - -Largeurs fixes (en pixel) : - -```css -.w50p { - width: 50px; -} -.w100p { - width: 100px; -} -.w150p { - width: 150px; -} -... -.w960p { - width: 960px; -} -.w1140p { - width: 1140px; -} - -``` - -Largeurs spéciales : - -```css -.mw960p { - max-width: 960px; -} -.mw1140p { - max-width: 1140px; -} -.wauto { - width: auto; -} -``` - - -## les Helpers d'espacement - -Les helpers d'espacement comportent des classes dédiées aux marges externes (margin) et aux marges internes (padding). - -Leur nommage est assez intuitif : - -- p,m = padding, margin -- a,t,r,b,l = all, top, right, bottom,left -- s,m,l,n (ou 0) = small, medium, large, none (ou 0) - -Exemples : - -- `.prs` signifie "padding-right small" (où "small" est défini dans votre fichier de configuration, par défaut 5px) -- `.man` signifie "margin all none" (fonctionne aussi avec la syntaxe `.ma0`) - -### les marges externes (margin) - -```css -.man, -.ma0 { - margin: 0; -} -.mas { - margin: 10px; -} -.mam { - margin: 20px; -} -.mal { - margin: 40px; -} -.mtn, -.mt0 { - margin-top: 0; -} -.mts { - margin-top: 10px; -} -.mtm { - margin-top: 20px; -} -.mtl { - margin-top: 40px; -} -... -``` - -### les marges internes (padding) - -```css -.ptn, -.pt0 { - padding-top: 0; -} -.pts { - padding-top: 10px; -} -.ptm { - padding-top: 20px; -} -.ptl { - padding-top: 40px; -} -.prn, -.pr0 { - padding-right: 0; -} -.prs { - padding-right: 10px; -} -.prm { - padding-right: 20px; -} -.prl { - padding-right: 40px; -} -... -``` diff --git a/doc/07-responsive.md b/doc/07-responsive.md deleted file mode 100644 index 30ccffa..0000000 --- a/doc/07-responsive.md +++ /dev/null @@ -1,198 +0,0 @@ -# Responsive Webdesign - -## Points de rupture - -Par défaut, KNACSS tient compte des valeurs de points de rupture suivants : - -``` -// breakpoints (choose unit you prefer) -$tiny: 480px; // or 'em' if you prefer, of course -$small: 576px; -$medium: 768px; -$large: 992px; -$extra-large: 1200px; -``` - -_Les valeurs des points de rupture peuvent être modifiées au sein du fichier de configuration LESS / Sass._ - -## Convention d'écriture - -### Choix des valeurs de breakpoints - -1. Choisir principalement des valeurs de breakpoints selon votre design, pas par rapport à des devices (se servir des variables de breakpoints fournies si l'on ne peut pas se baser sur son design) -2. En plus de vos propres valeurs, il est possible d'employer : - - les variables fournies (`$tiny`, `$small`, `$medium`, `$large`), - - mais aussi des alias qui représentent des intervalles et que l'on utilise sous forme de mixins (voi plus bas) -3. Éviter de multiplier les valeurs. Un maximum de 5 ou 6 breakpoints devrait suffire dans la grande majorité des projets -4. **Pour éviter les intervalles qui se chevauchent, ou des Media Queries trop variés, adopter la convention suivante pour définir les intervalles : -`(max-width: ($BP - 1)) and (min-width: $BP)`** - -Exemple : - -Non, pas bien : -``` -@media (min-width: 767px) {...} -@media (max-width: 768px) {...} -``` - -Oui, bien : -``` -@media (min-width: 768px) {...} -@media (max-width: 767px) {...} -@media (max-width: $small-screen) {...} -@media (min-width: $small-screen + 1) and (max-width: $large-screen) {...} -``` - -## Mixins "Alias" - -En addition aux variables, des mixins de breakpoints "utilitaires" (des "alias" des valeurs précédentes) liées aux tailles de devices (forcément indicatifs, mais simples à retenir) sont prévues. - -Les mixins sont activés à l'aide de l'instruction `respond-to()`. Exemple d'usage : - -``` -// styles -.when-tablet-up { - @include respond-to("small-up") { - background: green; - color: #fff; - } -} -.is-hidden-mobile { - @include respond-to("tiny") { - display: none; - } -} -``` - -``` -// Additionnal "utility" breakpoints aliases -// ex. @include respond-to("medium-up") {...} -@function breakpoint($bp) { - @if $bp == 'tiny' { - @return '(max-width: #{$tiny})'; - } - @else if $bp == 'small' { - @return '(max-width: #{$small})'; - } - @else if $bp == 'medium' { - @return '(max-width: #{$medium})'; - } - @else if $bp == 'large' { - @return '(max-width: #{$large})'; - } - @else if $bp == 'extra-large' { - @return '(max-width: #{$extra-large})'; - } - @else if $bp == 'tiny-up' { - @return '(min-width: #{$tiny + 1})'; - } - @else if $bp == 'small-up' { - @return '(min-width: #{$small + 1})'; - } - @else if $bp == 'medium-up' { - @return '(min-width: #{$medium + 1})'; - } - @else if $bp == 'large-up' { - @return '(min-width: #{$large + 1})'; - } - @else if $bp == 'extra-large-up' { - @return '(min-width: #{$extra-large + 1})'; - } - @else if $bp == 'retina' { - @return '(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx)'; - } -} - -@mixin respond-to($value) { - $string: breakpoint($value); - @media screen and #{$string} { - @content; - } -} -``` - - - - -Voir le CodePen : http://codepen.io/raphaelgoetter/pen/EyRwAp/?editors=1100 - - -## Préfixes de classe - -Pour les points de rupture "large", "medium", "small" et "tiny", des préfixes de classes ont été introduits dans KNACSS : - -- `.large-*` : préfixe KNACSS destiné aux styles sur écrans larges -- `.medium-*` : préfixe KNACSS destiné aux styles sur écrans medium -- `.small-*` : préfixe KNACSS destiné aux styles sur écrans small -- `.tiny-*` : préfixe KNACSS destiné aux styles sur écrans tiny - -### Exemple : le point de rupture "tiny" - -Voici quelques-unes des classes dédiées aux écrans de très petite taille… Le mot-clé `!important` est nécessaire pour être certain que les styles écrasent bien les styles appliqués par défaut. - -Masquage / visibilité : - -```css -.tiny-hidden { - display: none !important; -} -.tiny-visible { - display: block !important; -} -``` - -Modèles d'affichage : - -```css -.tiny-no-float { - float: none; -} -.tiny-inbl { - display: inline-block; - float: none; - vertical-align: top; -} -``` - -Largeurs : - -```css -.tiny-w25 { - width: 25% !important; -} -.tiny-w33 { - width: 33.3333% !important; -} -.tiny-w50 { - width: 50% !important; -} -.tiny-w66 { - width: 66.6666% !important; -} -.tiny-w75 { - width: 75% !important; -} -.tiny-w100, -.tiny-wauto { - display: block !important; - float: none !important; - clear: none !important; - width: auto !important; - margin-left: 0 !important; - margin-right: 0 !important; - border: 0; -} -``` - -Marges : - -```css -.tiny-man, -.tiny-ma0 { - margin: 0 !important; -} -.tiny-pan, -.tiny-pa0 { - padding: 0 !important; -} -``` diff --git a/doc/08-print.md b/doc/08-print.md deleted file mode 100644 index ac19d9e..0000000 --- a/doc/08-print.md +++ /dev/null @@ -1,66 +0,0 @@ -# Styles d'impression - -KNACSS impose une mise en forme d'impression par défaut, à savoir : - -- suppression des ombrages de boîte et de texte -- largeur automatique à la page (body) - -```css -* { - background: transparent !important; - box-shadow: none !important; - text-shadow: none !important; -} - -body { - width: auto; - margin: auto; - font-family: serif; - font-size: 12pt; -} -``` - -KNACSS gère également les sauts de pages, les lignes veuves et orphelines : - -```css -/* no orphans, no widows */ - p, - .p-like, - blockquote { - orphans: 3; - widows: 3; - } - /* no breaks inside these elements */ - blockquote, - ul, - ol { - page-break-inside: avoid; - } - /* page break before main headers */ - h1, - .h1-like { - page-break-before: always; - } - /* no breaks after these elements */ - h1, - .h1-like, - h2, - .h2-like, - h3, - .h3-like, - caption { - page-break-after: avoid; - } -``` - -Une classe spécifique permet d'afficher ou de masquer du contenu sur imprimante : - -```css -.print { - display: block; -} -.no-print { - display: none; -} -``` - diff --git a/doc/09-misc.md b/doc/09-misc.md deleted file mode 100644 index c75bdb2..0000000 --- a/doc/09-misc.md +++ /dev/null @@ -1,59 +0,0 @@ -# Divers - -La feuille de style "fourre-tout" de KNACSS, où l'on retrouve des règles pratiques dans certains contextes, mais pas suffisamment universelles pour être appliquées par défaut dans un framework. - -## Liens d'évitement - -Les [liens d'évitement](http://www.alsacreations.com/tuto/lire/572-Les-liens-d-evitement.html) sont prévus pour faciliter la navigation au clavier, ils sont indispensable dans une optique de parfaite accessibilité. - -KNACSS propose des styles par défaut pour ces liens : masqués au départ, ils deviennent visibles lorsque la touche `tab` est utilisée. - -```css -.skip-links { - position: absolute; -} -.skip-links a { - position: absolute; - overflow: hidden; - clip: rect(1px, 1px, 1px, 1px); - padding: 0.5em; - background: black; - color: white; - text-decoration: none; -} -.skip-links a:focus { - position: static; - overflow: visible; - clip: auto; -} -``` - -## Césures - -KNACSS gère automatiquement les césures et les mots longs dès lors que le point de rupture "$tiny" est atteint. - -``` -// hyphens on tiny screens -@media (max-width: $tiny) { - /* you shall not pass */ - div, - textarea, - table, - td, - th, - code, - pre, - samp { - word-wrap: break-word; - hyphens: auto; - } -} - -// use .no-wrapping to disallow hyphens on tiny screens -@media (max-width: $tiny) { - .no-wrapping { - word-wrap: normal; - hyphens: manual; - } -} -``` diff --git a/doc/10-styling.md b/doc/10-styling.md deleted file mode 100644 index 8a36168..0000000 --- a/doc/10-styling.md +++ /dev/null @@ -1,11 +0,0 @@ -# Décorations diverses - -Dans cette feuille de style, KNACSS apporte un minimum de décoration à divers éléments habituels. -Il ne s'agit pas d'un "reset" mais bien d'une couche de design qu'il n'est bien entendu pas du tout indispensable de conserver. - -- les élements de code (`code`, `pre`) -- le surlignement (`mark`) -- les contenus en exposant ou en indice (`sup`, `sub`) -- les citations (`q`, `blockquote`) -- les séparateurs (`hr`) -- les tableaux de données diff --git a/doc/11-wordpress.md b/doc/11-wordpress.md deleted file mode 100644 index 2a37e00..0000000 --- a/doc/11-wordpress.md +++ /dev/null @@ -1,5 +0,0 @@ -# Styles WordPress - -Cette feuille de style, exclusivement dédiée au CMS WordPress, constitue en un "reset" de base pour cet outil que nous employons fréquemment au sein de l'agence Alsacréations.fr. - -C'est Geoffrey Crofte qui a conçu ce fichier de bonnes pratiques (basée sur un socle proposé par Automattic), n'hésitez pas à le contacter sur son site perso [CreativeJuiz](http://www.creativejuiz.fr/) si vous avez la moindre question à son propos. diff --git a/doc/illust/02-layout.png b/doc/illust/02-layout.png deleted file mode 100644 index 2ecf0458d0805faace537ef36093fb1368133cd8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26057 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 diff --git a/doc/illust/03-double.PNG b/doc/illust/03-double.PNG deleted file mode 100644 index 2e3da4cb822472469668ec397540d72b92a2ed52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32303 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 diff --git a/doc/illust/03-grid-uneven.png b/doc/illust/03-grid-uneven.png deleted file mode 100644 index e69d388d70a4704ba6fb7ed1b3ae1dd2497a5927..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 29966 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 diff --git a/doc/illust/03-layout1.png b/doc/illust/03-layout1.png deleted file mode 100644 index 2b0061bbef62595f5b0783d42879ba4ffe8d2e8e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 46614 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 diff --git a/doc/illust/03-layout3.png b/doc/illust/03-layout3.png deleted file mode 100644 index 410993cf4a822a6070e57a2c8091de4d9ed6bdcd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 42890 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

v#|T(?orf^}(^vqm|oxt0Cyi}`qX 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 JQ7vW=_&+qwKE(h4 diff --git a/doc/illust/03-layout4.png b/doc/illust/03-layout4.png deleted file mode 100644 index f0e567f091ae17f1275189a313a1e3077f75f13a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95516 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 diff --git a/doc/illust/03-offset.png b/doc/illust/03-offset.png deleted file mode 100644 index a35f4f226312fd44bea62c8c8981e92b4c12a5a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16200 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 G`2PW}0HqrM diff --git a/doc/illust/breakpoints.png b/doc/illust/breakpoints.png deleted file mode 100644 index 97666f0c090cae767efa1481fac005f13aff243c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 145580 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%0A6NaU=_JZFQlIIrGhcFr^)VC_jCTf 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%0ArDX8;A2xPJSSplvHXMosw)W91y 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

@jD~)kFUCukJOKCBx@K)b&meJeh1aETxZ8r8FCZ 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 diff --git a/doc/illust/imbriquee.png b/doc/illust/imbriquee.png deleted file mode 100644 index cc76705ea2ad718c21fd9456fae899a016b8e3d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4539 zcmcgwdpuNWA3vx;Zlw!pk*#-*qC|+sOlWE&m0X90otQ+Xn_I16Ll`nH zD-p)EsibMuU|g5N8Wv;BjA=0MIb&38ZTso-e%?PE=gjk*=l1*kzLyhm(8^qCfyM#= z0F*5D?Xdv>nON}txEu_;uK&Yw5d0_QZDYP0$a(QiKlm^YV|u_80P=_m6X^Niv;5h8 zj@|&ETn+t6(Y!L;0ASHUi#?{c{>Z=D>5)tPG-&KeYv(80*F-CK^mcoyNLhFA7Cs@J zk6b9{rbF05*k$k&%4}Z!T@=c4-kRQxI*9L%!`8r7+^aO*e0+~v&5ocVa>?o5ewKCp zVeW=3GWDsjptSjUkx*!BEp&K&Gl4a+Vc~8$olDR~vkGM)xlKK+t}j3R>!k||@M|Qu z*R0UFtHpgUEo@k;7%REmZ5&p4Lo&?1^e2_0O`CBpqc3pC)@tK{?1C5KOCX19V`-aM z@+KF0=9iHUqjTL7eHtAx&}BHFY{_D~^r7wI?!lBkTXp^E7N{AEG_2jj$lR$6jTYEB zuw$uT?r-y@0N`bGSj38obfaV)KhDp32W*^&HL&T@f;xuQ>|scS7-epBkOlz7)w*P5Aj%@F5*!z`(&&&6 zfU;cI<|+>^auxR2(#4Nl7_uQc&ED6=>)1sc^s%!XylAHlgrn$Y>lC5Hf#)~b8RZG> zf&ulP;cA&<=ZR_Xll^#=sRsm~#>0+=nI`-UV;>qik!y#X`{1=|X8s#KjVcavn`gcF zHGR|Ku=;;lEFa%|FnH*YPslCtT6R6NO~TII$SxT&9Zpuhwu#ZFWhc8Yf#pq<1W6bj zo^|KdND$I+&_wB#lX)%Y(&M`x6CIsfJ#U#TH#WRnoCryOaMTH7t1V4t4{8{OXWglt(&j8nn5Xe(oe4-`TOU_-#20N6DTrz54j@)FzEP`P)#@i&6dfF(YgzAIG*qq~opAfr)4eteF(F9eXAw819}}-^t^9k`^Q_qr)|F5J5+?djkYCzpgCryL;Kr zn=>v1cq+-(;XA8u52ugbCLR;&dJHq3z|shq-cEi#i%rHUJ2BbMh8c})WO|UOro8rz zU0^EL=mZ{}Q0CgmZBd2Q*_(kWoPnObl_4lASI&Pxv`Z>l1lDOJ=MJ-?@X?|i(o3SD z!@~;E!||mxeJa*rH}yK?^oDz7UZ&)pD-J?#t#Bs>U+6yj*o0p=@;i5et=2W=!)c?% zo$$HhQr}L&`f?8O7+&ahESzJE?t65WeIXz!sCm0;hoGm3$&c?O_;t6BaI{avJB*Xg zGb%TY7S<2EcHcTrF#PMp#broN_G4a|UqM&@)sd(7uV(M%HOGwlI4}@|6^@Alim71` zh3Sgu@!1_eW!s*P#MBF$-ug3L>);K&>bxXxhHEdjuj~QeQ(Ck zoz>Jo4Z@eQ$5pYRqRFewFi}TYLXX)yA*at>jnhfjUQgPogos0|c@9g~F6bKS!P8@t zoHV~3{WZ51Rm`nh!J%Pjazv`!u-gwd?3-Cn6V9@6g0i$NTdowcP|F1^u`sQ?p>o2O zPI|-X7r&TjSRn=a*zER>MZIgwC%s`wP2IM^@%5fRF@2 z-RBpdIr-~((PDID5^~5)(UK>PJC(6Xt)F3RZidpcUkPVvY++E$d_k9Ewh zEq{UMEg!-%N7Nbo;*3=`W2VK_8Wb}OL^2Q|l`<=1O-EA|%k;S(DDJ^)m@- z6P?0kc+?>OC=$rOYOuZ@#qw?stX zFsy#429(ZN2!r>9&MxAB6(D{eEuJ{w8&N)f^V#EN1|tmkISwrr7FsLp0PA(Fhr0_R zv9xHSjn%Y4wr+&h)HT=vk0=Nocw1(!GuS5Ql2}KeRCiJR(sc$qRn5C3Ca(-BSowMp*6yMmdL+Ehn(3Ouvbc`&&9B)6DBaZ-x4uIBx~j=0aPh{3HJ^nlmB_|C(* zmFmZy=twU;A@c-JiL_p_Aw1TAa{qT!Kb0^lboAF0QWxA&x#i?n(3GTPBg8k}W$95^ zw~NCmoMb+Q!9Gqrw>q1SaOCyBJ$BCW)#?4?5j|OVt5EW<=YTCA;@)f0tu!*d^>PFm zAEj=4gNG4b97(@d1&{qa>Wkcs9HjC2Vj54D`anKpnN&*Ekq{tNIf(G>@)|B*T%UEtm$TleO4QV2LQI$-L5NYc z(+M5C>FGNhsa+2}Kq#u=giJx?0kuu)T8YkX9vqCtspxifwCD)FPd1!^U|HaCYJLOX zLCeKSfqo@Y9=1PfKeyPNaq5k~uaRce>bCNcKpuCXt0B>X$361U8;Q{V^A5D#SI-0r zU5@^$_d3g$M`Lg*IhILo)jjpOIV1(eT_4U#3MB_pV}3rqN6_k5b*5R~n)Ftbd1Pjq z{$9=qmRHopzr!+0#zBN{rB~~f_r3hh{oO_=;6r&&E2|iWrhXGWoXa6p$!;5Vqg<|3 zePaU&31h*;Zr>gCs0g+gAAXOfYBm<-Q|Iq&s=6KcjXD&dSqjgcizp>js;}*HvC5esZ1cT%e_U-n({?$jZ3?qJha@vr1GaItO0*xC0q<*{dbPWHf4*q) zBIkf$`%5(_>)@au>}(vAX&-+Sf`;M*5&7RDy{!;oI~tLzPMU!Zui=9ak4;#O_jMa3 zYtIT(KHp&oom;a&OfD_PiCoc{sfhRi#TfM@aYX7{yE+OM`lgGP5v3*%gQ1@#1K)$^ zeP;&+`nbiKBbTS+7{l#$$+7Ge6<=4V)eFafBC1bX2AtzFuX_gVY)_aB%XY(z8VZ7v zy~IJ=NvKNmh;Lgvb?338Z&B5l?3BC070cluE~`K^`(R^B#Lsbl>Sl;{}V4tv^OZyzkop!FY(j=>I6XZ zaT2UG3FxG-fVH2G`X?y!y<7P_%uSasgqKP)DLoy9j|6V%)%Xl!V59DrRqWrA|C0(? zY=6K+f&D*%R@Uk2n6KyF=xFU;min$Oh4oq!G)eXWb00q1WTPVjHMe=zi(k_>1_{bW z&{syyf+?{J{5S40uo&{8K;3&}0?j5&b+H`;?;tk^ZM6KBX+y*U8&e? z%6!rz^C2%g_C!LK(^=H59Gg~hcgDwq=3ToKc_o5;*zX(2ymQN&yg~c=p&3qz19u}1 zha;wJnEMN8ct3mvpbw;h8-h$MM?A98>(UU`CO*Be*8JS#^5#2zej%wJxJqe4to&LfSa1=HHy|8A5KT*nq7VQzf zYK=XS!JDsA)6=)9bR&dhFwXKovOnna%0KY+K6=`fQD6u6RoP5X*rT??Jp(7ve|}5x zSgR65{SN2!O=Avx=q_#MQTfUX`_xcc;Iw|!JCxTDtZ}CaPIE26WeSHN!Vm%dEVd!l zoQ*rjV4i)C%E@ENxZh6bA{^aTM3{l0Jbx=ywSP&bW+E#1uvRYo=J~ezo<&>D$o`Ci`-G89qt!82U$xzev1fZ@%icI{ z>@N#g)sicslfI~amy^J&E-W-F5sPjq{Vu}`PvvhM3GWnU32zp9;l6fwAn3jY>DT@9 zdyce{lI<9tPqdd2Lrn#rX(?Mv3{d)Qq5p0Zw=jj5>qQ)mmFN#Wf&P*Ii&N(*83&Gq z7fq!*Ni6gmrC}sCh_Q*U+LwP=$6onuqt*i!j)CjhDrfM=AlJJ(jM!Ih)kBafq?grZ z^aq|W{ig}#kXWvYtt#4Ay`HZf5{M%Dy?(a;zD;_2!sTbL%|RUlxLCpW-!{mT6=mEO zuL<0wPiOw+OWjygYWVLSCqMmO%mxpG3#oVBWHGIw+cK^5hY8{u{k6vI ze`IrT+mdsEOz)Hn_w+}vo2Z@kTD+E=X4_z7I>AQ&tw;a;)^^*wcef5>U_D=FK2i36 zCJ}q^i}p7KkhDpbp2qL1^4t2=(Sfv^i>cH(N$F6IDTm!df)%W8Ll35)u+&RmA!Okd zeI2*huv>N-etdPyzQnuq%fF@RUl4rY>DCh&bX2NPLlr2e4V%M>Uy>)OixfM5+-it> zq5_Fb?%5+xG!(s4ddGt&tCEHPpO3pg3T!tlCoah0NTtvk+}PTUvayg~g77^8rKg`& z&3RAk;`*OmET`+F;v%P;$9!-2l6v!J{^JacctHkWI*Uns_rX(kjMMUW@cS0d6SJEfuFOzpeyD~J)eDk*s_J9X8c?PMRbDfLgFi~srJKIzqt%j9c>86i!uPfMy!XoSHjn8qEj&dx|MZJidtNeP z$+#B^aw(l}m=UFa9z6Bu!3S>L$izY)vdX6eTLkX^d1Le_y5w^0$EeAj*VP32+l)`p zje(PM`t#tb{Gpr7)#PF7<6gP=oE$tm{l5Ab-QFD>$iJqGkJYY9J*6*K-G{!Z4i6qV zB#%8Cs&$c`*^aUlDRbuLiy?k~{?#%S7|Gnna_v#%q&(tv2L%c6=6O_##!*&b@`xo_ot@`h7vB0FT|OKaShQM*qrXid~>NYg_44z0oB?L)qOPC0k*1lW&Ftb-?Gt{-+f) zpK&<}wJr{6$CE_eMgSNRG5HAwR48~QXP zdz@|nX*U`l7jS}br*fPld)rm5c;$>tZg}m7mE)BkZ-gUirzaGFIp6f&v2`)FR9SU{ z-NbgI&qK27z{C6rDgnDGJ1e7Tr>vk6t=B=ykL+ilz{orj?Jj2MIX2Y3b>}t#|Z#; ziXZ6i{QX_hfcA`|c((e2udtgeO?y_mTKON7U!F7Qe4 z#^;3H9ZYMP@j_e~pUqxg32%h{tBDYHTI1<@$_J5<=HD;hHCa$bv_$tXb((SSCaSseB^ z7d&v)JdlYz={);Nm&9t{wTGVGL#x57&N8H`w!z1Z(^KTevd2T7Ztb!gy^q17n5dua zSQl~J@-!_w;FQB4pWJBk`}Ib6h&1YvEMdD``f!Dla$r-fmdoxtvA}uaC3*Hz$g=xQ zh`J2tk#{*)FIpjR@CxSmf59{57M9d{+Jz(taCj~z}(!yH+D>%X{7}KK-(E8<@fNNQI34>iA<# z52Cq-2dA>qB1!e9S9$dU5ZBT3QR}MwyqHY3R&5gz@qh1Nh(VTc$jE0XpNYA(Skd>( zzw25-%ID8F5$+LAAnn2zmn;h}SBv%bDqx8rD}4A7APX71v>xT_Lw-M^=yon_$uX(~0RM*!|K%Tq64v2ljF}#FK;b0;T zLU2iDUG3*+|4NR^HAcD*cQTPAzK?Av|+^`0DJZdqcNTWV1VJBSeu*J4OAX<5V8#(!mFy@rCqbkl= z>pao0SDjes4)qVVtoGM$WdYWmvA{+;4(WGZ4Ow#sY5bMT6C&+a^w`$WDOhbt-K%?| z7b(9)%U7J5WRJA^ifs5a>zSS_g9PJ!gD>RpGuQSn5gb0k!P|RCUtiykc0G(8cDRO)4n7B7>dT++~EQJ4rP@ZsxvEjvbpOTYAk9iK(9@n|xgxZ93`I)6Bx@<-Y>@ zXKi>%`NtvJ&{>}B(At%<`l0O69?E)spXmEEeHJ!!>?<|PHaGJgQLy!MM7-TG$nz^P zOiV}R62=Xryz z5KTkYS35x<{D|+3RN0Y|mH8J^5OoW>KD!FCf{VkjaNVr!>r(U{;CJ0Cm*=G)P%p_K zmiYyMdgHD7!57zuQ@-<=_I{vq%>^m1|NY@Qvgxjd9gK;Q5qqwHOoB$RoxtCgJn1zY!?AGJNM!+MYbT`Xn>veLcRyL2 z0q30!qOBkT0$3rCO~MR?uLKB6e%$Bhb?krZ>?qu@?uhVQ=t{&-E;ww*OJ1kocXJ76 z@z9S}#5Dy7qyx=B{CGFCjiEsO#!6Jz!`m| zDdkqm&t!X404NVP;nR8;x?20<`~3g!vpuOWEmo8X9%K+8?t{(d7S10{wyz|?`oXMaE7xHwK7)LOdurAOP64j z-8I+&!%XlAx|i=&RGR8I#_DDTh56MB`1(#iJ0wF*S+R?kvFmWQFj!rxxs zIh|6r`qZWme`~2pH8eEjV=#Szl(lO7;VZiSFfuwCjYG?!hf6Hc3*E_RCSJeh zseIA0n%4B7-7!LLyrGnErr!t3G^|f~@V?*dE5gAFMlM=;^EIVT+c^lPsJNVHVGtG` zjzc3Fo!9G$s@11s)4SXGLIS6dn)r^J0lRKqZLD%B_SDT}0v~NJe5|4V(AHr7Fwu1z z{HR5)M}c*qQCoymJ&D?{NBAz}-iHVY&+34de^0FMH@J;SAwxO>rPSuzNH{XxjES3S z|7VLW9q&*ixJ;Snd68q;iTW%=DF!F|yBz8^zh<3k9|qC75jDqDPR~udduj3UuGU)F zTl@tZ#q#;*(<`-+k73IFR-Yfex-`V5cKEb19j+@9BehGMCMH_5HXbaCA{!R_vJg=U zgo{2CX{cU>#hS~+xoEXrU2!JQbUBa7Cz-(q&T_Bwry8@*dGq=IzP!~boaLu?O^vqS z7t#X)fulsjwy9UgU+ej zzI=5XujsV7y^}gw-xnD~<@1`sxZ)aVL4ytKMB9zGW0ciy_?PS?b`8tvJVqabB2@CN zds}B9aC$w)rs*_J z2d77i*<<8Qbfq=9t=A&ivQVpE@YDk#03-f>keli?-Yg_z>^b-Il<(2%o3I(H1SO-! zp;gM9eR_T4$WSrQy`4TYgXOK0MB35sxgiFQ@8))r_q@-qFfg&z;70RM)zWJ;x?ELm zW50sNUrPriSwE>y^**aB8b)lQ;cYxOIvSJIuR);|JJ)nk>io8>Z*RNQ+6V2JS6ekT z>5qN?losOb&QH0O_L^z5{N%!HbcNd!!Oc(qq#e4h+)beGzv!^-BXXPG_S2FYN^Bnf z{?bJXK?&Jh+oI=T(T&Jc3h_&OS1)97C+Yn=(*Ole%|d* zZEUV5dk3=Y)1qAmIr5Z`+cpNGG%ORY#0XJ54aZjcPX+kJ%>fr)GT$SjG8eQ6t4+nC5_p4i037Po%W_s3gxwYxvwP~O%>J5JxUn7aDZH)jY zxetJlnoiX2mmoU_Tf#d4l!541%c_+r=Z^$ihO~3-;lW8GK1*wJk`4 z)eo@#lN@es;K$|QK&fGfDzz&A&U&y`T*Pu+AWhHp1vci>0ebpS)7C=i=$mBlZ0SQ; zkNP#)%0L_$AJE66ZAkeztZVt^3hxtD%4+%Yrgf=z>UGNNZ3ZX19H41R^t)h67>?T5 zRJ@STG8Ii7vC)I1ya8nj9AYYpTK(K!Ea&p90Tgzgu2PD#Be(4f!bX&N2qj!@K8P4)=LDJp7 zpoi|I)k*)EbI%zEho@_r;%_z^e=GlW*kK!8_(H~rskd&N=R%FNzJ3~YeQdeTMTnK? zxIyn|WaU*%OHy}y?yZ>~EH0W;GTV_=B3Xf(ItcMW0Ss}ltL&{*vkfl`3ro!$^ONo; z;pFL%rfT?tjifM|1T`pT|`Tb=Wjh%{zq3ywmFM-=!C#^bpv>#xJ6c%Q(js^pn9j+ zv0{Q=bkhy$I^CeY&dfZJ2nro!^h0F@#O2QwDbKTbJvCq>ie;wUcx->zz8d0_ICd1_ z)I)klPHQ=hkPh|oxS?SwcB5^Jqc$YDPuN!$aT`ndT(Gml`uW1Ftp`c6>ChATatWK3 zrS~9)T;g2NqWF~tpQWJ-Y@5Zj3m9&7dTt&M4QAk8_FalM(=yQ zv-Y)cgxpeSJQtZPX7#I4kpvp}o1m=;SCV}pYs9sHeM2$yfA`T=AXn){2 zI!yZ=$>QgF5&{D-V>8R+ql2B=$PqD_k2*{;;}iL)l> zKL%B4W3deiA0vmWp_$hRE^d>nhb`X@u$Kuu_=S{i$U{WaQB?p8BeRxd@>TG7x>v7) z3+J<=MK#(|VoIhQ-cLhZsZ{N77CHqHM%bSWsNsiJQx8U)>W&$S3cRro+<0Z_;(zsZ zUTJEQ2a}~8Dv$0*lQTjLjh$6`=iO0IDsnn#G3wFu#00u7;@`-~%tR)>Kx1*GcVBqU z8Pj$!Au=!TUD{{s*nc{pBV6PtxbZ`aZ%5al_t&?GVW~Nh$NFwlX>K^1Ud+ zGWl#C_Luu8gVAs5st(edGSze+zI%9JRlZm)nbOcl?F^C+e7Z(~uSQ_7GJic!1!&*{ z#?3BK%+S=QJaf&@(KdQ80E~@2+eWz<SN=FLb-N2B738_wXIrsE#yo+G@Dk$*Qb>Z8_Mmrx_SGP|%EAT^7 zh8c>lMp^#}JHahi)6C8!KasN?6p#Uej&t8HA*=YaNZt`;HG+7ULe>im(l6^>zh9XVW9n3JgHMbWn*S9)R z-6txO9;?J>q2ZFryGLol<_S6gGYSTHb?Taws~>S)@vGRn;s|#~f378?;9!?WzO-d; z7m4)A+V?&vZ?&u8^3G47S6bG8MM#2#oiEMQ7Yfgb(Gz_GRw-QeqEct@AGK(cPI^&L zxmwc|@T&=+UYLq)ZM|r*Da}m3U(A@?y}-kbb{8vLLU=wbWA+5J7_6WwoSaPkg=78G zhc&YhX2ba`5Nz?+E71eI46;U9YOeRE4w@C`MoM| z(fx^ME~DMQHC2%!d3+v8!Og19^~n2ATTav-SG?t7HYjbI>=V6ZT*B$e0`JSTwcG{9 z>CP^0?Vx(_TL4iUSTi4|x12PnZx#LV5E!Iow@1EmdhAS=u&8C3S@H!fPL0dXav#*F z8__OSCS44FDk9N`1SwC7hKqXCm$liW1-XXWV~_z*jit0`mm8qOV|?RN%$y%_k9d2} zwDQTk9K`Y*?Rg=bJD=J!=O&DL42F>@^-(t`7#6q#$qWd+!3_|ci@KfjrKfsz)A|FK z@{;piRC!))Lr0Q^dyLeMhD0x4@?>!^R^cpH|I3vZdO|wWfBBk^(uc{@V_7sdH~W& zyD%LEx$aEopyzBzk(eLs)W9yev_wIA;mhQz{+i~i1;h{c(`73*2p1VgIJ_y&r z%aw1O@y7fZg>Kz}man-dw0UKyvZnNnE0cifGEbRbF@UXqB<>`SFj&``Q0Mq)BtkFW z(pJXqJ8lq208pYla3ARix&5@2VykA!;F;hKC1Pk(=t~fO6#&gXb)8w*L5$-bnHs6= zm?5t^WyJ=B{5T`BC5tPW{ob_SOP_vKVx>}~v9#Qkizn=X}+ zXE2F8`9s_s-*!grF%qz@>7#WdXbsh^d!J04U1*{mArR}{xhQk%0j~Ajj(~&81=+iJ zOr}HR2~Np>M1^%ZFY~2OC%%fN+b7T%Lx}Cl{|ppTqy4TWBVjD;2zbG{64sf0nkEz)<`b z%QsEmYn zNxi+8@>$nR3XAC@4@W_a#U4M-ae2a#N0@@HY}(U^rZ9W&*TO&{B7MqRk^WmLLv8gy zDePxv$cIw<&mS;R>omnn+z6a_EwzbN_aJ{bE-g<&u7{2#pkXRtZ(2ctk`J!Xu?=*& z;u(Cw{zi1jM+vnq(2x$5=Di6$PFi1gnD&~s@uE2sC=*)4ka)kAf z8fm4gn31?~RrlJ5T{cW#Osh!2yJJoz-K^zrkK&n$gUZysx#dlC>O9Z(xzOFNU~>7EcOjH>bNPiZ4iMn`tq+S=@#Vd1)AYLC_wE8fi@*?Hz#h0$F8J))3n zg+tRHYx|W)Ly%il=2-ERH7^b#SW@fVM4&ka`4rj-_5rbTCUASs;Fy76d(~_T_p)c4* z`7R04RkqkathyY8d52G(f#PUqM%Uk4FG+T{U0xhz2lQ9QUoL#P_d!eM_{q&~d#Y&z zN`HCDHarzmZ)n*D=O!Pz)K+V500`gfe?ob;so;6FjRqQP!})@1XU$!C^S2S? zSZuz*`HI&}#V^U{Vso4B7^9Xoo`+iuOiYyE<%M>>m*ot7;%pBJIgF^5-QcWkuoVBZ zYfPAXGixulC;eASmp$9AVv}K5J(w!zLg0f3&2H0;Q<0I8Lo#c6TzJ|>v|H%qBn9kg z9ebz<9;7Awp$G$(Yfm|#XrE_FEy5Tb8Mrc9ClQ+1PY5tWTrP7@I_)@$= zfjw#XVJ!Tnv8ZyTi{tS|s?O|U_hzC3`F5QsPrH(Y&!;nZH% zUs_>YP?xw5RVF?6A58iBxQ^{+mQO~0Sg%Ms$e=dyd)s_IW!4s)I2e|AIGYG|4?5d0 zIcs}+yq?(T${W1*5Lr8Z@b`N$*l9;7(b=WV@o9TS2S3W$h0^v1{YnzI!44?V9ggOW ze+DV!G94>&ER<)o$6cE$u5gwKmsyf$ouN^Ksl05ejz}QJv_+ChktNJp0^fBS+Bl?lcfb(XaMZpBp8N! z-|2ug^961HprgK`4X{E7KblL4oE)SgR62C<1S{L$5~+G<&AXm2N>Pdu4RVcNo zV^6};z3Al!T^-1Htm-;xp4gW;*`Os^l1q1Z?%=9w4!R6Re#yki6-<+d1eSE$r?%8g zQ@8K-SR3U8$NlUwjf4S%%cAtj)I{PfQMFR!luxn}{+6(DC#iA&65UW_bX>Y*LW%Cl zG?&4bsmM`yYXEZ$^~`vS;bRlx-^X9y?yUzew`+J9xpH{Cl6cfEh|$UXiN_?FTX?Y& zr(TkkMKt_qeIeAxWp&HfeNbzpBl0wPM2rXQgHwi2QXQKKbzWF)gV6hZq|^qtI#xdH zm}}k@zj3CREeHgAiD#Ox5cw>Iivncqxb#Ctt-?MAAcFS5_J>qd7C+<}7*-*RFWF9O zaH}mTnnSaal#J>pZCnDsH;ot5g>aV*F^&GC3Pgxs$a?MKIjD$b1z%uH;7kWU5P}YX z10lNZ@uO}kE4!67>{|OMIIC=S2mqWd?$Djb@k88f#t*_V>!_i)cGQk9EOhQ|9%n%h zrjjlRIyN-bF#&~BHaheCY9K(OQV(2IfB2+xsk$@uHuTy&3e;4i-WM6w3}!1kySG6=TVo~;NUbcFU@W>NLupiUQ-h3wR%%=Qq?>a$f`AD* za>cw11OrlJ&*ygD5(!wTloS=;5YQlK7Jfa9{KKeZ+V)}oEysJ6ov!Mn2W4@z(R^ok zCNV%58_sWkZ)uP}v{NU`+vH#0Ow8kMMZeoArt#2ziTMDp*>nX^pmVE5Z;aQp=*5MT zKN~d~|0f)nsQo8gDU@hB7Yqgqg^mR#b^*Qs&qRa5epGq)=VN-hl9g=S`+(YCNS+G! z&`T22ne^0bMY4Bsx zH$69HjxNn zSP?}truN(}|7mEcpgU`=`%|&cVq*rqd7xNT>S&4Kijp>ZGXDUKdIS${3-jdNc-LZb z_Skp}N-H;jxP5f?@(>aXvi$Vk^zDrhL3QE+s*_QTrj0*VP|8ZgG#(UN!?}$Vm#$U| zso)^_I&JllUa_yF!jYUh_BO$=@~CD$4wQCGzEN z$?qohn24omwLuMbVTs`xYhIh+16J89N2?@XjH38zoaX>wgAunmAGA4l9S_ zOuO9(Ac7D9+DU9nm&PK%Naa6mBCs1_pi~GZPa%Oi%N@JftHM}0y?ojeu`>EvPjBoBb4f!YVSDm%apNOt(Z3>nnN`g&n>&PdNFil2idoq6vu*^uC=h^ROuUoj#HUo*Rk|j z&Y$Fnu=PtOzjR%=a}5&{uu@u$JvR_9jdcog@&k?*$($_?3Sl;d+=a?fPy4N{EZTkB zEa@s28vK3S>`|NBoQC?Es;VDUlKk_|mC(o&#FEf+Gu?W23X(sER9562Uy_e^aOeeV zFX-j3^%%3m0*IerE!en8!ro7q)i$AH6FHkN3hWCAmdXoVs7uXJ)q zMDy7C)E27O$6U%ov+3aZw$5mYKOc`m>|?5P_gHWZ2B6&Oa^0#pIuAGV%lfJC8x%bi z0$9Dh;V!oF^Q{!nQRF0DSYUuE&)_mLa%XMR+@0R{%pMh&l$j>;Elk#WHPlYDfhGe8VK#GUEs6a$H*F( zZhgpU4M=*is5o5AqRNob+2)jv!C#c!3J?TB<`;hZ=`$?}9OpNko2kQGvSR!s{6T?y89RRJ0HpLYmM!asOwDl$ur6FN6Dd= zOHNiehIOj{SQBhQ)*D6V#mpZwtblnp*DYD^?ndJ6%oiLOpD;zM?56nNy}0l&%KBvG zl+W}W-t-r&7SS~J?5C9r%JHt|)ab5J%ESN28#Y<*fLoyKYb|_J%%Mb`CP}H*!%UTZ z*-Hjo_;T4XNmoB3*u9L^`Y)Fgxm8qDmJejN>Q>6Obg%IVAgdLy(EO7`S5WgS#>WIu z-#D&6d)zVMYiaLd`z;G-8w~lOzV`*PBBtyr9gv843(=ly4mq`3<=Te*OR4YFD~38 z9kh&&-9FlsQVeGA;=;#Q9h?DCP!qB4xzWPJSGY3K1FG^d(f5IoVu5A=`yg=PGrm+f z{!>fCh4^`CaQ|Xc6lXBw&>2`gyDG|BD$vBWdBEO{ax_AHis8tE5(l`2Fv8bhV;|5L zjy<^#`kQ5ghY5>FpOVW%RkWW9c+nC&<1%ey6z3&WsO%PNF%=iTIwuq|NYHtl`S?nLEVi31 z*C-&EJ?I(3r`U+uA6mj8=9AHNQEn{nFVkD}BzC@{HzQrw(SSYEB8u3mQd9zNtTSz8 zTSbz63LpiPNyyPd^;e#!pFYxQf6M-IcQyAV z1O$+(9~kFFK&9JDL<7i{ti1nGPEJ}t=K(K|cvZg5?c}OSkqA5CCs%RLT$0{x_Pj@B zp3h?;Zf?IEZCDV+`DG6Wf(mdM_W;JXo;G~ucAGM(x)MJSchj#k5P*UxINNLxIC|h` zlb+%GlAL>l0XC4gpnk5dzJA!V6${884GLRxuLYuvlP|zWRLPE~iKc^b`JGto`Np1) zw)GaaL^weu|F&J^l|;F<<}9%-Cp^&*23A}J}70db@uj?vE? z^GT@-X>~hE3{QXf{ceT+Ndad+HNY4J{jwK*jOiF|1+*;A^y`WoinqMr z;#MqTb8&)q$lt=92V@b+&5~OO9Xn-(U31EqygX*&7n5ywNy9Xfx@fHBqpR+ls}$6z z^Uh`I))!j@l%D=;ug|>cUZK`-D`kPl;4A^b5b=2Hva??@{Hv9YqM!9xYrw#dc1MU} zY5ENir@0Zmfj_I<(RJw}<#_qzYgoOKrm=DWCq?S z5czeixnm7l1mIRI05AmQO1hcLLq<;I1zj{1iVG_^qC}LY$4NXN_e6IFOxtKBy|q_r zE(khv#u3jDo_qz{9d&(KhiN1MeeSu%27uEFHvTfzr}!xGWK+o?86rHNLI zAt``gNts*0ClNH1fXpp}UF`UUS&efNV1!tiej^Vq-Dh1OeaqUzt=u@DL|rZKEADp9 z$6A!Fb|5uu$RZ1Y`fpzjPSqppF=q||y{8AX!OICu|7d7vr1qizH_`xWAeDBGJ_IK{ z@RQlGLh=_>Bs9if^j{q%eae^VVBlW6_;py-!Z{k1g0jp8@Ty+xnzKzVJ{vq4w9@Gjrz{vp-O}LEbshmQlX## zO-alREl3o{cDIFJ6}$IIT^yj;HdiF=0@h@FI87K`#RiO%ND`x^xsTcQy0DH~-?jQj zRJ!g&u%o=%H9WE_n|bpq`gQfvX3~*<(?`D%!wdh^62FaNYj0^Vo*7(!oRbhRd8O0z zJbLHgBrY~EXN@9~Cv?BgNqgm_^NuZr{G#q-g6~HL9JVjCDhzp0J(_v3i&+4Ab6&>? zcaxkukZ&YVxekkujg2jWw^vVk>Ji8{+ixYsRxDwNm!oLwij@-0-=C2_ps{%ckI9dX zN*1an2Blt--}6n)x!VSV;)V}3AL~;4FzLTFDuZ?tWJN#_Z^KWH)dB|Bu;V{t%sIFa z0CpE)Y~&`NhFa>PVuQp=r7L!#Hxn&?LH(|g#jMq%Jwe(mLb!w@_EWi{a(a}2MGV?3 zdw$@qTlYYC^lQT&)!h609ATg=Ub~6>OXsd0Z}n|h^!g-9E|p`P9Y3gSyYlyfde^R; z66%Yc^gk%|zhLoz&{?;xsjt}>40M4I0 zS@pDYYXAa)kwg0WuKs-33oub1g=b*>(1y5y*vfrB*!=fhKov6`ZAkrs__aArqgt~5 z2D7#v=ZlRC$7Hy*Qjq}7A}IMN#QJ793;D9s_#29I-KpGik%A8&U7?^c7ZJsN14A+G zD)yU&4idk(rjtmjchOzl=ecVyUcF`bNty$SQjhVr>R0H%?LkBKGiYGb>lW%2o~PNvAI_@fKT;9SE3+w+3NtZ&rEl7*~pxq<8pZ)`hVx(-2< zntTO+WJERcpE!$;A7Q6&tvX!iA}_CR`>Fn}x291BL(^xXxa|eW#~+a_K2L6dbbG#^)I%gHAs`AO(CD-c`%XF~%mI z(r#j{lKT*xP}+IQ{SZHE`&&(Q?Df{KGN!C;f?=;;h!Yd7;-S@b!A+MmvC%|qnm&ih zIn~?}p5#aeT5!j{z(Ghd4PJ_pES~V}1``|ttGOkcU6Qb*&TeY@lP@2y7_t|#(T6Mk z8ti8OzS{mAwDFAtN5G-aXTdiAF+J#j7rB!gWHn0bSKd3NZHUu$M#LC;Uj@+Y@v;o% znBnB}qwD23(vI3Q*JfcTw{%Wc;CmyE*^O&$6ndFjeRDrf2F~>+$B8@6JNUXU(I5<)h5ppn?g^f#t-MEp>xFsJ9x^TN|ofk7h zvbZ91#I9fqoR9HWf^KGFCh<)4k3LznE%~U6=W}EHk9F605puIt-PJ26sYWlTJCOjfzgW(} zBomw|Aplan*P<<;BHEy-Aj+oE5db<=1P6qPbyngR$L`7COdX0qILdGIGJ#fSSaiC~ znY)&7#&8Bp$Nl1TkJo+6pQ^N*ElCWNRs~Ajfk?a zU}q+Ni<7Zr=b4G=`+i*=ZM=!dIcQOdt zxRqJWwCVWB?`vd8<#43?;XtIKoLSC_n$+VgcUeFfg~i`QoD46!mtE$Sq9w>eg!Zb7{rGU z)XmU&uhqMqom}|Pu57OXBrQ7RFh{8{W2h^F26!oxY4d>pTC^p&1K7XYBdRLS-{oSq zZd=1A0daYK=HCI&UyYP?FIq<4bmLkHrg6E{QF&k&Nj5lmu6MC<17D{;0oYh#^O?@z zs8o3lg*zzq<|Jy<5kC5%9fx-m#r+|d0DiPmp{-f!+{D(>riErjz>=7*yz2;;x$5Bc z_RUYfk^Oz%n-|p#PLl>MXrpD{n0~hYTO3qMcOA@p+~*XBt)KQ4&{)+?2cps^T|y4$ z_|Sm=haeBbt)Ck#_wwC$6JiX*HW*9LkEV<&^sIwpI-PfWZ^mEq_;-%($*2nn+egD) zk(;%PnOg*jFzHzpoa){%CO9w29G=&=3ox6knkvyg68@BA&CI{|Jv!)=+R8&;QRrWB zaq~M*)0{6-O}>yCw{rDBN$WHp6+Z09o~JCmZdO5AQcei)bkBZLYj?rwv$mgPl31vJ z_p{^~iFWPYcl?zQOdrRnG*ocT)Xy(j^6e_Odz+%U!sWNhPawD$YRdRKt5odjm+t)F zpSulv#as^t<-PYy;hu>7vG*znkDWcTRg5$%=+FlYDN|m<_2BYoMwq4&VN13{2h0$44 zfZbQ#Xe#|S)OFf2*(xD}8y~?kAVaPT{h=ePL{jj$ zb3rPmsdrbmiyshn^6S!luR(z=s?u4j>TH^B=$E4Zp0^>Pph`LK{So*|mSut$CA*YJ?A>r1Eh;!f2SOu{_QC^hqde(@pSXSqQ#lY53<-qIA_I$ z*4XsKT+e$hzboB@6wISy&FZ>B*{|L0Z4t9=SU6_(<8M&G2w#{!%nKCaNk5q_Vi$6> zqc6a=Sb98^PI-^T^rl?IC%QgQMrLxzytchRf5G=iE2E^$K4sch@KX7Mk&jldki%AW z-bHn*BIU;|o!^!ua^|!2SV&8$r&O(q49cF~MFB3>kmr`gU+Kz+HQNJv!+mo<-^|)F z7U&J`yyx@`&hqTKwk&0{1keH)!aj+NE#Mg%;2APtu6h{daX5f3m-m$n*0lA_WSg$& zu(5W!LS`Co@G;Lj?M}_*DNrYTcKsSr=-}~<0o~eKe?O-3-Lm)ohuf(!@J#wi1pmPi z-340`AVxPCt<{ubeTn* zV=eui9mDo1(=$|(FW2TqVB{1t;4`mKfceVYJ zkx{OfhW9t`yxP3XkxxGh(_l5|@$0SGfe#gM_ze$@^(2A=G6OAGtDM)=4wTCmN1Np0 z1?n5}{_buG33|c^x6dilgMpsKU@9vO%tGu4<5Tk5Yxm>e!={f@7tEh+&gh6*(vcun zof2W@OXHhu3CL`{t$O8{r{Y9n?|6kuA=c2)+U#fL*)P4P*~N?(nYVuDMElmSTop9% zOJ>pmK$pX1+fWBu*E7)%Rkm$Ss@28pc8qy8fTHbix=?x*-(bV~`(amGt=RM!IPq!9 zQ07i!PEG-b!8Qrkd6`M|yurG*$zr>->;l13rY`k@igDZ~g=we5N2+h@c9g*lhi=;9 z4@Uvwip#~?aOBvrjLmO)*Nw)qS37W(SiYJL!nP;q;4j6I#e`YcWGS>mx$?PBYfaBGssBkR6rW&6WMPi?bFZQwrijz z-k64AKS=7i#)@g*)hk+RT1c|-MD>Lj*9vv}v2NOS`Wr+&^7FgLx?JTs`K9r;s~&8m|h*}fPzEUV>`{~;UUxZ6S6hvL$>*wucvwk%cLn(QgP~} zn%BP%3bq3ZngUekc_xGMs-_xwbxX0b?%a+%q0r-RuaZd;Jk-i}Y1gWjn~yo%a?!yD zQ{3esVEmH;P9xuLSc=FQ!rOZPxI+L~o;N~u%j3lr;tQhM`d>2haC4XMf*pK-`Zy`H z?i_P#gY9GR=xQC!628dHQPkbp4gP@)m+#e8!uQo{W5zcsT}SH}n7cGsi)x2mJ}gwm z4lHY03v0_C0pBfSyT}>#@*{0Oi}q~#!L!L{?X`~ds@3Bzr6AM4E2tyxmDuc*mW$H- z_!j8S>JeXFPbl8njlkZS1*Z(ehW%u|NDP=i>WmZgNJ(aL(7`M7x8LWL>fDI+y4o#z zDgMffJ9T#2$q?qH>0nAJ#eTn<#Z9;g3R_ZLnyHKKDWmYp9SPt680KZ;%q59C1Shw?~f^a(RA^ z`w^B0rw`D1uIk->F?0nFriJU-nx=Qjz}wQM4+(M}us$Rn)y^}Ey#9)^}{qJ)|zqQtV;!P1~e@9TN3cOL!Lt5p~a{}5UW%Vg-44D4zIa5Z_#-B9Z4(5rV zOH?^(CcV-Bp|uqgYACqqnF4tBJQW+Dh`|2#(KC))B;L|y#xxo3Sbn~Cr(YZ$8ROd<7tsM>lrOS@T+d_@Du9nH|` zY{BUoYZQYe3OuKg4{L<%5?@0ESi6do^ZL_3D(V6)!ayH=3OsTVAd7k>0e6Plq3lm&D&p>;OksBex4!dzcYgB@pcE`d0J6tI|OKzrj;RC>MVKa6p)VH#G zrxu^YrZxamcK?C}cmBN(y$wfzJDwV+4#s&T{VML5rd!;UDodwi9>Hip|j zcgvm6nl~k#sII85-whjq{Y)Ga0cK>N zDzK)a7<%c8ZJ%j-3x^5>PuPj0b_F;U^fwH<(%@CPIHly#H5g}kk;~DS2@icv7bO2yN z$%r0SJbgpGqH`T};n5vq^y+d=R=|!%hT$ZQsDK&Z?KiYPHP)O5r0Q)VLwQnorDw03 z13p(iGtd8Ngwe2ZPeQbyS3H}?vFi$`m(7DcBtnI|TR&OhTQRqbxAu;E_EquCr*^PN z`CocSf8f2$v&CR)Yhtl;6X@?3O3HcjL%yQ8s+$LuDUw+4j2K=Z-ZZ8!*9RdK&`(>* zFYE&?mVO0<&c}QaZh7%fdm}w#&eA2Xx|Sj>?>d@wKXjl|lGfVR@~8a!eciI5_i1yk z!t-_e-uhy09dGR;%g1S|vBbNjY}1RxNg!w702qu1gTN{M7x^wP06xv&!tWyFz0DH@#_%wn zH4}`no2t}g=w0~v93cs|V&hR-b{7BK4*q_Ew)1+&Z)fGr=wk$=>pvKTn*|gDjiMoV z6997*=)28a$Tz^Zn9TQGjcP@VR=+~1mTgMN(_4Ei`zK$iYCl5b&M&OD3?TjseR6Vg zV91w%Ef@o!`d&otD#13}cD{oT-}M-g3URNN2tus}KVVmILVsv*E?)K%s`1(cr#7*g zEHi*8>5*Zy(z|NleIUztvnB4Cs8IL$He3q19 z!&Pd*v(8mteRJ%~x@z>2xysFVVR$L+`vr*D?3L){V14WyFaaM$r+6al?A76N8)Y2` z*sE(KecEGf)iKZb5voDXclx*OH}v)Mt*cW_{#bm(OKCDK+C9}v{Gop8dXjDJlL{=U zM|m!1Y0!q1*5YJ)XK}-aC4@yxt@fCIr>G;OaR6ThFH?NJ6SEW z4r(`+|KV+f)LR$&a|PGN!Ghm^fqp{_xl<2lx6RtKz2l6-izHBFG`ytjMdVG?LQP+MMo9#P{_gK!JAvoV zcV5q#=<6ddGqsh**hlYpcfVz2`gKl&#A#;qaD_?GcAb*t?t=oK`VD2p4A9TlCo=^? zgD!&4mp~gA))#v}ecfW7zIy*#)bsn>Rt71EbnE{bz9YK9>+S}S}mf4*ZVr)Ih`V%cXooB>WBt4AS7Fq2aI|U8; z3G8bHs^!l7lMSOsX(_Q8XcUQA&F0YOjz(=Ba<8BJv3UmwycVeX>@|`Rr|_1@;ccNE zEoIl3n#iDU-@Y|KJ6F3)^ql&du-+e2Qq-)995mTbvP{ywRlz^4DLVd&X3rR~n@C*kA>XK#EKbo+*4O<<|q*UvBS2tm~yn?rmkm%cA# ze{L?y<2{WZ&c-!`obZiTfap+nqDTuZwaRr%igH?y8lm#Y z+xhXRcHCmfIq_NGhB~&;b2v3Yw0X&azu_h!96qP;EH#+%JADoxAQrRr5CSc`KKjSwm22~;{xVx|m zY2^0}$PqDCWX1;1tsM0@o4PYrJ_r}Mx1YZf8>b(FPn5FO8!ersuat;^8=0uzD=H-> zI>(_%RJ|jWMj0>I`2&eWz%w<~SUag-DOxP-Iof7o-?rn+`8~JOJ+9#)J<39N_o?wK zAS)ku0u!H%nwZ+?7EWb~Mu~L}i&ErZW74hJEYtLDq}st6;q1pjxjSbiNv0_GZG;}L z>dMkbwag**F?Npc8;&o&M{Ewc7{BZx@v1OejQj9(xu2>Xd@-EWB>I1^-S>U6o48eg z(I@jl%i(PhSKwtHQ500yM{+I&&15PYQCBeoZ!G@4MEe?5(=c`EtgT0RI_@u>@3+R- zS-oep^6}yFd1kCCipQmwsK<$9>$#7w99>^TM$cTvQQohhrPjopZTciYia|c2+0)e1 z^~+QyKGpGB@vXa`K>ha1lasa^`Yc%Hs;I3rI_Z4Gg#qQHf0TTdSv>@g@@H8wJU=Je zn)Ac^Gi$RxQP8+>HSyeaeEGF*%$@zLW={F*SE>mcO|kKHsj7v+gadCE!EawS)L zumhkF{EZt^k)i(yyn5d^g|9qDUG_29=!=u9=_@Nx<54{YS5sa_54>yie-)~<&KqvT z!YYcdZeI6an!FLgntZ$KKFB~3&l!S`y>WQbqg8+FtZkC2q)dC$V9$1<@2CYSSsXr7 zTk9svbk2Q$9VS63W{50Mb9PTm>i?P_-7Md!Vi50984EAD)N(!F_-|QOk3JbaJ+{Gp3r-;~3t>^p=3|bmR(jj=diOQr#+c=>p{+DjtR$6ps+MECBf{lXa2K=$UoOjvYoEX0fjvnm^dxc3I zTr^ip9$`4BF+hC0}pOU3&lAn;zqx0 z?g+;V)=~Lz;6<7jOn?^uELyr~NjRp&N#BOtt_n^Ivw~Ed ztMG+tI8C|LI<4T1nc?OuCcZg(fi;_U0{_bDF2*l+vzVnuiUqk4m% zj~@<~_w>OoCT*pOUazPoO*bJgIq&4B=cCmlRz9`$FLn$6{wes{5rc?qvN0;m3Up<40k}qr=V5r0))2AXv7>Q?`RI+}K;XkBs3s(_dhP?s#De zq<<{C;UMhB#9B)-z7YkCZ8J&u@x_Pde1{~D+_JSBJQY(Dtny#;H`F)DW#k*dO$^N( zjmL~~u{=$TkD|>oE5wHXC&xYnHeFlVJlDLkyuJNC)4mN*wesz41#^eOgL~%|)An8` z?K}*1GSVrLkkD39h@3Y-=eo!LS`wXW=G^vc&2XGDeSTiu3yE#OK{!?NtU8lJL;X;X zd-x`$6#_`D2;!|s)M`v#ITHey1)0Vj;Q)xBV&Haizky?*OoSX>J5dz@bneM0T~7sGGi5Fw2`CP4L!@-dRUCp9pq0(Gv@yBwZtt`P7#?b&x?!ZhNkByy)jm zW0Rly?rw)#K9zcD(i*1HuK^y@OS-$46PhH>4?CPGa-g^3##7l1fV5Wj>}hdw9pFUN zzKXYSRA%zfOTu|6x}g(dXLSgJnwl{@+sHn!+M}mK3(V$`Wop)gTg)oyHU5rLH+jYW0FZlNvrPmgWI7^pM=F zIRnYe(+NY7OJ`829RW|rG z+=wB-l=P~3ZY(x1{qAq1WK2bo{@CUcs3*dqOy52iJ&91tn3zjlc&Ir#XA)%l-mEt3 zlEy?kcseYi!nyhoYoYEPcAJSqcps}Ras-aPak!;qblD4_dr;SmCe=951q2I$++k6p z+}gHmVDg+QrWwMT`rq33&8hdx!`HgkNU!8*uYj3T|IvfFSo_Z47Ai zHhHAb_RkKD{H;4p%G^eyIFr~>-U|g9-;<>%JKF3z^AR`d6Jw*l2NR7Ifz);!R5iQC z%!veI<^NDhq#~BFmYgSYsXu_|vvewM37Hq@7S@g(Jq{-5oL~dEp>~Vq@)A1GNm|84 zbY|;@7$h#o59|Hxu#Gq>Fw(p0&(!AnopXKO*;w{l*lF$TF+w5EE?IMdewth7M35X` zf2+FmJDFCo!(r|5OqUtYlug@qjwj+&z`l82h=&G%!0Q&Wf83yTR2VgN`o0bfe#aZ> zgbRLE;AJ_%+gBO&{=y6JW3?>pvX+@W26ALM`)mbTTg&`I)IY`tDDvP=s!O3qhnV!z zWTE`=Nl<^eGw%`videyKOV;a9-zi-}YML(Xa8|I&?p}&pBEv@>w@RcIH*4=8*s-rw zG%YAt!2zG1Mp@*tY5zUT&mq({mqILwmSBL1B#w9^!IOg)oD3lz-s?f^OhP9ok$1Ty z?bG{fCjUq~lSwPK_rZbZft!ji;$=Mp$WVfIbDKFKen` zuDPrNuHX0V1eRap)j&>>{1i`gN`eTlY1)lA7E48UUpF6sj@mL)kBCwM3{OGNV8A~q z$?WUxb|UC?#g=lBX_7;JN*zuiUyNG(Ht$G|8vU5qO}MjO2ysGgs2Yn7?E|0{duG{L z+pc>B`Y%N5N+I)`iar_F!#p`6dGDpD$!F6oxycT6&TyMahdIutNO~57eq3*YR1G^~ z>6kFAH)6=W8>gk_#E1OLpNeX~_eGXrV|N}UqiUz5S#1c88zO$0><@kq{9J)cL@phd z>}J9wabZ`j0IKf9`$z3_&#|(v7_h2}{4UNlDzZ|O0NipsDf(u;-{CZmllL{^VHL5M zscCe`4O}%#C$5=d)!pe-J~}Yla`P^oIwvf5V!F&cSkguctHADa>uUGoX~!$}xI$}; z=68yRt^>yp@*qz91UOG`O^@q$_vErji}&^Be-0IeAl@HCsyWyYIVh3|q15 zD9~fKgirSsV^%|&YSnUUKPPq3NM#BPqdDHOZoK8P>OmhvG6lO87_oMXbqD5}ePwu? z%9FOB0Ss=(la)3RMk`q%=y~vWFM$g>shNc(-d(3VeiQ5X7au1uZ2HYabzGWja_9Ns ziNg1#H!htF9_a++3Ql_}Z5E@OcAD6l7SzlRbY<@{`xom;%**#*gCAg*deKRv4rcab zd5l=MJ~V~W#tvLTdt(W)&VX-Zy(<+E>tfvg$VO)u@PQF~zO1dA{>kvQTK@e3*rI*9 zC^?&IqX6R5y%65Vz+4RPp*Gp#?r-_59nLmZwVgc$d7m_^nFUe)HOS#Xnu_1HGDJkU zrVy?Wafq(&Av!gl$CHluoUPJ$lKlb59)t}h_KR9 zX15KiP+BQf*#)U5whdQ#jQ4%IGPv(cu1N2ggzXnw=f$KEO=80?w%Jv=wwJ*lM(q2K z+SUk*2SLB=OD`#2rM!OiVB5s5<_*CO>*uWc{=}Nwr|e>?QkrJI_&wfbC1AKyPqe%u zFZX?``ZLB`lqYOG=^X<~n40c?b<1LA_%lD?jCQZ}1@@NR z7M(eD+neu0^c}Rv#av(yY1%}xLtiMzv!rOj`gztWIbGU4ZegX^nFohhxC&UoW*^xq z^AXchNV_}cTDkOC$p@3`Z%ea04oQ8&ik&|;f{UhTdrySuEf0x4&F&xvnNty-u?!N5chvYs0vnl1DT&*K}gONo3=!Ru!9ve8;hjovKf%{fc5Zj2sKgW z>4!!wg=*Ts1-it0k7|Hn$d0>X2m`w*o3v9xvZ7=MefM?qK4$ zflcs;YE`jQRg3QhVo)7Hn1a3X~F3{qdY_VPc-Rm*pj)HF7-z(**(#;DOGzDQ{-A!)paG$ydF{acuS=h*`csoTPmZ!ll#9jlaT(8VI zvy*d-OfQ$x98#N!6Bgu{M(%J05XrV1xe;?+vmRB z8MU_Rbq!9ZfOqg5)GKPTLgvq=zpnmP<=ZKj=Yo)M{{l zQ~;7p5uf)tE3&y%Jo8(a_ABXq|EofZpN{1n8m!mfN^&Gn__kS3>sV3gbR)V=DSp|- zyC&U74@&h^wQVn<2S2$vIGpYMrn}|A4Y3SzH~nLLeog_4V!v{Pc)G8#DYBL|>uftBRgp6RaaZGBFa#0rb??n1(-;9HUok!FUU7Ed2;RwN>sG!q_>k%yuDi_QW_7a; z&~tSBZ(CfLH9=(UHDOYzddlPe{Xv+{|1%=pD7@!X8&2iFS;Q&QinEB6UnW+w6S!<9 z-^Pv9-;lR;M}V>K>}PB|J55l6sr|d({Mx}Ryhk1kNoSKOYL=;~&0Zq^1u#D2HZGq; zTOrVywIwQ-AeG9B`H-+8WY)y^)DyuwLo!`luS4^>`l+?1t|=@9{~reo>ieL>Buiw~lRbCW-5L!lx##rrHmgN!?`-aQTSF7el@(_EG#l~agT>0u&~ zk<%o=M%9s|)~^tCZ6xNpjq#2`tJr)>u+CD?F0h-uFUAhfHmDW{H>X!Y-r{(`W{CA$ zaxewYEh>s&1=f<2EOj}_ z2nTZkR0wLQJn_ZQ*3!~aCz*%dFKyAWUkde$w-t)HmefU`A8N$kIo<#4mIeAJa5GJt zb(U`0{*geVK;tUp0ombttOt1Gk-&wXQ@J7ETuLcsPwDO7oVQx65-T>_>=s{>l}ARH zgmQiu7Uo%Pr~yU~nQ;xn`jt=3xchB!!`rZeyKTclir!k3`~Eku7F@Jfg3>91>&@bi z;VnYFhsEvpwAPk`ptuAS^c~+KWu^r&d5qTOarv?vrA zV^}#>u7+>c@F~erey0ex?bEh0X>rC^l%98$DQ`E%nQ6r2X}K;7R=Mlm|ce2@?9;D zW^D#zNvtW(toUxq*td`Juu$hM)|kC#+w#yB3-fI0+J*lOnd1i0xi*FFZ2Oe^CZbJu zC}azr>cgw#eoRyw#iO1k7c!1s4>ZCv`)ndBs^4%o)qZXwy!)eRoSnhq-Lxqa3`ESj`=m}j0QADarBi<-hg>mjnbN5%kyY>4L??X_Rq^;YAtHW*%#v>il?fc{;be+aKipt!sT9aEy zOXR>bwoUh%)RY-l*A+C=1XE%>!+3#^L9(qut5-C(H8^=uRiiH& zG4_^e+xf8ZX2~M1;;I?;!iQ-AiR7-lPfHZhB9`opeu>%&RPpzqc0K#*ljRt=dV{=D z)n2TX8djSidg!H}{dHENr-ne_t}7}d-s_R+6Klg>TXHrG4k|L!=~g~rpH`&?GdoTJ z_U4G9BgW4O=l0Nn?W5E>XHUns*_Q98_~C1m&^8gV>^ForTbSDDRwVpxqG>#RjlYh% zPum`qu~SqX;hy^W5rP?zT_pM6@I{7tvfb#&4NFwMHaH&4{fo1|(y&$-kB8b4c#5}2 z@-*mBNcF~}W+(>`)HV7L@T}MbP*Z2-uxpqVnRV z(WsTUmbY-`l3<)GbTPHGuf~}YsFQ&)`aw=TjhQ=8>-Do*DY0o%+Q}1RH+2YRHKQX) zO_VbOFG~ns0$Spa%e*=bI89&N0ALur^gej;T1S{-!zZCiD-dkP$l49D^2k)ZGtN^nB|(R@o8ch>GTsrC*oSI9l;^y^@F?(%{6%76fW3+7mHj%%prk4Fc+lX{`& z7j&&yhUZ_P<%@G+_K9>>DV$Q>-o%;0@EH2DVvI4?W6r=F04`lh)OXjL7|HFwy`U%l z9beAI!jD$p0nYVzZ#;}rxz1E~E~-po6Uas!OIU46FzoV*Ot?UaM4UVWF{vd1QJ#CZ zPYu-XRu=KxKdbPOzR@)lwj|#NemOD{YH4~02PcWI){WURy^WZ0PvbcQ`;d(E+Twrv z*c*f{5r1bC{j8W-oC=b5*a#8<{KnUcy_qL9gf5?#`*mYRQ?HOIVRWwAF6Nm^vKES| zU?A%d5JDBDsqnpTCGKCb9{%4|;Mt~ea+&^h29GATXKL&}0H;cER@M@0(b;f(ZPISZ z-bSgP6<>L^U2uuk&AsX`wU(}EN_AIjQK=9=sZXnG;{febK%n6N;!vG0c1cFfxxnvk zBPaEz)58E=x6oSlU7c$Vxj}qVmT2X~ckca|gE*ZWg-15@nSOriEzD(QD>MA@ zyh@pfO#a^a@#(&1|5sEbztm%f?fB3sO^r(G_)rmm)aX8z-NTd|!0DXHb9bA4dO)K0 zx9jzxoOTWS$fch_>Tk7GQKcvRgcF{ogxIF!z`J@am*2>p6$g+z{#8C*-|QI-DK1nA zg3mjudshlWynFxG)oF`ac3pQRb7o9l~SuWShZ3MbK~DyB$p zyN~Lus+A{QT@}@?am;Unz@XknE7!O#KF%fs61%RSskX(sLcrZWz?1rE8kEOW|AxFJ z>!ba8Z{xd{?6a>fwSzD5Dnot9XU~cRYN>42F2Givb>0k?sSUgBsuRcln-0YvbT#N_ zszb3ZO8Pv8IMS;g74ud|$v)J5CtgqDS#RHYK&su9l#q zVB|lm7`RyPdQElFcUVCLR>iyY^7RzxZfEaHpTP4kfjj-S{hQNYSC_N_vT*^J(3ldv zXHc&5F9Y@O7(VIewJV;_m6-~W|7P@Nj8W%>^9VUfhOe#9-QtCX3AVuGEmIvD)*i2s(Cj|hf1!DjaPCs44v`lo zaoxDvO$M=l|GMmjIK=6({rndkEcp0})jsj=FTK*hyG;f+eBRx?U?h9rI7jZ$d9%P) zvszKO6rHVK4+AEc!H=f2M>%?^+H)I2@tYpNph>XC`ZWgG**_wd57=m`36G)LanIkx{k1VGCF|A+tI zDx`eg=^;PHBe4YK(Pv|xn@C|(vVT}HShSf6S}vWu^@H4azQGhaAwFC*o#_|<<&Yh@ z*F5AS>YOuG;1}9?v>JYB?S$j2oFRC1luy>R52PbO`p(H|c@FW*$5Rz!1M6!d&Fitl zGQF&&!X2fj0~=E2HB*02{cVrnR|}v68t_DaoAeFuRsJQ>CuW+>=C1T0VtyA6a2n8Rl_3>{i zU0=R$aRul%%Y97DB!oPa3E#k{mgKM^apimdkH&qWVfYziSYj$3_12RWJ0NV8@;+kq zbjC>3LAw@9FS<4B_+ho=fo$3{MUzzHlUK?5hNp80PM!*le|Af!oIGVu+5KMhd7KbY z`=NID&BMNpCfMPz5>de&o|InSzZ$S)ytk8tPHMxXtPT~(-$l4gvQ{p@a;zUo2ZX@| z#EA(~>HY4f!-*$->4~WvFqr6|duKmHKX!>0mz=^u&6Dkp-%W}ug#D-n!G28eg9oP# zhtSIcqAXQDHp=8ea0E8g1`%u@3 z-_4O%u1PY<3QdPHHm?M^47##?LEw}tL015`>oUME^RZ5CAaI*0mkQS?DgE>CflbQ} zPF&WY*n=bdYSXSd)){_cC-a`R#qsFgSBgAvCuO#cbb#zSqxJg-bM7@0d~@&OVMOUiIgO~pR6Cl+_FYB1z9Z3q*h`7pu1y{s`mNmi6XTR$ zjC@%-k!!pYKXsUaul;@0l}dwj?(HCO@AzqBy9>GgIJ`0UP2q^?K|C#T%l(LdzjN7Q z(CJq2+{}r9{UORmUVi8h(qP!ocJgN0`e?bIw3yvZX)82*%QVU-MR+NGiycVb*pO(v z3BTK91AxVPjJ&-rCIiA!;>>=eCP?kPA?PYc&FrCsr{7PV`WAbFSL*pw0?^jvH51yk zUPw^&k^){ObCvm3JK<9;jpy&;k6swucHrEohqb|MWzW`TNpPiR+!+s}o&#_Fk{)Ux4qWXC{#XY!Og9G$cmcg>2#HZC ztU7sYtbq=aUJg{3>~6?#kCzZsF6o3!rDw07C^%kJ)1X$` z1tn66I=ZNquz()GOD_$GS5AxMkwRhO&j*gDDpM+QKA*}#8|{xS1QRR-tR(VJ-#VC% zS~N5;CRTfxB^i0IC!r;qwU81&;=UZ0TpE(t6Aa>NXJT+uCH^=ULOgw1>op0OWPQ^I@cgbx`%R{bQ3&&2Ac+N!*yS;gegd_ z57ipx+O&l?;9eZ~RCgAcET?mrSi?3Bb8DTmsw0NPUiO!2R=R7xPdjQ(l~b#Dv5xFmjpqcDyo6<4uy>ha<2^V!$Zn2C);SUrXf zih+-tQ81TkxE14faQ&LI*&mz{+Xmw##Cws#*E!0Y{DeaBn0;08h<26Vkwd+11 z&jVdrhtWHz{#Bz{?XgEq)oJAIeAFmcH!6)=zO;Gi=8q*0xc1Cop)YCon;KAud%cl& zLj31_`EJ#9Q^BqVF*L?yQ)T{5fFs3V=xlSiU*6H$@aJ5N*$f(#UVni%-;95QT#m=# zDR$*hD}yS8Fel!c=5*w@dyiVPHqU+=ZLCvh7`K|;d$4}}X6pk|yo{38#Z0nJmVlWN z2j4~IU(tI>k2$ad_~{0tGB@|&sYCv?{WzAZw1oi&54MjU+njv-P)3Mj^5z>^JT5|N zoFXip5A->dyd z*qTz(kJI)ko9Y+rUJc~MTM84me^bt#DC`w~#H$TxwMrAgZF{t|xXr(w9ou2nd1Nj; zFW}k>#2MuB(eN<^z3JpP+vQg90x0)%G+`iv6?(SfrW(+Rn+S;VmSpxOyB0*<8f`Fj zT0#^aiwdU&HxjxH{dgvlc|Sa_P-zamxwBf(ncICh`lH!0SW*+4iJZZP zP}?L`ufr1eAk}saj4cX#79&lpxa{vSHk-FA{jAarv6q$xhdv``#F5j@?;;M}`?+~~ zgxvcZupYwdv`(VP+Dowtdpt7zUj7*q++&-O*0qK=Shp;V(-Uz5;I*G!8I>lLsUph) zV#B4##n}2Gxz_jJ8rhrI?V(qt`w?aDN-Brk26u)UoY49N!g$1=qI&Dminv^7JuF4z zp+ean{;6YHHH*X#>O%dxg-h;(X%<57{oga9mM{LM)Jc0^QWqw$DO80LNyWwzGK}+wT2U(!J4eSJsKuh- zm+_)#UFW0;r#jbM!&QpQ&hm|ogO{ibeoSo3rx^`fEx&YTvsa{>$wkWJQ=;ZI3}o>Q zgEJo%8qA-*O|6mcZZS{YSg<;kZSx%TY{>$p*iGZ|2P%Iz&2gYFmQbJIU++VYG?4?# z9z*^~ch(<5Rx}XOmi|*v)$tC13J}p6nh^EIna14RGk#*UVx875`a0DESVGp`UJEf3w9LeI&D>L4TO~wGy}Q z@Zh`9*ib;Wy-7yfmi54WWe&KQg`E`N?#=C0My5#Iq>7gN>rN5ZSVPJa|ap9}=-d zJ$kwR>#YFP!L`q9NpoSMY;&K3PlHWT_|>yP9QXu%_mhm3M%=pil)@1?&x?R}p|yVV zm)tSVS_g#_(??5E&stX#Qs_?SJTbVvIeEV0BbwIRNRBt%@4diE0o^76;a8Jg@<0!6 zx#q+hCr!z6A)Kyp!hpO!vcLN(COd~^TbtD)TO6uA9dR!MOwi$XZre&86*JXMNDGBY zcNc8Vg*#5KX71rw>`hWr(S_6}kRx~Yr;I2lWLS1WHw=$>N+;O_*4zlL9{q-#Az4Io z!i5_0j7d5D8s2>qjR^Sg?d3NwU1`Mv56KA>=es=P3vg=VJZ*|(JBq^%T<4G+!sNIavHpuio!~un`mNE#Q}Qx~ z{9w0hr^K2a9*Xew04{Je!*NY+SV7UXlkm`2=s1KY0v^-Mk}%;xm|UCwWBS16DKTO@ z^xm>NhPiA~vAfyA-iya20gW~5pl5waU`D-n*n?OUrq>QVeDm5k6u7Psp2&^vl_Hev zKbS^&`4m~Cpub49Hb=nrn~C*oX}OVB*hv_0GYAM?ePrbr0Ewo?-j>i7mY6E%hhhS5oN0i{xCeiz5(A zat(Tn?fvCO+N5Ex!wgE9PM-L^uVo1Dl+5Xus2yB2uKhAK|M(Y*mY7Wrt`$SWZi@EXcht zjS~yTwF6=VA$R#;bnh&h)QBLo!8*|N&AeN3)wwkD#OLAMOzEYTw{0S|D$!=a=z$|w zuc7{eXZRyl)z2+LBrCUhYYZp7xv=S=|XVBG-IdNgB7i)>;9>ye8fq|m{2_Md-kVz zfC#acyy3?2rt%V(()6kvaaI7@y!(^MdxWx{i*))@N8@p04O_yGRF1yZJ)(tTU3ufB zx&YvM2YD|?SD2)f3~*g>(uE~S(M|UxbNKEcf6k?3JU(>&r>&VRHX!dH&8v*TR>FBE zN>f~LFRAZP(SapFTJhpgt8x)>Wbc*vYk&oDRZ{>t4)>UJR%xL$%+yrq9v6fzk>L=QhAOKN^{xNQflpU_AMw9PWy6!+5KTc&Od zeExfS1P)prPTUL@BszfzFYJ?3TkQx{PRPeFr~>>Q@sX4a{Cf-PaQR|sz*_9fb@SmY zK}Gw5`#Oyv$xBt(~1a_W3bm z`_zzJualHj1;qa3MZ4j`P^*cWpMUFM#R^1}@ES~VxGC2gQMy7ZD~Z7bmw)RBpDCQ(tUz0uhu-vMC7bgRMlv80?za9kFA zTIpl5+AU-?AVDmZ1n(KetR6f1y>}FxRjXnz>mZCPNI&1tsR*!42b)|D5`4%^4u8&s z3f@HQ#!FVTOx#6_Y`V7q^9F%#j;~z954U*Q!^c9`96^- ziW(il-Nol?9I{?XKg4m=NIOAE*h6*E$l_{hYE|Ozu#Li5o0m)ENviNmK5Aagq>>L% zE?*jceUfl!j!p8yNZAtlN~I|q1L6FoBgVR5hHU(!_GUvzyFqXePDh>*SBAAx!M(;oj+{;)}m^}D$q>9x?R zJbZ8Xr{?;A?l0-Iwb1W#P4=(#9a)$oLCqdkfQ^X{HXg`>e3>R;J+e+4Nx}#2RT z^zg<%Ha+EA1(&W2W3;@0UwS|3$8%w$RI9^~`H&YjY@{DV5|Z$0_cnZyrSg|AGlPFO z2oLTWV!KTnbO6c?D&8b z7SV*)U3u%)nC;Pdn!Hd$_DMFCnCLhu4&46L==c@qLt(tRB_ys-l|ogIz(G&iXmE-$ z5I0r~`E4y}E}l3zrtq(M@bSpODMy|#D9b7R8HU1fw7tutABCAY$?Tk>sBv*Nda^$G zaaVB%#7V#B6X|ia$Rk2LvKVqQ^}lKG!4*Wb!z4E{rkS2@dU>JAo${OhS&U|@u-(!< zyteHr{P$q2uc_wDr-^jsHkR=x5L9w1$i<(tDJk_AWW|1u)aiBF9_|)W4?e^7AY!9( z)hNHIl)749dg`djxcdQM6fEUaAc`}X8Bprmfb_Lo7x&23)uGmPyoX6T{#EyQ?Oz?Acz=Z~@D zk2oB<0nt0!8(UEowAnRNl)3vdTI)q-J%#hRN1qxY?XBXZk}^<}Ou5%v_|9NZ>e8Ro zp_74!*|5eMG?DwSc=eXh|7q`B|B}wS1wK=gjZaz4yUN=gc2)KIi3G zulC+A_V2g%XYI8w-?i7~$Es!5Fl|_d28qChtyGLnGeHNYpp9{zhTqE?`92G0)50Iu z3WHkk1oINolg-H(&4f{#AW^hNx0ial9(1lr9F9k$^wfJYw4@swK=&Ui946wfdZ3v= z3AqpUy6Xi#jyQy$Z7tp#;AQ;?w9@p4`(MgRVUxoB0TI2u2)XtJy?WlhSNBsCxq<`G zvHwFMh6rq&XMLSB=G5l6gVe#LcXt2}E&|+k9KvNHb73!63v=N(A07GTOeEmw>lqIP ztn6}vWotBuPY}Izb(@tn8+YGkW6qgD&zO>qe7ES8+|r+tpbiTVdpPsm)(Z;ZWjj$H zyy;w!Ai1D6D2GA)#nmYhvu+fHA6)$wdW+gUBD3}@L06ea_g(?85yjUxar^VjGx9B?UT{4t#IZT z#WGX5q|Wh4BV`ON#p0(uhOGt)2aG3a{ZC_SR#ab$Cd1C4>wDIXc&5XC>+*gr1?_Kx zB1}?CLg(pOjYVkq534b0DIE=v*HN31f24ssmV|H4o>uOX`{MVtoYU}Qf3gbb7lVW` z29wYA@GqK6n%mwZ!P1vphel(>yY5V6sMI~9iY~5Gc6r8? zHR_|WuP#+hMCSpDJ%pFX)m-naZ0+~cKy4+i<=a0P;H-V*CXW8F1hLEHIFo-`^79;_-jJG*{8>PpsVuCbT>_=Qkk!)2oi<6BsaAr zWA2-mH{<0oUqe($GBh|Fx3N{4?_J>BVB0UNO)UY20lRB&{it|GJcf@^sTi`MZcu5SZ&oeuw;m0xJw z!LJv3d?*>$X|Xz=L@Lh*NY%UnXQmY8aA`)TmxAS~{lhagae!}KW@I~aKCRAH0A){$ z?}B=BdAjxi+D(N-t*i#5Uj^;)S>9TxqaNdeS`fV*r~;%)HjX$sWe|(W`RYDece;Sp zE!YqU=C$d?qWa^wZj zg#R_c5RwBlkY)me?|E>+g8xZ|JJ|MXVl=>-*`KLGX+yK%KWJi_$L4FaXNPCj99mhu zqb3L_2}%$0eja=ADkU#uQoO>?+_v>msr{L_IaRT~G1u;t@tL0!lKXagKi-1>Hz4Va zA+)55Q52|r$5D_4;e2pSo@4-dY|Y&mY`|M&FNj>BD$c6$q!%f(*6Yp)S*T{N3mEu4 z0E^lj0jX%%E>#s|X2Eo{+1M(1L3C12sHR4%(~7z21Os;%dD_lhOQ_i8F+%ke$rIJ+ zJHCRrC}FwuYkQG2P3mqw34VlQ9sM+Lv1S>bEG?rd`-r?7v)%%Ge>iSuOWB$93mzFZ|zS@ zX#-AsBR6Cf-Dny-)^Ecqjf(Xl<9t^taq-$m&9a+?g@uoz*fU2D$T|ZtPfy&Lmsp#s z3a3tF_dgi_i|IaufGE75*W7Q*J^^7$2Zd0|vS9E8(yA40v13PKx~Z!5&U}fn4x>aE zbDvU$j%EL6h5p|3Hr1Saj5@rsbtq{%CMkzTWz+9P-R165V(&p}i13fJcPP<<|777K zSl%x!{s@*o{ZV*}y~Kx+qO1{vA#RaptzJ6xq6Y#vj&$Rc}q7~{U6o*9t^$B3rJCo^kbgDhLe zx0Ls7Rw>v*M>S^_*d8mEJwpw%b@0VWSPb#}qiO<>$XRxTu2KB8zA5lwH3fo=YGlDh zY#q3}y{w$1__kxj!-X7DW>47@J7A`y?d&~VWqp$zAsRD6@qgtKD1&&V8JkBOz>h!X zR60eZlvQ{c7YEeFclm`jMJVSiLF1kD@IAv|+w0z%3JFTWR0O_Q*c}1kn`l}Uoo0~9 z2X+~W$k$m@o6|c9)$$N2lut91_>FKzNW$eoZ5|P$XyYj$E5EI4JnrJpLvr2n?k!!K z+`%*V&Bf$rwn8g zh22Wy;XHg_Eg=$?Q+?YDJy_7ZWbEst8ctZ3i^Dn9?hyZO#hw?6GK0lyjMg)+e5tYCUV{o$(&nR!>Vg2K|tiz(l=JtZ{J?XL* zcs;H5Tx)9o&f6I5MO*Sh1**NxlCW3d1NW%HZ4>$*ABuqS(Q<+0klfebIFn4=rKOaP zDY5?j;*#l=vTbyie##OBn_xJujLO4NIqOCOBNz!+$F}LiHHWl2h(hstAQK(CB#vF` z2Kk^XmR?4k>+#=Vltg!z*D&Lq5oZ6AXqick9Gb(ZaeMdL!e)BWH&G^n@}ps2P6MB$ z&8Q15(o@rNRF%}#_qBv_^DlQqu>oPDwD=PkGi`z6L;w6f(?W^oY8HG`2oWh#$h>z3 z%^y5u6Gv63)u zqeP1EGqa&CoM`7dSIw1}nCx2~T0!qazJu{nA0|q0tOsaf#j$yw*%DG;Z5yC@uGid5Rog{wM~Q{$sKM>cvl?2tAcL z^l+Il4GzeNIL?w8<1@q(PbYUM)=;Nx0s8LzE~iwR->+#4CdQYegGq*oS<&OnN}aw^ zm*>2y{1u*&Dm9w^k5U@Rm}jO{RLqUP2|jb4Lyebnt&;3qqNn=IR8edpcmq3{#ns!G!8>SpziuU6*5pAg3jZYKk+Zjvi}EN3QZCby11rD6!X6z1;5K9cYbAIz@?E0kmp9i zX_o(|`9(MHnlNk{^3cuQMS$O@@Oic7@JgXT#O4=6lk4+`e;AMTZ88oFS%ux_;{ZpA z{RxpZJkXu4=Mcbm=g&gfLa!F~kVFXWsVwm87hX`eZ)!;_@os|^3Al`wqzWJlOoenn zw!K+TT7!oj7hjNz&L3HDgedW@8TsZC>*R(x)cLzv-^>NTI#8@=BawBnq>4&W9ZSB7 zu7n#j{Dz!!CK{aAZ?vGWgWN))-+;3LG=JmatTG;A_mA2XQXZLmJroA z1#+<(>+pAn*rrSyACd@d6I}V#e5*_wdR<0EhPtR`I(yO8sAt(K)UAK1N}~AX4eBJp z8XB=0#R%J?ih2{`A;53+=7b-{dD0NsTy(9)Wg7?bbF-7~tOqd@Gome$=Y7Zmtp>i) zw1m0DkjF^w#c6A_#bM>c3ASR4kH9}LhRB{>Vl*P^Ew)rK<>Iu|djI0QYP2Ojbz!`Rk0Wn8$b4U zgFIfnzmDvPeg5m;xk8W79(40~q9h{q0VTe>Ju(AMZtf6QTmL<3ze=jSrfsLduTEDb zXW8-pDgFH#@}ue+R}Q}if70S3M|M;Gzwm$CAtW^0u$dPI)z*2G-}>mudE#i;5yIj4 GEB^(Vr@;jP From bf27f9e50f543957887a60a718f19934e7342451 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 2 Oct 2017 15:48:09 +0200 Subject: [PATCH 092/138] edit readme --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 7fc43c8..489f7d3 100644 --- a/README.md +++ b/README.md @@ -29,21 +29,7 @@ KNACSS est - dans sa grande majorité - compatible avec l'ensemble des navigateu ## Installation -Selon votre profil (débutant, utilisateur de Sass, adepte de Bower / npm / yarn), l'installation est différente. - - - -## Comment débuter ? - -Que vous ayez opté pour la version CSS simple ou la version Sass, il est vivement conseillé de parcourir la [**documentation**](https://github.com/raphaelgoetter/KNACSS/tree/master/doc) détaillée et illustrée avant de vous jeter sur KNACSS. - -Sachez qu'un [**Pense-bête en PDF**](http://knacss.com/KNACSS-cheatsheet.pdf) et un [**Guide de styles**](http://codepen.io/raphaelgoetter/full/LNwOjz/) sont également disponibles pour vous souvenir des classes utiles de KNACSS. - -Dans le cas d'un usage via Sass, vos deux fichiers de travail principaux seront : -- le fichier `sass/_config/_variables.scss` contenant toutes les variables du projet à définir une fois pour toute au départ -- le fichier `sass/knacss.scss` qui importe tous les autres fichiers que vous risquez d'employer dans votre projet. - -En phase d'intégration, il vous suffit de compiler le fichier `sass/knacss.scss` pour obtenir votre fichier CSS final. +Voir la documentation. ### Mise à jour depuis une version précédente de KNACSS ? From de3a0cd5af650bfef07ac7be6ccc4b21cf83ab2e Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 2 Oct 2017 15:50:46 +0200 Subject: [PATCH 093/138] edit readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 489f7d3..fd7cc47 100644 --- a/README.md +++ b/README.md @@ -31,20 +31,20 @@ KNACSS est - dans sa grande majorité - compatible avec l'ensemble des navigateu Voir la documentation. -### Mise à jour depuis une version précédente de KNACSS ? +## Mise à jour depuis une version précédente de KNACSS ? La version `6.*.*` de KNACSS est une version majeure, ce qui implique que certaines fonctionnalités ne sont plus forcément rétro-compatibles avec les versions précédentes `5.*.*`. Voici les principales modifications dont il faudra tenir compte lors d'une bascule vers la version 6 de KNACSS : -#### Modifications majeures depuis la `5.*.*` +### Modifications majeures depuis la `5.*.*` - le grille de mise en forme a été entièrement modifiée. Détails de modifications: https://github.com/alsacreations/KNACSS/issues/207 - les positionnements tabulaires. `.row`, `.col` et `.line`, devenus inutiles et confusants depuis Flexbox, ont été supprimés - de nouvelles valeurs de breakpoints ont été définies. Détails: https://github.com/alsacreations/KNACSS/issues/210 - suppression de l'outils *include-media* (crée des bugs d'encodage, nécessite un temps d'apprentissage, et n'apporte pas grand chose au final) -#### Modifications majeures depuis la `4.*.*` +### Modifications majeures depuis la `4.*.*` - suppression de la version LESS (à partir de la version KNACSS 5.0, seul le préprocesseur Sass est encore pris en charge) - suppression des fallbacks pour IE8-IE9 (à partir de la version KNACSS 5.0, seul IE10 et supérieurs sont pris en charge) @@ -53,7 +53,7 @@ Voici les principales modifications dont il faudra tenir compte lors d'une bascu - ajout de la library include-media (http://include-media.com/) - grille "grillade" à présent en mobile first -#### Modifications majeures depuis la `3.*.*` +### Modifications majeures depuis la `3.*.*` - La rétrocompatibilité n'est pas préservée pour certains noms de classes ( `.left`, `.start`, `.fl`, `.table-`, `.flex-start`, `.flex-end`) : `.left` ne correspond plus à un `float: left` mais à un `margin-right: auto`, il faut dorénavant employer `.fl` pour obtenir un flottant à gauche; `.right` ne correspond plus à un `float: right` mais à un `margin-left: auto`, il faut dorénavant employer `.fr` pour obtenir un flottant à droite; `.start` et `.end` n'existent plus - Les noms des conteneurs de grille ont changé et nécessitent systématiquement un trait d'union : ancien nommage : `.grid2`, `.grid1-3`; nouveau nommage : `.grid-2`, `.grid-1-3` From 0fd83b0844f40465445737d92471c07e636d79e8 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 2 Oct 2017 15:57:40 +0200 Subject: [PATCH 094/138] edit readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd7cc47..a7f2c72 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,14 @@ La version `6.*.*` de KNACSS est une version majeure, ce qui implique que certai Voici les principales modifications dont il faudra tenir compte lors d'une bascule vers la version 6 de KNACSS : -### Modifications majeures depuis la `5.*.*` +### Modifications majeures entre la v6 et la v5 - le grille de mise en forme a été entièrement modifiée. Détails de modifications: https://github.com/alsacreations/KNACSS/issues/207 - les positionnements tabulaires. `.row`, `.col` et `.line`, devenus inutiles et confusants depuis Flexbox, ont été supprimés - de nouvelles valeurs de breakpoints ont été définies. Détails: https://github.com/alsacreations/KNACSS/issues/210 - suppression de l'outils *include-media* (crée des bugs d'encodage, nécessite un temps d'apprentissage, et n'apporte pas grand chose au final) -### Modifications majeures depuis la `4.*.*` +### Modifications majeures entre la v5 et la v4 - suppression de la version LESS (à partir de la version KNACSS 5.0, seul le préprocesseur Sass est encore pris en charge) - suppression des fallbacks pour IE8-IE9 (à partir de la version KNACSS 5.0, seul IE10 et supérieurs sont pris en charge) @@ -53,7 +53,7 @@ Voici les principales modifications dont il faudra tenir compte lors d'une bascu - ajout de la library include-media (http://include-media.com/) - grille "grillade" à présent en mobile first -### Modifications majeures depuis la `3.*.*` +### Modifications majeures entre la v4 et la v3 - La rétrocompatibilité n'est pas préservée pour certains noms de classes ( `.left`, `.start`, `.fl`, `.table-`, `.flex-start`, `.flex-end`) : `.left` ne correspond plus à un `float: left` mais à un `margin-right: auto`, il faut dorénavant employer `.fl` pour obtenir un flottant à gauche; `.right` ne correspond plus à un `float: right` mais à un `margin-left: auto`, il faut dorénavant employer `.fr` pour obtenir un flottant à droite; `.start` et `.end` n'existent plus - Les noms des conteneurs de grille ont changé et nécessitent systématiquement un trait d'union : ancien nommage : `.grid2`, `.grid1-3`; nouveau nommage : `.grid-2`, `.grid-1-3` From c4172396966964aa3e3ad0f51bb5f1082751af27 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 2 Oct 2017 18:21:14 +0200 Subject: [PATCH 095/138] breakpoints doc --- sass/_config/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 7a233d7..2d164ba 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -120,7 +120,7 @@ $border-radius: 0; // Responsive breakpoints variables // Warning : you should use your own values, regardless of the devices -// Best practise is Mobile First: (max-width: ($BP - 1)) and (min-width: $BP) +// Best practise is Mobile First: (min-width: $breakpoint) $tiny: 480px !default; // or 'em' if you prefer, of course $small: 576px !default; From 45db34508174f2457a9d2dbd074af9faefbb590a Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 3 Oct 2017 10:50:02 +0200 Subject: [PATCH 096/138] =?UTF-8?q?mise=20=C3=A0=20jour=20readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++++++------- changelog.md | 47 +++++++++++++++++++++++++---------------------- 2 files changed, 40 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index a7f2c72..e24359c 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ http://www.knacss.com -KNACSS, c'est une sorte de feuille de style CSS "reset" sur-vitaminée qui permet de commencer un projet à partir de zéro tout en tenant compte de bonnes pratiques générales (accessibilité, performance, responsive webdesign). +KNACSS, c'est une sorte de feuille de style CSS "reset" sur-vitaminée qui permet de commencer un projet à partir de zéro tout en tenant compte de bonnes pratiques générales (accessibilité, performance, responsive webdesign, grille de mise en forme). -KNACSS prend en charge les styles de base, mais également la typographie, les modèles de boîte, les alignements et positionnements d'éléments, les grilles de mise en page, dans l'esprit d'être adapté à toutes les tailles d'écran (reponsive). Le tout automatiquement ! - -Conçu par l'agence web [Alsacreations.fr](http://alsacreations.fr) et pensé pour être couplé avec des préprocesseurs tel que Sass, le micro-framework KNACSS est employé quotidiennement sur toute sorte de projets web quel que soit son type ou son envergure. +Conçu par l'agence web [Alsacreations.fr](http://alsacreations.fr) et pensé pour être couplé avec des préprocesseurs tel que Sass, le micro-framework KNACSS est employé quotidiennement sur toute sorte de projet web quel que soit son type ou son envergure. ## Documentation @@ -33,16 +31,26 @@ Voir la documentation. ## Mise à jour depuis une version précédente de KNACSS ? -La version `6.*.*` de KNACSS est une version majeure, ce qui implique que certaines fonctionnalités ne sont plus forcément rétro-compatibles avec les versions précédentes `5.*.*`. +La version `7.*.*` de KNACSS est une version majeure, ce qui implique que certaines fonctionnalités ne sont plus forcément rétro-compatibles avec les versions précédentes. -Voici les principales modifications dont il faudra tenir compte lors d'une bascule vers la version 6 de KNACSS : +Voici les principales modifications dont il faudra tenir compte lors d'une mise à jour : + +### Modifications majeures entre la v7 et la v6 + +- architecture globale revisitée (vendor, config, library, components) +- variables de projet modifiées et renommées +- refonte complète du système de grille (dorénavant basé sur Grid Layout) +- déplacement des variables de gouttières de grillade.scss vers variables.scss +- déplacement des variables de breakpoints de breakpoints.scss vers variables.scss + +Pour tous détails, voir le fichier Changelog. ### Modifications majeures entre la v6 et la v5 - le grille de mise en forme a été entièrement modifiée. Détails de modifications: https://github.com/alsacreations/KNACSS/issues/207 - les positionnements tabulaires. `.row`, `.col` et `.line`, devenus inutiles et confusants depuis Flexbox, ont été supprimés - de nouvelles valeurs de breakpoints ont été définies. Détails: https://github.com/alsacreations/KNACSS/issues/210 -- suppression de l'outils *include-media* (crée des bugs d'encodage, nécessite un temps d'apprentissage, et n'apporte pas grand chose au final) +- suppression de l'outil *include-media* (crée des bugs d'encodage, nécessite un temps d'apprentissage, et n'apporte pas grand chose au final) ### Modifications majeures entre la v5 et la v4 diff --git a/changelog.md b/changelog.md index ec3db7d..0bb9ca8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,26 +1,29 @@ # changelog v7.0.0beta (août - ? 2017) -- architecture globale revisitée (vendor, config, library, components) -- refonte complète du système de grille (dorénavant basé sur Grid Layout) -- création d'un mixin de grille -- déplacement des variables de gouttières de grillade.scss vers variables.scss -- déplacement des variables de breakpoints de breakpoints.scss vers variables.scss -- normalize.css v7.0.0 -- refonte complète des boutons, avec possibilités de variantes (primary, success, warning, etc.) -- ajout des badges (tags), avec possibilités de variantes (primary, success, warning, etc.) -- ajout des alertes, avec possibilités de variantes (primary, success, warning, etc.) -- ajout d'un bouton de navigation .button-burger -- ajout des checkbox, radio et bouton "switch" stylés -- ajout des onglets (tabs) -- ajout des flèches courantes (haut, droit, bas, gauche) en SVG data-URI -- refonte des styles de formulaires -- refonte des styles des tableaux -- autogrid object en Grid Layout -- regroupement des styles des tableaux -- suppression du namespace "kna-", ne devrait pas être problématique dès lors que Grillade sera devenu inutile dans KNACSS -- automatisation des classes utilitaires via Sass -- ajout de `* {min-width: 0}` pour éviter la valeur `auto` sur les flex-items et grid-items -- renommage des variables couleur de projets -- renommage des variables de composants +- modifications, mises à jour : + - architecture globale revisitée (vendor, config, library, components) + - normalize.css v7.0.0 + - déplacement des variables de gouttières de grillade.scss vers variables.scss + - déplacement des variables de breakpoints de breakpoints.scss vers variables.scss + - regroupement des styles des tableaux + - renommage des variables couleur de projets + - renommage des variables de composants + - automatisation des classes utilitaires via Sass + - suppression du namespace "kna-" +- refonte : + - système de grille (dorénavant basé sur Grid Layout) + - boutons, avec possibilités de variantes (primary, success, warning, etc.) + - styles de formulaires + - styles des tableaux + - l'objet autogrid passe en Grid Layout +- ajouts : + - des badges (tags), avec possibilités de variantes (primary, success, warning, etc.) + - des alertes, avec possibilités de variantes (primary, success, warning, etc.) + - d'un bouton de navigation .button-burger + - des checkbox, radio et bouton "switch" stylés + - des onglets (tabs) + - des flèches courantes (haut, droit, bas, gauche) en SVG data-URI + - création d'un mixin de grille + - `* {min-width: 0}` pour éviter la valeur `auto` sur les flex-items et grid-items # changelog v6.1.2 (21 juin 2017) - alignement des helpers flexbox sur ceux de Bootstrap (`.d-flex`, `.flex-row`, `.flex-column`, `.mr-auto`) From 3a377e30dd272e640d761e81b07ad846ea07b8c7 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 3 Oct 2017 10:50:44 +0200 Subject: [PATCH 097/138] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e24359c..3ee3b22 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Pour tous détails, voir le fichier Changelog. ### Modifications majeures entre la v6 et la v5 -- le grille de mise en forme a été entièrement modifiée. Détails de modifications: https://github.com/alsacreations/KNACSS/issues/207 +- la grille de mise en forme a été entièrement modifiée. Détails de modifications: https://github.com/alsacreations/KNACSS/issues/207 - les positionnements tabulaires. `.row`, `.col` et `.line`, devenus inutiles et confusants depuis Flexbox, ont été supprimés - de nouvelles valeurs de breakpoints ont été définies. Détails: https://github.com/alsacreations/KNACSS/issues/210 - suppression de l'outil *include-media* (crée des bugs d'encodage, nécessite un temps d'apprentissage, et n'apporte pas grand chose au final) From 5af73cab2be4cf6654506d52f5c2f00528d11929 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 3 Oct 2017 10:54:50 +0200 Subject: [PATCH 098/138] typo --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0bb9ca8..dd7f95a 100644 --- a/changelog.md +++ b/changelog.md @@ -18,7 +18,7 @@ - ajouts : - des badges (tags), avec possibilités de variantes (primary, success, warning, etc.) - des alertes, avec possibilités de variantes (primary, success, warning, etc.) - - d'un bouton de navigation .button-burger + - d'un bouton de navigation `.nav-button` - des checkbox, radio et bouton "switch" stylés - des onglets (tabs) - des flèches courantes (haut, droit, bas, gauche) en SVG data-URI From e460c7f2cbe64c851cecd7a84c6798b9c613d994 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 3 Oct 2017 11:03:48 +0200 Subject: [PATCH 099/138] ajout des badges. Distinction badges / tags --- css/knacss-unminified.css | 32 +++++++---------------- css/knacss.css | 2 +- sass/components/_badges.scss | 18 ++++++------- sass/components/_tags.scss | 50 ++++++++++++++++++++++++++++++++++++ 4 files changed, 69 insertions(+), 33 deletions(-) create mode 100644 sass/components/_tags.scss diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index e7b2e6a..184bd53 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2456,62 +2456,53 @@ button:focus { /* use .badge-- classes for variants */ .badge, .badge--primary, .badge--success, .badge--info, .badge--warning, .badge--danger, .badge--inverse, .badge--ghost { display: inline-block; - padding: 3px 0.5rem; - vertical-align: baseline; - white-space: nowrap; + padding: 0.5rem; + border-radius: 50%; color: #000; - border-radius: 0; background-color: #F7F7F7; line-height: 1; } +.badge ::before, .badge--primary ::before, .badge--success ::before, .badge--info ::before, .badge--warning ::before, .badge--danger ::before, .badge--inverse ::before, .badge--ghost ::before { + content: ""; + display: inline-block; + vertical-align: middle; + padding-top: 100%; +} + .badge--primary { background-color: #0275D8; color: #fff; - -webkit-box-shadow: none; - box-shadow: none; } .badge--success { background-color: #5CB85C; color: #fff; - -webkit-box-shadow: none; - box-shadow: none; } .badge--info { background-color: #5BC0DE; color: #fff; - -webkit-box-shadow: none; - box-shadow: none; } .badge--warning { background-color: #F0AD4E; color: #fff; - -webkit-box-shadow: none; - box-shadow: none; } .badge--danger { background-color: #D9534F; color: #fff; - -webkit-box-shadow: none; - box-shadow: none; } .badge--inverse { background-color: #292B2C; color: #fff; - -webkit-box-shadow: none; - box-shadow: none; } .badge--ghost { background-color: transparent; color: #fff; - -webkit-box-shadow: 0 0 0 1px #fff inset; - box-shadow: 0 0 0 1px #fff inset; } .badge--small { @@ -2522,11 +2513,6 @@ button:focus { font-size: 1.8rem; } -.badge--block { - width: 100% !important; - display: block; -} - .badge.disabled, .disabled.badge--primary, .disabled.badge--success, .disabled.badge--info, .disabled.badge--warning, .disabled.badge--danger, .disabled.badge--inverse, .disabled.badge--ghost, .badge--disabled { opacity: 0.5; cursor: not-allowed; diff --git a/css/knacss.css b/css/knacss.css index 0822b76..94d7691 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.badge--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.badge--info,.badge--success{color:#fff;-webkit-box-shadow:none}.badge--success{background-color:#5CB85C;box-shadow:none}.badge--info{background-color:#5BC0DE;box-shadow:none}.badge--danger,.badge--warning{color:#fff;-webkit-box-shadow:none}.badge--warning{background-color:#F0AD4E;box-shadow:none}.badge--danger{background-color:#D9534F;box-shadow:none}.alert--primary,.badge--inverse{color:#fff;-webkit-box-shadow:none}.badge--inverse{background-color:#292B2C;box-shadow:none}.badge--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--block{width:100%!important;display:block}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#F7F7F7;line-height:1}.badge ::before,.badge--danger ::before,.badge--ghost ::before,.badge--info ::before,.badge--inverse ::before,.badge--primary ::before,.badge--success ::before,.badge--warning ::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#292B2C;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_badges.scss b/sass/components/_badges.scss index 4ac202b..bf27ad2 100644 --- a/sass/components/_badges.scss +++ b/sass/components/_badges.scss @@ -5,13 +5,18 @@ .badge { display: inline-block; - padding: 3px $tiny-value; - vertical-align: baseline; - white-space: nowrap; + padding: $tiny-value; + border-radius: 50%; color: $color-base; - border-radius: $border-radius; background-color: $color-muted; line-height: 1; + + ::before{ + content: ""; + display: inline-block; + vertical-align: middle; + padding-top: 100%; + } } .badge { @@ -20,7 +25,6 @@ @extend .badge; background-color: $background-color; color: $color; - box-shadow: $border; } } } @@ -35,10 +39,6 @@ font-size: $base-font-size + 0.4rem; } - &--block { - width: 100% !important; - display: block; - } &.disabled, &--disabled { opacity: 0.5; diff --git a/sass/components/_tags.scss b/sass/components/_tags.scss new file mode 100644 index 0000000..8f358f8 --- /dev/null +++ b/sass/components/_tags.scss @@ -0,0 +1,50 @@ +/* ----------------------------- */ +/* ==Tags */ +/* ----------------------------- */ +/* use .tag-- classes for variants */ + +.tag { + display: inline-block; + padding: 3px $tiny-value; + vertical-align: baseline; + white-space: nowrap; + color: $color-base; + border-radius: $border-radius; + background-color: $color-muted; + line-height: 1; +} + +.tag { + @each $name, $background-color, $color, $border in $variants-list { + &--#{$name} { + @extend .tag; + background-color: $background-color; + color: $color; + box-shadow: $border; + } + } +} + +// tag state variants +.tag { + &--small { + font-size: $base-font-size - 0.4rem; + } + + &--big { + font-size: $base-font-size + 0.4rem; + } + + &--block { + width: 100% !important; + display: block; + } + &.disabled, + &--disabled { + opacity: 0.5; + cursor: not-allowed; + } + &:empty { + display: none; + } +} From 5d94bd2501aa0573c160227a409c45bd490cf6fc Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 3 Oct 2017 11:09:14 +0200 Subject: [PATCH 100/138] tags added --- css/knacss-unminified.css | 87 +++++++++++++++++++++++++++++++++++++++ css/knacss.css | 2 +- sass/knacss.scss | 2 + 3 files changed, 90 insertions(+), 1 deletion(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 184bd53..b4f2c2c 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -25,6 +25,7 @@ - Buttons - Checkbox - Tabs + - Tags - Badges - Alerts - Grillade (Grid System) @@ -2450,6 +2451,92 @@ button:focus { mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } +/* ----------------------------- */ +/* ==Tags */ +/* ----------------------------- */ +/* use .tag-- classes for variants */ +.tag, .tag--primary, .tag--success, .tag--info, .tag--warning, .tag--danger, .tag--inverse, .tag--ghost { + display: inline-block; + padding: 3px 0.5rem; + vertical-align: baseline; + white-space: nowrap; + color: #000; + border-radius: 0; + background-color: #F7F7F7; + line-height: 1; +} + +.tag--primary { + background-color: #0275D8; + color: #fff; + -webkit-box-shadow: none; + box-shadow: none; +} + +.tag--success { + background-color: #5CB85C; + color: #fff; + -webkit-box-shadow: none; + box-shadow: none; +} + +.tag--info { + background-color: #5BC0DE; + color: #fff; + -webkit-box-shadow: none; + box-shadow: none; +} + +.tag--warning { + background-color: #F0AD4E; + color: #fff; + -webkit-box-shadow: none; + box-shadow: none; +} + +.tag--danger { + background-color: #D9534F; + color: #fff; + -webkit-box-shadow: none; + box-shadow: none; +} + +.tag--inverse { + background-color: #292B2C; + color: #fff; + -webkit-box-shadow: none; + box-shadow: none; +} + +.tag--ghost { + background-color: transparent; + color: #fff; + -webkit-box-shadow: 0 0 0 1px #fff inset; + box-shadow: 0 0 0 1px #fff inset; +} + +.tag--small { + font-size: 1rem; +} + +.tag--big { + font-size: 1.8rem; +} + +.tag--block { + width: 100% !important; + display: block; +} + +.tag.disabled, .disabled.tag--primary, .disabled.tag--success, .disabled.tag--info, .disabled.tag--warning, .disabled.tag--danger, .disabled.tag--inverse, .disabled.tag--ghost, .tag--disabled { + opacity: 0.5; + cursor: not-allowed; +} + +.tag:empty, .tag--primary:empty, .tag--success:empty, .tag--info:empty, .tag--warning:empty, .tag--danger:empty, .tag--inverse:empty, .tag--ghost:empty { + display: none; +} + /* ----------------------------- */ /* ==Badges */ /* ----------------------------- */ diff --git a/css/knacss.css b/css/knacss.css index 94d7691..638ff7c 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#F7F7F7;line-height:1}.badge ::before,.badge--danger ::before,.badge--ghost ::before,.badge--info ::before,.badge--inverse ::before,.badge--primary ::before,.badge--success ::before,.badge--warning ::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#292B2C;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1rem}.tag--big{font-size:1.8rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#F7F7F7;line-height:1}.badge ::before,.badge--danger ::before,.badge--ghost ::before,.badge--info ::before,.badge--inverse ::before,.badge--primary ::before,.badge--success ::before,.badge--warning ::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#292B2C;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/knacss.scss b/sass/knacss.scss index bca6ea8..6fda249 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -26,6 +26,7 @@ - Buttons - Checkbox - Tabs + - Tags - Badges - Alerts - Grillade (Grid System) @@ -58,6 +59,7 @@ @import "components/_checkbox.scss"; // checkbox, radio, switch styles @import "components/_tabs.scss"; // tabs styles @import "components/_arrows.scss"; // arrows styles +@import "components/tags.scss"; // tags styles @import "components/_badges.scss"; // badges styles @import "components/_alerts.scss"; // alerts styles From 21755f2c584e5e0b4163826291925112f8d33e6d Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 3 Oct 2017 11:12:59 +0200 Subject: [PATCH 101/138] debug ::before --- css/knacss-unminified.css | 2 +- css/knacss.css | 2 +- sass/components/_badges.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index b4f2c2c..b1483c0 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2550,7 +2550,7 @@ button:focus { line-height: 1; } -.badge ::before, .badge--primary ::before, .badge--success ::before, .badge--info ::before, .badge--warning ::before, .badge--danger ::before, .badge--inverse ::before, .badge--ghost ::before { +.badge::before, .badge--primary::before, .badge--success::before, .badge--info::before, .badge--warning::before, .badge--danger::before, .badge--inverse::before, .badge--ghost::before { content: ""; display: inline-block; vertical-align: middle; diff --git a/css/knacss.css b/css/knacss.css index 638ff7c..7833b52 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1rem}.tag--big{font-size:1.8rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#F7F7F7;line-height:1}.badge ::before,.badge--danger ::before,.badge--ghost ::before,.badge--info ::before,.badge--inverse ::before,.badge--primary ::before,.badge--success ::before,.badge--warning ::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#292B2C;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1rem}.tag--big{font-size:1.8rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#F7F7F7;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#292B2C;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_badges.scss b/sass/components/_badges.scss index bf27ad2..e841845 100644 --- a/sass/components/_badges.scss +++ b/sass/components/_badges.scss @@ -11,7 +11,7 @@ background-color: $color-muted; line-height: 1; - ::before{ + &::before { content: ""; display: inline-block; vertical-align: middle; From 513851c5c8b3834bdf582517a333f7eb5197881a Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 13 Oct 2017 10:59:40 +0200 Subject: [PATCH 102/138] color naming convention --- css/knacss-unminified.css | 48 ++++++------- css/knacss.css | 2 +- sass/_config/_variables.scss | 126 ++++++++++++++++++---------------- sass/_library/_utilities.scss | 2 +- sass/components/_forms.scss | 2 +- sass/components/_tables.scss | 2 +- 6 files changed, 96 insertions(+), 86 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index b1483c0..c02eb93 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -1856,7 +1856,7 @@ table, .table caption { caption-side: bottom; padding: 1rem; - color: #727e96; + color: #333; font-style: italic; text-align: right; } @@ -1925,8 +1925,8 @@ textarea { font-family: inherit; font-size: inherit; border: 0; - -webkit-box-shadow: 0 0 0 1px #727e96 inset; - box-shadow: 0 0 0 1px #727e96 inset; + -webkit-box-shadow: 0 0 0 1px #333 inset; + box-shadow: 0 0 0 1px #333 inset; color: #000; vertical-align: middle; padding: 0.5rem 1rem; @@ -1943,13 +1943,13 @@ textarea { } [type="submit"] { - background-color: #727e96; + background-color: #333; color: #fff; cursor: pointer; } input[readonly] { - background-color: #F7F7F7; + background-color: #e7e9ed; } select { @@ -2028,7 +2028,7 @@ button, .btn--primary, color: #000; border: none; border-radius: 0; - background-color: #F7F7F7; + background-color: #e7e9ed; font-family: inherit; font-size: inherit; line-height: 1; @@ -2118,7 +2118,7 @@ button:focus { .btn--inverse, .button--inverse { - background-color: #292B2C; + background-color: #333; color: #fff; -webkit-box-shadow: none; box-shadow: none; @@ -2128,7 +2128,7 @@ button:focus { .button--inverse:active, .button--inverse:focus, .button--inverse:hover { - background-color: #101112; + background-color: #1a1a1a; } .btn--ghost, @@ -2278,8 +2278,8 @@ button:focus { vertical-align: text-bottom; outline: 0; cursor: pointer; - -webkit-box-shadow: inset 0 0 0 1px #727e96; - box-shadow: inset 0 0 0 1px #727e96; + -webkit-box-shadow: inset 0 0 0 1px #333; + box-shadow: inset 0 0 0 1px #333; border-radius: 3em; background: #fff; } @@ -2303,8 +2303,8 @@ button:focus { padding-left: 0.5rem; padding-right: 0.5rem; font-size: 60%; - -webkit-box-shadow: inset -2rem 0 0 #727e96, inset 0 0 0 1px #727e96; - box-shadow: inset -2rem 0 0 #727e96, inset 0 0 0 1px #727e96; + -webkit-box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333; + box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333; -webkit-transition: -webkit-box-shadow .15s; transition: -webkit-box-shadow .15s; transition: box-shadow .15s; @@ -2342,7 +2342,7 @@ button:focus { background-size: 60% 60%; background-position: center; background-repeat: no-repeat; - background-color: #727e96; + background-color: #333; } .radio { @@ -2357,7 +2357,7 @@ button:focus { background-size: 80% 80%; background-position: center; background-repeat: no-repeat; - background-color: #727e96; + background-color: #333; } /* ----------------------------- */ @@ -2385,15 +2385,15 @@ button:focus { } .tabs-menu-link.is-active { - border-bottom-color: #727e96; - color: #727e96; + border-bottom-color: #333; + color: #333; background: transparent; outline: 0; } .tabs-menu-link:focus { - border-bottom-color: #727e96; - color: #727e96; + border-bottom-color: #333; + color: #333; outline: 0; } @@ -2462,7 +2462,7 @@ button:focus { white-space: nowrap; color: #000; border-radius: 0; - background-color: #F7F7F7; + background-color: #e7e9ed; line-height: 1; } @@ -2502,7 +2502,7 @@ button:focus { } .tag--inverse { - background-color: #292B2C; + background-color: #333; color: #fff; -webkit-box-shadow: none; box-shadow: none; @@ -2546,7 +2546,7 @@ button:focus { padding: 0.5rem; border-radius: 50%; color: #000; - background-color: #F7F7F7; + background-color: #e7e9ed; line-height: 1; } @@ -2583,7 +2583,7 @@ button:focus { } .badge--inverse { - background-color: #292B2C; + background-color: #333; color: #fff; } @@ -2619,7 +2619,7 @@ button:focus { margin-bottom: 0; color: #000; border-radius: 0; - background-color: #F7F7F7; + background-color: #e7e9ed; } .alert a, .alert--primary a, .alert--success a, .alert--info a, .alert--warning a, .alert--danger a, .alert--inverse a, .alert--ghost a { @@ -2663,7 +2663,7 @@ button:focus { } .alert--inverse { - background-color: #292B2C; + background-color: #333; color: #fff; -webkit-box-shadow: none; box-shadow: none; diff --git a/css/knacss.css b/css/knacss.css index 7833b52..a0fa16f 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#727e96;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #727e96 inset;box-shadow:0 0 0 1px #727e96 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#727e96;color:#fff;cursor:pointer}input[readonly]{background-color:#F7F7F7}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#F7F7F7;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#101112}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #727e96;box-shadow:inset 0 0 0 1px #727e96;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#727e96}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;box-shadow:inset -2rem 0 0 #727e96,inset 0 0 0 1px #727e96;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#727e96;color:#727e96;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#F7F7F7;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1rem}.tag--big{font-size:1.8rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#F7F7F7;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#292B2C;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#F7F7F7}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#292B2C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1rem}.tag--big{font-size:1.8rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 2d164ba..c64186e 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -25,73 +25,83 @@ $font-stack-common : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxyge $font-stack-headings : sans-serif; // headings font $font-stack-monospace : consolas, courier, monospace; // monospace font -// color scheme -$color-light : #fff; -$color-dark : #000; -$color-gray1 : #333; -$color-gray2 : #454d5d; -$color-gray3 : #727e96; -$color-gray4 : #acb3c2; -$color-gray5 : #e7e9ed; +// color names +$white : #fff !default; +$gray-100 : #f8f9fa !default; +$gray-200 : #e7e9ed !default; +$gray-300 : #dee2e6 !default; +$gray-400 : #ced4da !default; +$gray-500 : #acb3c2 !default; +$gray-600 : #727e96 !default; +$gray-700 : #454d5d !default; +$gray-800 : #333 !default; +$gray-900 : #212529 !default; +$black : #000 !default; -$color-brand : #6FA939; -$color-primary : #0275D8; -$color-success : #5CB85C; -$color-info : #5BC0DE; -$color-warning : #F0AD4E; -$color-danger : #D9534F; -$color-inverse : #292B2C; +$blue-300 : #5BC0DE !default; +$blue-500 : #0275D8 !default; +$green-500 : #5CB85C !default; +$orange-500 : #F0AD4E !default; +$red-500 : #D9534F !default; + +// semantic color scheme +$color-brand : $green-500; +$color-primary : $blue-500; +$color-success : $green-500; +$color-info : $blue-300; +$color-warning : $orange-500; +$color-danger : $red-500; +$color-inverse : $gray-800; $color-ghost : transparent; -$color-muted : #F7F7F7; +$color-muted : $gray-200; -// colors used in project -$color-base : $color-dark; -$background-base : $color-light; -$link-color : $color-gray1; -$link-color-hover: $color-dark; -$forms-color : $color-gray3; +$color-base : $black; +$background-base : $white; +$link-color : $gray-800; +$link-color-hover: $black; +$forms-color : $gray-800; -// quotes -$quote-color : $color-gray5; +// component: quotes +$quote-color : $gray-200; -// arrows -$arrow-color : $color-dark; +// component: arrows +$arrow-color : $black; -// checkboxes, radios -$checkbox-color : $color-gray3; +// component: checkboxes, radios +$checkbox-color : $gray-800; $checkbox-size: 2rem; $checkbox-border-radius: 3em; -// tables -$table-border : $color-gray4; -$table-caption-color : $color-gray3; +// component: tables +$table-border : $gray-500; +$table-caption-color : $gray-800; $table-head-color : $color-base; $table-background : transparent; $table-head-background : transparent; -// buttons, badges, alerts color variants list +// component: buttons, badges, alerts color variants list // name - background-color - color - border $variants-list: ( - (primary, $color-primary, $color-light, none), - (success, $color-success, $color-light, none), - (info, $color-info, $color-light, none), - (warning, $color-warning, $color-light, none), - (danger, $color-danger, $color-light, none), - (inverse, $color-inverse, $color-light, none), - (ghost, $color-ghost, $color-light, 0 0 0 1px $color-light inset) + (primary, $color-primary, $white, none), + (success, $color-success, $white, none), + (info, $color-info, $white, none), + (warning, $color-warning, $white, none), + (danger, $color-danger, $white, none), + (inverse, $color-inverse, $white, none), + (ghost, $color-ghost, $white, 0 0 0 1px $white inset) ); -// tabs -$tabs-border : $color-gray5; -$tabs-active-border : $color-gray3; +// component: tabs +$tabs-border : $gray-200; +$tabs-active-border : $gray-800; $tabs-color : $color-base; -$tabs-active-color : $color-gray3; +$tabs-active-color : $gray-800; $tabs-background : transparent; $tabs-active-background : transparent; $tabs-border-radius : 0; -// nav burger button -$burger-color : $color-gray1; +// component: nav burger button +$burger-color : $gray-800; $burger-background : transparent; $burger-hover-background : transparent; $burger-size : 2.6rem; @@ -99,24 +109,24 @@ $burger-weight : 5px; // size of stripes $burger-padding : 0; // spacings (choose unit you prefer) -$tiny-value : .5rem ; // tiny value for margins / paddings -$tiny-plus-value : .7rem ; // tiny+ value for margins / paddings -$small-value : 1rem ; // small value for margins / paddings -$small-plus-value : 1.5rem ; // small+ value for margins / paddings -$medium-value : 2rem ; // medium value for margins / paddings -$medium-plus-value : 3rem ; // medium+ value for margins / paddings -$large-value : 4rem ; // large value for margins / paddings -$large-plus-value : 6rem ; // large value for margins / paddings -$extra-large-value : 8rem ; // extra large value for margins / paddings -$extra-large-plus-value : 12rem ; // extra large value for margins / paddings -$ultra-large-value : 16rem ; // ultra large value for margins / paddings -$ultra-large-plus-value : 20rem ; // ultra large value for margins / paddings +$tiny-value : .5rem !default; // tiny value for margins / paddings +$tiny-plus-value : .7rem !default ; // tiny+ value for margins / paddings +$small-value : 1rem !default ; // small value for margins / paddings +$small-plus-value : 1.5rem !default ; // small+ value for margins / paddings +$medium-value : 2rem !default ; // medium value for margins / paddings +$medium-plus-value : 3rem !default ; // medium+ value for margins / paddings +$large-value : 4rem !default ; // large value for margins / paddings +$large-plus-value : 6rem !default ; // large value for margins / paddings +$extra-large-value : 8rem !default ; // extra large value for margins / paddings +$extra-large-plus-value : 12rem !default ; // extra large value for margins / paddings +$ultra-large-value : 16rem !default ; // ultra large value for margins / paddings +$ultra-large-plus-value : 20rem !default ; // ultra large value for margins / paddings // grid gutters (for .has-gutter-* classes) $grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ); // global border-radius -$border-radius: 0; +$border-radius: 0 !default; // Responsive breakpoints variables // Warning : you should use your own values, regardless of the devices diff --git a/sass/_library/_utilities.scss b/sass/_library/_utilities.scss index aad2bc1..50f18cf 100644 --- a/sass/_library/_utilities.scss +++ b/sass/_library/_utilities.scss @@ -42,7 +42,7 @@ ul { } .color--inverse { - color: $color-light; + color: $white; } /* Width Helpers */ diff --git a/sass/components/_forms.scss b/sass/components/_forms.scss index 2fc232b..007d74f 100644 --- a/sass/components/_forms.scss +++ b/sass/components/_forms.scss @@ -56,7 +56,7 @@ textarea { [type="submit"] { background-color: $forms-color; - color: $color-light; + color: $white; cursor: pointer; } diff --git a/sass/components/_tables.scss b/sass/components/_tables.scss index 7e2c53c..815eb89 100644 --- a/sass/components/_tables.scss +++ b/sass/components/_tables.scss @@ -19,7 +19,7 @@ table, &--zebra { & tbody tr:nth-child(odd) { - background: $color-gray5; + background: $gray-200; } } From acc7de48ed822db1135d8df9134428ffdf7a6c6a Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 13 Oct 2017 17:05:37 +0200 Subject: [PATCH 103/138] reorder variables --- sass/_config/_variables.scss | 59 ++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index c64186e..c775760 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -1,5 +1,14 @@ // Config file and project variables +// breakpoints values +// warning : you should use your own values, regardless of the devices +// best practise is Mobile First: (min-width: $breakpoint) +$tiny: 480px !default; // or 'em' if you prefer, of course +$small: 576px !default; +$medium: 768px !default; +$large: 992px !default; +$extra-large: 1200px !default; + // tiny font sizes (mobile first) $base-font-size : 1.4rem; // ex. 1.4rem would be "14px" equivalent $line-height : 1.4; @@ -25,6 +34,26 @@ $font-stack-common : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxyge $font-stack-headings : sans-serif; // headings font $font-stack-monospace : consolas, courier, monospace; // monospace font +// grid gutters (for .has-gutter-* classes) +$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ); + +// global border-radius +$border-radius: 0 !default; + +// spacings (choose unit you prefer) +$tiny-value : .5rem !default; +$tiny-plus-value : .7rem !default; +$small-value : 1rem !default; +$small-plus-value : 1.5rem !default; +$medium-value : 2rem !default; +$medium-plus-value : 3rem !default; +$large-value : 4rem !default; +$large-plus-value : 6rem !default; +$extra-large-value : 8rem !default; +$extra-large-plus-value : 12rem !default; +$ultra-large-value : 16rem !default; +$ultra-large-plus-value : 20rem !default; + // color names $white : #fff !default; $gray-100 : #f8f9fa !default; @@ -107,33 +136,3 @@ $burger-hover-background : transparent; $burger-size : 2.6rem; $burger-weight : 5px; // size of stripes $burger-padding : 0; - -// spacings (choose unit you prefer) -$tiny-value : .5rem !default; // tiny value for margins / paddings -$tiny-plus-value : .7rem !default ; // tiny+ value for margins / paddings -$small-value : 1rem !default ; // small value for margins / paddings -$small-plus-value : 1.5rem !default ; // small+ value for margins / paddings -$medium-value : 2rem !default ; // medium value for margins / paddings -$medium-plus-value : 3rem !default ; // medium+ value for margins / paddings -$large-value : 4rem !default ; // large value for margins / paddings -$large-plus-value : 6rem !default ; // large value for margins / paddings -$extra-large-value : 8rem !default ; // extra large value for margins / paddings -$extra-large-plus-value : 12rem !default ; // extra large value for margins / paddings -$ultra-large-value : 16rem !default ; // ultra large value for margins / paddings -$ultra-large-plus-value : 20rem !default ; // ultra large value for margins / paddings - -// grid gutters (for .has-gutter-* classes) -$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ); - -// global border-radius -$border-radius: 0 !default; - -// Responsive breakpoints variables -// Warning : you should use your own values, regardless of the devices -// Best practise is Mobile First: (min-width: $breakpoint) - -$tiny: 480px !default; // or 'em' if you prefer, of course -$small: 576px !default; -$medium: 768px !default; -$large: 992px !default; -$extra-large: 1200px !default; From d2d84ca192c1d2bd55aa86201988ba4fac429379 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 13 Oct 2017 17:06:38 +0200 Subject: [PATCH 104/138] reorder variables --- sass/_config/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index c775760..0670e11 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -1,7 +1,7 @@ // Config file and project variables // breakpoints values -// warning : you should use your own values, regardless of the devices +// warning: you should use your own values, regardless of the devices // best practise is Mobile First: (min-width: $breakpoint) $tiny: 480px !default; // or 'em' if you prefer, of course $small: 576px !default; From ad9d1c18909dc5e93957c2df6f27a4c7303ad15a Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 16 Oct 2017 15:50:42 +0200 Subject: [PATCH 105/138] checkbox border-radius --- css/knacss-unminified.css | 13 ++++++++++++- css/knacss.css | 2 +- sass/_config/_variables.scss | 3 ++- sass/components/_checkbox.scss | 11 ++++++++++- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index c02eb93..478929a 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2269,6 +2269,18 @@ button:focus { /* use .radio class on input type=radio */ /* recommanded HTML : */ /* use .switch class on input type=checkbox */ +.checkbox { + border-radius: 4px; +} + +.switch { + border-radius: 3em; +} + +.radio { + border-radius: 50%; +} + .switch, .checkbox, .radio { @@ -2280,7 +2292,6 @@ button:focus { cursor: pointer; -webkit-box-shadow: inset 0 0 0 1px #333; box-shadow: inset 0 0 0 1px #333; - border-radius: 3em; background: #fff; } diff --git a/css/knacss.css b/css/knacss.css index a0fa16f..c7085ab 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;border-radius:3em;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1rem}.tag--big{font-size:1.8rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1rem}.tag--big{font-size:1.8rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 0670e11..4a4bf19 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -99,7 +99,8 @@ $arrow-color : $black; // component: checkboxes, radios $checkbox-color : $gray-800; $checkbox-size: 2rem; -$checkbox-border-radius: 3em; +$checkbox-border-radius: 4px; +$switch-border-radius: 3em; // component: tables $table-border : $gray-500; diff --git a/sass/components/_checkbox.scss b/sass/components/_checkbox.scss index 51b2b51..4b33681 100644 --- a/sass/components/_checkbox.scss +++ b/sass/components/_checkbox.scss @@ -9,6 +9,16 @@ // // common styles +.checkbox { + border-radius: $checkbox-border-radius; +} +.switch { + border-radius: $switch-border-radius; +} +.radio { + border-radius: 50%; +} + .switch, .checkbox, .radio { @@ -17,7 +27,6 @@ outline: 0; cursor: pointer; box-shadow: inset 0 0 0 1px $checkbox-color; - border-radius: $checkbox-border-radius; background: #fff; ~ label { From ce17704435cde6cad2e28910893e6253b9cd512a Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 16 Oct 2017 15:53:36 +0200 Subject: [PATCH 106/138] table footer variables --- sass/_config/_variables.scss | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 4a4bf19..a0164f6 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -103,11 +103,13 @@ $checkbox-border-radius: 4px; $switch-border-radius: 3em; // component: tables -$table-border : $gray-500; -$table-caption-color : $gray-800; -$table-head-color : $color-base; -$table-background : transparent; -$table-head-background : transparent; +$table-border : $gray-500; +$table-caption-color : $gray-800; +$table-background : transparent; +$table-head-color : $color-base; +$table-head-background : transparent; +$table-footer-color : $color-base; +$table-footer-background : transparent; // component: buttons, badges, alerts color variants list // name - background-color - color - border From 71b0d7e74554250bc51386a782a3fb4dc86bd1f9 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 16 Oct 2017 15:56:19 +0200 Subject: [PATCH 107/138] fonts variables comments --- sass/_config/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index a0164f6..569b908 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -31,8 +31,8 @@ $h6-size-l : 1.6rem; // equiv "16px" // font stacks $font-stack-common : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; // system font stack -$font-stack-headings : sans-serif; // headings font -$font-stack-monospace : consolas, courier, monospace; // monospace font +$font-stack-headings : sans-serif; // font for h1, h2.. h6 +$font-stack-monospace : consolas, courier, monospace; // font for code and samples // grid gutters (for .has-gutter-* classes) $grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ); From 9ab034471ca794a2868073b2371f11d7e86766f5 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 16 Oct 2017 16:03:25 +0200 Subject: [PATCH 108/138] flex naming --- css/knacss-unminified.css | 38 +++++++++++++++++++++++--------------- css/knacss.css | 2 +- sass/_library/_layout.scss | 21 ++++++++++++++------- 3 files changed, 38 insertions(+), 23 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 478929a..9b4a9dd 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -1012,8 +1012,10 @@ img.fr { /* flexbox layout http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html */ -[class*="flex-container"], -.flex-container, +.flex-container, .flex-container--row, +.flex-row, .flex-container--column, .flex-container--row-reverse, +.flex-row-reverse, .flex-container--column-reverse, +.flex-column-reverse, .d-flex { display: -webkit-box; display: -ms-flexbox; @@ -1022,32 +1024,24 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html flex-wrap: wrap; } -.flex-container-h, +.flex-container--row, .flex-row { - display: -webkit-box; - display: -ms-flexbox; - display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } -.flex-container-v, -.flex-column { - display: -webkit-box; - display: -ms-flexbox; - display: flex; +.flex-container--column, +.flex-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } +.flex-container--row-reverse, .flex-row-reverse { - display: -webkit-box; - display: -ms-flexbox; - display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; @@ -1057,6 +1051,17 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html justify-content: flex-end; } +.flex-container--column-reverse, +.flex-column-reverse { + -webkit-box-orient: vertical; + -webkit-box-direction: reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + .flex-item-fluid, .item-fluid { -webkit-box-flex: 1; @@ -1692,7 +1697,10 @@ ul.is-unstyled, ul.unstyled { margin-right: 0 !important; border: 0; } - .flex-container { + .flex-container, .flex-container--row, + .flex-row, .flex-container--column, .flex-container--row-reverse, + .flex-row-reverse, .flex-container--column-reverse, + .flex-column-reverse { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; diff --git a/css/knacss.css b/css/knacss.css index c7085ab..ce70bf5 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-container,[class*=flex-container]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column,.flex-container-h,.flex-container-v,.flex-row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.flex-container-h,.flex-row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container-v{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1rem}.tag--big{font-size:1.8rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1rem}.tag--big{font-size:1.8rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_library/_layout.scss b/sass/_library/_layout.scss index 1210b74..c3af31f 100644 --- a/sass/_library/_layout.scss +++ b/sass/_library/_layout.scss @@ -82,31 +82,38 @@ img.fr { http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html */ -[class*="flex-container"], .flex-container, .d-flex { display: flex; flex-wrap: wrap; } -.flex-container-h, +.flex-container--row, .flex-row { - display: flex; + @extend .flex-container; flex-direction: row; } -.flex-container-v, -.flex-column { - display: flex; +.flex-container--column, +.flex-row { + @extend .flex-container; flex-direction: column; } +.flex-container--row-reverse, .flex-row-reverse { - display: flex; + @extend .flex-container; flex-direction: row-reverse; justify-content: flex-end; } +.flex-container--column-reverse, +.flex-column-reverse { + @extend .flex-container; + flex-direction: column-reverse; + justify-content: flex-end; +} + .flex-item-fluid, .item-fluid { flex: 1 1 0%; From 327e3846432faf682c98663c6d4316af6ce6a1d7 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 16 Oct 2017 16:05:16 +0200 Subject: [PATCH 109/138] min-height: 0 --- sass/_library/_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index 56309ae..aaf7d3e 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -11,6 +11,7 @@ html { box-sizing: inherit; /* avoid min-width: auto on flex and grid children */ min-width: 0; + // min-height: 0; } html { From d908eec7d422eb31ac13cc7427c9938d9f027a78 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 16 Oct 2017 16:11:53 +0200 Subject: [PATCH 110/138] line-height variables --- sass/_config/_variables.scss | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 569b908..c00df21 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -3,15 +3,14 @@ // breakpoints values // warning: you should use your own values, regardless of the devices // best practise is Mobile First: (min-width: $breakpoint) -$tiny: 480px !default; // or 'em' if you prefer, of course -$small: 576px !default; -$medium: 768px !default; -$large: 992px !default; -$extra-large: 1200px !default; +$tiny : 480px !default; // or 'em' if you prefer, of course +$small : 576px !default; +$medium : 768px !default; +$large : 992px !default; +$extra-large : 1200px !default; // tiny font sizes (mobile first) $base-font-size : 1.4rem; // ex. 1.4rem would be "14px" equivalent -$line-height : 1.4; $h1-size : 2.8rem; // equiv "28px" $h2-size : 2.4rem; // equiv "24px" $h3-size : 2.0rem; // equiv "20px" @@ -21,7 +20,6 @@ $h6-size : 1.4rem; // equiv "14px" // large font sizes $base-font-size-l : 1.6rem; // ex. 1.6rem would be "16px" equivalent -$line-height-l : 1.5; $h1-size-l : 3.2rem; // equiv "32px" $h2-size-l : 2.8rem; // equiv "28px" $h3-size-l : 2.4rem; // equiv "24px" @@ -29,6 +27,10 @@ $h4-size-l : 2.0rem; // equiv "20px" $h5-size-l : 1.8rem; // equiv "18px" $h6-size-l : 1.6rem; // equiv "16px" +$line-height-s : 1.1; +$line-height : 1.3; +$line-height-l : 1.5; + // font stacks $font-stack-common : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; // system font stack $font-stack-headings : sans-serif; // font for h1, h2.. h6 From 973a5e6d648e70c9a9e996918a04f59e8f564563 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 16 Oct 2017 16:13:08 +0200 Subject: [PATCH 111/138] grillade files renamed --- sass/components/{_grillade-v6.scss => _grillade-flex.scss} | 0 sass/components/{_grillade.scss => _grillade-grid.scss} | 0 sass/knacss.scss | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename sass/components/{_grillade-v6.scss => _grillade-flex.scss} (100%) rename sass/components/{_grillade.scss => _grillade-grid.scss} (100%) diff --git a/sass/components/_grillade-v6.scss b/sass/components/_grillade-flex.scss similarity index 100% rename from sass/components/_grillade-v6.scss rename to sass/components/_grillade-flex.scss diff --git a/sass/components/_grillade.scss b/sass/components/_grillade-grid.scss similarity index 100% rename from sass/components/_grillade.scss rename to sass/components/_grillade-grid.scss diff --git a/sass/knacss.scss b/sass/knacss.scss index 6fda249..b30a2b6 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -63,8 +63,8 @@ @import "components/_badges.scss"; // badges styles @import "components/_alerts.scss"; // alerts styles -// New Grid System by default (Grid Layout). If you prefer old "Flexbox" Grid System, replace file with "components/_grillade-v6.scss" -@import "components/_grillade.scss"; // grid system +// New Grid System by default (Grid Layout). If you prefer old "Flexbox" Grid System, replace file with "components/_grillade-flex.scss" +@import "components/_grillade-grid.scss"; // grid system with Grid Layout From 8fc558370f0c68facc4e96c5f236aa51f9e092fb Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 16 Oct 2017 16:15:03 +0200 Subject: [PATCH 112/138] font weights variables --- sass/_config/_variables.scss | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index c00df21..5d100ce 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -27,15 +27,24 @@ $h4-size-l : 2.0rem; // equiv "20px" $h5-size-l : 1.8rem; // equiv "18px" $h6-size-l : 1.6rem; // equiv "16px" -$line-height-s : 1.1; -$line-height : 1.3; -$line-height-l : 1.5; - // font stacks $font-stack-common : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; // system font stack $font-stack-headings : sans-serif; // font for h1, h2.. h6 $font-stack-monospace : consolas, courier, monospace; // font for code and samples +// line heights +$line-height-s : 1.1; +$line-height : 1.3; +$line-height-l : 1.5; + +// font weights +$weight-light : 200; +$weight-book : 300; +$weight-regular : 400; // default +$weight-medium : 500; +$weight-bold : 700; + + // grid gutters (for .has-gutter-* classes) $grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ); From 31940244a971c14d28f0ed805e9f63393e8af9c7 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 16 Oct 2017 16:23:56 +0200 Subject: [PATCH 113/138] z-indexes variables --- sass/_config/_variables.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 5d100ce..8565af4 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -44,7 +44,6 @@ $weight-regular : 400; // default $weight-medium : 500; $weight-bold : 700; - // grid gutters (for .has-gutter-* classes) $grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ); @@ -65,6 +64,15 @@ $extra-large-plus-value : 12rem !default; $ultra-large-value : 16rem !default; $ultra-large-plus-value : 20rem !default; +// z-indexes +$zindex-navigation: 1000 !default; +$zindex-dropdown: 2000 !default; +$zindex-popover: 3000 !default; +$zindex-tooltip: 4000 !default; +$zindex-modal: 5000 !default; +$zindex-notification: 6000 !default; +$zindex-debug: 7000 !default; + // color names $white : #fff !default; $gray-100 : #f8f9fa !default; From 1a05e7124998a847775db0b258eeee507f495832 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 16 Oct 2017 17:32:26 +0200 Subject: [PATCH 114/138] switches design --- css/knacss-unminified.css | 13 +++++++------ css/knacss.css | 2 +- sass/components/_checkbox.scss | 11 +++++++---- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 9b4a9dd..0f1f826 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -496,7 +496,7 @@ body { background-color: #fff; color: #000; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; - line-height: 1.4; + line-height: 1.3; } @media (min-width: 480px) { @@ -602,7 +602,7 @@ details, figure { margin-top: 0.75em; margin-bottom: 0; - line-height: 1.4; + line-height: 1.3; } /* Avoid top margins on first content element */ @@ -2319,8 +2319,8 @@ button:focus { width: 4rem; height: 2rem; line-height: 2rem; - padding-left: 0.5rem; - padding-right: 0.5rem; + padding-left: 0.66667rem; + padding-right: 0.66667rem; font-size: 60%; -webkit-box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333; box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333; @@ -2331,11 +2331,12 @@ button:focus { } .switch::before, .switch::after { + font-weight: bold; color: #fff; } .switch::before { - content: "off"; + content: "✕"; float: right; } @@ -2345,7 +2346,7 @@ button:focus { } .switch:checked::before { - content: "on"; + content: "✓"; float: left; } diff --git a/css/knacss.css b/css/knacss.css index ce70bf5..a3c62e8 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.4}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.4}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{color:#fff}.switch::before{content:"off";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"on";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1rem}.tag--big{font-size:1.8rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.3}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.66667rem;padding-right:.66667rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"✓";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1rem}.tag--big{font-size:1.8rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_checkbox.scss b/sass/components/_checkbox.scss index 4b33681..20d5054 100644 --- a/sass/components/_checkbox.scss +++ b/sass/components/_checkbox.scss @@ -12,9 +12,11 @@ .checkbox { border-radius: $checkbox-border-radius; } + .switch { border-radius: $switch-border-radius; } + .radio { border-radius: 50%; } @@ -43,22 +45,23 @@ width: $checkbox-size *2; height: $checkbox-size; line-height: $checkbox-size; - padding-left: $checkbox-size /4; - padding-right: $checkbox-size /4; + padding-left: $checkbox-size /3; + padding-right: $checkbox-size /3; font-size: 60%; box-shadow: inset -#{$checkbox-size} 0 0 $checkbox-color, inset 0 0 0 1px $checkbox-color; transition: box-shadow .15s; &::before, &::after { + font-weight: bold; color: #fff; } &::before { - content: "off"; + content: "✕"; float: right; } &:checked { box-shadow: inset #{$checkbox-size} 0 0 $color-success, inset 0 0 0 1px $color-success; &::before { - content: "on"; + content: "✓"; float: left; } } From d23ef90a0c04fd8007e0088199dec2b136a9832f Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 17 Oct 2017 17:06:15 +0200 Subject: [PATCH 115/138] =?UTF-8?q?refonte=20des=20variables,=20premi?= =?UTF-8?q?=C3=A8re=20couche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 2 +- css/knacss-unminified.css | 112 +++++++++++---------------------- css/knacss.css | 2 +- sass/_config/_variables.scss | 61 +++++++++--------- sass/_library/_base.scss | 84 +++++++------------------ sass/components/_alerts.scss | 4 +- sass/components/_badges.scss | 4 +- sass/components/_checkbox.scss | 14 ++--- sass/components/_tags.scss | 4 +- 9 files changed, 100 insertions(+), 187 deletions(-) diff --git a/changelog.md b/changelog.md index dd7f95a..4aedb9f 100644 --- a/changelog.md +++ b/changelog.md @@ -44,7 +44,7 @@ - application de `$link-color-hover` uniquement si différent de `$link-color` # changelog v6.0.7 (7 décembre 2016) -- application de `$font-stack-headings` uniquement si différent de `$font-stack-common` +- application de `$font-family-headings` uniquement si différent de `$font-stack-base` # changelog v6.0.6 (2 décembre 2016) - Grillade : redéfinition du périmètre de `-small` : passe de `(min-width: ($tiny + 1)) and (max-width: $small)` à `(min-width: ($tiny + 1)) and (max-width: $medium)` (de 544px à 991px par défaut) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 0f1f826..e5fa66a 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -492,97 +492,55 @@ html { } body { - font-size: 1.4rem; + font-size: 1.6rem; background-color: #fff; - color: #000; + color: #212529; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; - line-height: 1.3; -} - -@media (min-width: 480px) { - body { - font-size: 1.6rem; - } -} - -@media (min-width: 480px) { - body { - line-height: 1.5; - } + line-height: 1.5; } /* Links */ a { color: #333; + text-decoration: none; +} + +a:focus, a:hover, a:active { + color: #0d0d0d; + text-decoration: underline; } /* Headings */ h1, .h1-like { - font-size: 2.8rem; + font-size: 3.2rem; font-family: sans-serif; - font-weight: bold; -} - -@media (min-width: 480px) { - h1, .h1-like { - font-size: 3.2rem; - } + font-weight: 500; } h2, .h2-like { - font-size: 2.4rem; + font-size: 2.8rem; font-family: sans-serif; - font-weight: bold; -} - -@media (min-width: 480px) { - h2, .h2-like { - font-size: 2.8rem; - } + font-weight: 500; } h3, .h3-like { - font-size: 2rem; - font-weight: bold; -} - -@media (min-width: 480px) { - h3, .h3-like { - font-size: 2.4rem; - } + font-size: 2.4rem; + font-weight: 500; } h4, .h4-like { - font-size: 1.8rem; - font-weight: bold; -} - -@media (min-width: 480px) { - h4, .h4-like { - font-size: 2rem; - } + font-size: 2rem; + font-weight: 500; } h5, .h5-like { - font-size: 1.6rem; - font-weight: bold; -} - -@media (min-width: 480px) { - h5, .h5-like { - font-size: 1.8rem; - } + font-size: 1.8rem; + font-weight: 500; } h6, .h6-like { - font-size: 1.4rem; - font-weight: bold; -} - -@media (min-width: 480px) { - h6, .h6-like { - font-size: 1.6rem; - } + font-size: 1.6rem; + font-weight: 500; } /* Vertical rythm for blocks */ @@ -602,7 +560,7 @@ details, figure { margin-top: 0.75em; margin-bottom: 0; - line-height: 1.3; + line-height: 1.5; } /* Avoid top margins on first content element */ @@ -1880,7 +1838,7 @@ table, } .table thead { - color: #000; + color: #212529; background: transparent; } @@ -1935,7 +1893,7 @@ textarea { border: 0; -webkit-box-shadow: 0 0 0 1px #333 inset; box-shadow: 0 0 0 1px #333 inset; - color: #000; + color: #212529; vertical-align: middle; padding: 0.5rem 1rem; margin: 0; @@ -2033,7 +1991,7 @@ button, .btn--primary, vertical-align: middle; white-space: nowrap; text-decoration: none; - color: #000; + color: #212529; border: none; border-radius: 0; background-color: #e7e9ed; @@ -2394,7 +2352,7 @@ button:focus { margin-bottom: -2px; padding: 0.5rem 3rem; border-bottom: 4px solid transparent; - color: #000; + color: #212529; background: transparent; text-decoration: none; border-radius: 0 0 0 0; @@ -2480,7 +2438,7 @@ button:focus { padding: 3px 0.5rem; vertical-align: baseline; white-space: nowrap; - color: #000; + color: #212529; border-radius: 0; background-color: #e7e9ed; line-height: 1; @@ -2536,11 +2494,11 @@ button:focus { } .tag--small { - font-size: 1rem; + font-size: 1.2rem; } .tag--big { - font-size: 1.8rem; + font-size: 2rem; } .tag--block { @@ -2565,7 +2523,7 @@ button:focus { display: inline-block; padding: 0.5rem; border-radius: 50%; - color: #000; + color: #212529; background-color: #e7e9ed; line-height: 1; } @@ -2613,11 +2571,11 @@ button:focus { } .badge--small { - font-size: 1rem; + font-size: 1.2rem; } .badge--big { - font-size: 1.8rem; + font-size: 2rem; } .badge.disabled, .disabled.badge--primary, .disabled.badge--success, .disabled.badge--info, .disabled.badge--warning, .disabled.badge--danger, .disabled.badge--inverse, .disabled.badge--ghost, .badge--disabled { @@ -2637,7 +2595,7 @@ button:focus { padding: 1rem 1rem; margin-top: 0.75em; margin-bottom: 0; - color: #000; + color: #212529; border-radius: 0; background-color: #e7e9ed; } @@ -2697,11 +2655,11 @@ button:focus { } .alert--small { - font-size: 1rem; + font-size: 1.2rem; } .alert--big { - font-size: 1.8rem; + font-size: 2rem; } .alert--block { diff --git a/css/knacss.css b/css/knacss.css index a3c62e8..50fe79d 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}body,mark{color:#000}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.4rem;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:700}@media (min-width:480px){body{font-size:1.6rem;line-height:1.5}}.h1-like,h1{font-size:2.8rem}@media (min-width:480px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem}@media (min-width:480px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:700}@media (min-width:480px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:700}@media (min-width:480px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:700}@media (min-width:480px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:700}@media (min-width:480px){.h6-like,h6{font-size:1.6rem}}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.3}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#000;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#000;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.66667rem;padding-right:.66667rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"✓";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#000;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#000;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1rem}.tag--big{font-size:1.8rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#000;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1rem}.badge--big{font-size:1.8rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#000;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1rem}.alert--big{font-size:1.8rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333;text-decoration:none}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.6rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:500}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:3.2rem}.h2-like,h2{font-size:2.8rem}.h3-like,h3{font-size:2.4rem;font-weight:500}.h4-like,h4{font-size:2rem;font-weight:500}.h5-like,h5{font-size:1.8rem;font-weight:500}.h6-like,h6{font-size:1.6rem;font-weight:500}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.5}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.66667rem;padding-right:.66667rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"✓";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 8565af4..e7fa049 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -9,33 +9,24 @@ $medium : 768px !default; $large : 992px !default; $extra-large : 1200px !default; -// tiny font sizes (mobile first) -$base-font-size : 1.4rem; // ex. 1.4rem would be "14px" equivalent -$h1-size : 2.8rem; // equiv "28px" -$h2-size : 2.4rem; // equiv "24px" -$h3-size : 2.0rem; // equiv "20px" -$h4-size : 1.8rem; // equiv "18px" -$h5-size : 1.6rem; // equiv "16px" -$h6-size : 1.4rem; // equiv "14px" +// font sizes +$font-size-base : 1.6rem; // ex. 1.6rem would be "16px" equivalent +$h1-size : 3.2rem; // equiv "32px" +$h2-size : 2.8rem; // equiv "28px" +$h3-size : 2.4rem; // equiv "24px" +$h4-size : 2.0rem; // equiv "20px" +$h5-size : 1.8rem; // equiv "18px" +$h6-size : 1.6rem; // equiv "16px" -// large font sizes -$base-font-size-l : 1.6rem; // ex. 1.6rem would be "16px" equivalent -$h1-size-l : 3.2rem; // equiv "32px" -$h2-size-l : 2.8rem; // equiv "28px" -$h3-size-l : 2.4rem; // equiv "24px" -$h4-size-l : 2.0rem; // equiv "20px" -$h5-size-l : 1.8rem; // equiv "18px" -$h6-size-l : 1.6rem; // equiv "16px" - -// font stacks -$font-stack-common : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; // system font stack -$font-stack-headings : sans-serif; // font for h1, h2.. h6 -$font-stack-monospace : consolas, courier, monospace; // font for code and samples +// font families +$font-family-base : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; // system font stack +$font-family-headings : sans-serif; // font for h1, h2.. h6 +$font-family-monospace : consolas, courier, monospace; // font for code and samples // line heights -$line-height-s : 1.1; -$line-height : 1.3; -$line-height-l : 1.5; +$line-height-s : 1.3; +$line-height-base : 1.5; +$line-height-l : 1.7; // font weights $weight-light : 200; @@ -103,10 +94,14 @@ $color-inverse : $gray-800; $color-ghost : transparent; $color-muted : $gray-200; -$color-base : $black; +$color-base : $gray-900; $background-base : $white; -$link-color : $gray-800; -$link-color-hover: $black; + +$link-color : $gray-800; +$link-color-hover : darken($link-color, 15%); +$link-decoration : none; +$link-decoration-hover : underline; + $forms-color : $gray-800; // component: quotes @@ -115,11 +110,13 @@ $quote-color : $gray-200; // component: arrows $arrow-color : $black; -// component: checkboxes, radios -$checkbox-color : $gray-800; -$checkbox-size: 2rem; -$checkbox-border-radius: 4px; -$switch-border-radius: 3em; +// component: checkboxes, radios, switches +$checkbox-color : $gray-800; +$checkbox-size : 2rem; +$checkbox-border-radius : 4px; +$switch-color : $gray-800; +$switch-size : 2rem; +$switch-border-radius : 3em; // component: tables $table-border : $gray-500; diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index aaf7d3e..acf1d23 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -22,103 +22,61 @@ html { } body { - font-size: $base-font-size; - @if variable_exists(base-font-size-l) and $base-font-size-l != $base-font-size { - @include respond-to("tiny-up") { - font-size: $base-font-size-l; - } - } + font-size: $font-size-base; background-color: $background-base; color: $color-base; - font-family: $font-stack-common; - line-height: $line-height; - @if variable_exists(line-height-l) and $line-height-l != $line-height { - @include respond-to("tiny-up") { - line-height: $line-height-l; - } - } + font-family: $font-family-base; + line-height: $line-height-base; } /* Links */ a { color: $link-color; + text-decoration: $link-decoration; - // No styling on focus/hover if there's no effect. - @if variable_exists(color-link-hover) and - ( null == index( ($link-color, null, false), $link-color-hover) ) { - &:focus, - &:hover, - &:active { - color: $link-color-hover; - } + &:focus, + &:hover, + &:active { + color: $link-color-hover; + text-decoration: $link-decoration-hover; } } /* Headings */ h1, .h1-like { font-size: $h1-size; - @if variable_exists(h1-size-l) and $h1-size-l != $h1-size { - @include respond-to("tiny-up") { - font-size: $h1-size-l; - } + @if variable_exists(font-family-headings) and $font-family-headings != $font-family-base{ + font-family: $font-family-headings; } - @if variable_exists(font-stack-headings) and $font-stack-headings != $font-stack-common { - font-family: $font-stack-headings; - } - font-weight: bold; + font-weight: $weight-medium; } h2, .h2-like { font-size: $h2-size; - @if variable_exists(h2-size-l) and $h2-size-l != $h2-size { - @include respond-to("tiny-up") { - font-size: $h2-size-l; - } + @if variable_exists(font-family-headings) and $font-family-headings != $font-family-base{ + font-family: $font-family-headings; } - @if variable_exists(font-stack-headings) and $font-stack-headings != $font-stack-common { - font-family: $font-stack-headings; - } - font-weight: bold; + font-weight: $weight-medium; } h3, .h3-like { font-size: $h3-size; - @if variable_exists(h3-size-l) and $h3-size-l != $h3-size { - @include respond-to("tiny-up") { - font-size: $h3-size-l; - } - } - font-weight: bold; + font-weight: $weight-medium; } h4, .h4-like { font-size: $h4-size; - @if variable_exists(h4-size-l) and $h4-size-l != $h4-size { - @include respond-to("tiny-up") { - font-size: $h4-size-l; - } - } - font-weight: bold; + font-weight: $weight-medium; } h5, .h5-like { font-size: $h5-size; - @if variable_exists(h5-size-l) and $h5-size-l != $h5-size { - @include respond-to("tiny-up") { - font-size: $h5-size-l; - } - } - font-weight: bold; + font-weight: $weight-medium; } h6, .h6-like { font-size: $h6-size; - @if variable_exists(h6-size-l) and $h6-size-l != $h6-size { - @include respond-to("tiny-up") { - font-size: $h6-size-l; - } - } - font-weight: bold; + font-weight: $weight-medium; } /* Vertical rythm for blocks */ @@ -138,7 +96,7 @@ details, figure { margin-top: 0.75em; margin-bottom: 0; - line-height: $line-height; + line-height: $line-height-base; } /* Avoid top margins on first content element */ @@ -343,6 +301,6 @@ pre, samp, kbd { white-space: pre-wrap; - font-family: $font-stack-monospace; + font-family: $font-family-monospace; line-height: normal; } diff --git a/sass/components/_alerts.scss b/sass/components/_alerts.scss index 4acbb18..ef70305 100644 --- a/sass/components/_alerts.scss +++ b/sass/components/_alerts.scss @@ -31,11 +31,11 @@ // alert state variants .alert { &--small { - font-size: $base-font-size - 0.4rem; + font-size: $font-size-base - 0.4rem; } &--big { - font-size: $base-font-size + 0.4rem; + font-size: $font-size-base + 0.4rem; } &--block { diff --git a/sass/components/_badges.scss b/sass/components/_badges.scss index e841845..bb1a5b4 100644 --- a/sass/components/_badges.scss +++ b/sass/components/_badges.scss @@ -32,11 +32,11 @@ // badge state variants .badge { &--small { - font-size: $base-font-size - 0.4rem; + font-size: $font-size-base - 0.4rem; } &--big { - font-size: $base-font-size + 0.4rem; + font-size: $font-size-base + 0.4rem; } &.disabled, diff --git a/sass/components/_checkbox.scss b/sass/components/_checkbox.scss index 20d5054..31f911e 100644 --- a/sass/components/_checkbox.scss +++ b/sass/components/_checkbox.scss @@ -42,13 +42,13 @@ // switch styling .switch { - width: $checkbox-size *2; - height: $checkbox-size; - line-height: $checkbox-size; - padding-left: $checkbox-size /3; - padding-right: $checkbox-size /3; + width: $switch-size *2; + height: $switch-size; + line-height: $switch-size; + padding-left: $switch-size /3; + padding-right: $switch-size /3; font-size: 60%; - box-shadow: inset -#{$checkbox-size} 0 0 $checkbox-color, inset 0 0 0 1px $checkbox-color; + box-shadow: inset -#{$switch-size} 0 0 $switch-color, inset 0 0 0 1px $switch-color; transition: box-shadow .15s; &::before, &::after { font-weight: bold; @@ -59,7 +59,7 @@ float: right; } &:checked { - box-shadow: inset #{$checkbox-size} 0 0 $color-success, inset 0 0 0 1px $color-success; + box-shadow: inset #{$switch-size} 0 0 $color-success, inset 0 0 0 1px $color-success; &::before { content: "✓"; float: left; diff --git a/sass/components/_tags.scss b/sass/components/_tags.scss index 8f358f8..6bfc65f 100644 --- a/sass/components/_tags.scss +++ b/sass/components/_tags.scss @@ -28,11 +28,11 @@ // tag state variants .tag { &--small { - font-size: $base-font-size - 0.4rem; + font-size: $font-size-base - 0.4rem; } &--big { - font-size: $base-font-size + 0.4rem; + font-size: $font-size-base + 0.4rem; } &--block { From 7a2cca515b0601729dd1c1ce18273c08176d0771 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Wed, 18 Oct 2017 08:24:39 +0200 Subject: [PATCH 116/138] Bootstrap reboot --- changelog.md | 2 +- sass/_config/_variables.scss | 32 +-- sass/_library/_base.scss | 1 + sass/_vendor/_normalize.css | 447 ----------------------------------- sass/_vendor/_reboot.css | 335 ++++++++++++++++++++++++++ sass/knacss.scss | 4 +- 6 files changed, 355 insertions(+), 466 deletions(-) delete mode 100644 sass/_vendor/_normalize.css create mode 100644 sass/_vendor/_reboot.css diff --git a/changelog.md b/changelog.md index 4aedb9f..e80e6e1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ # changelog v7.0.0beta (août - ? 2017) - modifications, mises à jour : - architecture globale revisitée (vendor, config, library, components) - - normalize.css v7.0.0 + - remplacement de normalize.css par Bootstrap reboot.css - déplacement des variables de gouttières de grillade.scss vers variables.scss - déplacement des variables de breakpoints de breakpoints.scss vers variables.scss - regroupement des styles des tableaux diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index e7fa049..bf557bd 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -10,13 +10,13 @@ $large : 992px !default; $extra-large : 1200px !default; // font sizes -$font-size-base : 1.6rem; // ex. 1.6rem would be "16px" equivalent -$h1-size : 3.2rem; // equiv "32px" -$h2-size : 2.8rem; // equiv "28px" -$h3-size : 2.4rem; // equiv "24px" -$h4-size : 2.0rem; // equiv "20px" -$h5-size : 1.8rem; // equiv "18px" -$h6-size : 1.6rem; // equiv "16px" +$font-size-base : 1.6rem !default; // 1.6rem value is "16px" equivalent +$h1-size : 3.2rem !default; +$h2-size : 2.8rem !default; +$h3-size : 2.4rem !default; +$h4-size : 2.0rem !default; +$h5-size : 1.8rem !default; +$h6-size : 1.6rem !default; // font families $font-family-base : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; // system font stack @@ -24,19 +24,19 @@ $font-family-headings : sans-serif; // font for h1, h2.. h6 $font-family-monospace : consolas, courier, monospace; // font for code and samples // line heights -$line-height-s : 1.3; -$line-height-base : 1.5; -$line-height-l : 1.7; +$line-height-s : 1.3 !default; +$line-height-base : 1.5 !default; +$line-height-l : 1.7 !default; // font weights -$weight-light : 200; -$weight-book : 300; -$weight-regular : 400; // default -$weight-medium : 500; -$weight-bold : 700; +$weight-light : 200 !default; +$weight-book : 300 !default; +$weight-regular : 400 !default; +$weight-medium : 500 !default; +$weight-bold : 700 !default; // grid gutters (for .has-gutter-* classes) -$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ); +$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ) !default; // global border-radius $border-radius: 0 !default; diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index acf1d23..ab31fcd 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -22,6 +22,7 @@ html { } body { + margin: 0; font-size: $font-size-base; background-color: $background-base; color: $color-base; diff --git a/sass/_vendor/_normalize.css b/sass/_vendor/_normalize.css deleted file mode 100644 index fa4e73d..0000000 --- a/sass/_vendor/_normalize.css +++ /dev/null @@ -1,447 +0,0 @@ -/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ - -/* Document - ========================================================================== */ - -/** - * 1. Correct the line height in all browsers. - * 2. Prevent adjustments of font size after orientation changes in - * IE on Windows Phone and in iOS. - */ - -html { - line-height: 1.15; /* 1 */ - -ms-text-size-adjust: 100%; /* 2 */ - -webkit-text-size-adjust: 100%; /* 2 */ -} - -/* Sections - ========================================================================== */ - -/** - * Remove the margin in all browsers (opinionated). - */ - -body { - margin: 0; -} - -/** - * Add the correct display in IE 9-. - */ - -article, -aside, -footer, -header, -nav, -section { - display: block; -} - -/** - * Correct the font size and margin on `h1` elements within `section` and - * `article` contexts in Chrome, Firefox, and Safari. - */ - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -/* Grouping content - ========================================================================== */ - -/** - * Add the correct display in IE 9-. - * 1. Add the correct display in IE. - */ - -figcaption, -figure, -main { /* 1 */ - display: block; -} - -/** - * Add the correct margin in IE 8. - */ - -figure { - margin: 1em 40px; -} - -/** - * 1. Add the correct box sizing in Firefox. - * 2. Show the overflow in Edge and IE. - */ - -hr { - box-sizing: content-box; /* 1 */ - height: 0; /* 1 */ - overflow: visible; /* 2 */ -} - -/** - * 1. Correct the inheritance and scaling of font size in all browsers. - * 2. Correct the odd `em` font sizing in all browsers. - */ - -pre { - font-family: monospace, monospace; /* 1 */ - font-size: 1em; /* 2 */ -} - -/* Text-level semantics - ========================================================================== */ - -/** - * 1. Remove the gray background on active links in IE 10. - * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. - */ - -a { - background-color: transparent; /* 1 */ - -webkit-text-decoration-skip: objects; /* 2 */ -} - -/** - * 1. Remove the bottom border in Chrome 57- and Firefox 39-. - * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. - */ - -abbr[title] { - border-bottom: none; /* 1 */ - text-decoration: underline; /* 2 */ - text-decoration: underline dotted; /* 2 */ -} - -/** - * Prevent the duplicate application of `bolder` by the next rule in Safari 6. - */ - -b, -strong { - font-weight: inherit; -} - -/** - * Add the correct font weight in Chrome, Edge, and Safari. - */ - -b, -strong { - font-weight: bolder; -} - -/** - * 1. Correct the inheritance and scaling of font size in all browsers. - * 2. Correct the odd `em` font sizing in all browsers. - */ - -code, -kbd, -samp { - font-family: monospace, monospace; /* 1 */ - font-size: 1em; /* 2 */ -} - -/** - * Add the correct font style in Android 4.3-. - */ - -dfn { - font-style: italic; -} - -/** - * Add the correct background and color in IE 9-. - */ - -mark { - background-color: #ff0; - color: #000; -} - -/** - * Add the correct font size in all browsers. - */ - -small { - font-size: 80%; -} - -/** - * Prevent `sub` and `sup` elements from affecting the line height in - * all browsers. - */ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -/* Embedded content - ========================================================================== */ - -/** - * Add the correct display in IE 9-. - */ - -audio, -video { - display: inline-block; -} - -/** - * Add the correct display in iOS 4-7. - */ - -audio:not([controls]) { - display: none; - height: 0; -} - -/** - * Remove the border on images inside links in IE 10-. - */ - -img { - border-style: none; -} - -/** - * Hide the overflow in IE. - */ - -svg:not(:root) { - overflow: hidden; -} - -/* Forms - ========================================================================== */ - -/** - * 1. Change the font styles in all browsers (opinionated). - * 2. Remove the margin in Firefox and Safari. - */ - -button, -input, -optgroup, -select, -textarea { - font-family: sans-serif; /* 1 */ - font-size: 100%; /* 1 */ - line-height: 1.15; /* 1 */ - margin: 0; /* 2 */ -} - -/** - * Show the overflow in IE. - * 1. Show the overflow in Edge. - */ - -button, -input { /* 1 */ - overflow: visible; -} - -/** - * Remove the inheritance of text transform in Edge, Firefox, and IE. - * 1. Remove the inheritance of text transform in Firefox. - */ - -button, -select { /* 1 */ - text-transform: none; -} - -/** - * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` - * controls in Android 4. - * 2. Correct the inability to style clickable types in iOS and Safari. - */ - -button, -html [type="button"], /* 1 */ -[type="reset"], -[type="submit"] { - -webkit-appearance: button; /* 2 */ -} - -/** - * Remove the inner border and padding in Firefox. - */ - -button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { - border-style: none; - padding: 0; -} - -/** - * Restore the focus styles unset by the previous rule. - */ - -button:-moz-focusring, -[type="button"]:-moz-focusring, -[type="reset"]:-moz-focusring, -[type="submit"]:-moz-focusring { - outline: 1px dotted ButtonText; -} - -/** - * Correct the padding in Firefox. - */ - -fieldset { - padding: 0.35em 0.75em 0.625em; -} - -/** - * 1. Correct the text wrapping in Edge and IE. - * 2. Correct the color inheritance from `fieldset` elements in IE. - * 3. Remove the padding so developers are not caught out when they zero out - * `fieldset` elements in all browsers. - */ - -legend { - box-sizing: border-box; /* 1 */ - color: inherit; /* 2 */ - display: table; /* 1 */ - max-width: 100%; /* 1 */ - padding: 0; /* 3 */ - white-space: normal; /* 1 */ -} - -/** - * 1. Add the correct display in IE 9-. - * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. - */ - -progress { - display: inline-block; /* 1 */ - vertical-align: baseline; /* 2 */ -} - -/** - * Remove the default vertical scrollbar in IE. - */ - -textarea { - overflow: auto; -} - -/** - * 1. Add the correct box sizing in IE 10-. - * 2. Remove the padding in IE 10-. - */ - -[type="checkbox"], -[type="radio"] { - box-sizing: border-box; /* 1 */ - padding: 0; /* 2 */ -} - -/** - * Correct the cursor style of increment and decrement buttons in Chrome. - */ - -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -/** - * 1. Correct the odd appearance in Chrome and Safari. - * 2. Correct the outline style in Safari. - */ - -[type="search"] { - -webkit-appearance: textfield; /* 1 */ - outline-offset: -2px; /* 2 */ -} - -/** - * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. - */ - -[type="search"]::-webkit-search-cancel-button, -[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * 1. Correct the inability to style clickable types in iOS and Safari. - * 2. Change font properties to `inherit` in Safari. - */ - -::-webkit-file-upload-button { - -webkit-appearance: button; /* 1 */ - font: inherit; /* 2 */ -} - -/* Interactive - ========================================================================== */ - -/* - * Add the correct display in IE 9-. - * 1. Add the correct display in Edge, IE, and Firefox. - */ - -details, /* 1 */ -menu { - display: block; -} - -/* - * Add the correct display in all browsers. - */ - -summary { - display: list-item; -} - -/* Scripting - ========================================================================== */ - -/** - * Add the correct display in IE 9-. - */ - -canvas { - display: inline-block; -} - -/** - * Add the correct display in IE. - */ - -template { - display: none; -} - -/* Hidden - ========================================================================== */ - -/** - * Add the correct display in IE 10-. - */ - -[hidden] { - display: none; -} diff --git a/sass/_vendor/_reboot.css b/sass/_vendor/_reboot.css new file mode 100644 index 0000000..de6379c --- /dev/null +++ b/sass/_vendor/_reboot.css @@ -0,0 +1,335 @@ +*, +*::before, +*::after { + box-sizing: border-box; +} + +html { + font-family: sans-serif; + line-height: 1.15; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -ms-overflow-style: scrollbar; + -webkit-tap-highlight-color: transparent; +} + +@-ms-viewport { + width: device-width; +} + +article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { + display: block; +} + +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: left; + background-color: #fff; +} + +[tabindex="-1"]:focus { + outline: none !important; +} + +hr { + box-sizing: content-box; + height: 0; + overflow: visible; +} + +h1, h2, h3, h4, h5, h6 { + margin-top: 0; + margin-bottom: 0.5rem; +} + +p { + margin-top: 0; + margin-bottom: 1rem; +} + +abbr[title], +abbr[data-original-title] { + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; +} + +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +dt { + font-weight: 700; +} + +dd { + margin-bottom: .5rem; + margin-left: 0; +} + +blockquote { + margin: 0 0 1rem; +} + +dfn { + font-style: italic; +} + +b, +strong { + font-weight: bolder; +} + +small { + font-size: 80%; +} + +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -.25em; +} + +sup { + top: -.5em; +} + +a { + color: #007bff; + text-decoration: none; + background-color: transparent; + -webkit-text-decoration-skip: objects; +} + +a:hover { + color: #0056b3; + text-decoration: underline; +} + +a:not([href]):not([tabindex]) { + color: inherit; + text-decoration: none; +} + +a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { + color: inherit; + text-decoration: none; +} + +a:not([href]):not([tabindex]):focus { + outline: 0; +} + +pre, +code, +kbd, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + +pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; + -ms-overflow-style: scrollbar; +} + +figure { + margin: 0 0 1rem; +} + +img { + vertical-align: middle; + border-style: none; +} + +svg:not(:root) { + overflow: hidden; +} + +a, +area, +button, +[role="button"], +input:not([type="range"]), +label, +select, +summary, +textarea { + -ms-touch-action: manipulation; + touch-action: manipulation; +} + +table { + border-collapse: collapse; +} + +caption { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #868e96; + text-align: left; + caption-side: bottom; +} + +th { + text-align: inherit; +} + +label { + display: inline-block; + margin-bottom: .5rem; +} + +button { + border-radius: 0; +} + +button:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; +} + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +button, +input { + overflow: visible; +} + +button, +select { + text-transform: none; +} + +button, +html [type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + padding: 0; + border-style: none; +} + +input[type="radio"], +input[type="checkbox"] { + box-sizing: border-box; + padding: 0; +} + +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="month"] { + -webkit-appearance: listbox; +} + +textarea { + overflow: auto; + resize: vertical; +} + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} + +legend { + display: block; + width: 100%; + max-width: 100%; + padding: 0; + margin-bottom: .5rem; + font-size: 1.5rem; + line-height: inherit; + color: inherit; + white-space: normal; +} + +progress { + vertical-align: baseline; +} + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +[type="search"] { + outline-offset: -2px; + -webkit-appearance: none; +} + +[type="search"]::-webkit-search-cancel-button, +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} + +output { + display: inline-block; +} + +summary { + display: list-item; +} + +template { + display: none; +} + +[hidden] { + display: none !important; +} +/*# sourceMappingURL=bootstrap-reboot.css.map */ diff --git a/sass/knacss.scss b/sass/knacss.scss index b30a2b6..96b7405 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -8,7 +8,7 @@ /* ----------------------------- */ /* -1- Normalize (basic reset) +1- Reboot (basic reset) 2- Libraries : - Base - Print @@ -32,7 +32,7 @@ - Grillade (Grid System) */ -@import "_vendor/_normalize"; // normalize (basic reset) +@import "_vendor/_reboot.css"; // Bootstrap reboot (basic reset) // WARNING : you should comment the following @import (variables) // and move variables file from knacss folder to your own project folder! From 86c5ab4d22b67f4e66c3cf28226ac909419207cc Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Wed, 18 Oct 2017 08:26:01 +0200 Subject: [PATCH 117/138] build --- css/knacss-unminified.css | 514 +++++++++++++++----------------------- css/knacss.css | 2 +- sass/knacss.scss | 2 +- 3 files changed, 209 insertions(+), 309 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index e5fa66a..4788ca4 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -7,7 +7,7 @@ /* ==Table Of Content */ /* ----------------------------- */ /* -1- Normalize (basic reset) +1- Reboot (basic reset) 2- Libraries : - Base - Print @@ -30,444 +30,343 @@ - Alerts - Grillade (Grid System) */ -/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ -/* Document - ========================================================================== */ -/** - * 1. Correct the line height in all browsers. - * 2. Prevent adjustments of font size after orientation changes in - * IE on Windows Phone and in iOS. - */ -html { - line-height: 1.15; - /* 1 */ - -ms-text-size-adjust: 100%; - /* 2 */ - -webkit-text-size-adjust: 100%; - /* 2 */ +*, +*::before, +*::after { + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +html { + font-family: sans-serif; + line-height: 1.15; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -ms-overflow-style: scrollbar; + -webkit-tap-highlight-color: transparent; +} + +@-ms-viewport { + width: device-width; +} + +article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { + display: block; } -/* Sections - ========================================================================== */ -/** - * Remove the margin in all browsers (opinionated). - */ body { margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: left; + background-color: #fff; } -/** - * Add the correct display in IE 9-. - */ -article, -aside, -footer, -header, -nav, -section { - display: block; +[tabindex="-1"]:focus { + outline: none !important; } -/** - * Correct the font size and margin on `h1` elements within `section` and - * `article` contexts in Chrome, Firefox, and Safari. - */ -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -/* Grouping content - ========================================================================== */ -/** - * Add the correct display in IE 9-. - * 1. Add the correct display in IE. - */ -figcaption, -figure, -main { - /* 1 */ - display: block; -} - -/** - * Add the correct margin in IE 8. - */ -figure { - margin: 1em 40px; -} - -/** - * 1. Add the correct box sizing in Firefox. - * 2. Show the overflow in Edge and IE. - */ hr { -webkit-box-sizing: content-box; box-sizing: content-box; - /* 1 */ height: 0; - /* 1 */ overflow: visible; - /* 2 */ } -/** - * 1. Correct the inheritance and scaling of font size in all browsers. - * 2. Correct the odd `em` font sizing in all browsers. - */ -pre { - font-family: monospace, monospace; - /* 1 */ - font-size: 1em; - /* 2 */ +h1, h2, h3, h4, h5, h6 { + margin-top: 0; + margin-bottom: 0.5rem; } -/* Text-level semantics - ========================================================================== */ -/** - * 1. Remove the gray background on active links in IE 10. - * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. - */ -a { - background-color: transparent; - /* 1 */ - -webkit-text-decoration-skip: objects; - /* 2 */ +p { + margin-top: 0; + margin-bottom: 1rem; } -/** - * 1. Remove the bottom border in Chrome 57- and Firefox 39-. - * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. - */ -abbr[title] { - border-bottom: none; - /* 1 */ +abbr[title], +abbr[data-original-title] { text-decoration: underline; - /* 2 */ -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - /* 2 */ + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; } -/** - * Prevent the duplicate application of `bolder` by the next rule in Safari 6. - */ -b, -strong { - font-weight: inherit; +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +dt { + font-weight: 700; +} + +dd { + margin-bottom: .5rem; + margin-left: 0; +} + +blockquote { + margin: 0 0 1rem; +} + +dfn { + font-style: italic; } -/** - * Add the correct font weight in Chrome, Edge, and Safari. - */ b, strong { font-weight: bolder; } -/** - * 1. Correct the inheritance and scaling of font size in all browsers. - * 2. Correct the odd `em` font sizing in all browsers. - */ -code, -kbd, -samp { - font-family: monospace, monospace; - /* 1 */ - font-size: 1em; - /* 2 */ -} - -/** - * Add the correct font style in Android 4.3-. - */ -dfn { - font-style: italic; -} - -/** - * Add the correct background and color in IE 9-. - */ -mark { - background-color: #ff0; - color: #000; -} - -/** - * Add the correct font size in all browsers. - */ small { font-size: 80%; } -/** - * Prevent `sub` and `sup` elements from affecting the line height in - * all browsers. - */ sub, sup { + position: relative; font-size: 75%; line-height: 0; - position: relative; vertical-align: baseline; } sub { - bottom: -0.25em; + bottom: -.25em; } sup { - top: -0.5em; + top: -.5em; } -/* Embedded content - ========================================================================== */ -/** - * Add the correct display in IE 9-. - */ -audio, -video { - display: inline-block; +a { + color: #007bff; + text-decoration: none; + background-color: transparent; + -webkit-text-decoration-skip: objects; } -/** - * Add the correct display in iOS 4-7. - */ -audio:not([controls]) { - display: none; - height: 0; +a:hover { + color: #0056b3; + text-decoration: underline; +} + +a:not([href]):not([tabindex]) { + color: inherit; + text-decoration: none; +} + +a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { + color: inherit; + text-decoration: none; +} + +a:not([href]):not([tabindex]):focus { + outline: 0; +} + +pre, +code, +kbd, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + +pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; + -ms-overflow-style: scrollbar; +} + +figure { + margin: 0 0 1rem; } -/** - * Remove the border on images inside links in IE 10-. - */ img { + vertical-align: middle; border-style: none; } -/** - * Hide the overflow in IE. - */ svg:not(:root) { overflow: hidden; } -/* Forms - ========================================================================== */ -/** - * 1. Change the font styles in all browsers (opinionated). - * 2. Remove the margin in Firefox and Safari. - */ +a, +area, button, -input, -optgroup, +[role="button"], +input:not([type="range"]), +label, select, +summary, textarea { - font-family: sans-serif; - /* 1 */ - font-size: 100%; - /* 1 */ - line-height: 1.15; - /* 1 */ - margin: 0; - /* 2 */ + -ms-touch-action: manipulation; + touch-action: manipulation; +} + +table { + border-collapse: collapse; +} + +caption { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #868e96; + text-align: left; + caption-side: bottom; +} + +th { + text-align: inherit; +} + +label { + display: inline-block; + margin-bottom: .5rem; +} + +button { + border-radius: 0; +} + +button:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; +} + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; } -/** - * Show the overflow in IE. - * 1. Show the overflow in Edge. - */ button, input { - /* 1 */ overflow: visible; } -/** - * Remove the inheritance of text transform in Edge, Firefox, and IE. - * 1. Remove the inheritance of text transform in Firefox. - */ button, select { - /* 1 */ text-transform: none; } -/** - * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` - * controls in Android 4. - * 2. Correct the inability to style clickable types in iOS and Safari. - */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; - /* 2 */ } -/** - * Remove the inner border and padding in Firefox. - */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { - border-style: none; padding: 0; + border-style: none; } -/** - * Restore the focus styles unset by the previous rule. - */ -button:-moz-focusring, -[type="button"]:-moz-focusring, -[type="reset"]:-moz-focusring, -[type="submit"]:-moz-focusring { - outline: 1px dotted ButtonText; -} - -/** - * Correct the padding in Firefox. - */ -fieldset { - padding: 0.35em 0.75em 0.625em; -} - -/** - * 1. Correct the text wrapping in Edge and IE. - * 2. Correct the color inheritance from `fieldset` elements in IE. - * 3. Remove the padding so developers are not caught out when they zero out - * `fieldset` elements in all browsers. - */ -legend { +input[type="radio"], +input[type="checkbox"] { -webkit-box-sizing: border-box; box-sizing: border-box; - /* 1 */ - color: inherit; - /* 2 */ - display: table; - /* 1 */ - max-width: 100%; - /* 1 */ padding: 0; - /* 3 */ - white-space: normal; - /* 1 */ } -/** - * 1. Add the correct display in IE 9-. - * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. - */ -progress { - display: inline-block; - /* 1 */ - vertical-align: baseline; - /* 2 */ +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="month"] { + -webkit-appearance: listbox; } -/** - * Remove the default vertical scrollbar in IE. - */ textarea { overflow: auto; + resize: vertical; } -/** - * 1. Add the correct box sizing in IE 10-. - * 2. Remove the padding in IE 10-. - */ -[type="checkbox"], -[type="radio"] { - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* 1 */ +fieldset { + min-width: 0; padding: 0; - /* 2 */ + margin: 0; + border: 0; +} + +legend { + display: block; + width: 100%; + max-width: 100%; + padding: 0; + margin-bottom: .5rem; + font-size: 1.5rem; + line-height: inherit; + color: inherit; + white-space: normal; +} + +progress { + vertical-align: baseline; } -/** - * Correct the cursor style of increment and decrement buttons in Chrome. - */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } -/** - * 1. Correct the odd appearance in Chrome and Safari. - * 2. Correct the outline style in Safari. - */ [type="search"] { - -webkit-appearance: textfield; - /* 1 */ outline-offset: -2px; - /* 2 */ + -webkit-appearance: none; } -/** - * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. - */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } -/** - * 1. Correct the inability to style clickable types in iOS and Safari. - * 2. Change font properties to `inherit` in Safari. - */ ::-webkit-file-upload-button { - -webkit-appearance: button; - /* 1 */ font: inherit; - /* 2 */ + -webkit-appearance: button; } -/* Interactive - ========================================================================== */ -/* - * Add the correct display in IE 9-. - * 1. Add the correct display in Edge, IE, and Firefox. - */ -details, -menu { - display: block; +output { + display: inline-block; } -/* - * Add the correct display in all browsers. - */ summary { display: list-item; } -/* Scripting - ========================================================================== */ -/** - * Add the correct display in IE 9-. - */ -canvas { - display: inline-block; -} - -/** - * Add the correct display in IE. - */ template { display: none; } -/* Hidden - ========================================================================== */ -/** - * Add the correct display in IE 10-. - */ [hidden] { - display: none; + display: none !important; } - /* ----------------------------- */ /* ==Base (basic styles) */ /* ----------------------------- */ @@ -492,6 +391,7 @@ html { } body { + margin: 0; font-size: 1.6rem; background-color: #fff; color: #212529; diff --git a/css/knacss.css b/css/knacss.css index 50fe79d..5bdfe17 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */code,kbd,pre,samp{font-size:1em}button,hr,input{overflow:visible}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}legend,pre code{color:inherit;padding:0}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333;text-decoration:none}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}body{margin:0;font-size:1.6rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:500}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:3.2rem}.h2-like,h2{font-size:2.8rem}.h3-like,h3{font-size:2.4rem;font-weight:500}.h4-like,h4{font-size:2rem;font-weight:500}.h5-like,h5{font-size:1.8rem;font-weight:500}.h6-like,h6{font-size:1.6rem;font-weight:500}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.5}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;border-radius:0}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],[type=submit],[type=number],[type=search],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.66667rem;padding-right:.66667rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"✓";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/blockquote,figure{margin:0 0 1rem}body,caption{text-align:left}button,hr,input{overflow:visible}pre,textarea{overflow:auto}dd,h1,h2,h3,h4,h5,h6,legend{margin-bottom:.5rem}address,legend{line-height:inherit}*,fieldset{min-width:0}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}article,aside,dialog,figcaption,figure,footer,header,hgroup,hr,legend,main,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus,html{-webkit-tap-highlight-color:transparent}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar}@-ms-viewport{width:device-width}body{font-weight:400}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box}h1,h2,h3,h4,h5,h6{margin-top:0}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-left:0}blockquote{position:relative;padding-left:3em;min-height:2em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333;text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-size:1em}pre{-ms-overflow-style:scrollbar;-moz-tab-size:2;-o-tab-size:2;tab-size:2}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;caption-side:bottom}th{text-align:inherit}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[type=submit],[type=reset],button,html [type=button]{-webkit-appearance:button}[type=submit]::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}fieldset{margin:0}legend{width:100%;font-size:1.5rem;color:inherit;white-space:normal}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;font-size:1.6rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:500}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:3.2rem}.h2-like,h2{font-size:2.8rem}.h3-like,h3{font-size:2.4rem;font-weight:500}.h4-like,h4{font-size:2rem;font-weight:500}.h5-like,h5{font-size:1.8rem;font-weight:500}.h6-like,h6{font-size:1.6rem;font-weight:500}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.5}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;color:inherit;border-radius:0}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=submit],[type=date],[type=time],[type=datetime-local],[type=month],[type=number],[type=search],[type=color],[type=email],[type=password],[type=tel],[type=text],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.66667rem;padding-right:.66667rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"✓";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/knacss.scss b/sass/knacss.scss index 96b7405..f6ed9fb 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -32,7 +32,7 @@ - Grillade (Grid System) */ -@import "_vendor/_reboot.css"; // Bootstrap reboot (basic reset) +@import "_vendor/_reboot"; // Bootstrap reboot (basic reset) // WARNING : you should comment the following @import (variables) // and move variables file from knacss folder to your own project folder! From 41fdb8ce1c4cd0f8159d11d401306c8a52dede02 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Wed, 18 Oct 2017 08:40:26 +0200 Subject: [PATCH 118/138] vertical rythm --- css/knacss-unminified.css | 62 +++++++++++++----------------------- css/knacss.css | 2 +- sass/_config/_variables.scss | 5 +++ sass/_library/_base.scss | 59 +++++++++++----------------------- 4 files changed, 47 insertions(+), 81 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 4788ca4..36977d7 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -443,55 +443,37 @@ h6, .h6-like { font-weight: 500; } -/* Vertical rythm for blocks */ -p, -.p-like, -ul, -ol, -dl, -blockquote, -pre, -td, -th, -label, -textarea, -caption, -details, -figure { - margin-top: 0.75em; - margin-bottom: 0; - line-height: 1.5; +/* Vertical rythm */ +h1, +h2, +h3, +h4, +h5, +h6, +dd { + margin-top: 0; + margin-bottom: 0.5rem; } -/* Avoid top margins on first content element */ -p:first-child, -.p-like:first-child, -ul:first-child, -ol:first-child, -dl:first-child, -blockquote:first-child, -label:first-child, -pre:first-child, -h1:first-child, -.h1-like:first-child, -h2:first-child, -.h2-like:first-child, -h3:first-child, -.h3-like:first-child, -h4:first-child, -.h4-like:first-child, -h5:first-child, -.h5-like:first-child, -h6:first-child, -.h6-like:first-child { +p, +address, +ol, +ul, +dl, +li, +blockquote, +pre { margin-top: 0; + margin-bottom: 1rem; } /* Avoid margins on nested elements */ li p, li .p-like, li ul, -li ol { +li ol, +ol ol, +ul ul { margin-top: 0; margin-bottom: 0; } diff --git a/css/knacss.css b/css/knacss.css index 5bdfe17..6f58a1e 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/blockquote,figure{margin:0 0 1rem}body,caption{text-align:left}button,hr,input{overflow:visible}pre,textarea{overflow:auto}dd,h1,h2,h3,h4,h5,h6,legend{margin-bottom:.5rem}address,legend{line-height:inherit}*,fieldset{min-width:0}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}article,aside,dialog,figcaption,figure,footer,header,hgroup,hr,legend,main,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus,html{-webkit-tap-highlight-color:transparent}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar}@-ms-viewport{width:device-width}body{font-weight:400}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box}h1,h2,h3,h4,h5,h6{margin-top:0}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-left:0}blockquote{position:relative;padding-left:3em;min-height:2em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333;text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-size:1em}pre{-ms-overflow-style:scrollbar;-moz-tab-size:2;-o-tab-size:2;tab-size:2}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;caption-side:bottom}th{text-align:inherit}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[type=submit],[type=reset],button,html [type=button]{-webkit-appearance:button}[type=submit]::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}fieldset{margin:0}legend{width:100%;font-size:1.5rem;color:inherit;white-space:normal}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;font-size:1.6rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:500}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:3.2rem}.h2-like,h2{font-size:2.8rem}.h3-like,h3{font-size:2.4rem;font-weight:500}.h4-like,h4{font-size:2rem;font-weight:500}.h5-like,h5{font-size:1.8rem;font-weight:500}.h6-like,h6{font-size:1.6rem;font-weight:500}.p-like,blockquote,caption,details,dl,figure,label,ol,p,pre,td,textarea,th,ul{margin-top:.75em;margin-bottom:0;line-height:1.5}.h1-like:first-child,.h2-like:first-child,.h3-like:first-child,.h4-like:first-child,.h5-like:first-child,.h6-like:first-child,.p-like:first-child,blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,label:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}li .p-like,li ol,li p,li ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;color:inherit;border-radius:0}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=submit],[type=date],[type=time],[type=datetime-local],[type=month],[type=number],[type=search],[type=color],[type=email],[type=password],[type=tel],[type=text],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.66667rem;padding-right:.66667rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"✓";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/blockquote,figure{margin:0 0 1rem}body,caption{text-align:left}button,hr,input{overflow:visible}pre,textarea{overflow:auto}address,legend{line-height:inherit}*,fieldset{min-width:0}label,legend{margin-bottom:.5rem}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}article,aside,dialog,figcaption,figure,footer,header,hgroup,hr,legend,main,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus,html{-webkit-tap-highlight-color:transparent}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar}@-ms-viewport{width:device-width}body{font-weight:400}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-left:0}blockquote{position:relative;padding-left:3em;min-height:2em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333;text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-size:1em}pre{-ms-overflow-style:scrollbar;-moz-tab-size:2;-o-tab-size:2;tab-size:2}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;caption-side:bottom}th{text-align:inherit}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[type=submit],[type=reset],button,html [type=button]{-webkit-appearance:button}[type=submit]::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}fieldset{margin:0}legend{width:100%;font-size:1.5rem;color:inherit;white-space:normal}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;font-size:1.6rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:500}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:3.2rem}.h2-like,h2{font-size:2.8rem}.h3-like,h3{font-size:2.4rem;font-weight:500}.h4-like,h4{font-size:2rem;font-weight:500}.h5-like,h5{font-size:1.8rem;font-weight:500}.h6-like,h6{font-size:1.6rem;font-weight:500}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;color:inherit;border-radius:0}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=submit],[type=date],[type=time],[type=datetime-local],[type=month],[type=number],[type=search],[type=color],[type=email],[type=password],[type=tel],[type=text],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.66667rem;padding-right:.66667rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"✓";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index bf557bd..e46c6ea 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -28,6 +28,11 @@ $line-height-s : 1.3 !default; $line-height-base : 1.5 !default; $line-height-l : 1.7 !default; +// default margin-bottom +$margin-bottom-base : 1rem !default; +$headings-margin-bottom : $margin-bottom-base /2 !default; +$paragraph-margin-bottom: $margin-bottom-base !default; + // font weights $weight-light : 200 !default; $weight-book : 300 !default; diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index ab31fcd..bb4a163 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -80,62 +80,41 @@ h6, .h6-like { font-weight: $weight-medium; } -/* Vertical rythm for blocks */ -p, -.p-like, -ul, -ol, -dl, -blockquote, -pre, -td, -th, -label, -textarea, -caption, -details, -figure { - margin-top: 0.75em; - margin-bottom: 0; - line-height: $line-height-base; +/* Vertical rythm */ +h1, +h2, +h3, +h4, +h5, +h6, +dd { + margin-top: 0; + margin-bottom: $headings-margin-bottom; } -/* Avoid top margins on first content element */ p, -.p-like, -ul, +address, ol, +ul, dl, +li, blockquote, -label, -pre, -h1, -.h1-like, -h2, -.h2-like, -h3, -.h3-like, -h4, -.h4-like, -h5, -.h5-like, -h6, -.h6-like { - &:first-child { - margin-top: 0; - } +pre { + margin-top: 0; + margin-bottom: $paragraph-margin-bottom; } /* Avoid margins on nested elements */ li p, li .p-like, li ul, -li ol { +li ol, +ol ol, +ul ul { margin-top: 0; margin-bottom: 0; } - /* Alternate font-sizing */ .smaller { font-size: 0.6em; From 8f2d7c8ebabb4753902faf63fd81d418e6b1a70e Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 20 Oct 2017 12:37:15 +0200 Subject: [PATCH 119/138] margin fix on switches --- css/knacss-unminified.css | 4 ++-- css/knacss.css | 2 +- sass/components/_checkbox.scss | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 36977d7..7609703 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2159,8 +2159,6 @@ button:focus { width: 4rem; height: 2rem; line-height: 2rem; - padding-left: 0.66667rem; - padding-right: 0.66667rem; font-size: 60%; -webkit-box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333; box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333; @@ -2178,6 +2176,7 @@ button:focus { .switch::before { content: "✕"; float: right; + margin-right: 0.66667rem; } .switch:checked { @@ -2188,6 +2187,7 @@ button:focus { .switch:checked::before { content: "✓"; float: left; + margin-left: 0.66667rem; } .checkbox { diff --git a/css/knacss.css b/css/knacss.css index 6f58a1e..af2e9ec 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/blockquote,figure{margin:0 0 1rem}body,caption{text-align:left}button,hr,input{overflow:visible}pre,textarea{overflow:auto}address,legend{line-height:inherit}*,fieldset{min-width:0}label,legend{margin-bottom:.5rem}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}article,aside,dialog,figcaption,figure,footer,header,hgroup,hr,legend,main,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus,html{-webkit-tap-highlight-color:transparent}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar}@-ms-viewport{width:device-width}body{font-weight:400}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-left:0}blockquote{position:relative;padding-left:3em;min-height:2em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333;text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-size:1em}pre{-ms-overflow-style:scrollbar;-moz-tab-size:2;-o-tab-size:2;tab-size:2}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;caption-side:bottom}th{text-align:inherit}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[type=submit],[type=reset],button,html [type=button]{-webkit-appearance:button}[type=submit]::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}fieldset{margin:0}legend{width:100%;font-size:1.5rem;color:inherit;white-space:normal}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;font-size:1.6rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:500}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:3.2rem}.h2-like,h2{font-size:2.8rem}.h3-like,h3{font-size:2.4rem;font-weight:500}.h4-like,h4{font-size:2rem;font-weight:500}.h5-like,h5{font-size:1.8rem;font-weight:500}.h6-like,h6{font-size:1.6rem;font-weight:500}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;color:inherit;border-radius:0}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=submit],[type=date],[type=time],[type=datetime-local],[type=month],[type=number],[type=search],[type=color],[type=email],[type=password],[type=tel],[type=text],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;padding-left:.66667rem;padding-right:.66667rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"✓";float:left}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/blockquote,figure{margin:0 0 1rem}body,caption{text-align:left}button,hr,input{overflow:visible}pre,textarea{overflow:auto}address,legend{line-height:inherit}*,fieldset{min-width:0}label,legend{margin-bottom:.5rem}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}article,aside,dialog,figcaption,figure,footer,header,hgroup,hr,legend,main,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus,html{-webkit-tap-highlight-color:transparent}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar}@-ms-viewport{width:device-width}body{font-weight:400}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-left:0}blockquote{position:relative;padding-left:3em;min-height:2em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333;text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-size:1em}pre{-ms-overflow-style:scrollbar;-moz-tab-size:2;-o-tab-size:2;tab-size:2}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;caption-side:bottom}th{text-align:inherit}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[type=submit],[type=reset],button,html [type=button]{-webkit-appearance:button}[type=submit]::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}fieldset{margin:0}legend{width:100%;font-size:1.5rem;color:inherit;white-space:normal}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;font-size:1.6rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:500}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:3.2rem}.h2-like,h2{font-size:2.8rem}.h3-like,h3{font-size:2.4rem;font-weight:500}.h4-like,h4{font-size:2rem;font-weight:500}.h5-like,h5{font-size:1.8rem;font-weight:500}.h6-like,h6{font-size:1.6rem;font-weight:500}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;color:inherit;border-radius:0}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=submit],[type=date],[type=time],[type=datetime-local],[type=month],[type=number],[type=search],[type=color],[type=email],[type=password],[type=tel],[type=text],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_checkbox.scss b/sass/components/_checkbox.scss index 31f911e..03a4cae 100644 --- a/sass/components/_checkbox.scss +++ b/sass/components/_checkbox.scss @@ -45,8 +45,6 @@ width: $switch-size *2; height: $switch-size; line-height: $switch-size; - padding-left: $switch-size /3; - padding-right: $switch-size /3; font-size: 60%; box-shadow: inset -#{$switch-size} 0 0 $switch-color, inset 0 0 0 1px $switch-color; transition: box-shadow .15s; @@ -57,12 +55,14 @@ &::before { content: "✕"; float: right; + margin-right: $switch-size /3; } &:checked { box-shadow: inset #{$switch-size} 0 0 $color-success, inset 0 0 0 1px $color-success; &::before { content: "✓"; float: left; + margin-left: $switch-size /3; } } } From 2fe096dc7749166ff59a813eefcfba3526a2ee2c Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 23 Oct 2017 14:55:37 +0200 Subject: [PATCH 120/138] alternate font sizes --- sass/_config/_variables.scss | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index e46c6ea..8f5c7f7 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -9,6 +9,11 @@ $medium : 768px !default; $large : 992px !default; $extra-large : 1200px !default; +// font families +$font-family-base : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; // system font stack +$font-family-headings : sans-serif; // font for h1, h2.. h6 +$font-family-monospace : consolas, courier, monospace; // font for code and samples + // font sizes $font-size-base : 1.6rem !default; // 1.6rem value is "16px" equivalent $h1-size : 3.2rem !default; @@ -18,10 +23,14 @@ $h4-size : 2.0rem !default; $h5-size : 1.8rem !default; $h6-size : 1.6rem !default; -// font families -$font-family-base : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; // system font stack -$font-family-headings : sans-serif; // font for h1, h2.. h6 -$font-family-monospace : consolas, courier, monospace; // font for code and samples +// alternate font sizes +$font-size-s : 1.4rem !default; +$h1-size-s : 2.8rem !default; +$h2-size-s : 2.4rem !default; +$h3-size-s : 2.0rem !default; +$h4-size-s : 1.8rem !default; +$h5-size-s : 1.6rem !default; +$h6-size-s : 1.4rem !default; // line heights $line-height-s : 1.3 !default; From 2a403d0acbda65e01e0baff8af3a4daf7228c828 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 24 Oct 2017 15:07:13 +0200 Subject: [PATCH 121/138] =?UTF-8?q?mise=20=C3=A0=20jour=20de=20gulp-css-mi?= =?UTF-8?q?nify=20et=20suppression=20des=20underscores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/grillade-flex.css | 1 + css/grillade-grid.css | 1 + css/grillade-v6.css | 1 - css/grillade.css | 1 - css/grillade.scss | 95 ---------- css/knacss-unminified.css | 164 +++++------------- css/knacss.css | 2 +- gulpfile.js | 17 +- package.json | 5 +- sass/components/_grillade-flex.scss | 145 ---------------- sass/components/_grillade-grid.scss | 96 ---------- .../components/grillade-flex.scss | 0 .../components/grillade-grid.scss | 1 - sass/knacss.scss | 5 +- 14 files changed, 58 insertions(+), 476 deletions(-) create mode 100644 css/grillade-flex.css create mode 100644 css/grillade-grid.css delete mode 100644 css/grillade-v6.css delete mode 100644 css/grillade.css delete mode 100644 css/grillade.scss delete mode 100644 sass/components/_grillade-flex.scss delete mode 100644 sass/components/_grillade-grid.scss rename css/grillade-v6.scss => sass/components/grillade-flex.scss (100%) rename css/_grillade.scss => sass/components/grillade-grid.scss (99%) diff --git a/css/grillade-flex.css b/css/grillade-flex.css new file mode 100644 index 0000000..873afb4 --- /dev/null +++ b/css/grillade-flex.css @@ -0,0 +1 @@ +@media (min-width:576px){[class*=" grid-"],[class^=grid-]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}[class*=" grid-"]>*,[class^=grid-]>*{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0;min-height:0}}@media (min-width:576px){.grid,.grid--reverse{display:-webkit-box;display:-ms-flexbox;display:flex}.grid--reverse>*,.grid>*{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0;min-height:0}.grid--reverse.has-gutter>*+*,.grid.has-gutter>*+*{margin-left:calc(1rem - .01px)}.grid--reverse.has-gutter-l>*+*,.grid.has-gutter-l>*+*{margin-left:calc(2rem - .01px)}.grid--reverse.has-gutter-xl>*+*,.grid.has-gutter-xl>*+*{margin-left:calc(4rem - .01px)}}@media (min-width:576px){[class*=grid-2]>*{width:calc(100% / 2 - .01px)}[class*=grid-2].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-2].has-gutter>*{width:calc(100% / 2 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-2].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-2].has-gutter-l>*{width:calc(100% / 2 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-2].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-2].has-gutter-xl>*{width:calc(100% / 2 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-3]>*{width:calc(100% / 3 - .01px)}[class*=grid-3].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-3].has-gutter>*{width:calc(100% / 3 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-3].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-3].has-gutter-l>*{width:calc(100% / 3 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-3].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-3].has-gutter-xl>*{width:calc(100% / 3 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-4]>*{width:calc(100% / 4 - .01px)}[class*=grid-4].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-4].has-gutter>*{width:calc(100% / 4 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-4].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-4].has-gutter-l>*{width:calc(100% / 4 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-4].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-4].has-gutter-xl>*{width:calc(100% / 4 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-5]>*{width:calc(100% / 5 - .01px)}[class*=grid-5].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-5].has-gutter>*{width:calc(100% / 5 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-5].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-5].has-gutter-l>*{width:calc(100% / 5 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-5].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-5].has-gutter-xl>*{width:calc(100% / 5 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-6]>*{width:calc(100% / 6 - .01px)}[class*=grid-6].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-6].has-gutter>*{width:calc(100% / 6 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-6].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-6].has-gutter-l>*{width:calc(100% / 6 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-6].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-6].has-gutter-xl>*{width:calc(100% / 6 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-7]>*{width:calc(100% / 7 - .01px)}[class*=grid-7].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-7].has-gutter>*{width:calc(100% / 7 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-7].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-7].has-gutter-l>*{width:calc(100% / 7 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-7].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-7].has-gutter-xl>*{width:calc(100% / 7 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-8]>*{width:calc(100% / 8 - .01px)}[class*=grid-8].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-8].has-gutter>*{width:calc(100% / 8 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-8].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-8].has-gutter-l>*{width:calc(100% / 8 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-8].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-8].has-gutter-xl>*{width:calc(100% / 8 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-9]>*{width:calc(100% / 9 - .01px)}[class*=grid-9].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-9].has-gutter>*{width:calc(100% / 9 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-9].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-9].has-gutter-l>*{width:calc(100% / 9 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-9].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-9].has-gutter-xl>*{width:calc(100% / 9 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-10]>*{width:calc(100% / 10 - .01px)}[class*=grid-10].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-10].has-gutter>*{width:calc(100% / 10 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-10].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-10].has-gutter-l>*{width:calc(100% / 10 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-10].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-10].has-gutter-xl>*{width:calc(100% / 10 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-11]>*{width:calc(100% / 11 - .01px)}[class*=grid-11].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-11].has-gutter>*{width:calc(100% / 11 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-11].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-11].has-gutter-l>*{width:calc(100% / 11 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-11].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-11].has-gutter-xl>*{width:calc(100% / 11 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-12]>*{width:calc(100% / 12 - .01px)}[class*=grid-12].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-12].has-gutter>*{width:calc(100% / 12 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-12].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-12].has-gutter-l>*{width:calc(100% / 12 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-12].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-12].has-gutter-xl>*{width:calc(100% / 12 - 4rem - .01px);margin-right:2rem;margin-left:2rem}}.push{margin-left:auto!important}.pull{margin-right:auto!important}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}[class*=grid-][class*="--reverse"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (min-width:576px){.full{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 1 - .01px)}.has-gutter>.full{width:calc(100% / 1 - 1rem - .01px)}.has-gutter-l>.full{width:calc(100% / 1 - 2rem - .01px)}.has-gutter-xl>.full{width:calc(100% / 1 - 4rem - .01px)}.one-half{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 2 - .01px)}.has-gutter>.one-half{width:calc(100% / 2 - 1rem - .01px)}.has-gutter-l>.one-half{width:calc(100% / 2 - 2rem - .01px)}.has-gutter-xl>.one-half{width:calc(100% / 2 - 4rem - .01px)}.one-third{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 - .01px)}.has-gutter>.one-third{width:calc(100% / 3 - 1rem - .01px)}.has-gutter-l>.one-third{width:calc(100% / 3 - 2rem - .01px)}.has-gutter-xl>.one-third{width:calc(100% / 3 - 4rem - .01px)}.one-quarter{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 4 - .01px)}.has-gutter>.one-quarter{width:calc(100% / 4 - 1rem - .01px)}.has-gutter-l>.one-quarter{width:calc(100% / 4 - 2rem - .01px)}.has-gutter-xl>.one-quarter{width:calc(100% / 4 - 4rem - .01px)}.one-fifth{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 5 - .01px)}.has-gutter>.one-fifth{width:calc(100% / 5 - 1rem - .01px)}.has-gutter-l>.one-fifth{width:calc(100% / 5 - 2rem - .01px)}.has-gutter-xl>.one-fifth{width:calc(100% / 5 - 4rem - .01px)}.one-sixth{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 6 - .01px)}.has-gutter>.one-sixth{width:calc(100% / 6 - 1rem - .01px)}.has-gutter-l>.one-sixth{width:calc(100% / 6 - 2rem - .01px)}.has-gutter-xl>.one-sixth{width:calc(100% / 6 - 4rem - .01px)}.two-thirds{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 * 2 - .01px)}.has-gutter>.two-thirds{width:calc(100% / 3 * 2 - 1rem - .01px)}.has-gutter-l>.two-thirds{width:calc(100% / 3 * 2 - 2rem - .01px)}.has-gutter-xl>.two-thirds{width:calc(100% / 3 * 2 - 4rem - .01px)}.three-quarters{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 4 * 3 - .01px)}.has-gutter>.three-quarters{width:calc(100% / 4 * 3 - 1rem - .01px)}.has-gutter-l>.three-quarters{width:calc(100% / 4 * 3 - 2rem - .01px)}.has-gutter-xl>.three-quarters{width:calc(100% / 4 * 3 - 4rem - .01px)}.five-sixths{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 6 * 5 - .01px)}.has-gutter>.five-sixths{width:calc(100% / 6 * 5 - 1rem - .01px)}.has-gutter-l>.five-sixths{width:calc(100% / 6 * 5 - 2rem - .01px)}.has-gutter-xl>.five-sixths{width:calc(100% / 6 * 5 - 4rem - .01px)}}@media (min-width:576px) and (max-width:767px){[class*="-small-1"]>*{width:calc(100% / 1 - .01px)}[class*="-small-1"].has-gutter>*{width:calc(100% / 1 - 1rem - .01px)}[class*="-small-1"].has-gutter-l>*{width:calc(100% / 1 - 2rem - .01px)}[class*="-small-1"].has-gutter-xl>*{width:calc(100% / 1 - 4rem - .01px)}[class*="-small-2"]>*{width:calc(100% / 2 - .01px)}[class*="-small-2"].has-gutter>*{width:calc(100% / 2 - 1rem - .01px)}[class*="-small-2"].has-gutter-l>*{width:calc(100% / 2 - 2rem - .01px)}[class*="-small-2"].has-gutter-xl>*{width:calc(100% / 2 - 4rem - .01px)}[class*="-small-3"]>*{width:calc(100% / 3 - .01px)}[class*="-small-3"].has-gutter>*{width:calc(100% / 3 - 1rem - .01px)}[class*="-small-3"].has-gutter-l>*{width:calc(100% / 3 - 2rem - .01px)}[class*="-small-3"].has-gutter-xl>*{width:calc(100% / 3 - 4rem - .01px)}[class*="-small-4"]>*{width:calc(100% / 4 - .01px)}[class*="-small-4"].has-gutter>*{width:calc(100% / 4 - 1rem - .01px)}[class*="-small-4"].has-gutter-l>*{width:calc(100% / 4 - 2rem - .01px)}[class*="-small-4"].has-gutter-xl>*{width:calc(100% / 4 - 4rem - .01px)}} \ No newline at end of file diff --git a/css/grillade-grid.css b/css/grillade-grid.css new file mode 100644 index 0000000..e3c9580 --- /dev/null +++ b/css/grillade-grid.css @@ -0,0 +1 @@ +@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/css/grillade-v6.css b/css/grillade-v6.css deleted file mode 100644 index a433e5d..0000000 --- a/css/grillade-v6.css +++ /dev/null @@ -1 +0,0 @@ -@media (min-width:576px){[class*=" grid-"],[class^=grid-]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}[class*=" grid-"]>*,[class^=grid-]>*{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0;min-height:0}.grid,.grid--reverse{display:-webkit-box;display:-ms-flexbox;display:flex}.grid--reverse>*,.grid>*{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0;min-height:0}.grid--reverse.has-gutter>*+*,.grid.has-gutter>*+*{margin-left:calc(1rem - .01px)}.grid--reverse.has-gutter-l>*+*,.grid.has-gutter-l>*+*{margin-left:calc(2rem - .01px)}.grid--reverse.has-gutter-xl>*+*,.grid.has-gutter-xl>*+*{margin-left:calc(4rem - .01px)}[class*=grid-2]>*{width:calc(100% / 2 - .01px)}[class*=grid-2].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-2].has-gutter>*{width:calc(100% / 2 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-2].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-2].has-gutter-l>*{width:calc(100% / 2 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-2].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-2].has-gutter-xl>*{width:calc(100% / 2 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-3]>*{width:calc(100% / 3 - .01px)}[class*=grid-3].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-3].has-gutter>*{width:calc(100% / 3 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-3].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-3].has-gutter-l>*{width:calc(100% / 3 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-3].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-3].has-gutter-xl>*{width:calc(100% / 3 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-4]>*{width:calc(100% / 4 - .01px)}[class*=grid-4].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-4].has-gutter>*{width:calc(100% / 4 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-4].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-4].has-gutter-l>*{width:calc(100% / 4 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-4].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-4].has-gutter-xl>*{width:calc(100% / 4 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-5]>*{width:calc(100% / 5 - .01px)}[class*=grid-5].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-5].has-gutter>*{width:calc(100% / 5 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-5].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-5].has-gutter-l>*{width:calc(100% / 5 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-5].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-5].has-gutter-xl>*{width:calc(100% / 5 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-6]>*{width:calc(100% / 6 - .01px)}[class*=grid-6].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-6].has-gutter>*{width:calc(100% / 6 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-6].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-6].has-gutter-l>*{width:calc(100% / 6 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-6].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-6].has-gutter-xl>*{width:calc(100% / 6 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-7]>*{width:calc(100% / 7 - .01px)}[class*=grid-7].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-7].has-gutter>*{width:calc(100% / 7 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-7].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-7].has-gutter-l>*{width:calc(100% / 7 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-7].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-7].has-gutter-xl>*{width:calc(100% / 7 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-8]>*{width:calc(100% / 8 - .01px)}[class*=grid-8].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-8].has-gutter>*{width:calc(100% / 8 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-8].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-8].has-gutter-l>*{width:calc(100% / 8 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-8].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-8].has-gutter-xl>*{width:calc(100% / 8 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-9]>*{width:calc(100% / 9 - .01px)}[class*=grid-9].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-9].has-gutter>*{width:calc(100% / 9 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-9].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-9].has-gutter-l>*{width:calc(100% / 9 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-9].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-9].has-gutter-xl>*{width:calc(100% / 9 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-10]>*{width:calc(100% / 10 - .01px)}[class*=grid-10].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-10].has-gutter>*{width:calc(100% / 10 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-10].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-10].has-gutter-l>*{width:calc(100% / 10 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-10].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-10].has-gutter-xl>*{width:calc(100% / 10 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-11]>*{width:calc(100% / 11 - .01px)}[class*=grid-11].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-11].has-gutter>*{width:calc(100% / 11 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-11].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-11].has-gutter-l>*{width:calc(100% / 11 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-11].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-11].has-gutter-xl>*{width:calc(100% / 11 - 4rem - .01px);margin-right:2rem;margin-left:2rem}[class*=grid-12]>*{width:calc(100% / 12 - .01px)}[class*=grid-12].has-gutter{margin-right:-.5rem;margin-left:-.5rem}[class*=grid-12].has-gutter>*{width:calc(100% / 12 - 1rem - .01px);margin-right:.5rem;margin-left:.5rem}[class*=grid-12].has-gutter-l{margin-right:-1rem;margin-left:-1rem}[class*=grid-12].has-gutter-l>*{width:calc(100% / 12 - 2rem - .01px);margin-right:1rem;margin-left:1rem}[class*=grid-12].has-gutter-xl{margin-right:-2rem;margin-left:-2rem}[class*=grid-12].has-gutter-xl>*{width:calc(100% / 12 - 4rem - .01px);margin-right:2rem;margin-left:2rem}}.push{margin-left:auto!important}.pull{margin-right:auto!important}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}[class*=grid-][class*="--reverse"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (min-width:576px){.full,.one-half{-webkit-box-flex:0}.full{-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 1 - .01px)}.has-gutter>.full{width:calc(100% / 1 - 1rem - .01px)}.has-gutter-l>.full{width:calc(100% / 1 - 2rem - .01px)}.has-gutter-xl>.full{width:calc(100% / 1 - 4rem - .01px)}.one-half{-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 2 - .01px)}.has-gutter>.one-half{width:calc(100% / 2 - 1rem - .01px)}.has-gutter-l>.one-half{width:calc(100% / 2 - 2rem - .01px)}.has-gutter-xl>.one-half{width:calc(100% / 2 - 4rem - .01px)}.one-third{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 - .01px)}.has-gutter>.one-third{width:calc(100% / 3 - 1rem - .01px)}.has-gutter-l>.one-third{width:calc(100% / 3 - 2rem - .01px)}.has-gutter-xl>.one-third{width:calc(100% / 3 - 4rem - .01px)}.one-quarter{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 4 - .01px)}.has-gutter>.one-quarter{width:calc(100% / 4 - 1rem - .01px)}.has-gutter-l>.one-quarter{width:calc(100% / 4 - 2rem - .01px)}.has-gutter-xl>.one-quarter{width:calc(100% / 4 - 4rem - .01px)}.one-fifth{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 5 - .01px)}.has-gutter>.one-fifth{width:calc(100% / 5 - 1rem - .01px)}.has-gutter-l>.one-fifth{width:calc(100% / 5 - 2rem - .01px)}.has-gutter-xl>.one-fifth{width:calc(100% / 5 - 4rem - .01px)}.one-sixth{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 6 - .01px)}.has-gutter>.one-sixth{width:calc(100% / 6 - 1rem - .01px)}.has-gutter-l>.one-sixth{width:calc(100% / 6 - 2rem - .01px)}.has-gutter-xl>.one-sixth{width:calc(100% / 6 - 4rem - .01px)}.two-thirds{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 * 2 - .01px)}.has-gutter>.two-thirds{width:calc(100% / 3 * 2 - 1rem - .01px)}.has-gutter-l>.two-thirds{width:calc(100% / 3 * 2 - 2rem - .01px)}.has-gutter-xl>.two-thirds{width:calc(100% / 3 * 2 - 4rem - .01px)}.three-quarters{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 4 * 3 - .01px)}.has-gutter>.three-quarters{width:calc(100% / 4 * 3 - 1rem - .01px)}.has-gutter-l>.three-quarters{width:calc(100% / 4 * 3 - 2rem - .01px)}.has-gutter-xl>.three-quarters{width:calc(100% / 4 * 3 - 4rem - .01px)}.five-sixths{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 6 * 5 - .01px)}.has-gutter>.five-sixths{width:calc(100% / 6 * 5 - 1rem - .01px)}.has-gutter-l>.five-sixths{width:calc(100% / 6 * 5 - 2rem - .01px)}.has-gutter-xl>.five-sixths{width:calc(100% / 6 * 5 - 4rem - .01px)}}@media (min-width:576px) and (max-width:767px){[class*="-small-1"]>*{width:calc(100% / 1 - .01px)}[class*="-small-1"].has-gutter>*{width:calc(100% / 1 - 1rem - .01px)}[class*="-small-1"].has-gutter-l>*{width:calc(100% / 1 - 2rem - .01px)}[class*="-small-1"].has-gutter-xl>*{width:calc(100% / 1 - 4rem - .01px)}[class*="-small-2"]>*{width:calc(100% / 2 - .01px)}[class*="-small-2"].has-gutter>*{width:calc(100% / 2 - 1rem - .01px)}[class*="-small-2"].has-gutter-l>*{width:calc(100% / 2 - 2rem - .01px)}[class*="-small-2"].has-gutter-xl>*{width:calc(100% / 2 - 4rem - .01px)}[class*="-small-3"]>*{width:calc(100% / 3 - .01px)}[class*="-small-3"].has-gutter>*{width:calc(100% / 3 - 1rem - .01px)}[class*="-small-3"].has-gutter-l>*{width:calc(100% / 3 - 2rem - .01px)}[class*="-small-3"].has-gutter-xl>*{width:calc(100% / 3 - 4rem - .01px)}[class*="-small-4"]>*{width:calc(100% / 4 - .01px)}[class*="-small-4"].has-gutter>*{width:calc(100% / 4 - 1rem - .01px)}[class*="-small-4"].has-gutter-l>*{width:calc(100% / 4 - 2rem - .01px)}[class*="-small-4"].has-gutter-xl>*{width:calc(100% / 4 - 4rem - .01px)}} \ No newline at end of file diff --git a/css/grillade.css b/css/grillade.css deleted file mode 100644 index 3e1c887..0000000 --- a/css/grillade.css +++ /dev/null @@ -1 +0,0 @@ -@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/css/grillade.scss b/css/grillade.scss deleted file mode 100644 index 3ff652d..0000000 --- a/css/grillade.scss +++ /dev/null @@ -1,95 +0,0 @@ -/* --------------------------------------- */ -/* ==Grillade : ultra light Grid System */ -/* --------------------------------------- */ -/* Doc : @TODO */ -// WARNING: THIS IS NOT A COMPLETE GRID FRAMEWORK, just ultra light Grid System -// if you need complex Grid : -// 1- use vanilla CSS Grid Layout spec (perfect for you) -// 2- use Bootstrap (good luck) - -@if (not variable_exists(tiny)) or (not variable_exists(small)) or (not variable_exists(medium)) - { - $tiny: 480px !global; - $small: 576px !global; - $medium: 768px !global; -} - -[class*=" grid-"], -[class^="grid-"] { - @media (min-width: $tiny) { - display: grid; - grid-auto-flow: dense; - - // gutters - @if variable_exists(grid-gutters) { - $gutter: $grid-gutters !global; - } - @else { - $gutter: ( '': 1rem, '-l': 2rem, '-xl': 4rem ) !global; - } - @each $affix, $size in $gutter { - &.has-gutter#{$affix} { - grid-gap: $size; - } - } - } -} - -// grid constructor (.grid-2 to .grid-12) -@for $i from 1 through 12 { - [class*="grid-#{$i}"] { - grid-template-columns: repeat(#{$i}, 1fr); - } -} - -// grid items constructor (.col-1 to .col-12, .row-1 to .row-12) -@for $i from 1 through 12 { - [class*="col-#{$i}"] { - grid-column: auto / span #{$i}; - } - - [class*="row-#{$i}"] { - grid-row: auto / span #{$i}; - } -} - -/* intermediate breakpoint */ -// -small-X suffix means "X columns when < small screen" -// example : .grid-4-small-2 will be 1 column (< tiny) then 2 columns (< small) then 4 columns -@media (min-width: $tiny) and (max-width: ($medium - 1)) { - @for $i from 1 through 4{ - [class*="grid-"][class*="-small-#{$i}"] { - grid-template-columns: repeat(#{$i}, 1fr); - } - - [class*="col-"][class*="-small-#{$i}"] { - grid-column: auto / span #{$i}; - } - } - [class*="-small-all"] { - grid-column: 1 / -1; - } -} - -// grid order -.item-first { - order: -1; -} - -.item-last { - order: 1; -} - -// grid offset -.grid-offset { - visibility: hidden; -} - -// spanning all collumns or rows -.col-all { - grid-column: 1 / -1; -} - -.row-all { - grid-row: 1 / -1; -} diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 7609703..75e251b 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -1619,7 +1619,6 @@ ul.is-unstyled, ul.unstyled { } .media-figure--center { -ms-flex-item-align: center; - -ms-grid-row-align: center; align-self: center; } .media--reverse { @@ -1637,7 +1636,6 @@ ul.is-unstyled, ul.unstyled { /* see https://codepen.io/raphaelgoetter/pen/zzwxEE */ @media (min-width: 480px) { .autogrid { - display: -ms-grid; display: grid; grid-auto-flow: column; grid-auto-column: 1fr; @@ -2561,11 +2559,9 @@ button:focus { /* --------------------------------------- */ /* ==Grillade : ultra light Grid System */ /* --------------------------------------- */ -/* Doc : @TODO */ @media (min-width: 480px) { [class*=" grid-"], [class^="grid-"] { - display: -ms-grid; display: grid; grid-auto-flow: dense; } @@ -2584,246 +2580,174 @@ button:focus { } [class*="grid-1"] { - -ms-grid-columns: (1fr)[1]; - grid-template-columns: repeat(1, 1fr); + grid-template-columns: repeat(1, 1fr); } [class*="grid-2"] { - -ms-grid-columns: (1fr)[2]; - grid-template-columns: repeat(2, 1fr); + grid-template-columns: repeat(2, 1fr); } [class*="grid-3"] { - -ms-grid-columns: (1fr)[3]; - grid-template-columns: repeat(3, 1fr); + grid-template-columns: repeat(3, 1fr); } [class*="grid-4"] { - -ms-grid-columns: (1fr)[4]; - grid-template-columns: repeat(4, 1fr); + grid-template-columns: repeat(4, 1fr); } [class*="grid-5"] { - -ms-grid-columns: (1fr)[5]; - grid-template-columns: repeat(5, 1fr); + grid-template-columns: repeat(5, 1fr); } [class*="grid-6"] { - -ms-grid-columns: (1fr)[6]; - grid-template-columns: repeat(6, 1fr); + grid-template-columns: repeat(6, 1fr); } [class*="grid-7"] { - -ms-grid-columns: (1fr)[7]; - grid-template-columns: repeat(7, 1fr); + grid-template-columns: repeat(7, 1fr); } [class*="grid-8"] { - -ms-grid-columns: (1fr)[8]; - grid-template-columns: repeat(8, 1fr); + grid-template-columns: repeat(8, 1fr); } [class*="grid-9"] { - -ms-grid-columns: (1fr)[9]; - grid-template-columns: repeat(9, 1fr); + grid-template-columns: repeat(9, 1fr); } [class*="grid-10"] { - -ms-grid-columns: (1fr)[10]; - grid-template-columns: repeat(10, 1fr); + grid-template-columns: repeat(10, 1fr); } [class*="grid-11"] { - -ms-grid-columns: (1fr)[11]; - grid-template-columns: repeat(11, 1fr); + grid-template-columns: repeat(11, 1fr); } [class*="grid-12"] { - -ms-grid-columns: (1fr)[12]; - grid-template-columns: repeat(12, 1fr); + grid-template-columns: repeat(12, 1fr); } [class*="col-1"] { - -ms-grid-column-span: 1; - -ms-grid-column: auto; - grid-column: auto/span 1; + grid-column: auto/span 1; } [class*="row-1"] { - -ms-grid-row-span: 1; - -ms-grid-row: auto; - grid-row: auto/span 1; + grid-row: auto/span 1; } [class*="col-2"] { - -ms-grid-column-span: 2; - -ms-grid-column: auto; - grid-column: auto/span 2; + grid-column: auto/span 2; } [class*="row-2"] { - -ms-grid-row-span: 2; - -ms-grid-row: auto; - grid-row: auto/span 2; + grid-row: auto/span 2; } [class*="col-3"] { - -ms-grid-column-span: 3; - -ms-grid-column: auto; - grid-column: auto/span 3; + grid-column: auto/span 3; } [class*="row-3"] { - -ms-grid-row-span: 3; - -ms-grid-row: auto; - grid-row: auto/span 3; + grid-row: auto/span 3; } [class*="col-4"] { - -ms-grid-column-span: 4; - -ms-grid-column: auto; - grid-column: auto/span 4; + grid-column: auto/span 4; } [class*="row-4"] { - -ms-grid-row-span: 4; - -ms-grid-row: auto; - grid-row: auto/span 4; + grid-row: auto/span 4; } [class*="col-5"] { - -ms-grid-column-span: 5; - -ms-grid-column: auto; - grid-column: auto/span 5; + grid-column: auto/span 5; } [class*="row-5"] { - -ms-grid-row-span: 5; - -ms-grid-row: auto; - grid-row: auto/span 5; + grid-row: auto/span 5; } [class*="col-6"] { - -ms-grid-column-span: 6; - -ms-grid-column: auto; - grid-column: auto/span 6; + grid-column: auto/span 6; } [class*="row-6"] { - -ms-grid-row-span: 6; - -ms-grid-row: auto; - grid-row: auto/span 6; + grid-row: auto/span 6; } [class*="col-7"] { - -ms-grid-column-span: 7; - -ms-grid-column: auto; - grid-column: auto/span 7; + grid-column: auto/span 7; } [class*="row-7"] { - -ms-grid-row-span: 7; - -ms-grid-row: auto; - grid-row: auto/span 7; + grid-row: auto/span 7; } [class*="col-8"] { - -ms-grid-column-span: 8; - -ms-grid-column: auto; - grid-column: auto/span 8; + grid-column: auto/span 8; } [class*="row-8"] { - -ms-grid-row-span: 8; - -ms-grid-row: auto; - grid-row: auto/span 8; + grid-row: auto/span 8; } [class*="col-9"] { - -ms-grid-column-span: 9; - -ms-grid-column: auto; - grid-column: auto/span 9; + grid-column: auto/span 9; } [class*="row-9"] { - -ms-grid-row-span: 9; - -ms-grid-row: auto; - grid-row: auto/span 9; + grid-row: auto/span 9; } [class*="col-10"] { - -ms-grid-column-span: 10; - -ms-grid-column: auto; - grid-column: auto/span 10; + grid-column: auto/span 10; } [class*="row-10"] { - -ms-grid-row-span: 10; - -ms-grid-row: auto; - grid-row: auto/span 10; + grid-row: auto/span 10; } [class*="col-11"] { - -ms-grid-column-span: 11; - -ms-grid-column: auto; - grid-column: auto/span 11; + grid-column: auto/span 11; } [class*="row-11"] { - -ms-grid-row-span: 11; - -ms-grid-row: auto; - grid-row: auto/span 11; + grid-row: auto/span 11; } [class*="col-12"] { - -ms-grid-column-span: 12; - -ms-grid-column: auto; - grid-column: auto/span 12; + grid-column: auto/span 12; } [class*="row-12"] { - -ms-grid-row-span: 12; - -ms-grid-row: auto; - grid-row: auto/span 12; + grid-row: auto/span 12; } /* intermediate breakpoints */ @media (min-width: 480px) and (max-width: 767px) { [class*="grid-"][class*="-small-1"] { - -ms-grid-columns: (1fr)[1]; - grid-template-columns: repeat(1, 1fr); + grid-template-columns: repeat(1, 1fr); } [class*="col-"][class*="-small-1"] { - -ms-grid-column-span: 1; - -ms-grid-column: auto; - grid-column: auto/span 1; + grid-column: auto/span 1; } [class*="grid-"][class*="-small-2"] { - -ms-grid-columns: (1fr)[2]; - grid-template-columns: repeat(2, 1fr); + grid-template-columns: repeat(2, 1fr); } [class*="col-"][class*="-small-2"] { - -ms-grid-column-span: 2; - -ms-grid-column: auto; - grid-column: auto/span 2; + grid-column: auto/span 2; } [class*="grid-"][class*="-small-3"] { - -ms-grid-columns: (1fr)[3]; - grid-template-columns: repeat(3, 1fr); + grid-template-columns: repeat(3, 1fr); } [class*="col-"][class*="-small-3"] { - -ms-grid-column-span: 3; - -ms-grid-column: auto; - grid-column: auto/span 3; + grid-column: auto/span 3; } [class*="grid-"][class*="-small-4"] { - -ms-grid-columns: (1fr)[4]; - grid-template-columns: repeat(4, 1fr); + grid-template-columns: repeat(4, 1fr); } [class*="col-"][class*="-small-4"] { - -ms-grid-column-span: 4; - -ms-grid-column: auto; - grid-column: auto/span 4; + grid-column: auto/span 4; } [class*="-small-all"] { grid-column: 1 / -1; diff --git a/css/knacss.css b/css/knacss.css index af2e9ec..5ebd729 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/blockquote,figure{margin:0 0 1rem}body,caption{text-align:left}button,hr,input{overflow:visible}pre,textarea{overflow:auto}address,legend{line-height:inherit}*,fieldset{min-width:0}label,legend{margin-bottom:.5rem}blockquote,code,img,input,legend,pre,svg,table,td,textarea,video{max-width:100%}code,mark{padding:2px 4px}article,aside,dialog,figcaption,figure,footer,header,hgroup,hr,legend,main,nav,section{display:block}hr,legend,pre code{padding:0}.clear,hr{clear:both}.btn:focus,.button:focus,.nav-button,[type=button]:focus,button:focus,html{-webkit-tap-highlight-color:transparent}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar}@-ms-viewport{width:device-width}body{font-weight:400}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-left:0}blockquote{position:relative;padding-left:3em;min-height:2em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:0}sub{bottom:-.25em;top:.5ex}sup{top:-.5em;bottom:1ex}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#333;text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-size:1em}pre{-ms-overflow-style:scrollbar;-moz-tab-size:2;-o-tab-size:2;tab-size:2}img{border-style:none;height:auto;vertical-align:middle}.inbl,.table,table{vertical-align:top}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;caption-side:bottom}th{text-align:inherit}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[type=submit],[type=reset],button,html [type=button]{-webkit-appearance:button}[type=submit]::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}fieldset{margin:0}legend{width:100%;font-size:1.5rem;color:inherit;white-space:normal}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;font-size:calc(1em * .625)}*{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;font-size:1.6rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}.h1-like,.h2-like,h1,h2{font-family:sans-serif;font-weight:500}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:3.2rem}.h2-like,h2{font-size:2.8rem}.h3-like,h3{font-size:2.4rem;font-weight:500}.h4-like,h4{font-size:2rem;font-weight:500}.h5-like,h5{font-size:1.8rem;font-weight:500}.h6-like,h6{font-size:1.6rem;font-weight:500}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}ol,ul{padding-left:2em}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}code{background:rgba(0,0,0,.04);color:#b11}pre code{background:0 0;color:inherit;border-radius:0}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{height:1px;margin:1em 0 2em;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}.center,.right{margin-left:auto}.center,.left{margin-right:auto}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="javascript:"]::after,a[href^="#"]::after{content:""}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.skip-links,.skip-links a{position:absolute}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.col,.mod,.tiny-w100,.tiny-wauto,fieldset{clear:none!important;margin-left:0!important;margin-right:0!important;border:0}.col,.mod,fieldset{display:block!important;float:none!important;width:auto!important}.tiny-inbl,.tiny-no-float{float:none}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-inbl{display:inline-block;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;width:auto!important}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.autogrid{display:-ms-grid;display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links a{overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px dotted #acb3c2;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=submit],[type=date],[type=time],[type=datetime-local],[type=month],[type=number],[type=search],[type=color],[type=email],[type=password],[type=tel],[type=text],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn--primary,.button--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5CB85C;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5BC0DE;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#F0AD4E;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#D9534F;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--ghost,.button--ghost{color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-button,.nav-button>*{padding:0;background-color:transparent}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{outline:0;border:0;cursor:pointer}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox:checked,.radio:checked{background-position:center;background-repeat:no-repeat;background-color:#333}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.alert--disabled,.alert.disabled,.badge--disabled,.badge.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning,.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.checkbox,.radio{width:2rem;height:2rem}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C;box-shadow:inset 2rem 0 0 #5CB85C,inset 0 0 0 1px #5CB85C}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%}.radio{border-radius:50%;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active,.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}.tabs-menu-link.is-active{background:0 0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info,.tag--success{color:#fff;-webkit-box-shadow:none}.tag--success{background-color:#5CB85C;box-shadow:none}.tag--info{background-color:#5BC0DE;box-shadow:none}.tag--danger,.tag--warning{-webkit-box-shadow:none;color:#fff}.tag--warning{background-color:#F0AD4E;box-shadow:none}.tag--danger{background-color:#D9534F;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275D8;color:#fff}.badge--success{background-color:#5CB85C;color:#fff}.badge--info{background-color:#5BC0DE;color:#fff}.badge--warning{background-color:#F0AD4E;color:#fff}.badge--danger{background-color:#D9534F;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275D8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info,.alert--success{color:#fff;-webkit-box-shadow:none}.alert--success{background-color:#5CB85C;box-shadow:none}.alert--info{background-color:#5BC0DE;box-shadow:none}.alert--danger,.alert--warning{-webkit-box-shadow:none;color:#fff}.alert--warning{background-color:#F0AD4E;box-shadow:none}.alert--danger{background-color:#D9534F;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:-ms-grid;display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=grid-2]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=grid-3]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=grid-4]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=grid-5]{-ms-grid-columns:(1fr) [5];grid-template-columns:repeat(5,1fr)}[class*=grid-6]{-ms-grid-columns:(1fr) [6];grid-template-columns:repeat(6,1fr)}[class*=grid-7]{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}[class*=grid-8]{-ms-grid-columns:(1fr) [8];grid-template-columns:repeat(8,1fr)}[class*=grid-9]{-ms-grid-columns:(1fr) [9];grid-template-columns:repeat(9,1fr)}[class*=grid-10]{-ms-grid-columns:(1fr) [10];grid-template-columns:repeat(10,1fr)}[class*=grid-11]{-ms-grid-columns:(1fr) [11];grid-template-columns:repeat(11,1fr)}[class*=grid-12]{-ms-grid-columns:(1fr) [12];grid-template-columns:repeat(12,1fr)}[class*=col-1]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=row-1]{-ms-grid-row-span:1;-ms-grid-row:auto;grid-row:auto/span 1}[class*=col-2]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=row-2]{-ms-grid-row-span:2;-ms-grid-row:auto;grid-row:auto/span 2}[class*=col-3]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=row-3]{-ms-grid-row-span:3;-ms-grid-row:auto;grid-row:auto/span 3}[class*=col-4]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*=row-4]{-ms-grid-row-span:4;-ms-grid-row:auto;grid-row:auto/span 4}[class*=col-5]{-ms-grid-column-span:5;-ms-grid-column:auto;grid-column:auto/span 5}[class*=row-5]{-ms-grid-row-span:5;-ms-grid-row:auto;grid-row:auto/span 5}[class*=col-6]{-ms-grid-column-span:6;-ms-grid-column:auto;grid-column:auto/span 6}[class*=row-6]{-ms-grid-row-span:6;-ms-grid-row:auto;grid-row:auto/span 6}[class*=col-7]{-ms-grid-column-span:7;-ms-grid-column:auto;grid-column:auto/span 7}[class*=row-7]{-ms-grid-row-span:7;-ms-grid-row:auto;grid-row:auto/span 7}[class*=col-8]{-ms-grid-column-span:8;-ms-grid-column:auto;grid-column:auto/span 8}[class*=row-8]{-ms-grid-row-span:8;-ms-grid-row:auto;grid-row:auto/span 8}[class*=col-9]{-ms-grid-column-span:9;-ms-grid-column:auto;grid-column:auto/span 9}[class*=row-9]{-ms-grid-row-span:9;-ms-grid-row:auto;grid-row:auto/span 9}[class*=col-10]{-ms-grid-column-span:10;-ms-grid-column:auto;grid-column:auto/span 10}[class*=row-10]{-ms-grid-row-span:10;-ms-grid-row:auto;grid-row:auto/span 10}[class*=col-11]{-ms-grid-column-span:11;-ms-grid-column:auto;grid-column:auto/span 11}[class*=row-11]{-ms-grid-row-span:11;-ms-grid-row:auto;grid-row:auto/span 11}[class*=col-12]{-ms-grid-column-span:12;-ms-grid-column:auto;grid-column:auto/span 12}[class*=row-12]{-ms-grid-row-span:12;-ms-grid-row:auto;grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{-ms-grid-column-span:1;-ms-grid-column:auto;grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{-ms-grid-column-span:2;-ms-grid-column:auto;grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{-ms-grid-column-span:3;-ms-grid-column:auto;grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{-ms-grid-column-span:4;-ms-grid-column:auto;grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.6rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:3.2rem;font-family:sans-serif;font-weight:500}.h2-like,h2{font-size:2.8rem;font-family:sans-serif;font-weight:500}.h3-like,h3{font-size:2.4rem;font-weight:500}.h4-like,h4{font-size:2rem;font-weight:500}.h5-like,h5{font-size:1.8rem;font-weight:500}.h6-like,h6{font-size:1.6rem;font-weight:500}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index de89165..4287fc1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -5,8 +5,7 @@ var gulp = require('gulp'); var sass = require('gulp-sass'); var concat = require('gulp-concat'); var rename = require('gulp-rename'); -var minifycss = require('gulp-minify-css'); -// var sourcemaps = require('gulp-sourcemaps'); +var minifycss = require('gulp-clean-css'); var autoprefixer = require('gulp-autoprefixer'); @@ -16,28 +15,24 @@ gulp.task('css', function () { .pipe(sass({ outputStyle: 'expanded' // CSS non minifiée plus lisible ('}' à la ligne) })) - .pipe(autoprefixer({ grid: true })) + .pipe(autoprefixer()) .pipe(rename('knacss-unminified.css')) .pipe(gulp.dest('./css/')) .pipe(rename('knacss.css')) - //.pipe(sourcemaps.init()) .pipe(minifycss()) - //.pipe(sourcemaps.write('.', {includeContent: false})) .pipe(gulp.dest('./css/')); }); gulp.task('grillade', function() { - return gulp.src('./sass/components/_grillade.scss') - .pipe(gulp.dest('./css/')) + return gulp.src('./sass/components/grillade-grid.scss') .pipe(sass()) - .pipe(autoprefixer({ grid: true })) + .pipe(autoprefixer()) .pipe(minifycss()) .pipe(gulp.dest('./css/')); }); -gulp.task('grillade-v6', function() { - return gulp.src('./sass/components/_grillade-v6.scss') - .pipe(gulp.dest('./css/')) +gulp.task('grillade-flex', function() { + return gulp.src('./sass/components/grillade-flex.scss') .pipe(sass()) .pipe(autoprefixer()) .pipe(minifycss()) diff --git a/package.json b/package.json index c673ba2..abc5959 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,8 @@ "gulp-rename": "latest", "gulp-sass": "latest", "gulp-concat": "latest", - "gulp-minify-css": "latest", - "gulp-autoprefixer": "latest", - "gulp-sourcemaps": "latest" + "gulp-clean-css": "latest", + "gulp-autoprefixer": "latest" }, "engines": {} } diff --git a/sass/components/_grillade-flex.scss b/sass/components/_grillade-flex.scss deleted file mode 100644 index eb6cadd..0000000 --- a/sass/components/_grillade-flex.scss +++ /dev/null @@ -1,145 +0,0 @@ -/* ---------------------------------- */ -/* ==Grillade v6 */ -/* ---------------------------------- */ -/* IMPORTANT : this is the KNACSS v6 old Grid System based on Flexbox */ -/* You only need it for projects on older browsers (IE11-) */ - -// Responsive breakpoints variables - -// Warning : you should use your own values, regardless of the devices -// Best practise : (max-width: ($BP - 1)) and (min-width: $BP) - -$tiny: 480px !default; // or 'em' if you prefer, of course -$small: 576px !default; -$medium: 768px !default; -$large: 992px !default; -$extra-large: 1200px !default; - -// gutter values for grid layouts. Unit can be: %, px, em, rem -$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ); -// IEfixing, see -// https://github.com/alsacreations/KNACSS/issues/133; -$iefix: 0.01px; -@media (min-width: $small) { - [class*=" grid-"], - [class^="grid-"] { - display: flex; - flex-direction: row; - flex-wrap: wrap; - - & > * { - box-sizing: border-box; - min-width: 0; - min-height: 0; - } - } -} -// Multi-line grid constructor -// example : .grid-perso { @include grid(12, 3rem); } -@mixin grid($grid-number: 1, $own-gutter: 0) { - & > * { - width: calc(100% / #{$grid-number} - #{$iefix}); - } - @each $affix, $size in $grid-gutters { - &.has-gutter#{$affix} { - margin-right: -$size / 2; - margin-left: -$size / 2; - - & > * { - width: calc(100% / #{$grid-number} - #{$size} - #{$iefix}); - margin-right: $size / 2; - margin-left: $size / 2; - } - } - } - @if ($own-gutter != 0) { - margin-right: -$own-gutter / 2; - margin-left: -$own-gutter / 2; - - & > * { - width: calc(100% / #{$grid-number} - #{$own-gutter} - #{$iefix}); - margin-right: $own-gutter / 2; - margin-left: $own-gutter / 2; - } - } -} -// Mono-line grid constructor (.grid) -@media (min-width: $small) { - .grid, - .grid--reverse { - display: flex; - - & > * { - flex: 1 1 0%; - box-sizing: border-box; - min-width: 0; - min-height: 0; - } - @each $affix, $size in $grid-gutters { - &.has-gutter#{$affix} > * + * { - margin-left: calc(#{$size} - #{$iefix}); - } - } - } -} -// Constructing grids : will be compiled in CSS -@media (min-width: $small) { - @for $i from 2 through 12 { - [class*="grid-#{$i}"] { - @include grid(#{$i}, 0); - } - } -} - -// Grid offsets -.push { - margin-left: auto !important; -} - -.pull { - margin-right: auto !important; -} - -// Grid order -.item-first { - order: -1; -} - -.item-last { - order: 1; -} - -[class*="grid-"][class*="--reverse"] { - flex-direction: row-reverse; -} -// sizing individual children -@media (min-width: $small) { - @each $flow, $divider in ("full" "1"), ("one-half" "2"), ("one-third" "3"), ("one-quarter" "4"), ("one-fifth" "5"), ("one-sixth" "6"), ("two-thirds" "3 * 2"), ("three-quarters" "4 * 3"), ("five-sixths" "6 * 5") { - .#{$flow} { - flex: 0 0 auto; - width: calc(100% / #{$divider} - #{$iefix}); - } - @each $affix, $size in $grid-gutters { - .has-gutter#{$affix} > .#{$flow} { - width: calc(100% / #{$divider} - #{$size} - #{$iefix}); - } - } - } -} -/* Responsive Small Breakpoint */ -// -small-X suffix means "X columns on small-medium screen" -// example : .grid-4-small-2 will be 1 column (tiny and down) then 2 columns (until medium) then 4 columns -@media (min-width: $small) and (max-width: ($medium - 1)) { - @for $i from 1 through 4 { - [class*="-small-#{$i}"] { - & > * { - width: calc(100% / #{$i} - #{$iefix}); - } - @each $affix, $size in $grid-gutters { - &.has-gutter#{$affix} > * { - width: calc(100% / #{$i} - #{$size} - #{$iefix}); - } - } - } - } -} diff --git a/sass/components/_grillade-grid.scss b/sass/components/_grillade-grid.scss deleted file mode 100644 index c7203e4..0000000 --- a/sass/components/_grillade-grid.scss +++ /dev/null @@ -1,96 +0,0 @@ -/* --------------------------------------- */ -/* ==Grillade : ultra light Grid System */ -/* --------------------------------------- */ -/* Doc : @TODO */ -// WARNING: THIS IS NOT A COMPLETE GRID FRAMEWORK, just ultra light Grid System -// if you need complex Grid : -// 1- use vanilla CSS Grid Layout spec (perfect for you) -// 2- use Bootstrap (good luck) - -@if (not variable_exists(tiny)) or (not variable_exists(small)) or (not variable_exists(medium)) or (not variable_exists(large)) - { - $tiny: 480px !global; - $small: 576px !global; - $medium: 768px !global; - $large: 992px !global; -} - -[class*=" grid-"], -[class^="grid-"] { - @media (min-width: $tiny) { - display: grid; - grid-auto-flow: dense; - - // gutters - @if variable_exists(grid-gutters) { - $gutter: $grid-gutters !global; - } - @else { - $gutter: ( '': 1rem, '-l': 2rem, '-xl': 4rem ) !global; - } - @each $affix, $size in $gutter { - &.has-gutter#{$affix} { - grid-gap: $size; - } - } - } -} - -// grid constructor (.grid-2 to .grid-12) -@for $i from 1 through 12 { - [class*="grid-#{$i}"] { - grid-template-columns: repeat(#{$i}, 1fr); - } -} - -// grid items constructor (.col-1 to .col-12, .row-1 to .row-12) -@for $i from 1 through 12 { - [class*="col-#{$i}"] { - grid-column: auto / span #{$i}; - } - - [class*="row-#{$i}"] { - grid-row: auto / span #{$i}; - } -} - -/* intermediate breakpoints */ -// -small-X suffix means "X columns when < medium screen" -// example : .grid-4-small-2 will be 1 column (< tiny) then 2 columns (< medium) then 4 columns -@media (min-width: $tiny) and (max-width: ($medium - 1)) { - @for $i from 1 through 4{ - [class*="grid-"][class*="-small-#{$i}"] { - grid-template-columns: repeat(#{$i}, 1fr); - } - - [class*="col-"][class*="-small-#{$i}"] { - grid-column: auto / span #{$i}; - } - } - [class*="-small-all"] { - grid-column: 1 / -1; - } -} - -// grid order -.item-first { - order: -1; -} - -.item-last { - order: 1; -} - -// grid offset -.grid-offset { - visibility: hidden; -} - -// spanning all collumns or rows -.col-all { - grid-column: 1 / -1; -} - -.row-all { - grid-row: 1 / -1; -} diff --git a/css/grillade-v6.scss b/sass/components/grillade-flex.scss similarity index 100% rename from css/grillade-v6.scss rename to sass/components/grillade-flex.scss diff --git a/css/_grillade.scss b/sass/components/grillade-grid.scss similarity index 99% rename from css/_grillade.scss rename to sass/components/grillade-grid.scss index c7203e4..385c922 100644 --- a/css/_grillade.scss +++ b/sass/components/grillade-grid.scss @@ -1,7 +1,6 @@ /* --------------------------------------- */ /* ==Grillade : ultra light Grid System */ /* --------------------------------------- */ -/* Doc : @TODO */ // WARNING: THIS IS NOT A COMPLETE GRID FRAMEWORK, just ultra light Grid System // if you need complex Grid : // 1- use vanilla CSS Grid Layout spec (perfect for you) diff --git a/sass/knacss.scss b/sass/knacss.scss index f6ed9fb..b6cbe95 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -63,8 +63,9 @@ @import "components/_badges.scss"; // badges styles @import "components/_alerts.scss"; // alerts styles -// New Grid System by default (Grid Layout). If you prefer old "Flexbox" Grid System, replace file with "components/_grillade-flex.scss" -@import "components/_grillade-grid.scss"; // grid system with Grid Layout +// New Grid System by default (Grid Layout). If you prefer old "Flexbox" Grid System, replace file with "components/grillade-flex.scss" +// Note that none of these file is prefixed by an underscore, in order to compile them. +@import "components/grillade-grid.scss"; // grid system with Grid Layout From 74265196384512cce719494a452e95d3e366c608 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 24 Oct 2017 16:35:00 +0200 Subject: [PATCH 122/138] vertical alignment for arrows --- css/knacss-unminified.css | 5 ++++- css/knacss.css | 2 +- sass/components/_arrows.scss | 22 +++++++++++++--------- 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 75e251b..f3bc406 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2277,6 +2277,10 @@ button:focus { /* ==Arrows */ /* ----------------------------- */ /* see https://knacss.com/styleguide.html#arrows */ +[class*="icon-arrow-"] { + vertical-align: middle; +} + [class*="icon-arrow-"]::after { content: ""; display: inline-block; @@ -2286,7 +2290,6 @@ button:focus { mask-size: cover; background-color: #000; line-height: 1; - vertical-align: baseline; } .icon-arrow-down::after { diff --git a/css/knacss.css b/css/knacss.css index 5ebd729..57f5ad9 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.6rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:3.2rem;font-family:sans-serif;font-weight:500}.h2-like,h2{font-size:2.8rem;font-family:sans-serif;font-weight:500}.h3-like,h3{font-size:2.4rem;font-weight:500}.h4-like,h4{font-size:2rem;font-weight:500}.h5-like,h5{font-size:1.8rem;font-weight:500}.h6-like,h6{font-size:1.6rem;font-weight:500}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1;vertical-align:baseline}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.6rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:3.2rem;font-family:sans-serif;font-weight:500}.h2-like,h2{font-size:2.8rem;font-family:sans-serif;font-weight:500}.h3-like,h3{font-size:2.4rem;font-weight:500}.h4-like,h4{font-size:2rem;font-weight:500}.h5-like,h5{font-size:1.8rem;font-weight:500}.h6-like,h6{font-size:1.6rem;font-weight:500}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_arrows.scss b/sass/components/_arrows.scss index bdfb4af..715935c 100644 --- a/sass/components/_arrows.scss +++ b/sass/components/_arrows.scss @@ -3,16 +3,20 @@ /* ----------------------------- */ /* see https://knacss.com/styleguide.html#arrows */ -[class*="icon-arrow-"]::after { - content: ""; - display: inline-block; - width: 1em; - height: 1em; - mask-size: cover; - background-color: $arrow-color; - line-height: 1; - vertical-align: baseline; +[class*="icon-arrow-"] { + vertical-align: middle; + + &::after { + content: ""; + display: inline-block; + width: 1em; + height: 1em; + mask-size: cover; + background-color: $arrow-color; + line-height: 1; + } } + .icon-arrow-down::after { mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } From 2862bbff9ca9c5cd419c2ca609931e882318770c Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 30 Oct 2017 15:42:32 +0100 Subject: [PATCH 123/138] mixant de font-size responsive --- changelog.md | 3 +- css/knacss-unminified.css | 64 +++++++++++++++++++++++++++++------- css/knacss.css | 2 +- sass/_config/_mixins.scss | 29 ++++++++++++++++ sass/_config/_variables.scss | 10 ++++-- sass/_library/_base.scss | 14 ++++---- 6 files changed, 99 insertions(+), 23 deletions(-) diff --git a/changelog.md b/changelog.md index e80e6e1..3da5da4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -# changelog v7.0.0beta (août - ? 2017) +# changelog v7.0.0beta (août - novembre 2017) - modifications, mises à jour : - architecture globale revisitée (vendor, config, library, components) - remplacement de normalize.css par Bootstrap reboot.css @@ -23,6 +23,7 @@ - des onglets (tabs) - des flèches courantes (haut, droit, bas, gauche) en SVG data-URI - création d'un mixin de grille + - création d'un mixin de tailles de polices (responsive) - `* {min-width: 0}` pour éviter la valeur `auto` sur les flex-items et grid-items # changelog v6.1.2 (21 juin 2017) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index f3bc406..e84c44a 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -392,13 +392,19 @@ html { body { margin: 0; - font-size: 1.6rem; + font-size: 1.4rem; background-color: #fff; color: #212529; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 1.5; } +@media (min-width: 576px) { + body { + font-size: 1.6rem; + } +} + /* Links */ a { color: #333; @@ -412,37 +418,73 @@ a:focus, a:hover, a:active { /* Headings */ h1, .h1-like { - font-size: 3.2rem; - font-family: sans-serif; - font-weight: 500; -} - -h2, .h2-like { font-size: 2.8rem; font-family: sans-serif; font-weight: 500; } -h3, .h3-like { +@media (min-width: 576px) { + h1, .h1-like { + font-size: 3.2rem; + } +} + +h2, .h2-like { font-size: 2.4rem; + font-family: sans-serif; font-weight: 500; } -h4, .h4-like { +@media (min-width: 576px) { + h2, .h2-like { + font-size: 2.8rem; + } +} + +h3, .h3-like { font-size: 2rem; font-weight: 500; } -h5, .h5-like { +@media (min-width: 576px) { + h3, .h3-like { + font-size: 2.4rem; + } +} + +h4, .h4-like { font-size: 1.8rem; font-weight: 500; } -h6, .h6-like { +@media (min-width: 576px) { + h4, .h4-like { + font-size: 2rem; + } +} + +h5, .h5-like { font-size: 1.6rem; font-weight: 500; } +@media (min-width: 576px) { + h5, .h5-like { + font-size: 1.8rem; + } +} + +h6, .h6-like { + font-size: 1.4rem; + font-weight: 500; +} + +@media (min-width: 576px) { + h6, .h6-like { + font-size: 1.6rem; + } +} + /* Vertical rythm */ h1, h2, diff --git a/css/knacss.css b/css/knacss.css index 57f5ad9..ea2e273 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.6rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:3.2rem;font-family:sans-serif;font-weight:500}.h2-like,h2{font-size:2.8rem;font-family:sans-serif;font-weight:500}.h3-like,h3{font-size:2.4rem;font-weight:500}.h4-like,h4{font-size:2rem;font-weight:500}.h5-like,h5{font-size:1.8rem;font-weight:500}.h6-like,h6{font-size:1.6rem;font-weight:500}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_mixins.scss b/sass/_config/_mixins.scss index 433de3a..85952d7 100644 --- a/sass/_config/_mixins.scss +++ b/sass/_config/_mixins.scss @@ -1,3 +1,32 @@ +// font-size Mixin +// compiles to font-size-s + font-size-base on small-plus devices +// ex. h2 { @include font-size(h2);} +$font-sizes: ( + base-size : $font-size-base, + base-size-s: $font-size-s, + h1-size : $h1-size, + h1-size-s : $h1-size-s, + h2-size : $h2-size, + h2-size-s : $h2-size-s, + h3-size : $h3-size, + h3-size-s : $h3-size-s, + h4-size : $h4-size, + h4-size-s : $h4-size-s, + h5-size : $h5-size, + h5-size-s : $h5-size-s, + h6-size : $h6-size, + h6-size-s : $h6-size-s +) !default; + +@mixin font-size($elem) { + $base-size: #{$elem}-size; + $small-size: #{$elem}-size-s; + font-size: map-get($font-sizes, $small-size); + @include respond-to("small-up") { + font-size: map-get($font-sizes, $base-size); + } +} + // Grid Mixin // arguments are : columns number, gutter, min-breakpoint // ex. .ingrid { @include grid(4, 1rem, 640px); } diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 8f5c7f7..95073e4 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -14,8 +14,8 @@ $font-family-base : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, O $font-family-headings : sans-serif; // font for h1, h2.. h6 $font-family-monospace : consolas, courier, monospace; // font for code and samples -// font sizes -$font-size-base : 1.6rem !default; // 1.6rem value is "16px" equivalent +// font sizes (1.6rem value is "16px" equivalent) +$font-size-base : 1.6rem !default; $h1-size : 3.2rem !default; $h2-size : 2.8rem !default; $h3-size : 2.4rem !default; @@ -50,7 +50,11 @@ $weight-medium : 500 !default; $weight-bold : 700 !default; // grid gutters (for .has-gutter-* classes) -$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ) !default; +$grid-gutters: ( + '': 1rem, + '-l': 2rem, + '-xl': 4rem ) +!default; // global border-radius $border-radius: 0 !default; diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index bb4a163..b66d10e 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -23,7 +23,7 @@ html { body { margin: 0; - font-size: $font-size-base; + @include font-size(base); background-color: $background-base; color: $color-base; font-family: $font-family-base; @@ -45,7 +45,7 @@ a { /* Headings */ h1, .h1-like { - font-size: $h1-size; + @include font-size(h1); @if variable_exists(font-family-headings) and $font-family-headings != $font-family-base{ font-family: $font-family-headings; } @@ -53,7 +53,7 @@ h1, .h1-like { } h2, .h2-like { - font-size: $h2-size; + @include font-size(h2); @if variable_exists(font-family-headings) and $font-family-headings != $font-family-base{ font-family: $font-family-headings; } @@ -61,22 +61,22 @@ h2, .h2-like { } h3, .h3-like { - font-size: $h3-size; + @include font-size(h3); font-weight: $weight-medium; } h4, .h4-like { - font-size: $h4-size; + @include font-size(h4); font-weight: $weight-medium; } h5, .h5-like { - font-size: $h5-size; + @include font-size(h5); font-weight: $weight-medium; } h6, .h6-like { - font-size: $h6-size; + @include font-size(h6); font-weight: $weight-medium; } From e5f46475429d19ee82fc3bca7b4704a0fa6ad5b9 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 30 Oct 2017 18:23:28 +0100 Subject: [PATCH 124/138] maps for font-sizes --- css/knacss-unminified.css | 2 +- css/knacss.css | 2 +- sass/_config/_mixins.scss | 28 +++++----------------- sass/_config/_variables.scss | 46 ++++++++++++++++++++++++------------ 4 files changed, 39 insertions(+), 39 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index e84c44a..51eecf9 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -437,7 +437,7 @@ h2, .h2-like { @media (min-width: 576px) { h2, .h2-like { - font-size: 2.8rem; + font-size: 3.8rem; } } diff --git a/css/knacss.css b/css/knacss.css index ea2e273..564df11 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:3.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_mixins.scss b/sass/_config/_mixins.scss index 85952d7..77bcca3 100644 --- a/sass/_config/_mixins.scss +++ b/sass/_config/_mixins.scss @@ -1,29 +1,13 @@ // font-size Mixin -// compiles to font-size-s + font-size-base on small-plus devices +// compiles to font-size mobile + font-size desktop on small-plus devices // ex. h2 { @include font-size(h2);} -$font-sizes: ( - base-size : $font-size-base, - base-size-s: $font-size-s, - h1-size : $h1-size, - h1-size-s : $h1-size-s, - h2-size : $h2-size, - h2-size-s : $h2-size-s, - h3-size : $h3-size, - h3-size-s : $h3-size-s, - h4-size : $h4-size, - h4-size-s : $h4-size-s, - h5-size : $h5-size, - h5-size-s : $h5-size-s, - h6-size : $h6-size, - h6-size-s : $h6-size-s -) !default; - @mixin font-size($elem) { - $base-size: #{$elem}-size; - $small-size: #{$elem}-size-s; - font-size: map-get($font-sizes, $small-size); + $q: map-get($font-sizes, $elem); + $mob: map-get($q, "mobile"); + $desk: map-get($q, "desktop"); + font-size: $mob; @include respond-to("small-up") { - font-size: map-get($font-sizes, $base-size); + font-size: $desk; } } diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 95073e4..49399f7 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -15,22 +15,38 @@ $font-family-headings : sans-serif; // font for h1, h2.. h6 $font-family-monospace : consolas, courier, monospace; // font for code and samples // font sizes (1.6rem value is "16px" equivalent) -$font-size-base : 1.6rem !default; -$h1-size : 3.2rem !default; -$h2-size : 2.8rem !default; -$h3-size : 2.4rem !default; -$h4-size : 2.0rem !default; -$h5-size : 1.8rem !default; -$h6-size : 1.6rem !default; +$font-size-base : 1.6rem; -// alternate font sizes -$font-size-s : 1.4rem !default; -$h1-size-s : 2.8rem !default; -$h2-size-s : 2.4rem !default; -$h3-size-s : 2.0rem !default; -$h4-size-s : 1.8rem !default; -$h5-size-s : 1.6rem !default; -$h6-size-s : 1.4rem !default; +$font-sizes: ( + base: ( + mobile : 1.4rem, + desktop : $font-size-base + ), + h1: ( + mobile : 2.8rem, + desktop : 3.2rem + ), + h2: ( + mobile : 2.4rem, + desktop : 3.8rem + ), + h3: ( + mobile : 2.0rem, + desktop : 2.4rem + ), + h4: ( + mobile : 1.8rem, + desktop : 2.0rem + ), + h5: ( + mobile : 1.6rem, + desktop : 1.8rem + ), + h6: ( + mobile : 1.4rem, + desktop : 1.6rem + ) +) !default; // line heights $line-height-s : 1.3 !default; From d5bb1077883936787b0f2d02076659657d4a1b24 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 31 Oct 2017 12:01:39 +0100 Subject: [PATCH 125/138] reordering variables --- sass/_config/_variables.scss | 47 +++++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 14 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 49399f7..c9e1b95 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -1,6 +1,9 @@ // Config file and project variables -// breakpoints values +// ---------------- +// breakpoints zone +// ---------------- + // warning: you should use your own values, regardless of the devices // best practise is Mobile First: (min-width: $breakpoint) $tiny : 480px !default; // or 'em' if you prefer, of course @@ -9,13 +12,17 @@ $medium : 768px !default; $large : 992px !default; $extra-large : 1200px !default; +// ---------- +// fonts zone +// ---------- + // font families -$font-family-base : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; // system font stack -$font-family-headings : sans-serif; // font for h1, h2.. h6 -$font-family-monospace : consolas, courier, monospace; // font for code and samples +$font-family-base : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !default; // system font stack +$font-family-headings : sans-serif !default; // font for h1, h2.. h6 +$font-family-monospace : consolas, courier, monospace !default; // font for code and samples // font sizes (1.6rem value is "16px" equivalent) -$font-size-base : 1.6rem; +$font-size-base : 1.6rem !default; $font-sizes: ( base: ( @@ -54,9 +61,9 @@ $line-height-base : 1.5 !default; $line-height-l : 1.7 !default; // default margin-bottom -$margin-bottom-base : 1rem !default; +$margin-bottom-base : 1rem !default; $headings-margin-bottom : $margin-bottom-base /2 !default; -$paragraph-margin-bottom: $margin-bottom-base !default; +$paragraph-margin-bottom: $margin-bottom-base !default; // font weights $weight-light : 200 !default; @@ -65,17 +72,18 @@ $weight-regular : 400 !default; $weight-medium : 500 !default; $weight-bold : 700 !default; +// ------------ +// spacing zone +// ------------ + // grid gutters (for .has-gutter-* classes) $grid-gutters: ( '': 1rem, '-l': 2rem, - '-xl': 4rem ) -!default; + '-xl': 4rem +) !default; -// global border-radius -$border-radius: 0 !default; - -// spacings (choose unit you prefer) +// spacings $tiny-value : .5rem !default; $tiny-plus-value : .7rem !default; $small-value : 1rem !default; @@ -98,6 +106,10 @@ $zindex-modal: 5000 !default; $zindex-notification: 6000 !default; $zindex-debug: 7000 !default; +// ---------- +// color zone +// ---------- + // color names $white : #fff !default; $gray-100 : #f8f9fa !default; @@ -138,6 +150,13 @@ $link-decoration-hover : underline; $forms-color : $gray-800; +// --------------- +// components zone +// --------------- + +// global border-radius +$border-radius: 0 !default; + // component: quotes $quote-color : $gray-200; @@ -171,7 +190,7 @@ $variants-list: ( (danger, $color-danger, $white, none), (inverse, $color-inverse, $white, none), (ghost, $color-ghost, $white, 0 0 0 1px $white inset) -); +) !default; // component: tabs $tabs-border : $gray-200; From fce8bfc3f4a56bbbf3b97d7e557f9cc000f184c3 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 31 Oct 2017 12:33:55 +0100 Subject: [PATCH 126/138] nav button :focus fix --- css/knacss-unminified.css | 4 ++++ css/knacss.css | 2 +- sass/components/_buttons.scss | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 51eecf9..6c0403a 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -2132,6 +2132,10 @@ button:focus { background-color: transparent; } +.nav-button:focus { + outline: 0; +} + .nav-button.is-active > * { background-image: none; -webkit-box-pack: center; diff --git a/css/knacss.css b/css/knacss.css index 564df11..3c22a36 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:3.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:3.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_buttons.scss b/sass/components/_buttons.scss index b5ba20a..6cba8f5 100644 --- a/sass/components/_buttons.scss +++ b/sass/components/_buttons.scss @@ -136,6 +136,10 @@ button { } } + &:focus { + outline: 0; + } + &.is-active { & > * { From 3003f4a62fb3baaf71057c3b0b0298b8dcf3940b Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 31 Oct 2017 12:39:18 +0100 Subject: [PATCH 127/138] li margin-bottom fix --- css/knacss-unminified.css | 1 - css/knacss.css | 2 +- sass/_library/_base.scss | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 6c0403a..7ae1939 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -502,7 +502,6 @@ address, ol, ul, dl, -li, blockquote, pre { margin-top: 0; diff --git a/css/knacss.css b/css/knacss.css index 3c22a36..7efa2af 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:3.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,li,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:3.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index b66d10e..2e5c67c 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -97,7 +97,6 @@ address, ol, ul, dl, -li, blockquote, pre { margin-top: 0; From 21a5996ee3bd35cce21cb9927dd2d4f72981f048 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 2 Nov 2017 16:07:27 +0100 Subject: [PATCH 128/138] renommage des variables d'espacement (`$tiny-value` -> `$spacer-tiny`) --- changelog.md | 1 + sass/_config/_variables.scss | 24 +++++++------- sass/_library/_layout.scss | 6 ++-- sass/_library/_utilities.scss | 60 +++++++++++++++++------------------ sass/components/_alerts.scss | 2 +- sass/components/_badges.scss | 2 +- sass/components/_buttons.scss | 6 ++-- sass/components/_forms.scss | 6 ++-- sass/components/_tables.scss | 6 ++-- sass/components/_tabs.scss | 4 +-- sass/components/_tags.scss | 2 +- 11 files changed, 60 insertions(+), 59 deletions(-) diff --git a/changelog.md b/changelog.md index 3da5da4..e5eaa42 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ - regroupement des styles des tableaux - renommage des variables couleur de projets - renommage des variables de composants + - renommage des variables d'espacement (`$tiny-value` -> `$spacer-tiny`) - automatisation des classes utilitaires via Sass - suppression du namespace "kna-" - refonte : diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index c9e1b95..f665d7a 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -84,18 +84,18 @@ $grid-gutters: ( ) !default; // spacings -$tiny-value : .5rem !default; -$tiny-plus-value : .7rem !default; -$small-value : 1rem !default; -$small-plus-value : 1.5rem !default; -$medium-value : 2rem !default; -$medium-plus-value : 3rem !default; -$large-value : 4rem !default; -$large-plus-value : 6rem !default; -$extra-large-value : 8rem !default; -$extra-large-plus-value : 12rem !default; -$ultra-large-value : 16rem !default; -$ultra-large-plus-value : 20rem !default; +$spacer-tiny : .5rem !default; +$spacer-tiny-plus : .7rem !default; +$spacer-small : 1rem !default; +$spacer-small-plus : 1.5rem !default; +$spacer-medium : 2rem !default; +$spacer-medium-plus : 3rem !default; +$spacer-large : 4rem !default; +$spacer-large-plus : 6rem !default; +$spacer-extra-large : 8rem !default; +$spacer-extra-large-plus : 12rem !default; +$spacer-ultra-large : 16rem !default; +$spacer-ultra-large-plus : 20rem !default; // z-indexes $zindex-navigation: 1000 !default; diff --git a/sass/_library/_layout.scss b/sass/_library/_layout.scss index c3af31f..58ca18b 100644 --- a/sass/_library/_layout.scss +++ b/sass/_library/_layout.scss @@ -56,7 +56,7 @@ } img.fl { - margin-right: $small-value; + margin-right: $spacer-small; } .fr { @@ -64,12 +64,12 @@ img.fl { } img.fr { - margin-left: $small-value; + margin-left: $spacer-small; } img.fl, img.fr { - margin-bottom: $tiny-value; + margin-bottom: $spacer-tiny; } /* inline-block */ diff --git a/sass/_library/_utilities.scss b/sass/_library/_utilities.scss index 50f18cf..50537f7 100644 --- a/sass/_library/_utilities.scss +++ b/sass/_library/_utilities.scss @@ -107,27 +107,27 @@ $i: 1000; } .mas { - margin: $small-value; + margin: $spacer-small; } .mam { - margin: $medium-value; + margin: $spacer-medium; } .mal { - margin: $large-value; + margin: $spacer-large; } .pas { - padding: $small-value; + padding: $spacer-small; } .pam { - padding: $medium-value; + padding: $spacer-medium; } .pal { - padding: $large-value; + padding: $spacer-large; } .mtn, @@ -136,15 +136,15 @@ $i: 1000; } .mts { - margin-top: $small-value; + margin-top: $spacer-small; } .mtm { - margin-top: $medium-value; + margin-top: $spacer-medium; } .mtl { - margin-top: $large-value; + margin-top: $spacer-large; } .mrn, @@ -153,15 +153,15 @@ $i: 1000; } .mrs { - margin-right: $small-value; + margin-right: $spacer-small; } .mrm { - margin-right: $medium-value; + margin-right: $spacer-medium; } .mrl { - margin-right: $large-value; + margin-right: $spacer-large; } .mbn, @@ -170,15 +170,15 @@ $i: 1000; } .mbs { - margin-bottom: $small-value; + margin-bottom: $spacer-small; } .mbm { - margin-bottom: $medium-value; + margin-bottom: $spacer-medium; } .mbl { - margin-bottom: $large-value; + margin-bottom: $spacer-large; } .mln, @@ -187,15 +187,15 @@ $i: 1000; } .mls { - margin-left: $small-value; + margin-left: $spacer-small; } .mlm { - margin-left: $medium-value; + margin-left: $spacer-medium; } .mll { - margin-left: $large-value; + margin-left: $spacer-large; } .mauto { @@ -224,15 +224,15 @@ $i: 1000; } .pts { - padding-top: $small-value; + padding-top: $spacer-small; } .ptm { - padding-top: $medium-value; + padding-top: $spacer-medium; } .ptl { - padding-top: $large-value; + padding-top: $spacer-large; } .prn, @@ -241,15 +241,15 @@ $i: 1000; } .prs { - padding-right: $small-value; + padding-right: $spacer-small; } .prm { - padding-right: $medium-value; + padding-right: $spacer-medium; } .prl { - padding-right: $large-value; + padding-right: $spacer-large; } .pbn, @@ -258,15 +258,15 @@ $i: 1000; } .pbs { - padding-bottom: $small-value; + padding-bottom: $spacer-small; } .pbm { - padding-bottom: $medium-value; + padding-bottom: $spacer-medium; } .pbl { - padding-bottom: $large-value; + padding-bottom: $spacer-large; } .pln, @@ -275,13 +275,13 @@ $i: 1000; } .pls { - padding-left: $small-value; + padding-left: $spacer-small; } .plm { - padding-left: $medium-value; + padding-left: $spacer-medium; } .pll { - padding-left: $large-value; + padding-left: $spacer-large; } diff --git a/sass/components/_alerts.scss b/sass/components/_alerts.scss index ef70305..1628a65 100644 --- a/sass/components/_alerts.scss +++ b/sass/components/_alerts.scss @@ -4,7 +4,7 @@ /* use .alert-- classes for variants */ .alert { - padding: $small-value $small-value; + padding: $spacer-small $spacer-small; margin-top: 0.75em; margin-bottom: 0; color: $color-base; diff --git a/sass/components/_badges.scss b/sass/components/_badges.scss index bb1a5b4..3562d89 100644 --- a/sass/components/_badges.scss +++ b/sass/components/_badges.scss @@ -5,7 +5,7 @@ .badge { display: inline-block; - padding: $tiny-value; + padding: $spacer-tiny; border-radius: 50%; color: $color-base; background-color: $color-muted; diff --git a/sass/components/_buttons.scss b/sass/components/_buttons.scss index 6cba8f5..e79ba3d 100644 --- a/sass/components/_buttons.scss +++ b/sass/components/_buttons.scss @@ -6,7 +6,7 @@ %btn { display: inline-block; - padding: $small-value $small-plus-value; + padding: $spacer-small $spacer-small-plus; cursor: pointer; user-select: none; transition: 0.25s; @@ -57,12 +57,12 @@ button { .btn, .button { &--small { - padding: $tiny-plus-value $small-value; + padding: $spacer-tiny-plus $spacer-small; font-size: .8em; } &--big { - padding: $small-plus-value $medium-value; + padding: $spacer-small-plus $spacer-medium; font-size: 1.4em; } diff --git a/sass/components/_forms.scss b/sass/components/_forms.scss index 007d74f..90721b5 100644 --- a/sass/components/_forms.scss +++ b/sass/components/_forms.scss @@ -10,10 +10,10 @@ fieldset { } fieldset { - padding: $medium-value; + padding: $spacer-medium; & legend { - padding: 0 $tiny-value; + padding: 0 $spacer-tiny; border: 0; white-space: normal; } @@ -47,7 +47,7 @@ textarea { box-shadow: 0 0 0 1px $forms-color inset; color: $color-base; vertical-align: middle; - padding: $tiny-value $small-value; + padding: $spacer-tiny $spacer-small; margin: 0; transition: 0.25s; transition-property: box-shadow, background-color, color, border; diff --git a/sass/components/_tables.scss b/sass/components/_tables.scss index 815eb89..62f174f 100644 --- a/sass/components/_tables.scss +++ b/sass/components/_tables.scss @@ -9,7 +9,7 @@ table, table-layout: fixed; border-collapse: collapse; vertical-align: top; - margin-bottom: $medium-value; + margin-bottom: $spacer-medium; } .table { @@ -25,7 +25,7 @@ table, & caption { caption-side: bottom; - padding: $small-value; + padding: $spacer-small; color: $table-caption-color; font-style: italic; text-align: right; @@ -34,7 +34,7 @@ table, & td, & th { padding: 0.3rem 0.6rem; - min-width: $medium-value; + min-width: $spacer-medium; vertical-align: top; border: 1px $table-border dotted; text-align: left; diff --git a/sass/components/_tabs.scss b/sass/components/_tabs.scss index 25d6325..cd7a1a0 100644 --- a/sass/components/_tabs.scss +++ b/sass/components/_tabs.scss @@ -11,7 +11,7 @@ &-link { display: block; margin-bottom: -2px; - padding: $tiny-value $medium-plus-value; + padding: $spacer-tiny $spacer-medium-plus; border-bottom: 4px solid transparent; color: $tabs-color; background: $tabs-background; @@ -40,7 +40,7 @@ } .tabs-content-item { - padding-top: $small-value; + padding-top: $spacer-small; &[aria-hidden="true"] { visibility: hidden; diff --git a/sass/components/_tags.scss b/sass/components/_tags.scss index 6bfc65f..18c5574 100644 --- a/sass/components/_tags.scss +++ b/sass/components/_tags.scss @@ -5,7 +5,7 @@ .tag { display: inline-block; - padding: 3px $tiny-value; + padding: 3px $spacer-tiny; vertical-align: baseline; white-space: nowrap; color: $color-base; From 92f9b1354cdb42501911caed1870b8128a21acb3 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 2 Nov 2017 16:08:50 +0100 Subject: [PATCH 129/138] indent --- sass/_config/_variables.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index f665d7a..614f532 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -98,13 +98,13 @@ $spacer-ultra-large : 16rem !default; $spacer-ultra-large-plus : 20rem !default; // z-indexes -$zindex-navigation: 1000 !default; -$zindex-dropdown: 2000 !default; -$zindex-popover: 3000 !default; -$zindex-tooltip: 4000 !default; -$zindex-modal: 5000 !default; -$zindex-notification: 6000 !default; -$zindex-debug: 7000 !default; +$zindex-navigation : 1000 !default; +$zindex-dropdown : 2000 !default; +$zindex-popover : 3000 !default; +$zindex-tooltip : 4000 !default; +$zindex-modal : 5000 !default; +$zindex-notification : 6000 !default; +$zindex-debug : 7000 !default; // ---------- // color zone @@ -129,7 +129,7 @@ $green-500 : #5CB85C !default; $orange-500 : #F0AD4E !default; $red-500 : #D9534F !default; -// semantic color scheme +// semantic colors $color-brand : $green-500; $color-primary : $blue-500; $color-success : $green-500; From ff1ef5fb7e3432619219ab95a2d46812bcc597b2 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 13 Nov 2017 15:50:06 +0100 Subject: [PATCH 130/138] utilites typo helpers --- css/knacss-unminified.css | 69 ++++++++++++++++++++++------------- css/knacss.css | 2 +- sass/_library/_base.scss | 21 ----------- sass/_library/_utilities.scss | 44 ++++++++++++++++++++++ sass/knacss.scss | 10 ----- 5 files changed, 88 insertions(+), 58 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 7ae1939..790d1e3 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -519,27 +519,6 @@ ul ul { margin-bottom: 0; } -/* Alternate font-sizing */ -.smaller { - font-size: 0.6em; -} - -.small { - font-size: 0.8em; -} - -.big { - font-size: 1.2em; -} - -.bigger { - font-size: 1.5em; -} - -.biggest { - font-size: 2em; -} - /* Max values */ img, table, @@ -980,6 +959,49 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html /* ---------------------------------- */ /* ==Helpers */ /* ---------------------------------- */ +/* Typo Helpers */ +/* ------------- */ +.u-bold { + font-weight: 700; +} + +.u-italic { + font-style: italic; +} + +.u-normal { + font-weight: normal; + font-style: normal; +} + +.u-uppercase { + text-transform: uppercase; +} + +.u-lowercase { + text-transform: lowercase; +} + +.u-smaller { + font-size: 0.6em; +} + +.u-small { + font-size: 0.8em; +} + +.u-big { + font-size: 1.2em; +} + +.u-bigger { + font-size: 1.5em; +} + +.u-biggest { + font-size: 2em; +} + /* State Helpers */ /* ------------- */ /* invisible for all */ @@ -2825,8 +2847,3 @@ button:focus { .row-all { grid-row: 1 / -1; } - -/* ----------------------------- */ -/* ==Own stylesheet */ -/* ----------------------------- */ -/* Here should go your own CSS styles */ diff --git a/css/knacss.css b/css/knacss.css index 7efa2af..4df75e3 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:3.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}.smaller{font-size:.6em}.small{font-size:.8em}.big{font-size:1.2em}.bigger{font-size:1.5em}.biggest{font-size:2em}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:3.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.u-bold{font-weight:700}.u-italic{font-style:italic}.u-normal{font-weight:400;font-style:normal}.u-uppercase{text-transform:uppercase}.u-lowercase{text-transform:lowercase}.u-smaller{font-size:.6em}.u-small{font-size:.8em}.u-big{font-size:1.2em}.u-bigger{font-size:1.5em}.u-biggest{font-size:2em}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index 2e5c67c..f348426 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -114,27 +114,6 @@ ul ul { margin-bottom: 0; } -/* Alternate font-sizing */ -.smaller { - font-size: 0.6em; -} - -.small { - font-size: 0.8em; -} - -.big { - font-size: 1.2em; -} - -.bigger { - font-size: 1.5em; -} - -.biggest { - font-size: 2em; -} - /* Max values */ img, table, diff --git a/sass/_library/_utilities.scss b/sass/_library/_utilities.scss index 50537f7..fcf7367 100644 --- a/sass/_library/_utilities.scss +++ b/sass/_library/_utilities.scss @@ -2,6 +2,50 @@ /* ==Helpers */ /* ---------------------------------- */ +/* Typo Helpers */ +/* ------------- */ + +.u-bold { + font-weight: $weight-bold; +} + +.u-italic { + font-style: italic; +} + +.u-normal { + font-weight: normal; + font-style: normal; +} + +.u-uppercase { + text-transform: uppercase; +} + +.u-lowercase { + text-transform: lowercase; +} + +.u-smaller { + font-size: 0.6em; +} + +.u-small { + font-size: 0.8em; +} + +.u-big { + font-size: 1.2em; +} + +.u-bigger { + font-size: 1.5em; +} + +.u-biggest { + font-size: 2em; +} + /* State Helpers */ /* ------------- */ diff --git a/sass/knacss.scss b/sass/knacss.scss index b6cbe95..bd0b9cc 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -66,13 +66,3 @@ // New Grid System by default (Grid Layout). If you prefer old "Flexbox" Grid System, replace file with "components/grillade-flex.scss" // Note that none of these file is prefixed by an underscore, in order to compile them. @import "components/grillade-grid.scss"; // grid system with Grid Layout - - - -/* ----------------------------- */ -/* ==Own stylesheet */ -/* ----------------------------- */ - -/* Here should go your own CSS styles */ -// You can also link them with a Sass @import -// @import "my-styles"; From 7bc7e0fb423405a7b4303ba401776416dd332402 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 4 Dec 2017 15:46:29 +0100 Subject: [PATCH 131/138] font variables error fix --- css/knacss-unminified.css | 2 +- css/knacss.css | 2 +- sass/_config/_variables.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 790d1e3..bd50833 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -437,7 +437,7 @@ h2, .h2-like { @media (min-width: 576px) { h2, .h2-like { - font-size: 3.8rem; + font-size: 2.8rem; } } diff --git a/css/knacss.css b/css/knacss.css index 4df75e3..fbb918e 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:3.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.u-bold{font-weight:700}.u-italic{font-style:italic}.u-normal{font-weight:400;font-style:normal}.u-uppercase{text-transform:uppercase}.u-lowercase{text-transform:lowercase}.u-smaller{font-size:.6em}.u-small{font-size:.8em}.u-big{font-size:1.2em}.u-bigger{font-size:1.5em}.u-biggest{font-size:2em}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.u-bold{font-weight:700}.u-italic{font-style:italic}.u-normal{font-weight:400;font-style:normal}.u-uppercase{text-transform:uppercase}.u-lowercase{text-transform:lowercase}.u-smaller{font-size:.6em}.u-small{font-size:.8em}.u-big{font-size:1.2em}.u-bigger{font-size:1.5em}.u-biggest{font-size:2em}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 614f532..806fcf4 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -35,7 +35,7 @@ $font-sizes: ( ), h2: ( mobile : 2.4rem, - desktop : 3.8rem + desktop : 2.8rem ), h3: ( mobile : 2.0rem, From 54f95cab400b43e9a2481ab85a86a0debab64d00 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 4 Dec 2017 15:48:16 +0100 Subject: [PATCH 132/138] .grid alias to .autogrid --- css/knacss-unminified.css | 12 ++++++++---- css/knacss.css | 2 +- sass/components/_autogrid.scss | 3 ++- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index bd50833..ee83783 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -1698,18 +1698,22 @@ ul.is-unstyled, ul.unstyled { /* recommanded HTML :
... some elements ...
*/ /* see https://codepen.io/raphaelgoetter/pen/zzwxEE */ @media (min-width: 480px) { - .autogrid { + .autogrid, + .grid { display: grid; grid-auto-flow: column; grid-auto-column: 1fr; } - .autogrid.has-gutter { + .autogrid.has-gutter, + .grid.has-gutter { grid-column-gap: 1rem; } - .autogrid.has-gutter-l { + .autogrid.has-gutter-l, + .grid.has-gutter-l { grid-column-gap: 2rem; } - .autogrid.has-gutter-xl { + .autogrid.has-gutter-xl, + .grid.has-gutter-xl { grid-column-gap: 4rem; } } diff --git a/css/knacss.css b/css/knacss.css index fbb918e..833b671 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.u-bold{font-weight:700}.u-italic{font-style:italic}.u-normal{font-weight:400;font-style:normal}.u-uppercase{text-transform:uppercase}.u-lowercase{text-transform:lowercase}.u-smaller{font-size:.6em}.u-small{font-size:.8em}.u-big{font-size:1.2em}.u-bigger{font-size:1.5em}.u-biggest{font-size:2em}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.u-bold{font-weight:700}.u-italic{font-style:italic}.u-normal{font-weight:400;font-style:normal}.u-uppercase{text-transform:uppercase}.u-lowercase{text-transform:lowercase}.u-smaller{font-size:.6em}.u-small{font-size:.8em}.u-big{font-size:1.2em}.u-bigger{font-size:1.5em}.u-biggest{font-size:2em}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid,.grid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter,.grid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l,.grid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl,.grid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/components/_autogrid.scss b/sass/components/_autogrid.scss index a751736..b635317 100644 --- a/sass/components/_autogrid.scss +++ b/sass/components/_autogrid.scss @@ -4,7 +4,8 @@ /* recommanded HTML :
... some elements ...
*/ /* see https://codepen.io/raphaelgoetter/pen/zzwxEE */ -.autogrid { +.autogrid, +.grid { @media (min-width: $tiny) { display: grid; grid-auto-flow: column; From 7c4ef6ebb475add872b235afce1951a2fe9e0a9d Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 4 Dec 2017 17:11:58 +0100 Subject: [PATCH 133/138] Grillade variables little rework --- sass/components/grillade-grid.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sass/components/grillade-grid.scss b/sass/components/grillade-grid.scss index 385c922..6740570 100644 --- a/sass/components/grillade-grid.scss +++ b/sass/components/grillade-grid.scss @@ -6,13 +6,13 @@ // 1- use vanilla CSS Grid Layout spec (perfect for you) // 2- use Bootstrap (good luck) -@if (not variable_exists(tiny)) or (not variable_exists(small)) or (not variable_exists(medium)) or (not variable_exists(large)) - { - $tiny: 480px !global; - $small: 576px !global; - $medium: 768px !global; - $large: 992px !global; -} +// use these variables only for a standalone Grillade +// in KNACSS, you shall modify variables file instead? +$tiny: 480px !default; +$small: 576px !default; +$medium: 768px !default; +$large: 992px !default; + [class*=" grid-"], [class^="grid-"] { From a481f65367bcc17a135732cc83675c5dcc73a9bc Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 4 Dec 2017 17:54:43 +0100 Subject: [PATCH 134/138] little typo --- sass/components/grillade-grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/components/grillade-grid.scss b/sass/components/grillade-grid.scss index 6740570..2be705b 100644 --- a/sass/components/grillade-grid.scss +++ b/sass/components/grillade-grid.scss @@ -7,7 +7,7 @@ // 2- use Bootstrap (good luck) // use these variables only for a standalone Grillade -// in KNACSS, you shall modify variables file instead? +// in KNACSS, you shall modify variables file instead $tiny: 480px !default; $small: 576px !default; $medium: 768px !default; From e2fde95ba5f0acc43da2802e3d8329890da60bf6 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Wed, 6 Dec 2017 09:32:12 +0100 Subject: [PATCH 135/138] before / after with box-sizing --- css/knacss-unminified.css | 5 ++++- css/knacss.css | 2 +- sass/_library/_base.scss | 6 ++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index ee83783..523bd95 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -376,11 +376,14 @@ html { box-sizing: border-box; } -* { +*, +*::before, +*::after { -webkit-box-sizing: inherit; box-sizing: inherit; /* avoid min-width: auto on flex and grid children */ min-width: 0; + min-height: 0; } html { diff --git a/css/knacss.css b/css/knacss.css index 833b671..65b192d 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.u-bold{font-weight:700}.u-italic{font-style:italic}.u-normal{font-weight:400;font-style:normal}.u-uppercase{text-transform:uppercase}.u-lowercase{text-transform:lowercase}.u-smaller{font-size:.6em}.u-small{font-size:.8em}.u-big{font-size:1.2em}.u-bigger{font-size:1.5em}.u-biggest{font-size:2em}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid,.grid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter,.grid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l,.grid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl,.grid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0;min-height:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.u-bold{font-weight:700}.u-italic{font-style:italic}.u-normal{font-weight:400;font-style:normal}.u-uppercase{text-transform:uppercase}.u-lowercase{text-transform:lowercase}.u-smaller{font-size:.6em}.u-small{font-size:.8em}.u-big{font-size:1.2em}.u-bigger{font-size:1.5em}.u-biggest{font-size:2em}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid,.grid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter,.grid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l,.grid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl,.grid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index f348426..d1d33a1 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -7,11 +7,13 @@ html { box-sizing: border-box; } -* { +*, +*::before, +*::after { box-sizing: inherit; /* avoid min-width: auto on flex and grid children */ min-width: 0; - // min-height: 0; + min-height: 0; } html { From 5da87c3e9901a8a0b7731c72def0a5151e469d2d Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Wed, 6 Dec 2017 09:40:30 +0100 Subject: [PATCH 136/138] file reordering --- css/knacss-unminified.css | 446 +++++++++--------- css/knacss.css | 2 +- sass/_config/_variables.scss | 52 +- .../grillade-flex.scss | 0 .../grillade-grid.scss | 0 sass/knacss.scss | 48 +- 6 files changed, 274 insertions(+), 274 deletions(-) rename sass/{components => _library}/grillade-flex.scss (100%) rename sass/{components => _library}/grillade-grid.scss (100%) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index 523bd95..a4aaab1 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -16,6 +16,7 @@ - Utilities (width and spacers helpers) - Responsive helpers - WordPress reset (disabled by default) + - Grillade (Grid System) 3- Components : - Media object - Autogrid object @@ -28,7 +29,6 @@ - Tags - Badges - Alerts - - Grillade (Grid System) */ *, *::before, @@ -1664,6 +1664,228 @@ ul.is-unstyled, ul.unstyled { } } +/* --------------------------------------- */ +/* ==Grillade : ultra light Grid System */ +/* --------------------------------------- */ +@media (min-width: 480px) { + [class*=" grid-"], + [class^="grid-"] { + display: grid; + grid-auto-flow: dense; + } + [class*=" grid-"].has-gutter, + [class^="grid-"].has-gutter { + grid-gap: 1rem; + } + [class*=" grid-"].has-gutter-l, + [class^="grid-"].has-gutter-l { + grid-gap: 2rem; + } + [class*=" grid-"].has-gutter-xl, + [class^="grid-"].has-gutter-xl { + grid-gap: 4rem; + } +} + +[class*="grid-1"] { + grid-template-columns: repeat(1, 1fr); +} + +[class*="grid-2"] { + grid-template-columns: repeat(2, 1fr); +} + +[class*="grid-3"] { + grid-template-columns: repeat(3, 1fr); +} + +[class*="grid-4"] { + grid-template-columns: repeat(4, 1fr); +} + +[class*="grid-5"] { + grid-template-columns: repeat(5, 1fr); +} + +[class*="grid-6"] { + grid-template-columns: repeat(6, 1fr); +} + +[class*="grid-7"] { + grid-template-columns: repeat(7, 1fr); +} + +[class*="grid-8"] { + grid-template-columns: repeat(8, 1fr); +} + +[class*="grid-9"] { + grid-template-columns: repeat(9, 1fr); +} + +[class*="grid-10"] { + grid-template-columns: repeat(10, 1fr); +} + +[class*="grid-11"] { + grid-template-columns: repeat(11, 1fr); +} + +[class*="grid-12"] { + grid-template-columns: repeat(12, 1fr); +} + +[class*="col-1"] { + grid-column: auto/span 1; +} + +[class*="row-1"] { + grid-row: auto/span 1; +} + +[class*="col-2"] { + grid-column: auto/span 2; +} + +[class*="row-2"] { + grid-row: auto/span 2; +} + +[class*="col-3"] { + grid-column: auto/span 3; +} + +[class*="row-3"] { + grid-row: auto/span 3; +} + +[class*="col-4"] { + grid-column: auto/span 4; +} + +[class*="row-4"] { + grid-row: auto/span 4; +} + +[class*="col-5"] { + grid-column: auto/span 5; +} + +[class*="row-5"] { + grid-row: auto/span 5; +} + +[class*="col-6"] { + grid-column: auto/span 6; +} + +[class*="row-6"] { + grid-row: auto/span 6; +} + +[class*="col-7"] { + grid-column: auto/span 7; +} + +[class*="row-7"] { + grid-row: auto/span 7; +} + +[class*="col-8"] { + grid-column: auto/span 8; +} + +[class*="row-8"] { + grid-row: auto/span 8; +} + +[class*="col-9"] { + grid-column: auto/span 9; +} + +[class*="row-9"] { + grid-row: auto/span 9; +} + +[class*="col-10"] { + grid-column: auto/span 10; +} + +[class*="row-10"] { + grid-row: auto/span 10; +} + +[class*="col-11"] { + grid-column: auto/span 11; +} + +[class*="row-11"] { + grid-row: auto/span 11; +} + +[class*="col-12"] { + grid-column: auto/span 12; +} + +[class*="row-12"] { + grid-row: auto/span 12; +} + +/* intermediate breakpoints */ +@media (min-width: 480px) and (max-width: 767px) { + [class*="grid-"][class*="-small-1"] { + grid-template-columns: repeat(1, 1fr); + } + [class*="col-"][class*="-small-1"] { + grid-column: auto/span 1; + } + [class*="grid-"][class*="-small-2"] { + grid-template-columns: repeat(2, 1fr); + } + [class*="col-"][class*="-small-2"] { + grid-column: auto/span 2; + } + [class*="grid-"][class*="-small-3"] { + grid-template-columns: repeat(3, 1fr); + } + [class*="col-"][class*="-small-3"] { + grid-column: auto/span 3; + } + [class*="grid-"][class*="-small-4"] { + grid-template-columns: repeat(4, 1fr); + } + [class*="col-"][class*="-small-4"] { + grid-column: auto/span 4; + } + [class*="-small-all"] { + grid-column: 1 / -1; + } +} + +.item-first { + -webkit-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; +} + +.item-last { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} + +.grid-offset { + visibility: hidden; +} + +.col-all { + grid-column: 1 / -1; +} + +.row-all { + grid-row: 1 / -1; +} + /* ----------------------------- */ /* ==Media object */ /* ----------------------------- */ @@ -2632,225 +2854,3 @@ button:focus { .alert:empty, .alert--primary:empty, .alert--success:empty, .alert--info:empty, .alert--warning:empty, .alert--danger:empty, .alert--inverse:empty, .alert--ghost:empty { display: none; } - -/* --------------------------------------- */ -/* ==Grillade : ultra light Grid System */ -/* --------------------------------------- */ -@media (min-width: 480px) { - [class*=" grid-"], - [class^="grid-"] { - display: grid; - grid-auto-flow: dense; - } - [class*=" grid-"].has-gutter, - [class^="grid-"].has-gutter { - grid-gap: 1rem; - } - [class*=" grid-"].has-gutter-l, - [class^="grid-"].has-gutter-l { - grid-gap: 2rem; - } - [class*=" grid-"].has-gutter-xl, - [class^="grid-"].has-gutter-xl { - grid-gap: 4rem; - } -} - -[class*="grid-1"] { - grid-template-columns: repeat(1, 1fr); -} - -[class*="grid-2"] { - grid-template-columns: repeat(2, 1fr); -} - -[class*="grid-3"] { - grid-template-columns: repeat(3, 1fr); -} - -[class*="grid-4"] { - grid-template-columns: repeat(4, 1fr); -} - -[class*="grid-5"] { - grid-template-columns: repeat(5, 1fr); -} - -[class*="grid-6"] { - grid-template-columns: repeat(6, 1fr); -} - -[class*="grid-7"] { - grid-template-columns: repeat(7, 1fr); -} - -[class*="grid-8"] { - grid-template-columns: repeat(8, 1fr); -} - -[class*="grid-9"] { - grid-template-columns: repeat(9, 1fr); -} - -[class*="grid-10"] { - grid-template-columns: repeat(10, 1fr); -} - -[class*="grid-11"] { - grid-template-columns: repeat(11, 1fr); -} - -[class*="grid-12"] { - grid-template-columns: repeat(12, 1fr); -} - -[class*="col-1"] { - grid-column: auto/span 1; -} - -[class*="row-1"] { - grid-row: auto/span 1; -} - -[class*="col-2"] { - grid-column: auto/span 2; -} - -[class*="row-2"] { - grid-row: auto/span 2; -} - -[class*="col-3"] { - grid-column: auto/span 3; -} - -[class*="row-3"] { - grid-row: auto/span 3; -} - -[class*="col-4"] { - grid-column: auto/span 4; -} - -[class*="row-4"] { - grid-row: auto/span 4; -} - -[class*="col-5"] { - grid-column: auto/span 5; -} - -[class*="row-5"] { - grid-row: auto/span 5; -} - -[class*="col-6"] { - grid-column: auto/span 6; -} - -[class*="row-6"] { - grid-row: auto/span 6; -} - -[class*="col-7"] { - grid-column: auto/span 7; -} - -[class*="row-7"] { - grid-row: auto/span 7; -} - -[class*="col-8"] { - grid-column: auto/span 8; -} - -[class*="row-8"] { - grid-row: auto/span 8; -} - -[class*="col-9"] { - grid-column: auto/span 9; -} - -[class*="row-9"] { - grid-row: auto/span 9; -} - -[class*="col-10"] { - grid-column: auto/span 10; -} - -[class*="row-10"] { - grid-row: auto/span 10; -} - -[class*="col-11"] { - grid-column: auto/span 11; -} - -[class*="row-11"] { - grid-row: auto/span 11; -} - -[class*="col-12"] { - grid-column: auto/span 12; -} - -[class*="row-12"] { - grid-row: auto/span 12; -} - -/* intermediate breakpoints */ -@media (min-width: 480px) and (max-width: 767px) { - [class*="grid-"][class*="-small-1"] { - grid-template-columns: repeat(1, 1fr); - } - [class*="col-"][class*="-small-1"] { - grid-column: auto/span 1; - } - [class*="grid-"][class*="-small-2"] { - grid-template-columns: repeat(2, 1fr); - } - [class*="col-"][class*="-small-2"] { - grid-column: auto/span 2; - } - [class*="grid-"][class*="-small-3"] { - grid-template-columns: repeat(3, 1fr); - } - [class*="col-"][class*="-small-3"] { - grid-column: auto/span 3; - } - [class*="grid-"][class*="-small-4"] { - grid-template-columns: repeat(4, 1fr); - } - [class*="col-"][class*="-small-4"] { - grid-column: auto/span 4; - } - [class*="-small-all"] { - grid-column: 1 / -1; - } -} - -.item-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; -} - -.item-last { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} - -.grid-offset { - visibility: hidden; -} - -.col-all { - grid-column: 1 / -1; -} - -.row-all { - grid-row: 1 / -1; -} diff --git a/css/knacss.css b/css/knacss.css index 65b192d..f973bf3 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0;min-height:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.u-bold{font-weight:700}.u-italic{font-style:italic}.u-normal{font-weight:400;font-style:normal}.u-uppercase{text-transform:uppercase}.u-lowercase{text-transform:lowercase}.u-smaller{font-size:.6em}.u-small{font-size:.8em}.u-big{font-size:1.2em}.u-bigger{font-size:1.5em}.u-biggest{font-size:2em}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid,.grid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter,.grid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l,.grid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl,.grid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1} \ No newline at end of file +*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0;min-height:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.u-bold{font-weight:700}.u-italic{font-style:italic}.u-normal{font-weight:400;font-style:normal}.u-uppercase{text-transform:uppercase}.u-lowercase{text-transform:lowercase}.u-smaller{font-size:.6em}.u-small{font-size:.8em}.u-big{font-size:1.2em}.u-bigger{font-size:1.5em}.u-biggest{font-size:2em}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid,.grid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter,.grid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l,.grid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl,.grid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none} \ No newline at end of file diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 806fcf4..2e457d0 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -1,11 +1,11 @@ // Config file and project variables // ---------------- -// breakpoints zone +// Breakpoints zone // ---------------- -// warning: you should use your own values, regardless of the devices -// best practise is Mobile First: (min-width: $breakpoint) +// Warning: you should use your own values, regardless of the devices +// Best practise is Mobile First: (min-width: $breakpoint) $tiny : 480px !default; // or 'em' if you prefer, of course $small : 576px !default; $medium : 768px !default; @@ -13,15 +13,15 @@ $large : 992px !default; $extra-large : 1200px !default; // ---------- -// fonts zone +// Fonts zone // ---------- -// font families -$font-family-base : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !default; // system font stack +// Font families +$font-family-base : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !default; // system font stack $font-family-headings : sans-serif !default; // font for h1, h2.. h6 $font-family-monospace : consolas, courier, monospace !default; // font for code and samples -// font sizes (1.6rem value is "16px" equivalent) +// Font sizes (1.6rem value is "16px" equivalent) $font-size-base : 1.6rem !default; $font-sizes: ( @@ -55,17 +55,17 @@ $font-sizes: ( ) ) !default; -// line heights +// Line heights $line-height-s : 1.3 !default; $line-height-base : 1.5 !default; $line-height-l : 1.7 !default; -// default margin-bottom +// Default margin-bottom $margin-bottom-base : 1rem !default; $headings-margin-bottom : $margin-bottom-base /2 !default; $paragraph-margin-bottom: $margin-bottom-base !default; -// font weights +// Font weights $weight-light : 200 !default; $weight-book : 300 !default; $weight-regular : 400 !default; @@ -73,17 +73,17 @@ $weight-medium : 500 !default; $weight-bold : 700 !default; // ------------ -// spacing zone +// Spacing zone // ------------ -// grid gutters (for .has-gutter-* classes) +// Grid gutters (for .has-gutter-* classes) $grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ) !default; -// spacings +// Spacings $spacer-tiny : .5rem !default; $spacer-tiny-plus : .7rem !default; $spacer-small : 1rem !default; @@ -107,10 +107,10 @@ $zindex-notification : 6000 !default; $zindex-debug : 7000 !default; // ---------- -// color zone +// Color zone // ---------- -// color names +// Color names $white : #fff !default; $gray-100 : #f8f9fa !default; $gray-200 : #e7e9ed !default; @@ -129,7 +129,7 @@ $green-500 : #5CB85C !default; $orange-500 : #F0AD4E !default; $red-500 : #D9534F !default; -// semantic colors +// Semantic colors $color-brand : $green-500; $color-primary : $blue-500; $color-success : $green-500; @@ -151,19 +151,19 @@ $link-decoration-hover : underline; $forms-color : $gray-800; // --------------- -// components zone +// Components zone // --------------- -// global border-radius +// Global border-radius $border-radius: 0 !default; -// component: quotes +// Component: quotes $quote-color : $gray-200; -// component: arrows +// Component: arrows $arrow-color : $black; -// component: checkboxes, radios, switches +// Components: checkboxes, radios, switches $checkbox-color : $gray-800; $checkbox-size : 2rem; $checkbox-border-radius : 4px; @@ -171,7 +171,7 @@ $switch-color : $gray-800; $switch-size : 2rem; $switch-border-radius : 3em; -// component: tables +// Component: tables $table-border : $gray-500; $table-caption-color : $gray-800; $table-background : transparent; @@ -180,8 +180,8 @@ $table-head-background : transparent; $table-footer-color : $color-base; $table-footer-background : transparent; -// component: buttons, badges, alerts color variants list -// name - background-color - color - border +// Components: buttons, badges, alerts color variants list +// Convention is: name - background-color - color - border $variants-list: ( (primary, $color-primary, $white, none), (success, $color-success, $white, none), @@ -192,7 +192,7 @@ $variants-list: ( (ghost, $color-ghost, $white, 0 0 0 1px $white inset) ) !default; -// component: tabs +// Component: tabs $tabs-border : $gray-200; $tabs-active-border : $gray-800; $tabs-color : $color-base; @@ -201,7 +201,7 @@ $tabs-background : transparent; $tabs-active-background : transparent; $tabs-border-radius : 0; -// component: nav burger button +// Component: nav burger button $burger-color : $gray-800; $burger-background : transparent; $burger-hover-background : transparent; diff --git a/sass/components/grillade-flex.scss b/sass/_library/grillade-flex.scss similarity index 100% rename from sass/components/grillade-flex.scss rename to sass/_library/grillade-flex.scss diff --git a/sass/components/grillade-grid.scss b/sass/_library/grillade-grid.scss similarity index 100% rename from sass/components/grillade-grid.scss rename to sass/_library/grillade-grid.scss diff --git a/sass/knacss.scss b/sass/knacss.scss index bd0b9cc..874ce73 100644 --- a/sass/knacss.scss +++ b/sass/knacss.scss @@ -17,6 +17,7 @@ - Utilities (width and spacers helpers) - Responsive helpers - WordPress reset (disabled by default) + - Grillade (Grid System) 3- Components : - Media object - Autogrid object @@ -29,7 +30,6 @@ - Tags - Badges - Alerts - - Grillade (Grid System) */ @import "_vendor/_reboot"; // Bootstrap reboot (basic reset) @@ -40,29 +40,29 @@ @import "_config/_mixins.scss"; -// Libraries -@import "_library/_base.scss"; // basic styles -@import "_library/_print.scss"; // print quick reset -@import "_library/_misc.scss"; // skip links, hyphens -@import "_library/_layout.scss"; // alignment, modules, positionning -@import "_library/_utilities.scss"; // width and spacers helpers -@import "_library/_responsive.scss"; // Responsive Web Design helpers +// Core Libraries +@import "_library/_base.scss"; // basic styles +@import "_library/_print.scss"; // print quick reset +@import "_library/_misc.scss"; // skip links, hyphens +@import "_library/_layout.scss"; // alignment, modules, positionning +@import "_library/_utilities.scss"; // width and spacers helpers +@import "_library/_responsive.scss"; // Responsive Web Design helpers // @import "_library/_wordpress.scss"; // WordPress reset and basic styles -// Components -@import "components/_media.scss"; // media object -@import "components/_autogrid.scss"; // media autogrid -@import "components/_skip-links.scss"; // skip links -@import "components/_tables.scss"; // data tables consistency -@import "components/_forms.scss"; // forms consistency and styles -@import "components/_buttons.scss"; // buttons styles -@import "components/_checkbox.scss"; // checkbox, radio, switch styles -@import "components/_tabs.scss"; // tabs styles -@import "components/_arrows.scss"; // arrows styles -@import "components/tags.scss"; // tags styles -@import "components/_badges.scss"; // badges styles -@import "components/_alerts.scss"; // alerts styles - -// New Grid System by default (Grid Layout). If you prefer old "Flexbox" Grid System, replace file with "components/grillade-flex.scss" +// New Grid System by default (Grid Layout). If you prefer old "Flexbox" Grid System, replace file with "_library/grillade-flex.scss" // Note that none of these file is prefixed by an underscore, in order to compile them. -@import "components/grillade-grid.scss"; // grid system with Grid Layout +@import "_library/grillade-grid.scss"; // grid system with Grid Layout + +// Components +@import "components/_media.scss"; // media object +@import "components/_autogrid.scss"; // media autogrid +@import "components/_skip-links.scss"; // skip links +@import "components/_tables.scss"; // data tables consistency +@import "components/_forms.scss"; // forms consistency and styles +@import "components/_buttons.scss"; // buttons styles +@import "components/_checkbox.scss"; // checkbox, radio, switch styles +@import "components/_tabs.scss"; // tabs styles +@import "components/_arrows.scss"; // arrows styles +@import "components/tags.scss"; // tags styles +@import "components/_badges.scss"; // badges styles +@import "components/_alerts.scss"; // alerts styles From 8f61160426ed365340618df0f509d11bccf407ef Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 7 Dec 2017 14:50:01 +0100 Subject: [PATCH 137/138] links variables translated from colors to components --- sass/_config/_variables.scss | 11 ++++++----- sass/_library/_layout.scss | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 2e457d0..fd955b7 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -143,17 +143,18 @@ $color-muted : $gray-200; $color-base : $gray-900; $background-base : $white; -$link-color : $gray-800; -$link-color-hover : darken($link-color, 15%); -$link-decoration : none; -$link-decoration-hover : underline; - $forms-color : $gray-800; // --------------- // Components zone // --------------- +// Component: links +$link-color : $gray-800; +$link-color-hover : darken($link-color, 15%); +$link-decoration : none; +$link-decoration-hover : underline; + // Global border-radius $border-radius: 0 !default; diff --git a/sass/_library/_layout.scss b/sass/_library/_layout.scss index 58ca18b..ec35e64 100644 --- a/sass/_library/_layout.scss +++ b/sass/_library/_layout.scss @@ -95,7 +95,7 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html } .flex-container--column, -.flex-row { +.flex-column { @extend .flex-container; flex-direction: column; } From 028783128644f9d3616899608e3030018dcf4d62 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 11 Dec 2017 10:02:56 +0100 Subject: [PATCH 138/138] icon-arrow BEM naming --- css/knacss-unminified.css | 20 +++++++++++--------- css/knacss.css | 2 +- sass/components/_arrows.scss | 10 +++++----- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/css/knacss-unminified.css b/css/knacss-unminified.css index a4aaab1..404b976 100644 --- a/css/knacss-unminified.css +++ b/css/knacss-unminified.css @@ -876,7 +876,8 @@ img.fr { http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html */ .flex-container, .flex-container--row, -.flex-row, .flex-container--column, .flex-container--row-reverse, +.flex-row, .flex-container--column, +.flex-column, .flex-container--row-reverse, .flex-row-reverse, .flex-container--column-reverse, .flex-column-reverse, .d-flex { @@ -896,7 +897,7 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html } .flex-container--column, -.flex-row { +.flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; @@ -1604,7 +1605,8 @@ ul.is-unstyled, ul.unstyled { border: 0; } .flex-container, .flex-container--row, - .flex-row, .flex-container--column, .flex-container--row-reverse, + .flex-row, .flex-container--column, + .flex-column, .flex-container--row-reverse, .flex-row-reverse, .flex-container--column-reverse, .flex-column-reverse { -webkit-box-orient: vertical; @@ -2573,11 +2575,11 @@ button:focus { /* ==Arrows */ /* ----------------------------- */ /* see https://knacss.com/styleguide.html#arrows */ -[class*="icon-arrow-"] { +[class*="icon-arrow--"] { vertical-align: middle; } -[class*="icon-arrow-"]::after { +[class*="icon-arrow--"]::after { content: ""; display: inline-block; width: 1em; @@ -2588,22 +2590,22 @@ button:focus { line-height: 1; } -.icon-arrow-down::after { +.icon-arrow--down::after { -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } -.icon-arrow-up::after { +.icon-arrow--up::after { -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } -.icon-arrow-right::after { +.icon-arrow--right::after { -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } -.icon-arrow-left::after { +.icon-arrow--left::after { -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } diff --git a/css/knacss.css b/css/knacss.css index f973bf3..fe37987 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * www.KNACSS.com v7.0.0 (??? 2017) @author: Alsacreations, Raphael Goetter * Licence WTFPL http://www.wtfpl.net/ -*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0;min-height:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-container--column,.flex-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.u-bold{font-weight:700}.u-italic{font-style:italic}.u-normal{font-weight:400;font-style:normal}.u-uppercase{text-transform:uppercase}.u-lowercase{text-transform:lowercase}.u-smaller{font-size:.6em}.u-small{font-size:.8em}.u-big{font-size:1.2em}.u-bigger{font-size:1.5em}.u-biggest{font-size:2em}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid,.grid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter,.grid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l,.grid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl,.grid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow-]{vertical-align:middle}[class*=icon-arrow-]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow-down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow-left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none} \ No newline at end of file +*/*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0;min-height:0}html{font-size:62.5%;font-size:calc(1em * .625)}body{margin:0;font-size:1.4rem;background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5}@media (min-width:576px){body{font-size:1.6rem}}a{color:#333;text-decoration:none}a:active,a:focus,a:hover{color:#0d0d0d;text-decoration:underline}.h1-like,h1{font-size:2.8rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h1-like,h1{font-size:3.2rem}}.h2-like,h2{font-size:2.4rem;font-family:sans-serif;font-weight:500}@media (min-width:576px){.h2-like,h2{font-size:2.8rem}}.h3-like,h3{font-size:2rem;font-weight:500}@media (min-width:576px){.h3-like,h3{font-size:2.4rem}}.h4-like,h4{font-size:1.8rem;font-weight:500}@media (min-width:576px){.h4-like,h4{font-size:2rem}}.h5-like,h5{font-size:1.6rem;font-weight:500}@media (min-width:576px){.h5-like,h5{font-size:1.8rem}}.h6-like,h6{font-size:1.4rem;font-weight:500}@media (min-width:576px){.h6-like,h6{font-size:1.6rem}}dd,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}address,blockquote,dl,ol,p,pre,ul{margin-top:0;margin-bottom:1rem}li .p-like,li ol,li p,li ul,ol ol,ul ul{margin-top:0;margin-bottom:0}blockquote,code,img,input,pre,svg,table,td,textarea,video{max-width:100%}img{height:auto}ol,ul{padding-left:2em}img{vertical-align:middle}.italic,address,cite,em,i,var{font-style:italic}code,kbd,mark{border-radius:2px}kbd{padding:0 2px;border:1px solid #999}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}code{padding:2px 4px;background:rgba(0,0,0,.04);color:#b11}pre code{padding:0;background:0 0;color:inherit;border-radius:0}mark{padding:2px 4px}sub,sup{vertical-align:0}sup{bottom:1ex}sub{top:.5ex}blockquote{position:relative;padding-left:3em;min-height:2em}blockquote::before{content:"\201C";position:absolute;left:0;top:0;font-family:georgia,serif;font-size:5em;height:.4em;line-height:.9;color:#e7e9ed}blockquote>footer{margin-top:.75em;font-size:.9em;color:rgba(0,0,0,.7)}blockquote>footer::before{content:"\2014 \0020"}q{font-style:normal}.q,q{quotes:"“\00a0" "\00a0”"}.q:lang(fr),q:lang(fr){quotes:"«\00a0" "\00a0»"}hr{display:block;clear:both;height:1px;margin:1em 0 2em;padding:0;border:0;color:#ccc;background-color:#ccc}blockquote,figure{margin-left:0;margin-right:0}code,kbd,pre,samp{white-space:pre-wrap;font-family:consolas,courier,monospace;line-height:normal}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}body{width:auto;margin:auto;font-family:serif;font-size:12pt}.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,.p-like,blockquote,h1,h2,h3,h4,h5,h6,label,ol,p,ul{color:#000;margin:auto}.print{display:block}.no-print{display:none}.p-like,blockquote,p{orphans:3;widows:3}blockquote,ol,ul{page-break-inside:avoid}.h1-like,.h2-like,.h3-like,caption,h1,h2,h3{page-break-after:avoid}a{color:#000}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}}@media (max-width:575px){code,div,pre,samp,table,td,textarea,th{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media (max-width:575px){.no-wrapping{word-wrap:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}.bfc,.mod{overflow:hidden}.clear{clear:both}.clearfix::after{content:"";display:table;clear:both;border-collapse:collapse}.left{margin-right:auto}.right{margin-left:auto}.center{margin-left:auto;margin-right:auto}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.fl{float:left}img.fl{margin-right:1rem}.fr{float:right}img.fr{margin-left:1rem}img.fl,img.fr{margin-bottom:.5rem}.inbl{display:inline-block;vertical-align:top}.d-flex,.flex-column,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container--row,.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-column,.flex-container--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-container--row-reverse,.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-column-reverse,.flex-container--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-item-fluid,.item-fluid{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-item-first,.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-item-medium,.item-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-item-last,.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-item-center,.item-center,.mr-auto{margin:auto}.u-bold{font-weight:700}.u-italic{font-style:italic}.u-normal{font-weight:400;font-style:normal}.u-uppercase{text-transform:uppercase}.u-lowercase{text-transform:lowercase}.u-smaller{font-size:.6em}.u-small{font-size:.8em}.u-big{font-size:1.2em}.u-bigger{font-size:1.5em}.u-biggest{font-size:2em}.is-hidden,.js-hidden,[hidden]{display:none}.tabs-content-item[aria-hidden=true],.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.is-disabled,.is-disabled~label,.js-disabled,[disabled],[disabled]~label{opacity:.5;cursor:not-allowed!important;-webkit-filter:grayscale(1);filter:grayscale(1)}ul.is-unstyled,ul.unstyled{list-style:none;padding-left:0}.color--inverse{color:#fff}.w100{width:100%}.w95{width:95%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}.w35{width:35%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:5%}.w66{width:calc(100% / 3 * 2)}.w33{width:calc(100% / 3)}.wauto{width:auto}.w960p{width:960px}.mw960p{max-width:960px}.w1140p{width:1140px}.mw1140p{max-width:1140px}.w1000p{width:1000px}.w950p{width:950px}.w900p{width:900px}.w850p{width:850px}.w800p{width:800px}.w750p{width:750px}.w700p{width:700px}.w650p{width:650px}.w600p{width:600px}.w550p{width:550px}.w500p{width:500px}.w450p{width:450px}.w400p{width:400px}.w350p{width:350px}.w300p{width:300px}.w250p{width:250px}.w200p{width:200px}.w150p{width:150px}.w100p{width:100px}.w50p{width:50px}.ma0,.man{margin:0}.pa0,.pan{padding:0}.mas{margin:1rem}.mam{margin:2rem}.mal{margin:4rem}.pas{padding:1rem}.pam{padding:2rem}.pal{padding:4rem}.mt0,.mtn{margin-top:0}.mts{margin-top:1rem}.mtm{margin-top:2rem}.mtl{margin-top:4rem}.mr0,.mrn{margin-right:0}.mrs{margin-right:1rem}.mrm{margin-right:2rem}.mrl{margin-right:4rem}.mb0,.mbn{margin-bottom:0}.mbs{margin-bottom:1rem}.mbm{margin-bottom:2rem}.mbl{margin-bottom:4rem}.ml0,.mln{margin-left:0}.mls{margin-left:1rem}.mlm{margin-left:2rem}.mll{margin-left:4rem}.mauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.pt0,.ptn{padding-top:0}.pts{padding-top:1rem}.ptm{padding-top:2rem}.ptl{padding-top:4rem}.pr0,.prn{padding-right:0}.prs{padding-right:1rem}.prm{padding-right:2rem}.prl{padding-right:4rem}.pb0,.pbn{padding-bottom:0}.pbs{padding-bottom:1rem}.pbm{padding-bottom:2rem}.pbl{padding-bottom:4rem}.pl0,.pln{padding-left:0}.pls{padding-left:1rem}.plm{padding-left:2rem}.pll{padding-left:4rem}@media (min-width:992px){.large-hidden{display:none!important}.large-visible{display:block!important}.large-no-float{float:none}.large-inbl{display:inline-block;float:none;vertical-align:top}.large-w25{width:25%!important}.large-w33{width:33.333333%!important}.large-w50{width:50%!important}.large-w66{width:66.666666%!important}.large-w75{width:75%!important}.large-w100,.large-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.large-ma0,.large-man{margin:0!important}}@media (min-width:768px) and (max-width:991px){.medium-hidden{display:none!important}.medium-visible{display:block!important}.medium-no-float{float:none}.medium-inbl{display:inline-block;float:none;vertical-align:top}.medium-w25{width:25%!important}.medium-w33{width:33.333333%!important}.medium-w50{width:50%!important}.medium-w66{width:66.666666%!important}.medium-w75{width:75%!important}.medium-w100,.medium-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.medium-ma0,.medium-man{margin:0!important}}@media (min-width:576px) and (max-width:767px){.small-hidden{display:none!important}.small-visible{display:block!important}.small-no-float{float:none}.small-inbl{display:inline-block;float:none;vertical-align:top}.small-w25{width:25%!important}.small-w33{width:33.333333%!important}.small-w50{width:50%!important}.small-w66{width:66.666666%!important}.small-w75{width:75%!important}.small-w100,.small-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.small-ma0,.small-man{margin:0!important}.small-pa0,.small-pan{padding:0!important}}@media (max-width:575px){.col,.mod,fieldset{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.flex-column,.flex-column-reverse,.flex-container,.flex-container--column,.flex-container--column-reverse,.flex-container--row,.flex-container--row-reverse,.flex-row,.flex-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-hidden{display:none!important}.tiny-visible{display:block!important}.tiny-no-float{float:none}.tiny-inbl{display:inline-block;float:none;vertical-align:top}.tiny-w25{width:25%!important}.tiny-w33{width:33.333333%!important}.tiny-w50{width:50%!important}.tiny-w66{width:66.666666%!important}.tiny-w75{width:75%!important}.tiny-w100,.tiny-wauto{display:block!important;float:none!important;clear:none!important;width:auto!important;margin-left:0!important;margin-right:0!important;border:0}.tiny-ma0,.tiny-man{margin:0!important}.tiny-pa0,.tiny-pan{padding:0!important}}@media (min-width:480px){[class*=" grid-"],[class^=grid-]{display:grid;grid-auto-flow:dense}[class*=" grid-"].has-gutter,[class^=grid-].has-gutter{grid-gap:1rem}[class*=" grid-"].has-gutter-l,[class^=grid-].has-gutter-l{grid-gap:2rem}[class*=" grid-"].has-gutter-xl,[class^=grid-].has-gutter-xl{grid-gap:4rem}}[class*=grid-1]{grid-template-columns:repeat(1,1fr)}[class*=grid-2]{grid-template-columns:repeat(2,1fr)}[class*=grid-3]{grid-template-columns:repeat(3,1fr)}[class*=grid-4]{grid-template-columns:repeat(4,1fr)}[class*=grid-5]{grid-template-columns:repeat(5,1fr)}[class*=grid-6]{grid-template-columns:repeat(6,1fr)}[class*=grid-7]{grid-template-columns:repeat(7,1fr)}[class*=grid-8]{grid-template-columns:repeat(8,1fr)}[class*=grid-9]{grid-template-columns:repeat(9,1fr)}[class*=grid-10]{grid-template-columns:repeat(10,1fr)}[class*=grid-11]{grid-template-columns:repeat(11,1fr)}[class*=grid-12]{grid-template-columns:repeat(12,1fr)}[class*=col-1]{grid-column:auto/span 1}[class*=row-1]{grid-row:auto/span 1}[class*=col-2]{grid-column:auto/span 2}[class*=row-2]{grid-row:auto/span 2}[class*=col-3]{grid-column:auto/span 3}[class*=row-3]{grid-row:auto/span 3}[class*=col-4]{grid-column:auto/span 4}[class*=row-4]{grid-row:auto/span 4}[class*=col-5]{grid-column:auto/span 5}[class*=row-5]{grid-row:auto/span 5}[class*=col-6]{grid-column:auto/span 6}[class*=row-6]{grid-row:auto/span 6}[class*=col-7]{grid-column:auto/span 7}[class*=row-7]{grid-row:auto/span 7}[class*=col-8]{grid-column:auto/span 8}[class*=row-8]{grid-row:auto/span 8}[class*=col-9]{grid-column:auto/span 9}[class*=row-9]{grid-row:auto/span 9}[class*=col-10]{grid-column:auto/span 10}[class*=row-10]{grid-row:auto/span 10}[class*=col-11]{grid-column:auto/span 11}[class*=row-11]{grid-row:auto/span 11}[class*=col-12]{grid-column:auto/span 12}[class*=row-12]{grid-row:auto/span 12}@media (min-width:480px) and (max-width:767px){[class*=grid-][class*="-small-1"]{grid-template-columns:repeat(1,1fr)}[class*=col-][class*="-small-1"]{grid-column:auto/span 1}[class*=grid-][class*="-small-2"]{grid-template-columns:repeat(2,1fr)}[class*=col-][class*="-small-2"]{grid-column:auto/span 2}[class*=grid-][class*="-small-3"]{grid-template-columns:repeat(3,1fr)}[class*=col-][class*="-small-3"]{grid-column:auto/span 3}[class*=grid-][class*="-small-4"]{grid-template-columns:repeat(4,1fr)}[class*=col-][class*="-small-4"]{grid-column:auto/span 4}[class*="-small-all"]{grid-column:1/-1}}.item-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.item-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-offset{visibility:hidden}.col-all{grid-column:1/-1}.row-all{grid-row:1/-1}@media (min-width:480px){.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.media-figure--center{-ms-flex-item-align:center;align-self:center}.media--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:480px){.autogrid,.grid{display:grid;grid-auto-flow:column;grid-auto-column:1fr}.autogrid.has-gutter,.grid.has-gutter{grid-column-gap:1rem}.autogrid.has-gutter-l,.grid.has-gutter-l{grid-column-gap:2rem}.autogrid.has-gutter-xl,.grid.has-gutter-xl{grid-column-gap:4rem}}.skip-links{position:absolute}.skip-links a{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);padding:.5em;background:#000;color:#fff;text-decoration:none}.skip-links a:focus{position:static;overflow:visible;clip:auto}.table,table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;vertical-align:top;margin-bottom:2rem}.table{display:table;border:1px solid #acb3c2;background:0 0}.table--zebra tbody tr:nth-child(odd){background:#e7e9ed}.table caption{caption-side:bottom;padding:1rem;color:#333;font-style:italic;text-align:right}.table td,.table th{padding:.3rem .6rem;min-width:2rem;vertical-align:top;border:1px #acb3c2 dotted;text-align:left;cursor:default}.table thead{color:#212529;background:0 0}.table--auto{table-layout:auto}fieldset,form{border:none}fieldset{padding:2rem}fieldset legend{padding:0 .5rem;border:0;white-space:normal}label{display:inline-block;cursor:pointer}[type=color],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{white-space:nowrap;font-family:inherit;font-size:inherit;border:0;-webkit-box-shadow:0 0 0 1px #333 inset;box-shadow:0 0 0 1px #333 inset;color:#212529;vertical-align:middle;padding:.5rem 1rem;margin:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]{background-color:#333;color:#fff;cursor:pointer}input[readonly]{background-color:#e7e9ed}select{padding-right:2rem;border-radius:0;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);background-position:right .6rem center;background-repeat:no-repeat;background-size:1.2rem}select::-ms-expand{display:none}textarea{min-height:5em;vertical-align:top;resize:vertical;white-space:normal}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-input-placeholder{color:#777}input:-moz-placeholder,textarea:-moz-placeholder{color:#777}progress{width:100%;vertical-align:middle}.btn,.btn--danger,.btn--ghost,.btn--info,.btn--inverse,.btn--primary,.btn--success,.btn--warning,.button,.button--danger,.button--ghost,.button--info,.button--inverse,.button--primary,.button--success,.button--warning,[type=button],button{display:inline-block;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background-color,color,border,-webkit-box-shadow;transition-property:background-color,color,border,-webkit-box-shadow;transition-property:box-shadow,background-color,color,border;transition-property:box-shadow,background-color,color,border,-webkit-box-shadow;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#212529;border:none;border-radius:0;background-color:#e7e9ed;font-family:inherit;font-size:inherit;line-height:1}.btn:focus,.button:focus,[type=button]:focus,button:focus{-webkit-tap-highlight-color:transparent}.btn--primary,.button--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--primary:active,.btn--primary:focus,.btn--primary:hover,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#025aa5}.btn--success,.button--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--success:active,.btn--success:focus,.btn--success:hover,.button--success:active,.button--success:focus,.button--success:hover{background-color:#449d44}.btn--info,.button--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--info:active,.btn--info:focus,.btn--info:hover,.button--info:active,.button--info:focus,.button--info:hover{background-color:#31b0d5}.btn--warning,.button--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--warning:active,.btn--warning:focus,.btn--warning:hover,.button--warning:active,.button--warning:focus,.button--warning:hover{background-color:#ec971f}.btn--danger,.button--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--danger:active,.btn--danger:focus,.btn--danger:hover,.button--danger:active,.button--danger:focus,.button--danger:hover{background-color:#c9302c}.btn--inverse,.button--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.btn--inverse:active,.btn--inverse:focus,.btn--inverse:hover,.button--inverse:active,.button--inverse:focus,.button--inverse:hover{background-color:#1a1a1a}.btn--ghost,.button--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.btn--ghost:active,.btn--ghost:focus,.btn--ghost:hover,.button--ghost:active,.button--ghost:focus,.button--ghost:hover{background-color:transparent}.btn--small,.button--small{padding:.7rem 1rem;font-size:.8em}.btn--big,.button--big{padding:1.5rem 2rem;font-size:1.4em}.btn--block,.button--block{width:100%!important;display:block}.btn--unstyled,.button--unstyled{padding:0;border:none;text-align:left;background:0 0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn--unstyled:focus,.button--unstyled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.nav-button{padding:0;background-color:transparent;outline:0;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-button>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:2.6rem;width:2.6rem;padding:0;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:center;background-repeat:no-repeat;background-origin:content-box;background-size:100% 5px;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform;will-change:transform,background}.nav-button>::after,.nav-button>::before{content:"";height:5px;background:#333;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:transform,top;transition-property:transform,top,-webkit-transform;will-change:transform,top}.nav-button:hover>*{background-color:transparent}.nav-button:focus{outline:0}.nav-button.is-active>*{background-image:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button.is-active>::before{-webkit-transform:translateY(50%) rotate3d(0,0,1,45deg);transform:translateY(50%) rotate3d(0,0,1,45deg)}.nav-button.is-active>::after{-webkit-transform:translateY(-50%) rotate3d(0,0,1,-45deg);transform:translateY(-50%) rotate3d(0,0,1,-45deg)}.checkbox{border-radius:4px}.switch{border-radius:3em}.radio{border-radius:50%}.checkbox,.radio,.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:text-bottom;outline:0;cursor:pointer;-webkit-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333;background:#fff}.checkbox~label,.radio~label,.switch~label{cursor:pointer}.checkbox::-ms-check,.radio::-ms-check,.switch::-ms-check{display:none}.switch{width:4rem;height:2rem;line-height:2rem;font-size:60%;-webkit-box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;box-shadow:inset -2rem 0 0 #333,inset 0 0 0 1px #333;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.switch::after,.switch::before{font-weight:700;color:#fff}.switch::before{content:"✕";float:right;margin-right:.66667rem}.switch:checked{-webkit-box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c;box-shadow:inset 2rem 0 0 #5cb85c,inset 0 0 0 1px #5cb85c}.switch:checked::before{content:"✓";float:left;margin-left:.66667rem}.checkbox{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.checkbox:checked{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-color:#333}.radio{width:2rem;height:2rem;-webkit-transition:background-color .15s;transition:background-color .15s}.radio:checked{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);background-size:80% 80%;background-position:center;background-repeat:no-repeat;background-color:#333}.tabs-menu{border-bottom:2px solid #e7e9ed}.tabs-menu-link{display:block;margin-bottom:-2px;padding:.5rem 3rem;border-bottom:4px solid transparent;color:#212529;background:0 0;text-decoration:none;border-radius:0;-webkit-transition:.25s;transition:.25s;-webkit-transition-property:color,border,background-color;transition-property:color,border,background-color}.tabs-menu-link.is-active{border-bottom-color:#333;color:#333;background:0 0;outline:0}.tabs-menu-link:focus{border-bottom-color:#333;color:#333;outline:0}@media (min-width:576px){.tabs-menu-link{display:inline-block}}.tabs-content-item{padding-top:1rem}.tabs-content-item[aria-hidden=true]{visibility:hidden}.tabs-content-item[aria-hidden=false]{visibility:visible}[class*=icon-arrow--]{vertical-align:middle}[class*=icon-arrow--]::after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:cover;mask-size:cover;background-color:#000;line-height:1}.icon-arrow--down::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow--up::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow--right::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.icon-arrow--left::after{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)}.tag,.tag--danger,.tag--ghost,.tag--info,.tag--inverse,.tag--primary,.tag--success,.tag--warning{display:inline-block;padding:3px .5rem;vertical-align:baseline;white-space:nowrap;color:#212529;border-radius:0;background-color:#e7e9ed;line-height:1}.tag--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tag--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.tag--small{font-size:1.2rem}.tag--big{font-size:2rem}.tag--block{width:100%!important;display:block}.disabled.tag--danger,.disabled.tag--ghost,.disabled.tag--info,.disabled.tag--inverse,.disabled.tag--primary,.disabled.tag--success,.disabled.tag--warning,.tag--disabled,.tag.disabled{opacity:.5;cursor:not-allowed}.tag--danger:empty,.tag--ghost:empty,.tag--info:empty,.tag--inverse:empty,.tag--primary:empty,.tag--success:empty,.tag--warning:empty,.tag:empty{display:none}.badge,.badge--danger,.badge--ghost,.badge--info,.badge--inverse,.badge--primary,.badge--success,.badge--warning{display:inline-block;padding:.5rem;border-radius:50%;color:#212529;background-color:#e7e9ed;line-height:1}.badge--danger::before,.badge--ghost::before,.badge--info::before,.badge--inverse::before,.badge--primary::before,.badge--success::before,.badge--warning::before,.badge::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.badge--primary{background-color:#0275d8;color:#fff}.badge--success{background-color:#5cb85c;color:#fff}.badge--info{background-color:#5bc0de;color:#fff}.badge--warning{background-color:#f0ad4e;color:#fff}.badge--danger{background-color:#d9534f;color:#fff}.badge--inverse{background-color:#333;color:#fff}.badge--ghost{background-color:transparent;color:#fff}.badge--small{font-size:1.2rem}.badge--big{font-size:2rem}.badge--disabled,.badge.disabled,.disabled.badge--danger,.disabled.badge--ghost,.disabled.badge--info,.disabled.badge--inverse,.disabled.badge--primary,.disabled.badge--success,.disabled.badge--warning{opacity:.5;cursor:not-allowed}.badge--danger:empty,.badge--ghost:empty,.badge--info:empty,.badge--inverse:empty,.badge--primary:empty,.badge--success:empty,.badge--warning:empty,.badge:empty{display:none}.alert,.alert--danger,.alert--ghost,.alert--info,.alert--inverse,.alert--primary,.alert--success,.alert--warning{padding:1rem 1rem;margin-top:.75em;margin-bottom:0;color:#212529;border-radius:0;background-color:#e7e9ed}.alert a,.alert--danger a,.alert--ghost a,.alert--info a,.alert--inverse a,.alert--primary a,.alert--success a,.alert--warning a{color:inherit;text-decoration:underline}.alert--primary{background-color:#0275d8;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--success{background-color:#5cb85c;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--info{background-color:#5bc0de;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--warning{background-color:#f0ad4e;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--danger{background-color:#d9534f;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--inverse{background-color:#333;color:#fff;-webkit-box-shadow:none;box-shadow:none}.alert--ghost{background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.alert--small{font-size:1.2rem}.alert--big{font-size:2rem}.alert--block{width:100%!important;display:block}.alert--disabled,.alert.disabled,.disabled.alert--danger,.disabled.alert--ghost,.disabled.alert--info,.disabled.alert--inverse,.disabled.alert--primary,.disabled.alert--success,.disabled.alert--warning{opacity:.5;cursor:not-allowed}.alert--danger:empty,.alert--ghost:empty,.alert--info:empty,.alert--inverse:empty,.alert--primary:empty,.alert--success:empty,.alert--warning:empty,.alert:empty{display:none} \ No newline at end of file diff --git a/sass/components/_arrows.scss b/sass/components/_arrows.scss index 715935c..5dde53a 100644 --- a/sass/components/_arrows.scss +++ b/sass/components/_arrows.scss @@ -3,7 +3,7 @@ /* ----------------------------- */ /* see https://knacss.com/styleguide.html#arrows */ -[class*="icon-arrow-"] { +[class*="icon-arrow--"] { vertical-align: middle; &::after { @@ -17,18 +17,18 @@ } } -.icon-arrow-down::after { +.icon-arrow--down::after { mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } -.icon-arrow-up::after { +.icon-arrow--up::after { mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } -.icon-arrow-right::after { +.icon-arrow--right::after { mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); } -.icon-arrow-left::after { +.icon-arrow--left::after { mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E"); }