/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
}

/**
 * Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
 * 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;
}

/**
 * 1. Remove text indentation from table contents in Chrome and Safari.
 * (https://bugs.chromium.org/p/chromium/issues/detail?id=999088,
 *  https://bugs.webkit.org/show_bug.cgi?id=201297)
 * 2. Correct table border color inheritance in all Chrome and Safari.
 * (https://bugs.chromium.org/p/chromium/issues/detail?id=935729,
 *  https://bugs.webkit.org/show_bug.cgi?id=195016)
 */

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/**
 * Remove the padding so developers are not caught out
 * when they zero out 'fieldset' elements in all browsers.
 */

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */

progress {
    vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
 */

::-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 */
}

/*
 * Add the correct display in Chrome and Safari.
 */

summary {
    display: list-item;
}
/*
 *
 * Uncomment and set these variables to customize the grid.
 *
 * :root {
 *  --gutter-width: 1rem;
 *  --outer-margin: 2rem;
 *  --gutter-compensation: calc( var( --gutter-width / 2 ) * -1 );
 *  --half-gutter-width: calc( var( --gutter-width / 2 ) );
 *  --screen-xs-min: 30em;
 *  --screen-sm-min: 48em;
 *  --screen-md-min: 62em;
 *  --screen-lg-min: 75em;
 *  --container-sm: calc( 45rem + var( --gutter-width ) );
 *  --container-md: calc( 60rem + var( --gutter-width ) );
 *  --container-lg: calc( 70rem + var( --gutter-width ) );
 * }
 *
*/

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.row.reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-xs {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 48em) {
    .container {
        width: 46rem;
    }

    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-flex-basis: 8.333%;
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        -webkit-flex-basis: 16.667%;
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-flex-basis: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        -webkit-flex-basis: 41.667%;
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-flex-basis: 58.333%;
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        -webkit-flex-basis: 66.667%;
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-flex-basis: 83.333%;
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        -webkit-flex-basis: 91.667%;
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .start-sm {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 62em) {
    .container {
        width: 61rem;
    }

    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-flex-basis: 8.333%;
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        -webkit-flex-basis: 16.667%;
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-md-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-flex-basis: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        -webkit-flex-basis: 41.667%;
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-flex-basis: 58.333%;
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        -webkit-flex-basis: 66.667%;
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-flex-basis: 83.333%;
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        -webkit-flex-basis: 91.667%;
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.333%;
    }

    .col-md-offset-2 {
        margin-left: 16.667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333%;
    }

    .col-md-offset-5 {
        margin-left: 41.667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333%;
    }

    .col-md-offset-8 {
        margin-left: 66.667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333%;
    }

    .col-md-offset-11 {
        margin-left: 91.667%;
    }

    .start-md {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-md {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 71rem;
    }

    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-flex-basis: 8.333%;
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        -webkit-flex-basis: 16.667%;
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-lg-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-flex-basis: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        -webkit-flex-basis: 41.667%;
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-flex-basis: 58.333%;
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        -webkit-flex-basis: 66.667%;
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-flex-basis: 83.333%;
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        -webkit-flex-basis: 91.667%;
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.667%;
    }

    .start-lg {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
:root {
    /* Github */
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    /* PT Serif on macos, Georgia on Windows */
    --font-serif: "PT Serif", Georgia, serif;
    /* Github */
    --font-monospace: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas,
        "Liberation Mono", monospace;

    --color-text: #000;
    --color-blue: #008bf5;
    --color-gray: #555;
    --color-red: #ed7647;
    --color-yellow: #fdd000;
    --color-pre: #f5f5f5;
    --color-bg: #fff;

    --font-size-large: 1.2rem;
    --font-size-x-large: 1.2rem;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

*[hidden] {
    display: none !important;
}

body {
    color: var(--color-text);
    font-size: 16px;
    font-family: var(--font-sans);
    font-weight: normal;
    line-height: 1.35;
    background: var(--color-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3 {
    font-weight: normal;
}
h1,
h2 {
    line-height: 1;
}

.container {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
}
@media only screen and (min-width: 48em) {
    .container {
        padding-left: 3em;
        padding-right: 3em;
    }
}
@media only screen and (min-width: 62em) {
    .container {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

a {
    color: var(--color-blue);
    border-bottom: 1px solid rgba(0, 139, 245, 0.2);
    text-decoration: none;
}
a:active,
a:hover,
a:visited:active,
a:visited:hover {
    color: #5cb8ff;
    border-bottom-color: rgba(92, 184, 255, 0.2);
}
a:visited {
    color: #551a8b;
    border-bottom-color: rgba(85, 26, 139, 0.2);
}
a[href^="#"] {
    border-bottom-style: dashed;
}

blockquote {
    margin: 0;
    padding: 0;
}
code,
pre {
    font-family: var(--font-monospace);
}
pre {
    margin: 0 0 0.8em 0;
    background: var(--color-pre);
    overflow-x: auto;
    white-space: pre;
    line-height: 1.2;
}
pre > code {
    display: block;
    padding: 1.5em;
    font-size: 80%;
}
p > code,
li > code,
td > code,
p > a > code,
li > a > code {
    background: var(--color-pre);
    font-size: 80%;
    padding: 0.125em 0.25em;
}

p {
    margin: 0 0 0.8em 0;
}
p:last-child {
    margin-bottom: 0;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}

abbr::after {
    display: inline-block;
    margin-left: 0.25em;
    margin-right: 0.25em;
    vertical-align: text-bottom;
    font-size: 80%;
    content: "ⓘ";
}

details {
    margin-bottom: 0.8em;
}
details summary {
    color: var(--color-blue);
    cursor: pointer;
}
details summary.summary-ai::marker {
    content: "🤖 ";
}

form input[type="email"],
form input[type="password"],
form input[type="text"],
form input[type="url"],
form select,
form textarea {
    border: 0;
    border-radius: 0.125em;
    border: solid 1px #ddd;
    cursor: text;
    display: block;
    padding: 0.5em;
    -webkit-appearance: none;
}
form input.error,
form select.error,
form textarea.error {
    border-color: var(--color-red);
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: var(--color-blue);
    border: 0;
    border-radius: 0.125em;
    color: var(--color-bg);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    overflow: hidden;
    padding: 0.5em 1em;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #007bdd;
    border-bottom: none;
    color: var(--color-bg);
}
.button:visited,
.button:visited:hover {
    border-bottom: none;
    color: var(--color-bg);
}
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

abbr[title] {
    text-decoration: none;
}

mark {
    background: var(--color-yellow);
    padding: 0 0.25em;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: "fa-brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

.fa,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: "fa-brands";
    font-weight: 400;
}

.far {
    font-family: "Font Awesome";
    font-weight: 400;
}

.fas {
    font-family: "Font Awesome";
    font-weight: 900;
}

/* Only selected icons from the set */
.fa-arrow-alt-circle-down::before {
    content: "\f358";
}
.fa-book::before {
    content: "\f02d";
}
.fa-chalkboard-teacher::before {
    content: "\f51c";
}
.fa-cloud::before {
    content: "\f0c2";
}
.fa-code::before {
    content: "\f121";
}
.fa-cube::before {
    content: "\f1b2";
}
.fa-database::before {
    content: "\f1c0";
}
.fa-dot-circle::before {
    content: "\f192";
}
.fa-envelope::before {
    content: "\f0e0";
}
.fa-file::before {
    content: "\f15b";
}
.fa-kiwi-bird::before {
    content: "\f535";
}
.fa-microphone::before {
    content: "\f130";
}
.fa-robot::before {
    content: "\f544";
}
.fa-rss::before {
    content: "\f09e";
}
.fa-star::before {
    content: "\f005";
}
.fa-telegram-plane::before {
    content: "\f3fe";
}
.fa-terminal::before {
    content: "\f120";
}
.fa-user::before {
    content: "\f007";
}

/* Brands */
.fa-discord::before {
    content: "\e800";
}
.fa-facebook-1::before {
    content: "\e801";
}
.fa-facebook-2::before {
    content: "\e802";
}
.fa-facebook-3::before {
    content: "\e803";
}
.fa-github-1::before {
    content: "\e804";
}
.fa-github-2::before {
    content: "\e805";
}
.fa-github-3::before {
    content: "\e806";
}
.fa-instagram::before {
    content: "\e807";
}
.fa-linkedin-1::before {
    content: "\e808";
}
.fa-linkedin-2::before {
    content: "\e80a";
}
.fa-telegram::before {
    content: "\e809";
}
.fa-twitter-1::before {
    content: "\e80b";
}
.fa-twitter-2::before {
    content: "\e80c";
}
.fa-youtube::before {
    content: "\e80d";
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: auto;
}
.icon--rounded {
    border-radius: 50%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.storey {
    padding-top: 4em;
    padding-bottom: 4em;
}
.storey--notop {
    padding-top: 0;
}
.storey__header {
    font-size: 1.5em;
    font-weight: 700;
    margin: 0 0 0.75em 0;
}

.flex {
    display: flex;
}
.article {
    font-size: 1.1rem;
}
@media only screen and (min-width: 48em) {
    .article {
        font-size: var(--font-size-large);
    }
}
@media only screen and (min-width: 62em) {
    .article {
        font-size: 1.35rem;
    }
    pre {
        font-size: var(--font-size-large);
    }
}

.article h1 {
    font-size: 1.8em;
    font-weight: 700;
    margin: 0 0 0.5em;
}

.article h2 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.35;
    margin: 1em 0 0.5em;
}
.article h2:first-child {
    margin-top: 0;
}

.article h3 {
    font-size: 1em;
    font-weight: 600;
    margin: 1em 0 0.5em;
}
.article h3:first-child {
    margin-top: 0;
}

.article ul,
.article ol {
    padding-left: 2.5em;
    padding-right: 2.5em;
    margin: 0 0 0.8em 0;
}

.article ul li {
    list-style: none;
}
.article ol li {
    list-style: decimal outside;
}
.article li {
    margin: 0 0 0.4em 0;
}

.article figure {
    margin: 0 0 0.8em 0;
}
.article figcaption,
.article .figcaption {
    color: var(--color-gray);
    font-size: 90%;
    margin-top: 0.2em;
}
.article figcaption a,
.article .figcaption a {
    color: var(--color-gray);
    border-color: var(--color-gray);
}

.article blockquote {
    border-left: 0.3em solid var(--color-gray);
    color: var(--color-gray);
    margin-bottom: 0.8em;
    padding: 0 1em;
}

.article .big {
    font-size: 1.5em;
    margin: 0 0 0.8em 0;
}
.article blockquote.big {
    border: none;
    color: var(--color-gray);
    font-family: var(--font-serif);
    font-style: italic;
    padding: 0 1.5em;
}
@media only screen and (min-width: 48em) {
    .article blockquote.big {
        padding: 0 3em;
    }
}

.article .boxed {
    margin-bottom: 0.8em;
    border: 0.25em solid #eaeaea;
    padding: 1.5em;
    font-size: 90%;
}
.article .boxed > p:last-child {
    margin-bottom: 0;
}
.article .boxed--blue {
    border: 1em solid var(--color-blue);
}
@media only screen and (min-width: 48em) {
    .article .boxed {
        padding: 2em;
    }
}

.article table {
    display: inline-block;
    max-width: 100%;
    margin: 0 0 0.8em 0;
    overflow-x: auto;
    vertical-align: top;
    border: 1px solid #eaeaea;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.9em;
}
.article table td,
.article table th {
    padding: 0.4em 0.4em;
    vertical-align: top;
    border-bottom: 1px solid #eaeaea;
}
.article table tr:last-child td {
    border-bottom: none;
}

pre {
    margin-bottom: 0;
    background: #f5f5f5 !important;
    line-height: 1.2;
}
pre + p,
pre + blockquote {
    margin-top: 0.8em;
}
pre + pre {
    margin-top: 1px;
}
pre > code {
    padding: 1.5rem;
}

.highlight + p,
.highlight + blockquote {
    margin-top: 0.8em;
}
.highlight + pre {
    margin-top: 1px;
}

.footnotes {
    margin: 1em 0;
}
.footnotes hr {
    display: none;
}
.footnotes ol {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 80%;
}
a.footnote-ref {
    border: none;
}
a.footnote-ref::before {
    content: "[";
}
a.footnote-ref::after {
    content: "]";
}
a.footnote-backref {
    font-family: monospace;
    border-bottom: none;
}
@media only screen and (min-width: 48em) {
    .footnotes ol {
        columns: 2;
    }
}
@media only screen and (min-width: 62em) {
    .footnotes ol {
        columns: 3;
    }
}
codapi-snippet {
    display: block;
    margin-bottom: 0.8em;
    background: var(--color-pre);
}

codapi-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em;
    margin-bottom: 0;
    padding: 0 1.5em 1em;
    font-size: 1rem;
}
codapi-toolbar button {
    padding: 0;
    border: none;
    background: none;
    line-height: 1.35;
    color: var(--color-blue);
}
codapi-toolbar button::after {
    content: " ▶";
}
codapi-toolbar button:hover {
    background: none;
    color: #5cb8ff;
}
codapi-toolbar a {
    border: none !important;
}

codapi-status {
    display: block;
    white-space: nowrap;
}
codapi-status svg {
    width: 1em;
    height: 1em;
}

codapi-output {
    display: block;
    margin-bottom: 0.8em;
    border-top: 1px solid var(--color-bg);
}
codapi-output[hidden] {
    display: none;
}
codapi-output a[href="#close"] {
    display: none;
}
codapi-output pre {
    margin-bottom: 0;
}
codapi-output pre > code {
    margin-bottom: 0;
    padding: 1em 1.5em;
}
.utterances {
    margin-left: 0 !important;
}.footer {
    color: var(--color-gray);
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer__item {
    margin-left: 2em;
}

.footer__link {
    border-bottom-color: rgba(153, 153, 153, 0.4);
    color: inherit;
    text-decoration: none;
}
.footer__link:visited {
    border-bottom-color: rgba(153, 153, 153, 0.4);
    color: inherit;
}

.footer__social-link {
    border: none !important;
    color: #2196f3;
    display: inline-block;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    width: 2em;
}
.footer__social-link:visited {
    color: #2196f3;
}
.footer__social-link:hover,
.footer__social-link:visited:hover {
    color: #5cb8ff;
}
.footer__social-link span {
    display: none;
}.header {
    padding-top: 1em;
}

.header-icon {
    border-radius: 10%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}
.color-red {
    color: var(--color-red);
}
.color-gray {
    color: var(--color-gray);
}
.color-gray a,
.color-gray a:visited {
    border-color: rgba(0, 0, 0, 0.14);
    color: var(--color-gray);
}
.color-gray a:hover {
    border-bottom: none;
}
.color-sin {
    color: var(--color-yellow);
}
.color-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.highlight {
    background-color: #fff59d;
}

.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

.valign-middle {
    vertical-align: middle;
}

.img-inline {
    display: inline !important;
    vertical-align: middle;
}
.img-link {
    border: none !important;
    display: inline-block;
}
.img-link:hover {
    border: none !important;
}
.img-bordered {
    border: 0.2em solid #eaeaea;
}
.img-bordered-thin {
    border: 1px solid #eaeaea;
}

.naked-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.naked-list li {
    display: inline-block;
}
.naked-list li:first-child {
    margin-left: 0;
}
@media only screen and (max-width: 48em) {
    .naked-list {
        display: inline-block;
        margin: auto;
        text-align: left;
    }
    .naked-list .footer__item {
        display: block;
        margin: 0.25em 0 0.5em !important;
    }
}

.col-tile {
    padding-bottom: 0.5rem;
}

.nowrap {
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .only-mobile {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}
.home {
    background: linear-gradient(#fff, #f7f8fc);
}
.home__block {
    font-size: var(--font-size-large);
}

.home__row > div {
    margin-bottom: 1.5em;
}

@media only screen and (min-width: 62em) {
    .promo__description {
        padding-top: 1em;
    }
}
.menu__link {
    border: none !important;
    display: inline-block;
    margin-right: 1em;
}
.menu__link:last-child {
    margin-right: 0;
}
.menu__link i {
    color: #333;
}
.menu__link span,
.menu__link:visited span {
    color: var(--color-blue);
    border-bottom: 1px solid rgba(0, 139, 245, 0.2);
}
.menu__link:active span,
.menu__link:hover span {
    color: #5cb8ff;
    border-bottom-color: rgba(92, 184, 255, 0.2);
}
.menu__link:active i,
.menu__link:hover i {
    color: #5cb8ff;
}
.post-stub {
    margin-bottom: 1.5em;
}

.post-stub__header {
    position: relative;
    margin: 0;
}

.post-stub__title {
    margin-right: 0.5rem;
}

.post-stub__star {
    display: none;
    width: 1.2em;
    color: var(--color-yellow);
}

.post-stub__date {
    white-space: nowrap;
    color: var(--color-gray);
    font-size: 0.8em;
}

.post-stub__description {
    margin: 0.2em 0 0 0;
}

@media only screen and (min-width: 48em) {
    .post-stub__star {
        position: absolute;
        display: inline-block;
        left: -1.3em;
        top: 0.2em;
    }
}
.post__date {
    color: var(--color-gray);
    display: inline-block;
    margin-right: 1em;
}

.post__footer {
    margin-top: 1em;
}

.post__related {
    margin-top: 2em;
    margin-bottom: 2em;
}

.post__nav p {
    margin-bottom: 0.8em;
}

.post__tags {
    color: var(--color-gray);
    display: inline-block;
}

.post__tags a {
    border-bottom-color: rgba(0, 0, 0, 0.1);
    color: currentColor;
}
.article+.posts {
    margin-top: 1.5em;
}

@media only screen and (min-width: 48em) {
    .posts {
        font-size: var(--font-size-large);
    }
}a.portfolio-thumb {
    border: none;
    display: inline-block;
}
img.portfolio-thumb--raised {
    border-top: 1px solid #eaeaea;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15),
        0 2px 3px 0 rgba(0, 0, 0, 0.4);
}
img.portfolio-thumb {
    margin: 0 0 0.5em 0;
}

.project-section-header {
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    font-size: 1em;
    font-weight: 700;
}

.project-block {
    position: relative;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #eaeaea;
    border-radius: 0.25em;
    padding: 1em 1.5em;
}
.project-block--highlight {
    border-color: var(--color-blue);
}
.project-block--highlight::after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: var(--color-blue);
    border-bottom-left-radius: 0.25em;
    text-align: center;
    color: #fff;
    content: "★";
}
.project-block--noborder {
    border: none;
}
.project-block p {
    margin: 0 0 0.5em 0;
}
.project-block p:last-child {
    margin-bottom: 0;
}
.search-module input[type="search"] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0.5em 0.75em;
    border: solid 1px #ddd;
    border-radius: 2px;
    outline-style: none;
    font-size: 12px;
}.sqlime-example {
    margin-top: 0.8rem;
    font-family: var(--font-monospace);
    line-height: 1;
}

.sqlime-example div:nth-child(1) {
    margin: 0 0 0.8em 0;
    font-size: 0.8em;
}

.sqlime-example button {
    border: 1px solid var(--color-blue);
    background: none;
    color: var(--color-blue);
}
.sqlime-example button:hover {
    background: var(--color-blue);
    color: var(--color-bg);
}

.sqlime-example sqlime-output {
    margin: 0 0 0.8em 0;
    padding: 1.5em;
    background-color: #f5f5f5;
    font-size: 0.8em;
}

.sqlime-example table {
    margin: 0 0 0.8em 0;
    border-top: 1px solid var(--color-text);
    border-right: none;
    border-bottom: 1px solid var(--color-text);
    border-left: 1px solid var(--color-text);
    line-height: 1;
    font-size: 1em;
}

.sqlime-example table th {
    vertical-align: top;
    padding: 0.6em 1em;
    border-top: none;
    border-right: 1px solid var(--color-text);
    border-bottom: 1px solid var(--color-text);
    border-left: none;
    font-weight: normal;
    line-height: 1;
}

.sqlime-example table td {
    vertical-align: top;
    padding: 0.2em 1em;
    border-right: 1px solid var(--color-text);
    border-bottom: none;
    line-height: 1;
}

.sqlime-example table tr:first-child td {
    padding-top: 0.8em;
}
.sqlime-example table tr:last-child td {
    padding-bottom: 0.8em;
}

@media only screen and (min-width: 62em) {
    .sqlime-example {
        font-size: var(--font-size-large);
    }
}
