.notices {
    padding: 1px 1px 1px 30px;
    margin: 15px 0
}

    .notices.yellow {
        border-left: 10px solid #f0ad4e;
        background: #fcf8f2;
        color: #df8a13
    }

    .notices.red {
        border-left: 10px solid #d9534f;
        background: #fdf7f7;
        color: #b52b27
    }

    .notices.blue {
        border-left: 10px solid #5bc0de;
        background: #f4f8fa;
        color: #28a1c5
    }

    .notices.green {
        border-left: 10px solid #5cb85c;
        background: #f1f9f1;
        color: #3d8b3d
    }

#grav-login {
    max-width: 30rem;
    margin: 5rem auto;
    background: #fcfcfc;
    border: 4px solid #eee;
    border-radius: 4px;
    padding: 1rem 3rem 3rem 3rem;
    text-align: center
}

    #grav-login .form-actions {
        text-align: right
    }

#grav-logout {
    position: absolute;
    bottom: 5px;
    right: 5px
}

.alert.info {
    color: #27ae60
}

.alert.error {
    color: #e74c3c
}

#grav-login p {
    font-size: small;
    margin: 1rem 0;
    padding: 0;
    text-align: center
}

#grav-login .form-actions p {
    margin-bottom: 0
}

#grav-login .button {
    vertical-align: middle
}

#grav-login .delimiter {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.6rem;
    position: relative;
    text-transform: uppercase;
    margin: 1rem 0
}

    #grav-login .delimiter:after, #grav-login .delimiter:before {
        background-color: #777;
        content: "";
        height: 1px;
        position: absolute;
        top: .8rem;
        width: 40%
    }

    #grav-login .delimiter:before {
        background-image: -moz-linear-gradient(right center,#777777,#ffffff);
        left: 0
    }

    #grav-login .delimiter:after {
        background-image: -moz-linear-gradient(left center,#777777,#ffffff);
        right: 0
    }

#grav-login .rememberme {
    display: inline-block;
    float: left;
    padding: 7px 0;
    vertical-align: middle
}

    #grav-login .rememberme label {
        font-weight: inherit;
        display: inline
    }

.login-status {
    white-space: nowrap;
    vertical-align: middle
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype')
}

@charset "UTF-8";

*, *::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: rgba(0,0,0,0)
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .84375rem
}

p {
    margin-top: 0;
    margin-bottom: 1.5em
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    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: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: inherit;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

pre, code, kbd, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",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 {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    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;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, h5, h6 {
    color: #000
}

.bg-primary {
    background-color: #000 !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: black !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:48em) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:62em) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:78em) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:48em) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:62em) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:78em) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 0.421875rem !important
}

.mt-1, .my-1 {
    margin-top: 0.421875rem !important
}

.mr-1, .mx-1 {
    margin-right: 0.421875rem !important
}

.mb-1, .my-1 {
    margin-bottom: 0.421875rem !important
}

.ml-1, .mx-1 {
    margin-left: 0.421875rem !important
}

.m-2 {
    margin: 0.84375rem !important
}

.mt-2, .my-2 {
    margin-top: 0.84375rem !important
}

.mr-2, .mx-2 {
    margin-right: 0.84375rem !important
}

.mb-2, .my-2 {
    margin-bottom: 0.84375rem !important
}

.ml-2, .mx-2 {
    margin-left: 0.84375rem !important
}

.m-3 {
    margin: 1.6875rem !important
}

.mt-3, .my-3 {
    margin-top: 1.6875rem !important
}

.mr-3, .mx-3 {
    margin-right: 1.6875rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1.6875rem !important
}

.ml-3, .mx-3 {
    margin-left: 1.6875rem !important
}

.m-4 {
    margin: 2.53125rem !important
}

.mt-4, .my-4 {
    margin-top: 2.53125rem !important
}

.mr-4, .mx-4 {
    margin-right: 2.53125rem !important
}

.mb-4, .my-4 {
    margin-bottom: 2.53125rem !important
}

.ml-4, .mx-4 {
    margin-left: 2.53125rem !important
}

.m-5 {
    margin: 5.0625rem !important
}

.mt-5, .my-5 {
    margin-top: 5.0625rem !important
}

.mr-5, .mx-5 {
    margin-right: 5.0625rem !important
}

.mb-5, .my-5 {
    margin-bottom: 5.0625rem !important
}

.ml-5, .mx-5 {
    margin-left: 5.0625rem !important
}

.m-additional {
    margin: 3.375rem !important
}

.mt-additional, .my-additional {
    margin-top: 3.375rem !important
}

.mr-additional, .mx-additional {
    margin-right: 3.375rem !important
}

.mb-additional, .my-additional {
    margin-bottom: 3.375rem !important
}

.ml-additional, .mx-additional {
    margin-left: 3.375rem !important
}

.m-component {
    margin: 1.6875rem !important
}

.mt-component, .my-component {
    margin-top: 1.6875rem !important
}

.mr-component, .mx-component {
    margin-right: 1.6875rem !important
}

.mb-component, .my-component {
    margin-bottom: 1.6875rem !important
}

.ml-component, .mx-component {
    margin-left: 1.6875rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 0.421875rem !important
}

.pt-1, .py-1 {
    padding-top: 0.421875rem !important
}

.pr-1, .px-1 {
    padding-right: 0.421875rem !important
}

.pb-1, .py-1 {
    padding-bottom: 0.421875rem !important
}

.pl-1, .px-1 {
    padding-left: 0.421875rem !important
}

.p-2 {
    padding: 0.84375rem !important
}

.pt-2, .py-2 {
    padding-top: 0.84375rem !important
}

.pr-2, .px-2 {
    padding-right: 0.84375rem !important
}

.pb-2, .py-2 {
    padding-bottom: 0.84375rem !important
}

.pl-2, .px-2 {
    padding-left: 0.84375rem !important
}

.p-3 {
    padding: 1.6875rem !important
}

.pt-3, .py-3 {
    padding-top: 1.6875rem !important
}

.pr-3, .px-3 {
    padding-right: 1.6875rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1.6875rem !important
}

.pl-3, .px-3 {
    padding-left: 1.6875rem !important
}

.p-4 {
    padding: 2.53125rem !important
}

.pt-4, .py-4 {
    padding-top: 2.53125rem !important
}

.pr-4, .px-4 {
    padding-right: 2.53125rem !important
}

.pb-4, .py-4 {
    padding-bottom: 2.53125rem !important
}

.pl-4, .px-4 {
    padding-left: 2.53125rem !important
}

.p-5 {
    padding: 5.0625rem !important
}

.pt-5, .py-5 {
    padding-top: 5.0625rem !important
}

.pr-5, .px-5 {
    padding-right: 5.0625rem !important
}

.pb-5, .py-5 {
    padding-bottom: 5.0625rem !important
}

.pl-5, .px-5 {
    padding-left: 5.0625rem !important
}

.p-additional {
    padding: 3.375rem !important
}

.pt-additional, .py-additional {
    padding-top: 3.375rem !important
}

.pr-additional, .px-additional {
    padding-right: 3.375rem !important
}

.pb-additional, .py-additional {
    padding-bottom: 3.375rem !important
}

.pl-additional, .px-additional {
    padding-left: 3.375rem !important
}

.p-component {
    padding: 1.6875rem !important
}

.pt-component, .py-component {
    padding-top: 1.6875rem !important
}

.pr-component, .px-component {
    padding-right: 1.6875rem !important
}

.pb-component, .py-component {
    padding-bottom: 1.6875rem !important
}

.pl-component, .px-component {
    padding-left: 1.6875rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:48em) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 0.421875rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.421875rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.421875rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.421875rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.421875rem !important
    }

    .m-md-2 {
        margin: 0.84375rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.84375rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.84375rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.84375rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.84375rem !important
    }

    .m-md-3 {
        margin: 1.6875rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1.6875rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1.6875rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1.6875rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1.6875rem !important
    }

    .m-md-4 {
        margin: 2.53125rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 2.53125rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 2.53125rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 2.53125rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 2.53125rem !important
    }

    .m-md-5 {
        margin: 5.0625rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 5.0625rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 5.0625rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 5.0625rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 5.0625rem !important
    }

    .m-md-additional {
        margin: 3.375rem !important
    }

    .mt-md-additional, .my-md-additional {
        margin-top: 3.375rem !important
    }

    .mr-md-additional, .mx-md-additional {
        margin-right: 3.375rem !important
    }

    .mb-md-additional, .my-md-additional {
        margin-bottom: 3.375rem !important
    }

    .ml-md-additional, .mx-md-additional {
        margin-left: 3.375rem !important
    }

    .m-md-component {
        margin: 1.6875rem !important
    }

    .mt-md-component, .my-md-component {
        margin-top: 1.6875rem !important
    }

    .mr-md-component, .mx-md-component {
        margin-right: 1.6875rem !important
    }

    .mb-md-component, .my-md-component {
        margin-bottom: 1.6875rem !important
    }

    .ml-md-component, .mx-md-component {
        margin-left: 1.6875rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 0.421875rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.421875rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.421875rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.421875rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.421875rem !important
    }

    .p-md-2 {
        padding: 0.84375rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.84375rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.84375rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.84375rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.84375rem !important
    }

    .p-md-3 {
        padding: 1.6875rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1.6875rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1.6875rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1.6875rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1.6875rem !important
    }

    .p-md-4 {
        padding: 2.53125rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 2.53125rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 2.53125rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 2.53125rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 2.53125rem !important
    }

    .p-md-5 {
        padding: 5.0625rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 5.0625rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 5.0625rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 5.0625rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 5.0625rem !important
    }

    .p-md-additional {
        padding: 3.375rem !important
    }

    .pt-md-additional, .py-md-additional {
        padding-top: 3.375rem !important
    }

    .pr-md-additional, .px-md-additional {
        padding-right: 3.375rem !important
    }

    .pb-md-additional, .py-md-additional {
        padding-bottom: 3.375rem !important
    }

    .pl-md-additional, .px-md-additional {
        padding-left: 3.375rem !important
    }

    .p-md-component {
        padding: 1.6875rem !important
    }

    .pt-md-component, .py-md-component {
        padding-top: 1.6875rem !important
    }

    .pr-md-component, .px-md-component {
        padding-right: 1.6875rem !important
    }

    .pb-md-component, .py-md-component {
        padding-bottom: 1.6875rem !important
    }

    .pl-md-component, .px-md-component {
        padding-left: 1.6875rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:62em) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 0.421875rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.421875rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.421875rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.421875rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.421875rem !important
    }

    .m-lg-2 {
        margin: 0.84375rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.84375rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.84375rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.84375rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.84375rem !important
    }

    .m-lg-3 {
        margin: 1.6875rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1.6875rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1.6875rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1.6875rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1.6875rem !important
    }

    .m-lg-4 {
        margin: 2.53125rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 2.53125rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 2.53125rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 2.53125rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 2.53125rem !important
    }

    .m-lg-5 {
        margin: 5.0625rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 5.0625rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 5.0625rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 5.0625rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 5.0625rem !important
    }

    .m-lg-additional {
        margin: 3.375rem !important
    }

    .mt-lg-additional, .my-lg-additional {
        margin-top: 3.375rem !important
    }

    .mr-lg-additional, .mx-lg-additional {
        margin-right: 3.375rem !important
    }

    .mb-lg-additional, .my-lg-additional {
        margin-bottom: 3.375rem !important
    }

    .ml-lg-additional, .mx-lg-additional {
        margin-left: 3.375rem !important
    }

    .m-lg-component {
        margin: 1.6875rem !important
    }

    .mt-lg-component, .my-lg-component {
        margin-top: 1.6875rem !important
    }

    .mr-lg-component, .mx-lg-component {
        margin-right: 1.6875rem !important
    }

    .mb-lg-component, .my-lg-component {
        margin-bottom: 1.6875rem !important
    }

    .ml-lg-component, .mx-lg-component {
        margin-left: 1.6875rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 0.421875rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.421875rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.421875rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.421875rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.421875rem !important
    }

    .p-lg-2 {
        padding: 0.84375rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.84375rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.84375rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.84375rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.84375rem !important
    }

    .p-lg-3 {
        padding: 1.6875rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1.6875rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1.6875rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1.6875rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1.6875rem !important
    }

    .p-lg-4 {
        padding: 2.53125rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 2.53125rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 2.53125rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 2.53125rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 2.53125rem !important
    }

    .p-lg-5 {
        padding: 5.0625rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 5.0625rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 5.0625rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 5.0625rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 5.0625rem !important
    }

    .p-lg-additional {
        padding: 3.375rem !important
    }

    .pt-lg-additional, .py-lg-additional {
        padding-top: 3.375rem !important
    }

    .pr-lg-additional, .px-lg-additional {
        padding-right: 3.375rem !important
    }

    .pb-lg-additional, .py-lg-additional {
        padding-bottom: 3.375rem !important
    }

    .pl-lg-additional, .px-lg-additional {
        padding-left: 3.375rem !important
    }

    .p-lg-component {
        padding: 1.6875rem !important
    }

    .pt-lg-component, .py-lg-component {
        padding-top: 1.6875rem !important
    }

    .pr-lg-component, .px-lg-component {
        padding-right: 1.6875rem !important
    }

    .pb-lg-component, .py-lg-component {
        padding-bottom: 1.6875rem !important
    }

    .pl-lg-component, .px-lg-component {
        padding-left: 1.6875rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:78em) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 0.421875rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.421875rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.421875rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.421875rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.421875rem !important
    }

    .m-xl-2 {
        margin: 0.84375rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.84375rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.84375rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.84375rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.84375rem !important
    }

    .m-xl-3 {
        margin: 1.6875rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1.6875rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1.6875rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1.6875rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1.6875rem !important
    }

    .m-xl-4 {
        margin: 2.53125rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 2.53125rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 2.53125rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 2.53125rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 2.53125rem !important
    }

    .m-xl-5 {
        margin: 5.0625rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 5.0625rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 5.0625rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 5.0625rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 5.0625rem !important
    }

    .m-xl-additional {
        margin: 3.375rem !important
    }

    .mt-xl-additional, .my-xl-additional {
        margin-top: 3.375rem !important
    }

    .mr-xl-additional, .mx-xl-additional {
        margin-right: 3.375rem !important
    }

    .mb-xl-additional, .my-xl-additional {
        margin-bottom: 3.375rem !important
    }

    .ml-xl-additional, .mx-xl-additional {
        margin-left: 3.375rem !important
    }

    .m-xl-component {
        margin: 1.6875rem !important
    }

    .mt-xl-component, .my-xl-component {
        margin-top: 1.6875rem !important
    }

    .mr-xl-component, .mx-xl-component {
        margin-right: 1.6875rem !important
    }

    .mb-xl-component, .my-xl-component {
        margin-bottom: 1.6875rem !important
    }

    .ml-xl-component, .mx-xl-component {
        margin-left: 1.6875rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 0.421875rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.421875rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.421875rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.421875rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.421875rem !important
    }

    .p-xl-2 {
        padding: 0.84375rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.84375rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.84375rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.84375rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.84375rem !important
    }

    .p-xl-3 {
        padding: 1.6875rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1.6875rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1.6875rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1.6875rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1.6875rem !important
    }

    .p-xl-4 {
        padding: 2.53125rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 2.53125rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 2.53125rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 2.53125rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 2.53125rem !important
    }

    .p-xl-5 {
        padding: 5.0625rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 5.0625rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 5.0625rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 5.0625rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 5.0625rem !important
    }

    .p-xl-additional {
        padding: 3.375rem !important
    }

    .pt-xl-additional, .py-xl-additional {
        padding-top: 3.375rem !important
    }

    .pr-xl-additional, .px-xl-additional {
        padding-right: 3.375rem !important
    }

    .pb-xl-additional, .py-xl-additional {
        padding-bottom: 3.375rem !important
    }

    .pl-xl-additional, .px-xl-additional {
        padding-left: 3.375rem !important
    }

    .p-xl-component {
        padding: 1.6875rem !important
    }

    .pt-xl-component, .py-xl-component {
        padding-top: 1.6875rem !important
    }

    .pr-xl-component, .px-xl-component {
        padding-right: 1.6875rem !important
    }

    .pb-xl-component, .py-xl-component {
        padding-bottom: 1.6875rem !important
    }

    .pl-xl-component, .px-xl-component {
        padding-left: 1.6875rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@font-face {
    font-family: "icons";
    src: url(/fonts/icons.ttf) format("truetype"),url(/fonts/icons.woff) format("woff"),url("/fonts/icons.svg#icons") format("svg");
    font-weight: 400;
    font-style: normal
}

.icon {
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon--xing:before {
    content: ""
}

.icon--linkedin:before {
    content: ""
}

.icon--facebook:before {
    content: ""
}

body.freeze {
    overflow: hidden
}

.container {
    width: 100%;
    padding-right: .84375rem;
    padding-left: .84375rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:48em) {
    .container {
        max-width: 45rem
    }
}

@media (min-width:62em) {
    .container {
        max-width: 60rem
    }
}

@media (min-width:78em) {
    .container {
        max-width: 75rem
    }
}

.container-fluid {
    width: 100%;
    padding-right: .84375rem;
    padding-left: .84375rem;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.84375rem;
    margin-left: -.84375rem
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: .84375rem;
    padding-left: .84375rem
}

.col {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:48em) {
    .col-md {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:62em) {
    .col-lg {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:78em) {
    .col-xl {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.auto-cols {
    column-count: 1;
    column-gap: 1.6875rem
}

@media (min-width:62em) {
    .auto-cols--two {
        column-count: 2
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover, .btn:focus {
    text-decoration: none
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000
}

    .btn-primary:hover {
        color: #fff;
        background-color: black;
        border-color: black
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(0,0,0,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #000;
        border-color: #000
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: black;
        border-color: black
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,0,0,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-outline-primary {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(0,0,0,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #000;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #000;
        border-color: #000
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,0,0,.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: inherit;
    background-color: transparent
}

    .btn-link:hover {
        color: inherit;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.40625rem;
    line-height: 2;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .984375rem;
    line-height: 1.2;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

.btn {
    font-size: smaller;
    text-transform: uppercase
}

.country-heading {
    color: #000;
    font-size: 3rem;
    padding-top: 6.25rem
}

.country-teaser {
    font-weight: 600
}

.country-recommendation {
    background-color: #eee;
    border-radius: 20px;
    padding: 20px;
    font-style: italic;
    margin-bottom: 1.5rem
}

.country-shortfacts {
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: -1.6875rem;
    margin-left: -.84375rem;
    margin-right: -.84375rem
}

.country-shortfacts__item {
    margin-bottom: 1.6875rem;
    padding-left: .84375rem;
    padding-right: .84375rem
}

.country-shortfacts__label {
    color: #000;
    display: block;
    font-weight: 700;
    margin-bottom: .3125rem;
    text-transform: uppercase;
    white-space: nowrap
}

.destination-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.84375rem;
    margin-left: -.84375rem;
    margin-bottom: -1.6875rem
}

@media (min-width:62em) {
    .destination-grid {
        padding: 0 8.3333333333%
    }
}

.destination-grid--small {
    padding: 0
}

@media (min-width:62em) {
    .destination-grid--small .destination-grid__item {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.destination-grid__item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: .84375rem;
    padding-left: .84375rem;
    margin-bottom: 3.375rem;
    text-align: center;
    border-radius: 40px 15px
}

@media (min-width:48em) {
    .destination-grid__item {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center
    }
}

.destination-grid__item-subline {
    display: block;
    font-size: .75rem;
    margin-bottom: 0;
    text-transform: uppercase
}

.destination-grid__item-title {
    color: #000;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 0
}

.destinations {
    background-color: #f8f9fa;
    margin-bottom: 6.25rem;
    padding-top: 6.25rem;
    padding-bottom: 4.5625rem
}

.editorial {
    max-width: 45rem
}

.form-field__input {
    background: transparent;
    border: none;
    border-radius: 0;
    display: block;
    padding: 1.25rem .625rem .3125rem;
    width: 100%
}

    .form-field__input:focus {
        outline: 0
    }

        .form-field__input:focus::-webkit-input-placeholder {
            opacity: 1
        }

        .form-field__input:focus::-moz-placeholder {
            opacity: 1
        }

.form-field {
    margin: 0 0 1.6875rem
}

    .form-field input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px #f8f9fa inset
    }

.form-field--error {
    color: #dc3545
}

.form-field__input-wrapper {
    background-color: #f8f9fa;
    position: relative
}

.form-field__label {
    left: .625rem;
    margin: 0;
    position: absolute;
    top: .78125rem;
    transition: all 0.2s
}

:placeholder-shown + .form-field__label {
    cursor: text;
    overflow: hidden;
    white-space: nowrap
}

:not(:placeholder-shown) + .form-field__label, :focus + .form-field__label {
    color: #6c757d;
    font-size: .75rem;
    top: .3125rem
}

:not(:-ms-input-placeholder) + .form-field__label, :focus + .form-field__label {
    color: #6c757d !important;
    font-size: 0.75rem !important;
    transform: translate(0,-.75rem) !important
}

.form-field__message {
    margin-bottom: 0;
    padding-left: .625rem;
    padding-right: .625rem
}

.form-field__message--error {
    color: #dc3545
}

.form-field ::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit
}

.form-field ::-moz-placeholder {
    opacity: 0;
    transition: inherit
}

.form-field :-ms-input-placeholder {
    opacity: 0 !important;
    transition: inherit !important
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.84375rem;
    margin-left: -.84375rem;
    align-items: flex-end;
    margin-bottom: 0rem
}

.gallery__item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: .84375rem;
    padding-left: .84375rem;
    margin-bottom: 1.6875rem;
    border-radius: 40px 15px
}

@media (min-width:48em) {
    .gallery__item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:62em) {
    .gallery__item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.image-fluid {
    max-width: 100%;
    height: auto
}

.image-fluid--block {
    display: block;
    margin-bottom: 1.6875rem;
    width: 100%
}

.image-gallery-item {
    border-radius: 40px 15px
}

.image-destination-grid-item {
    border-radius: 80% 10% 50% 40% / 30% 10% 40% 10%
}

.image-home-grid-item-usa {
    border-radius: 900px 900px
}

.image-home-grid-item-canada {
    border-radius: 900px 200px
}

.inspiration {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.84375rem;
    margin-left: -.84375rem
}

.inspiration__graphic {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: .84375rem;
    padding-left: .84375rem
}

@media (max-width:47.99875em) {
    .inspiration__graphic {
        margin-bottom: 1.6875rem;
        order: -1
    }
}

@media (min-width:48em) {
    .inspiration__graphic {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.inspiration__more {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: .84375rem;
    padding-left: .84375rem;
    margin-top: 3.375rem;
    width: 100%
}

@media (min-width:48em) {
    .inspiration__more {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
}

.inspiration__text {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: .84375rem;
    padding-left: .84375rem
}

@media (min-width:48em) {
    .inspiration__text {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.inspiration__title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:48em) {
    .inspiration__title {
        font-size: 3rem
    }
}

.nav-toggle {
    display: block;
    height: 1.5rem;
    position: relative;
    width: 1.5rem
}

.nav-toggle--close .nav-toggle__bar--first {
    animation-name: nav-toggle-bar-first-close;
    top: .625rem;
    transform: rotate(45deg)
}

.nav-toggle--close .nav-toggle__bar--last {
    animation-name: nav-toggle-bar-last-close;
    bottom: .625rem;
    transform: rotate(-45deg);
    width: 100%
}

.nav-toggle--close .nav-toggle__bar--middle {
    animation-name: nav-toggle-bar-middle-close;
    opacity: 0
}

.nav-toggle__bar {
    animation-duration: 400ms;
    background-color: #000;
    border-radius: .0625rem;
    height: .25rem;
    position: absolute;
    width: 100%
}

.nav-toggle__bar--first {
    animation-name: nav-toggle-bar-first;
    top: 0
}

.nav-toggle__bar--last {
    animation-name: nav-toggle-bar-last;
    bottom: 0;
    width: 75%
}

.nav-toggle__bar--middle {
    top: .625rem;
    width: 50%
}

@keyframes nav-toggle-bar-first {
    0% {
        top: .625rem;
        transform: rotate(45deg)
    }

    50% {
        top: .625rem;
        transform: rotate(0)
    }

    100% {
        top: 0
    }
}

@keyframes nav-toggle-bar-first-close {
    0% {
        top: 0;
        transform: rotate(0)
    }

    50% {
        top: .625rem;
        transform: rotate(0)
    }

    100% {
        transform: rotate(45deg)
    }
}

@keyframes nav-toggle-bar-last {
    0% {
        bottom: .625rem;
        transform: rotate(-45deg);
        width: 100%
    }

    50% {
        bottom: .625rem;
        transform: rotate(0);
        width: 100%
    }

    100% {
        bottom: 0;
        width: 75%
    }
}

@keyframes nav-toggle-bar-last-close {
    0% {
        bottom: 0;
        transform: rotate(0);
        width: 75%
    }

    50% {
        bottom: .625rem;
        transform: rotate(0)
    }

    100% {
        transform: rotate(-45deg);
        width: 100%
    }
}

@keyframes nav-toggle-bar-middle-close {
    0% {
        opacity: 1
    }

    49% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.page-header {
    background-color: #f8f9fa;
    margin-bottom: 6.25rem;
    padding-top: 6.375rem;
    position: relative
}

@media (min-width:48em) {
    .page-header {
        padding-top: 3rem
    }
}

.page-header--startpage {
    padding-top: 3rem
}

.btn-header--startpage {
    display: none
}

@media (min-width:48em) {
    .page-header--startpage {
        padding-top: .75rem
    }
}

@media (min-width:62em) {
    .btn-header--startpage {
        display: inline
    }
}

.page-header--startpage .page-header__intro {
    margin-top: .625rem
}

.page-header--startpage .page-header__subline {
    color: gray;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

@media (min-width:62em) {
    .page-header--startpage .page-header__subline {
        font-size: 1.9rem
    }
}

@media (min-width:48em) and (max-width:61.99875em) {
    .page-header--startpage .page-header__text {
        align-self: flex-end;
        padding-bottom: 1.6875rem
    }
}

@media (min-width:48em) {
    .page-header--startpage .page-header__text {
        margin-left: 8.3333333333%;
        order: 1;
        text-align: left
    }
}

@media (min-width:62em) {
    .page-header--startpage .page-header__title {
        font-size: 3rem
    }
}

.page-header__container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.84375rem;
    margin-left: -.84375rem;
    width: 100%;
    padding-right: .84375rem;
    padding-left: .84375rem;
    margin-right: auto;
    margin-left: auto;
    align-items: flex-end;
    padding: 0
}

@media (min-width:48em) {
    .page-header__container {
        max-width: 45rem
    }
}

@media (min-width:62em) {
    .page-header__container {
        max-width: 60rem
    }
}

@media (min-width:78em) {
    .page-header__container {
        max-width: 75rem
    }
}

.page-header__flagline {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

.page-header__graphic {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: .84375rem;
    padding-left: .84375rem
}

@media (min-width:48em) {
    .page-header__graphic {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:62em) {
    .page-header__graphic {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

.page-header__intro {
    margin-bottom: 0
}

.page-header__subline {
    margin-bottom: 0
}

.page-header__text {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: .84375rem;
    padding-left: .84375rem;
    padding-bottom: 1.6875rem
}

@media (min-width:48em) {
    .page-header__text {
        flex: 0 0 50%;
        max-width: 50%;
        align-self: center;
        padding-bottom: 0;
        text-align: center
    }
}

.page-header__title {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

@media (min-width:62em) {
    .page-header__title {
        font-size: 4rem
    }
}

.page-header__wave {
    bottom: -.0625rem;
    left: 0;
    position: absolute;
    width: 100%
}

.page-header__wave--flipped {
    transform: scaleX(-1)
}

.section {
    margin-bottom: 6.25rem
}

.section__actions {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .84375rem;
    margin-left: -.84375rem;
    margin-right: -.84375rem;
    margin-bottom: -.84375rem;
    margin-top: 3.375rem;
    text-align: center
}

.section__actions--center {
    justify-content: center
}

.section__actions li, .section__actions__item {
    margin-bottom: .84375rem;
    margin-left: .84375rem;
    margin-right: .84375rem
}

.section__flagline {
    font-size: .75rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

.section__header {
    color: #000;
    display: flex;
    flex-direction: column
}

    .section__header .section__flagline {
        order: -1
    }

.section__inset {
    padding: 6.25rem 0
}

.section__title {
    font-size: 1.5rem;
    margin-bottom: 1.6875rem;
    text-align: center
}

@media (min-width:48em) {
    .section__title {
        font-size: 2rem;
        width: 100%;
        padding-right: .84375rem;
        padding-left: .84375rem;
        margin-right: auto;
        margin-left: auto
    }
}

.site-footer {
    background-color: #e9ecef;
    font-size: .875rem;
    padding-top: 6.25rem;
    padding-bottom: 1.6875rem
}

.site-footer__col {
    padding-left: .84375rem;
    padding-right: .84375rem;
    white-space: nowrap
}

@media (min-width:48em) and (max-width:61.99875em) {
    .site-footer__col {
        width: 50%
    }
}

.site-footer__col--primary {
    flex-grow: 1;
    white-space: normal;
    width: 100%
}

@media (min-width:62em) {
    .site-footer__col--primary {
        max-width: 50%;
        width: auto
    }
}

@media (min-width:78em) {
    .site-footer__col--primary {
        max-width: 33.3333333333%
    }
}

.site-footer__container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.84375rem;
    margin-left: -.84375rem;
    width: 100%;
    padding-right: .84375rem;
    padding-left: .84375rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    padding: 0
}

@media (min-width:48em) {
    .site-footer__container {
        max-width: 45rem
    }
}

@media (min-width:62em) {
    .site-footer__container {
        max-width: 60rem
    }
}

@media (min-width:78em) {
    .site-footer__container {
        max-width: 75rem
    }
}

@media (min-width:62em) {
    .site-footer__container {
        flex-wrap: nowrap
    }
}

.site-footer__icons {
    font-size: 1.3125rem;
    line-height: 1;
    margin-bottom: 1.6875rem
}

    .site-footer__icons .icon:hover, .site-footer__icons .icon:focus, .site-footer__icons .icon:active {
        text-decoration: none
    }

.site-footer__legal {
    color: #999;
    margin-top: 1.6875rem;
    text-align: center;
    width: 100%
}

.site-footer__logo {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1
}

.site-footer__column-title {
    color: inherit;
    font-size: .875rem;
    line-height: 1.5rem;
    text-transform: uppercase
}

.site-header {
    position: absolute;
    width: 100%;
    z-index: 10
}

@media (max-width:47.99875em) {
    .site-header--separated {
        background-color: #e9ecef
    }
}

.site-header__container {
    width: 100%;
    padding-right: .84375rem;
    padding-left: .84375rem;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    display: flex;
    height: 3rem;
    justify-content: space-between
}

@media (min-width:48em) {
    .site-header__container {
        max-width: 45rem
    }
}

@media (min-width:62em) {
    .site-header__container {
        max-width: 60rem
    }
}

@media (min-width:78em) {
    .site-header__container {
        max-width: 75rem
    }
}

.site-header__logo {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    z-index: 20
}

.site-header__menu {
    padding-left: 0;
    list-style: none;
    color: #000;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 1.6875rem
}

@media (min-width:48em) {
    .site-header__menu {
        font-size: 3rem
    }
}

.site-header__menu .active {
    font-weight: 700
}

.site-header__nav {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    transition: left 200ms
}

.site-header__nav--overlay {
    left: 0
}

.site-header__nav-toggle {
    cursor: pointer;
    z-index: 20
}
