body,html{margin:0;padding:0}html{box-sizing:border-box;font-size:62.5%}body{line-height:1.6;font-size:1.5rem;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Avenir,"Avenir Next","Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:2rem;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Avenir,"Avenir Next","Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}h1{font-size:5rem;line-height:1.2}h2{font-size:4.2rem;line-height:1.25}h3{font-size:3.6rem;line-height:1.3}h4{font-size:3rem;line-height:1.35}h5{font-size:2.4rem;line-height:1.5}h6{font-size:1.8rem;line-height:1.6}p{margin-top:0;margin-bottom:2rem;font-size:1.5rem}@media (max-width:400px){h1{font-size:4rem}h2{font-size:3.5rem}h3{font-size:3rem}h4{font-size:2.6rem}h5{font-size:2.2rem}h6{font-size:1.8rem}}a{color:#104cfb;transition:color .1s ease}a:hover{cursor:pointer;color:#222}
.button,[type=submit],button{padding:1.1rem 3.5rem;margin-top:0;margin-bottom:2rem;color:#f5f5f5;font-size:1.5rem;background:#111;border:1.5px solid #111;border-radius:2px;transition:all .2s ease}
.button.outline,[type=submit].outline,button.outline{color:#111;background:0 0;border:1.5px solid #111}
.button:hover,[type=submit]:hover,button:hover{color:#f5f5f5;background:#222}
.button.outline:hover,[type=submit].outline:hover,button.outline:hover{background:0 0;border:1.5px solid #222;color:#222}
.button:focus,[type=submit]:focus,button:focus{outline:0}
.button:active,[type=submit]:active,button:active{transform:scale(.99)}
.button.disabled,.button:disabled,[type=submit]:disabled,button:disabled{opacity:.8;cursor:not-allowed}input[type=email],input[type=file],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea,textarea[type=text]{width:100%;height:45px;padding:10px 10px;margin-top:1rem;margin-bottom:1rem;font-size:1.3rem;background:#f1f1f1;border:1px solid #a4a4a4;border-radius:2px;box-sizing:border-box;transition:all .2s ease}input[type=email]:hover,input[type=file]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=url]:hover,select:hover,textarea:hover,textarea[type=text]:hover{border:1px solid #111}input[type=email]:focus,input[type=file]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus,textarea[type=text]:focus{outline:0;border:1px solid #104cfb}textarea,textarea[type=text]{min-height:7rem}
.container{max-width:960px;margin:0 auto;width:80%}
.row{display:flex;flex-flow:row wrap;justify-content:space-between;width:100%;margin:1rem 0}
.row>:first-child{margin-left:0}
.col{flex:1 1 0px}
.col,[class*=" col-"],[class^=col-]{margin-left:4%}
.col-1{width:4.333333333333332%}
.col-2{width:12.666666666666664%}
.col-3{width:21%}
.col-4{width:29.33333333333333%}
.col-5{width:37.66666666666667%}
.col-6{width:46%}
.col-7{width:54.333333333333336%}
.col-8{width:62.66666666666666%}
.col-9{width:71%}
.col-10{width:79.33333333333334%}
.col-11{width:87.66666666666666%}
.col-12{width:96%}@media screen and (max-width:768px){.col,[class*=" col-"],[class^=col-]{margin:1rem 0;flex:0 0 100%}}ol,ul{padding-left:0;margin-top:0;margin-bottom:2rem;list-style-position:inside}ol ol,ol ul,ul ol,ul ul{margin:1rem 0 1rem 2rem;font-size:95%}li{margin-bottom:1rem}
.nav{position:relative;display:flex;flex-wrap:wrap;align-items:center;padding-top:1rem;padding-bottom:1rem}
.nav-item{padding:1rem 2rem}
.cards{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;margin-bottom:2rem}
.card{flex-direction:column;flex:0 1 calc(50% - .5rem);box-shadow:0 5px 15px rgba(0,0,0,.1);margin-bottom:2rem}
.card-image{display:block;position:relative}
.card-image img{display:block;height:auto;width:100%}
.card-header{font-weight:600;margin:0;padding:2rem 3rem 1rem}
.card-body{padding:0 3rem 2rem 3rem;min-height:100px}
.card-footer{display:flex;align-items:stretch;border-top:1px solid #dbdbdb;flex:1}
.card-footer .card-footer-item{display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;align-items:center;justify-content:center;margin:0;padding:1rem}
.card-footer-item:not(:first-child){border-left:1px solid #dbdbdb}@media (max-width:768px){.cards>.card{flex:auto}}
.pull-right{float:right}
.pull-left{float:left}
.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}
.full-screen{width:100%;min-height:100vh}
.full-width{width:100%}
.vertical-align{display:flex;align-items:center}
.horizontal-align{display:flex;justify-content:center}
.center{display:flex;align-items:center;justify-content:center;flex-direction:column}
.right{display:flex;align-items:center;justify-content:flex-end}
.left{display:flex;align-items:center;justify-content:flex-start}
.fixed{position:fixed;width:100%}@media screen and (max-width:400px){.hide-phone{display:none}}@media screen and (max-width:768px){.hide-tablet{display:none}}pre{margin-top:0;margin-bottom:2rem}code{padding:.2rem .5rem;margin:0 .2rem;font-size:1.3rem;white-space:nowrap;background:#f1f1f1;border:1px solid #dbdbdb;border-radius:4px;font-family:Consolas,Monaco,Menlo,monospace}pre>code{display:block;padding:1rem 1.5rem;white-space:pre-wrap;word-wrap:break-word}
