:root {
    --white: #fff;
    --gray-100: #f8f9fb;
    --gray-200: #f2f3f7;
    --gray-300: #edeef3;
    --gray-400: #dee0ea;
    --gray-500: #c5c8da;
    --gray-600: #969cbb;
    --gray-700: #697097;
    --gray-800: #464c6d;
    --gray-900: #343852;
    --black: #343852;
    --primary: #1d71b8;
    --primary-dark: #155891;
    --primary-darker: #0f3f68;
    --brand-2: #d20050;
    --body-color: #697097;
    --body-color-darker: var(--black, $black);
    --body-bg: #f8f9fb;
    --input-placeholder-color: var(--body-color, #697097);
    --input-border-color: var(--gray-500, $gray-500);
    --border-color: var(--gray-400, #dee0ea);
    --border-radius: 1.4rem;
    --border-radius-sm: 2.4rem;
    --border-radius-md: 5rem;
    --border-radius-lg: 10rem;
    --box-shadow: 0 0 1.4rem rgba(52, 56, 82, 0.1);
    --box-shadow-lg: 0 1.5rem 4rem rgba(52, 56, 82, 0.1);
    --main-margin-top: 4rem;
    --main-margin-bottom: 4rem;
    --btn-height: 5rem;
    --alert-icon-bg: var(--body-color);
    --header-min-height: 7.8rem;
    --header-padding: 1.4rem 2rem;
    --header-logo-space-x: 1.2rem;
    --progress-bar-img-width: 6.5rem;
    --progress-bar-img-height: 5rem;
    --progress-bar-indicator-width: 0
}

@media (min-width: 62em) {
    :root {
        --main-margin-top: 9.5rem;
        --main-margin-bottom: 9rem;
        --progress-bar-img-width: 9.2rem;
        --progress-bar-img-height: 7.8rem
    }
}

@media (min-width: 75em) {
    :root {
        --header-min-height: 10.6rem;
        --header-padding: 1.4rem 3rem;
        --header-logo-space-x: 2rem
    }
}

@media (min-width: 87.5em) {
    :root {
        --header-logo-space-x: 2.5rem
    }
}

[data-contrast=high-c] {
    --input-border-color: var(--gray-700)
}

a,
article,
aside,
audio,
body,
div,
em,
fieldset,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
label,
li,
menu,
nav,
ol,
output,
p,
section,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul,
video {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-after: 0;
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-spacing: 0
}

input[type=button],
input[type=checkbox],
input[type=radio] {
    height: auto;
    margin: 0;
    padding: 0
}

input {
    box-shadow: none
}

u {
    border-bottom: 1px solid;
    text-decoration: none
}

a,
button,
input,
select {
    border-radius: 0
}

iframe {
    border: 0
}

hr {
    width: 100%
}

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

[class*=svg-icon] {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    display: inline-block;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

[class*=svg-icon] a {
    text-decoration: none
}

[class*=svg-angle] {
    width: .6rem
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(52, 56, 82, 0);
    font-family: sans-serif;
    line-height: 1.15
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    background-color: #f8f9fb;
    color: #697097;
    font-family: futura-pt, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.5rem;
    margin-top: 0
}

p {
    margin-bottom: 3rem;
    margin-top: 0
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    color: var(--body-color, #697097)
}

a,
a:hover {
    text-decoration: underline
}

a:hover {
    color: var(--primary, #1d71b8)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    caption-side: bottom;
    color: #697097;
    padding-bottom: 1.8rem;
    padding-top: 1.8rem;
    text-align: left
}

th {
    font-weight: 600;
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: 1rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--body-color-darker);
    font-family: futura-pt, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.5rem
}

.h1,
h1 {
    font-size: 3.6rem
}

.h2,
h2 {
    font-size: 2.8rem
}

.h3,
h3 {
    font-size: 2.4rem
}

.h4,
h4 {
    font-size: 2.2rem
}

.h5,
h5 {
    font-size: 2rem
}

.h6,
h6 {
    font-size: 1.8rem
}

.lead {
    font-size: 2rem;
    font-weight: 500
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    border: 0;
    border-top: .1rem solid var(--border-color, var(--gray-400, #dee0ea));
    margin-bottom: 3.6rem;
    margin-top: 3.6rem
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    background-color: transparent;
    padding: 0
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.8rem;
    margin-bottom: 1rem
}

.blockquote-footer {
    color: #969cbb;
    display: block;
    font-size: 80%
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: #f8f9fb;
    border: .1rem solid #edeef3;
    border-radius: 1.4rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: var(--body-color);
    font-size: 1.2rem
}

code {
    word-wrap: break-word;
    color: var(--primary, #1d71b8);
    font-size: 80%
}

a>code {
    color: inherit
}

kbd {
    background-color: #343852;
    border-radius: 2.4rem;
    color: #fff;
    font-size: 80%;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0
}

pre {
    color: #343852;
    display: block;
    font-size: 80%
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-xs {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

.container {
    max-width: 123rem
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%
}

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

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

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

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 36em) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

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

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 48em) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

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

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 62em) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

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

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 75em) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 87.5em) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xxl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.table {
    color: var(--body-color, #697097);
    margin-bottom: 1rem;
    width: 100%
}

.table td,
.table th {
    border-top: .1rem solid var(--border-color, var(--gray-400, #dee0ea));
    padding: 1.8rem;
    vertical-align: top
}

.table thead th {
    border-bottom: .2rem solid var(--border-color, var(--gray-400, #dee0ea));
    vertical-align: bottom
}

.table tbody+tbody {
    border-top: .2rem solid var(--border-color, var(--gray-400, #dee0ea))
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: .1rem solid var(--border-color, var(--gray-400, #dee0ea))
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: .2rem
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(52, 56, 82, .05)
}

.table-hover tbody tr:hover {
    color: var(--body-color, #697097)
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover tbody tr:hover {
    background-color: rgba(52, 56, 82, .08)
}

.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(42, 45, 66, .08)
}

.table .thead-dark th {
    background-color: #343852;
    border-color: #434869;
    color: #fff
}

.table .thead-light th {
    background-color: #f8f9fb;
    border-color: var(--border-color, var(--gray-400, #dee0ea));
    color: #343852
}

.table-dark {
    background-color: #343852;
    color: #fff
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #434869
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .08);
    color: #fff
}

@media (max-width: 35.98em) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 47.98em) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 61.98em) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 74.98em) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width: 87.48em) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: .1rem solid var(--input-border-color);
    border-radius: 1.4rem;
    color: var(--body-color, #697097);
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    height: calc(1.5em + 2.4rem);
    line-height: 1.5;
    padding: 1.1rem 2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--body-color, #697097)
}

.form-control:focus {
    background-color: #fff;
    border-color: var(--primary, #1d71b8);
    box-shadow: inherit;
    color: var(--body-color, #697097);
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: var(--body-color, #697097);
    opacity: 1
}

.form-control::-moz-placeholder {
    color: var(--body-color, #697097);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: var(--body-color, #697097);
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: var(--body-color, #697097);
    opacity: 1
}

.form-control::placeholder {
    color: var(--body-color, #697097);
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: var(--gray-200, #f2f3f7);
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: var(--body-color, #697097)
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    font-size: inherit;
    margin-bottom: 0
}

.col-form-label,
.col-form-label-lg {
    line-height: 1.5;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem
}

.col-form-label-lg {
    font-size: 2rem
}

.col-form-label-sm {
    font-size: 1.6rem;
    line-height: 1.3;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: .1rem 0;
    color: var(--body-color, #697097);
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 1.1rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: 2.4rem;
    font-size: 1.6rem;
    height: calc(1.3em + 2rem);
    line-height: 1.3;
    padding: .9rem 1.5rem
}

.form-control-lg {
    border-radius: 10rem;
    font-size: 2rem;
    height: calc(1.5em + 2.4rem);
    line-height: 1.5;
    padding: 1.1rem 3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 2rem
}

.form-text {
    display: block;
    margin-top: 0
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-left: .5rem;
    padding-right: .5rem
}

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #969cbb
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}

.form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: .3125rem;
    margin-top: 0;
    position: static
}

.valid-feedback {
    color: #9ab938;
    display: none;
    font-size: 1.4rem;
    margin-top: .3rem;
    width: 100%
}

.valid-tooltip {
    background-color: #9ab938;
    border-radius: 1.4rem;
    color: #343852;
    display: none;
    font-size: 1.6rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: 2rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #9ab938
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #9ab938;
    box-shadow: 0 0 0 .1rem rgba(154, 185, 56, .25)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #9ab938
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #9ab938;
    box-shadow: 0 0 0 .1rem rgba(154, 185, 56, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #9ab938
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #9ab938
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #9ab938
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #b0cc58;
    border-color: #b0cc58
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .1rem rgba(154, 185, 56, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #9ab938
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #9ab938
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #9ab938;
    box-shadow: 0 0 0 .1rem rgba(154, 185, 56, .25)
}

.invalid-feedback {
    color: #d20024;
    display: none;
    font-size: 1.4rem;
    margin-top: .3rem;
    width: 100%
}

.invalid-tooltip {
    background-color: #d20024;
    border-radius: 1.4rem;
    color: #fff;
    display: none;
    font-size: 1.6rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: 2rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #d20024
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #d20024;
    box-shadow: 0 0 0 .1rem rgba(210, 0, 36, .25)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #d20024
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #d20024;
    box-shadow: 0 0 0 .1rem rgba(210, 0, 36, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #d20024
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #d20024
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #d20024
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #ff0631;
    border-color: #ff0631
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .1rem rgba(210, 0, 36, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #d20024
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #d20024
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #d20024;
    box-shadow: 0 0 0 .1rem rgba(210, 0, 36, .25)
}

.form-inline {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 36em) {
    .form-inline label {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -ms-flex-align: center;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }

    .form-inline .form-check-input {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: none
}

.collapsing,
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: var(--white, #fff);
    border: .1rem solid #edeef3;
    border-radius: .8rem;
    color: var(--gray-900, #343852);
    display: none;
    float: left;
    font-size: 1.4rem;
    left: 0;
    list-style: none;
    margin: 1.8rem 0 0;
    min-width: 10rem;
    padding: 1rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

@media (min-width: 36em) {
    .dropdown-menu-sm-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 48em) {
    .dropdown-menu-md-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 62em) {
    .dropdown-menu-lg-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 75em) {
    .dropdown-menu-xl-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 87.5em) {
    .dropdown-menu-xxl-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxl-right {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: 1.8rem;
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    left: 100%;
    margin-left: 1.8rem;
    margin-top: 0;
    right: auto;
    top: 0
}

.dropright .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    left: auto;
    margin-right: 1.8rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropleft .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    bottom: auto;
    right: auto
}

.dropdown-divider {
    border-top: 1px solid #f2f3f7;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #343852;
    display: block;
    font-weight: 400;
    padding: 1rem 2.2rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--primary, #1d71b8);
    color: var(--white, #fff);
    text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #1d71b8;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #969cbb;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #969cbb;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 1rem 2.2rem;
    white-space: nowrap
}

.dropdown-item-text {
    color: #343852;
    display: block;
    padding: 1rem 2.2rem
}

.input-group {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -.1rem
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.custom-file {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.custom-radio-button .input-group-append label,
.custom-radio-button .input-group-prepend label,
.input-group-append .btn,
.input-group-append .custom-radio-button label,
.input-group-prepend .btn,
.input-group-prepend .custom-radio-button label {
    position: relative;
    z-index: 2
}

.custom-radio-button .input-group-append label:focus,
.custom-radio-button .input-group-prepend label:focus,
.input-group-append .btn:focus,
.input-group-append .custom-radio-button label:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .custom-radio-button label:focus {
    z-index: 3
}

.custom-radio-button .input-group-append .btn+label,
.custom-radio-button .input-group-append .input-group-text+label,
.custom-radio-button .input-group-append label+.btn,
.custom-radio-button .input-group-append label+.input-group-text,
.custom-radio-button .input-group-append label+label,
.custom-radio-button .input-group-prepend .btn+label,
.custom-radio-button .input-group-prepend .input-group-text+label,
.custom-radio-button .input-group-prepend label+.btn,
.custom-radio-button .input-group-prepend label+.input-group-text,
.custom-radio-button .input-group-prepend label+label,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .custom-radio-button .btn+label,
.input-group-append .custom-radio-button .input-group-text+label,
.input-group-append .custom-radio-button label+.btn,
.input-group-append .custom-radio-button label+.input-group-text,
.input-group-append .custom-radio-button label+label,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .custom-radio-button .btn+label,
.input-group-prepend .custom-radio-button .input-group-text+label,
.input-group-prepend .custom-radio-button label+.btn,
.input-group-prepend .custom-radio-button label+.input-group-text,
.input-group-prepend .custom-radio-button label+label,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -.1rem
}

.input-group-prepend {
    margin-right: -.1rem
}

.input-group-append {
    margin-left: -.1rem
}

.input-group-text {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: .1rem solid var(--input-border-color);
    border-radius: 1.4rem;
    color: var(--gray-600, #969cbb);
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 1.1rem 2rem;
    text-align: center;
    white-space: nowrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 2.4rem)
}

.custom-radio-button .input-group-lg>.input-group-append>label,
.custom-radio-button .input-group-lg>.input-group-prepend>label,
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    border-radius: 10rem;
    font-size: 2rem;
    line-height: 1.5;
    padding: 1.1rem 3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.3em + 2rem)
}

.custom-radio-button .input-group-sm>.input-group-append>label,
.custom-radio-button .input-group-sm>.input-group-prepend>label,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.3;
    padding: .9rem 1.5rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 3rem
}

.custom-radio-button .input-group>.input-group-append:last-child>label:not(:last-child):not(.dropdown-toggle),
.custom-radio-button .input-group>.input-group-append:not(:last-child)>label,
.custom-radio-button .input-group>.input-group-prepend>label,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.custom-radio-button .input-group>.input-group-append>label,
.custom-radio-button .input-group>.input-group-prepend:first-child>label:not(:first-child),
.custom-radio-button .input-group>.input-group-prepend:not(:first-child)>label,
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.custom-control {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: block;
    min-height: 2.7rem;
    padding-left: 2.6rem;
    position: relative;
    z-index: 1
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 3rem
}

.custom-control-input {
    height: 2.15rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 1.6rem;
    z-index: -1
}

.custom-control-input:checked~.custom-control-label:before {
    background-color: #1d71b8;
    border-color: #1d71b8;
    color: #fff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: inherit
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: var(--primary, #1d71b8)
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #99c7ef;
    border-color: #99c7ef;
    color: #fff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: var(--body-color, #697097)
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: var(--gray-200, #f2f3f7)
}

.custom-control-label {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    vertical-align: top
}

.custom-control-label:before {
    background-color: #fff;
    border: .1rem solid var(--input-border-color);
    pointer-events: none
}

.custom-control-label:after,
.custom-control-label:before {
    content: "";
    display: block;
    height: 1.6rem;
    left: -2.6rem;
    position: absolute;
    top: .55rem;
    width: 1.6rem
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .3rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M3.035 15.632a1.778 1.778 0 0 0-2.514 2.514l8.889 8.889c.694.694 1.82.694 2.514 0L31.48 7.479a1.778 1.778 0 0 0-2.514-2.514L10.667 23.264l-7.632-7.632z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #1d71b8;
    border-color: #1d71b8
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23FFF' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: var(--gray-200, #f2f3f7)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: var(--gray-200, #f2f3f7)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-12 -12 24 24'%3E%3Ccircle r='12' fill='%231D71B8'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: var(--gray-200, #f2f3f7)
}

.custom-switch {
    padding-left: 3.8rem
}

.custom-switch .custom-control-label:before {
    border-radius: .8rem;
    left: -3.8rem;
    pointer-events: all;
    width: 2.8rem
}

.custom-switch .custom-control-label:after {
    background-color: var(--input-border-color);
    border-radius: .8rem;
    height: 1.2rem;
    left: -3.6rem;
    top: .75rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    width: 1.2rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(1.2rem);
    transform: translateX(1.2rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: var(--gray-200, #f2f3f7)
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343852' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 2rem center/8px 10px;
    border: .1rem solid var(--input-border-color);
    border-radius: 1.4rem;
    color: var(--body-color, #697097);
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 400;
    height: calc(1.5em + 2.4rem);
    line-height: 1.5;
    padding: 1.1rem 3rem 1.1rem 2rem;
    vertical-align: middle;
    width: 100%
}

.custom-select:focus {
    border-color: var(--primary, #1d71b8);
    box-shadow: 0 0 0 .1rem var(--primary, #1d71b8);
    outline: 0
}

.custom-select:focus::-ms-value {
    background-color: #fff;
    color: var(--body-color, #697097)
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: 2rem
}

.custom-select:disabled {
    background-color: #f2f3f7;
    color: #969cbb
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--body-color, #697097)
}

.custom-select-sm {
    font-size: 1.6rem;
    height: calc(1.3em + 2rem);
    padding-bottom: .9rem;
    padding-left: 1.5rem;
    padding-top: .9rem
}

.custom-select-lg {
    font-size: 2rem;
    height: calc(1.5em + 2.4rem);
    padding-bottom: 1.1rem;
    padding-left: 3rem;
    padding-top: 1.1rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    height: calc(1.5em + 2.4rem);
    position: relative;
    width: 100%
}

.custom-file-input {
    margin: 0;
    opacity: 0;
    z-index: 2
}

.custom-file-input:focus~.custom-file-label {
    border-color: var(--primary, #1d71b8);
    box-shadow: inherit
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: var(--gray-200, #f2f3f7)
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    border: .1rem solid var(--input-border-color);
    border-radius: 1.4rem;
    font-weight: 400;
    height: calc(1.5em + 2.4rem);
    left: 0;
    z-index: 1
}

.custom-file-label,
.custom-file-label:after {
    background-color: #fff;
    color: var(--body-color, #697097);
    line-height: 1.5;
    padding: 1.1rem 2rem;
    position: absolute;
    right: 0;
    top: 0
}

.custom-file-label:after {
    border-left: inherit;
    border-radius: 0 1.4rem 1.4rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + 2.2rem);
    z-index: 3
}

.custom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.2rem;
    padding: 0;
    width: 100%
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f8f9fb, inherit
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f8f9fb, inherit
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f8f9fb, inherit
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #1d71b8;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #99c7ef
}

.custom-range::-webkit-slider-runnable-track {
    background-color: #edeef3;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #1d71b8;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #99c7ef
}

.custom-range::-moz-range-track {
    background-color: #edeef3;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-thumb {
    appearance: none;
    background-color: #1d71b8;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-left: .1rem;
    margin-right: .1rem;
    margin-top: 0;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #99c7ef
}

.custom-range::-ms-track {
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #edeef3;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #969cbb
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #969cbb
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #969cbb
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link,
.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #969cbb;
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    border-bottom: .1rem solid #edeef3
}

.nav-tabs .nav-item {
    margin-bottom: -.1rem
}

.nav-tabs .nav-link {
    border: .1rem solid transparent;
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #f2f3f7 #f2f3f7 #edeef3
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #969cbb
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #f8f9fb;
    border-color: #edeef3 #edeef3 #f8f9fb;
    color: #343852
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -.1rem
}

.nav-pills .nav-link {
    border-radius: 1.4rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #1d71b8;
    color: #fff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    padding: 0;
    position: relative
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-xs {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    font-size: 2rem;
    line-height: inherit;
    margin-right: 0;
    padding-bottom: .35rem;
    padding-top: .35rem;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    float: none;
    position: static
}

.navbar-text {
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    -ms-flex-positive: 1;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: .1rem solid transparent;
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1;
    padding: 1rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    background: no-repeat 50%;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

@media (max-width: 35.98em) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-xs {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 36em) {
    .navbar-expand-sm {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-xs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 47.98em) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-xs {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 48em) {
    .navbar-expand-md {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-xs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 61.98em) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-xs {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 62em) {
    .navbar-expand-lg {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-xs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 74.98em) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-xs {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 75em) {
    .navbar-expand-xl {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-xs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width: 87.48em) {

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid,
    .navbar-expand-xxl>.container-xs {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 87.5em) {
    .navbar-expand-xxl {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid,
    .navbar-expand-xxl>.container-xs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-pack: start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-xs {
    padding-left: 0;
    padding-right: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-xs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: var(--primary, #1d71b8)
}

.navbar-light .navbar-nav .nav-link {
    color: var(--body-color-darker, #343852)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary, #1d71b8)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(52, 56, 82, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--primary, #1d71b8)
}

.navbar-light .navbar-toggler {
    border-color: rgba(52, 56, 82, .1);
    color: var(--body-color-darker, #343852)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='var(--body-color-darker, %23343852)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: var(--body-color-darker, #343852)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: var(--primary, #1d71b8)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding: 3rem 0
}

.breadcrumb,
.breadcrumb-item {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 1.3rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: currentColor;
    content: none;
    display: inline-block;
    padding-right: 1.3rem
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: var(--primary, #1d71b8)
}

.pagination {
    border-radius: 1.4rem;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    border: .1rem solid var(--gray-500, #c5c8da);
    color: #697097;
    display: block;
    line-height: 1.25;
    margin-left: -.1rem;
    padding: 0;
    position: relative
}

.page-link,
.page-link:hover {
    background-color: #fff;
    text-decoration: none
}

.page-link:hover {
    border-color: var(--primary, #1d71b8);
    color: var(--primary, #1d71b8);
    z-index: 2
}

.page-link:focus {
    box-shadow: inherit;
    outline: 0;
    z-index: 3
}

.page-item:first-child .page-link {
    border-bottom-left-radius: 1.4rem;
    border-top-left-radius: 1.4rem;
    margin-left: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 1.4rem;
    border-top-right-radius: 1.4rem
}

.page-item.active .page-link {
    background-color: #1d71b8;
    border-color: #1d71b8;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #edeef3;
    color: #969cbb;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 10rem;
    border-top-left-radius: 10rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 10rem;
    border-top-right-radius: 10rem
}

.pagination-sm .page-link {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 0
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 2.4rem;
    border-top-left-radius: 2.4rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 2.4rem;
    border-top-right-radius: 2.4rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: 0;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: 100%
}

.modal-dialog-scrollable .modal-content {
    max-height: 100vh;
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: 100vh;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 0 solid var(--gray-400, #dee0ea);
    border-radius: 2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #222b44;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .8
}

.modal-header {
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    align-items: flex-start;
    border-bottom: 0 solid var(--gray-400, #dee0ea);
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0
}

.modal-header .close {
    margin: 0 0 0 auto;
    padding: 0
}

.modal-title {
    line-height: 1.2;
    margin-bottom: 0
}

.modal-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    position: relative
}

.modal-footer {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    align-items: center;
    border-bottom-left-radius: 2.4rem;
    border-bottom-right-radius: 2.4rem;
    border-top: 0 solid var(--gray-400, #dee0ea);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: -.25rem
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width: 36em) {
    .modal-dialog {
        margin: 0 auto;
        max-width: 77rem
    }

    .modal-dialog-scrollable {
        max-height: 100%
    }

    .modal-dialog-scrollable .modal-content {
        max-height: 100vh
    }

    .modal-dialog-centered {
        min-height: 100%
    }

    .modal-dialog-centered:before {
        height: 100vh;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 62em) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 75em) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: futura-pt, Arial, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 1.8rem;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1010
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: var(--primary, #1d71b8);
    border-width: 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    height: 0;
    left: 0;
    width: 0
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: var(--primary, #1d71b8);
    border-width: 0;
    right: 0
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: var(--primary, #1d71b8);
    border-width: 0;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    height: 0;
    right: 0;
    width: 0
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: var(--primary, #1d71b8);
    border-width: 0;
    left: 0
}

.tooltip-inner {
    background-color: var(--primary, #1d71b8);
    border-radius: 1.4rem;
    color: #fff;
    max-width: 28rem;
    padding: 2rem;
    text-align: center
}

[data-whatintent=mouse] :focus,
[data-whatintent=touch] :focus {
    outline: none
}

[data-whatintent=keyboard] :focus {
    outline: .2rem dashed;
    outline-offset: .3rem
}

[data-whatintent=keyboard] .custom-control-input:focus~.custom-control-label:before,
[data-whatintent=keyboard] .custom-radio-button .custom-control-input:focus~.custom-control-label,
[data-whatintent=keyboard] .o-widget-access input:focus~label {
    outline: .2rem dashed var(--body-color);
    outline-offset: .3rem
}

::-webkit-input-placeholder {
    color: var(--input-placeholder-color);
    font-style: italic
}

:-moz-placeholder,
::-moz-placeholder {
    color: var(--input-placeholder-color);
    font-style: italic
}

::-moz-placeholder {
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--input-placeholder-color);
    font-style: italic
}

::-moz-selection {
    background-color: var(--body-color);
    color: var(--white)
}

::selection {
    background-color: var(--body-color);
    color: var(--white)
}

html {
    font-size: 62.5%
}

em {
    font-style: italic
}

.h1,
h1 {
    font-family: futura-pt-bold, Arial, sans-serif;
    line-height: 1;
    margin-bottom: 2rem
}

@media (min-width: 62em) {

    .h1,
    h1 {
        font-size: 4.2rem
    }
}

.h2,
h2 {
    font-family: futura-pt-bold, Arial, sans-serif;
    line-height: 1.125
}

@media (min-width: 62em) {

    .h2,
    h2 {
        font-size: 3rem
    }
}

.h3,
.h4,
h3,
h4 {
    font-weight: 600
}

.mark,
mark {
    color: var(--primary);
    font-weight: bolder
}

.title--icon {
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.4rem
}

.title--icon svg {
    -ms-flex-negative: 0;
    fill: var(--primary);
    flex-shrink: 0;
    margin-right: 1.3rem;
    margin-top: .2rem
}

.subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem;
    text-transform: uppercase
}

a.external-link:after,
a.file-link:after,
a.mailto-link:after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.4rem;
    content: "";
    display: inline-block;
    height: 1.4rem;
    margin: 0 .4rem 0 .8rem;
    vertical-align: middle;
    width: 1.4rem
}

a.external-link:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%231D71B8' d='M14.4 4.8a1.6 1.6 0 1 1 0 3.2H4.8a1.6 1.6 0 0 0-1.6 1.6v17.6a1.6 1.6 0 0 0 1.6 1.6h17.6a1.6 1.6 0 0 0 1.6-1.6v-9.6a1.6 1.6 0 1 1 3.2 0v9.6a4.8 4.8 0 0 1-4.8 4.8H4.8A4.8 4.8 0 0 1 0 27.2V9.6a4.8 4.8 0 0 1 4.8-4.8zm16-4.8h.031a2.1 2.1 0 0 1 .112.006l.096.011a1.325 1.325 0 0 1 .187.04 1.598 1.598 0 0 1 .349.142l.058.034a1.529 1.529 0 0 1 .298.236l-.145-.128a1.603 1.603 0 0 1 .379.426l.034.059a2.242 2.242 0 0 1 .086.181 1.82 1.82 0 0 1 .057.168c.01.034.018.069.025.104l.015.084c.012.077.018.157.018.238l-.006-.138.005.086.001.052v9.6a1.6 1.6 0 1 1-3.2 0V5.463L13.931 20.332a1.6 1.6 0 0 1-2.112.133l-.151-.133a1.6 1.6 0 0 1 0-2.263L26.534 3.2H20.8a1.6 1.6 0 0 1-1.589-1.413L19.2 1.6A1.6 1.6 0 0 1 20.8 0z'/%3E%3C/svg%3E")
}

.text-white a.external-link:after,
a.external-link.btn--style1:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M14.4 4.8a1.6 1.6 0 1 1 0 3.2H4.8a1.6 1.6 0 0 0-1.6 1.6v17.6a1.6 1.6 0 0 0 1.6 1.6h17.6a1.6 1.6 0 0 0 1.6-1.6v-9.6a1.6 1.6 0 1 1 3.2 0v9.6a4.8 4.8 0 0 1-4.8 4.8H4.8A4.8 4.8 0 0 1 0 27.2V9.6a4.8 4.8 0 0 1 4.8-4.8zm16-4.8h.031a2.1 2.1 0 0 1 .112.006l.096.011a1.325 1.325 0 0 1 .187.04 1.598 1.598 0 0 1 .349.142l.058.034a1.529 1.529 0 0 1 .298.236l-.145-.128a1.603 1.603 0 0 1 .379.426l.034.059a2.242 2.242 0 0 1 .086.181 1.82 1.82 0 0 1 .057.168c.01.034.018.069.025.104l.015.084c.012.077.018.157.018.238l-.006-.138.005.086.001.052v9.6a1.6 1.6 0 1 1-3.2 0V5.463L13.931 20.332a1.6 1.6 0 0 1-2.112.133l-.151-.133a1.6 1.6 0 0 1 0-2.263L26.534 3.2H20.8a1.6 1.6 0 0 1-1.589-1.413L19.2 1.6A1.6 1.6 0 0 1 20.8 0z'/%3E%3C/svg%3E")
}

a.external-link:after {
    margin-top: -.4rem
}

a.mailto-link:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%231D71B8' d='M27.636 2.909A4.373 4.373 0 0 1 32 7.273v17.455a4.373 4.373 0 0 1-4.364 4.364H4.363a4.373 4.373 0 0 1-4.364-4.364V7.273a4.373 4.373 0 0 1 4.364-4.364h23.273zm1.455 7.157-12.257 8.581a1.453 1.453 0 0 1-1.668 0L2.909 10.068v14.66c0 .797.658 1.455 1.455 1.455h23.273c.797 0 1.455-.658 1.455-1.455V10.066zm-1.455-4.248H4.363c-.564 0-1.059.33-1.3.806l12.936 9.055 12.936-9.055a1.463 1.463 0 0 0-1.3-.806z'/%3E%3C/svg%3E")
}

.text-white a.mailto-link:after,
a.mailto-link.btn--style1:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M27.636 2.909A4.373 4.373 0 0 1 32 7.273v17.455a4.373 4.373 0 0 1-4.364 4.364H4.363a4.373 4.373 0 0 1-4.364-4.364V7.273a4.373 4.373 0 0 1 4.364-4.364h23.273zm1.455 7.157-12.257 8.581a1.453 1.453 0 0 1-1.668 0L2.909 10.068v14.66c0 .797.658 1.455 1.455 1.455h23.273c.797 0 1.455-.658 1.455-1.455V10.066zm-1.455-4.248H4.363c-.564 0-1.059.33-1.3.806l12.936 9.055 12.936-9.055a1.463 1.463 0 0 0-1.3-.806z'/%3E%3C/svg%3E")
}

a.file-link:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%231D71B8' d='M29.091 21.818c.803 0 1.455.651 1.455 1.455v4.364a4.364 4.364 0 0 1-4.364 4.364H5.818a4.364 4.364 0 0 1-4.364-4.364v-4.364a1.455 1.455 0 0 1 2.91 0v4.364c0 .803.651 1.455 1.455 1.455h20.364c.803 0 1.455-.651 1.455-1.455v-4.364c0-.803.651-1.455 1.455-1.455zM16 0c.803 0 1.455.651 1.455 1.455v16.851l3.335-3.334a1.455 1.455 0 0 1 1.92-.121l.137.121a1.455 1.455 0 0 1 0 2.057l-5.818 5.818a1.63 1.63 0 0 1-.131.117l-.031.024a1.38 1.38 0 0 1-.251.149l-.075.033c-.029.012-.058.022-.087.032l-.067.02c-.031.009-.063.016-.095.023l-.076.013a1.39 1.39 0 0 1-.216.016l.124-.005a.942.942 0 0 1-.076.004l-.048.001-.048-.001c-.025-.001-.051-.002-.077-.005-.031-.003-.062-.006-.091-.011l-.075-.013a1.011 1.011 0 0 1-.095-.023l-.067-.02c-.029-.009-.057-.02-.086-.031a1.483 1.483 0 0 1-.326-.182 1.528 1.528 0 0 1-.163-.14l.131.117a1.319 1.319 0 0 1-.131-.117L9.154 17.03a1.455 1.455 0 0 1 2.057-2.057l3.335 3.334V1.456c0-.746.562-1.361 1.285-1.445z'/%3E%3C/svg%3E")
}

.text-white a.file-link:after,
a.file-link.btn--style1:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M29.091 21.818c.803 0 1.455.651 1.455 1.455v4.364a4.364 4.364 0 0 1-4.364 4.364H5.818a4.364 4.364 0 0 1-4.364-4.364v-4.364a1.455 1.455 0 0 1 2.91 0v4.364c0 .803.651 1.455 1.455 1.455h20.364c.803 0 1.455-.651 1.455-1.455v-4.364c0-.803.651-1.455 1.455-1.455zM16 0c.803 0 1.455.651 1.455 1.455v16.851l3.335-3.334a1.455 1.455 0 0 1 1.92-.121l.137.121a1.455 1.455 0 0 1 0 2.057l-5.818 5.818a1.63 1.63 0 0 1-.131.117l-.031.024a1.38 1.38 0 0 1-.251.149l-.075.033c-.029.012-.058.022-.087.032l-.067.02c-.031.009-.063.016-.095.023l-.076.013a1.39 1.39 0 0 1-.216.016l.124-.005a.942.942 0 0 1-.076.004l-.048.001-.048-.001c-.025-.001-.051-.002-.077-.005-.031-.003-.062-.006-.091-.011l-.075-.013a1.011 1.011 0 0 1-.095-.023l-.067-.02c-.029-.009-.057-.02-.086-.031a1.483 1.483 0 0 1-.326-.182 1.528 1.528 0 0 1-.163-.14l.131.117a1.319 1.319 0 0 1-.131-.117L9.154 17.03a1.455 1.455 0 0 1 2.057-2.057l3.335 3.334V1.456c0-.746.562-1.361 1.285-1.445z'/%3E%3C/svg%3E")
}

*,
:after,
:before {
    box-sizing: border-box
}

.js-off {
    left: 0;
    padding: 2rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999
}

.js-off,
body {
    background-color: var(--body-bg)
}

body {
    color: var(--body-color);
    overflow-x: hidden;
    position: relative
}

@media (max-width: 61.98em) {
    body.nav-is-open {
        overflow: hidden
    }
}

main {
    padding-bottom: var(--main-margin-bottom);
    padding-top: var(--main-margin-top)
}

p:empty {
    display: none
}

.figure,
figure {
    display: block;
    margin: 0
}

iframe {
    display: block;
    width: 100%
}

.container--small .container {
    max-width: 82rem
}

@media (max-width: 74.98em) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

a[class*=bg] {
    display: block;
    text-decoration: none
}

a[class*=bg]:hover {
    color: inherit;
    text-decoration: none
}

.search-backdrop {
    z-index: 10
}

.col--eq-height>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col--eq-height>*>* {
    width: 100%
}

.nav-skip {
    background-color: #fff;
    border-bottom: .1rem solid var(--gray-400, #dee0ea);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    margin-bottom: 0;
    opacity: 0;
    padding: .8rem 3rem;
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.nav-skip:focus-within {
    opacity: 1;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1031
}

.nav-skip li {
    margin-right: 4rem
}

.nav-skip a {
    text-decoration: none
}

.nav-skip a:active,
.nav-skip a:hover {
    text-decoration: underline
}

.nav-skip a:focus {
    text-decoration: none
}

.header-principal {
    background-color: var(--white);
    box-shadow: var(--box-shadow-lg);
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.header-principal .logos {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-right: var(--header-logo-space-x)
}

@media (min-width: 36em) {
    .header-principal .logos:not(:last-child) {
        border-right: .1rem solid var(--gray-400, #dee0ea);
        padding-right: var(--header-logo-space-x)
    }
}

.header-principal .logos a {
    display: block
}

.header-principal .logos img {
    height: 3.5rem;
    width: auto
}

@media (min-width: 87.5em) {
    .header-principal .logos img {
        height: 5rem
    }
}

.header-principal .logos .logo:not(:last-child) {
    margin-right: 2.5rem
}

.header-principal .logos .logo--0 img {
    height: 4.4rem
}

@media (min-width: 87.5em) {
    .header-principal .logos .logo--0 img {
        height: 6.2rem
    }
}

.header-principal__inner {
    min-height: var(--header-min-height);
    padding: var(--header-padding);
    position: relative
}

.header-principal-left,
.header-principal__inner {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.header__title {
    color: var(--body-color-darker);
    font-family: futura-pt-bold, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.14;
    margin-bottom: 0
}

@media (min-width: 87.5em) {
    .header__title {
        font-size: 2rem;
        margin-right: var(--header-logo-space-x)
    }
}

.header-principal-right {
    margin-left: auto
}

.btn.btn-icon--header,
.custom-radio-button label.btn-icon--header {
    border-radius: 0;
    color: var(--body-color-darker);
    position: relative
}

.btn.btn-icon--header:hover,
.btn.btn-icon--header[aria-expanded=true],
.custom-radio-button label.btn-icon--header:hover,
.custom-radio-button label.btn-icon--header[aria-expanded=true] {
    color: var(--primary)
}

.btn.btn-icon--header .svg-user,
.collapse-wrapper .btn.btn-icon--header svg,
.collapse-wrapper .custom-radio-button label.btn-icon--header svg,
.custom-radio-button .collapse-wrapper label.btn-icon--header svg,
.custom-radio-button label.btn-icon--header .svg-user {
    font-size: 2rem
}

.btn.btn-icon--header .title-responsive,
.custom-radio-button label.btn-icon--header .title-responsive {
    padding-left: 1.8rem
}

.btn.btn-icon--header .mail-counter,
.custom-radio-button label.btn-icon--header .mail-counter {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: var(--brand-2);
    border-radius: .75rem 0 .75rem .75rem;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    font-weight: 600;
    height: 1.5rem;
    justify-content: center;
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 1.5rem
}

@media (max-width: 74.98em) {

    .btn.btn-icon--header,
    .custom-radio-button label.btn-icon--header {
        width: 4rem
    }

    .custom-radio-button .nav-right .collapse-wrapper label.btn-icon--header,
    .nav-right .collapse-wrapper .btn.btn-icon--header,
    .nav-right .collapse-wrapper .custom-radio-button label.btn-icon--header {
        width: auto
    }
}

@media (min-width: 75em) {

    .collapse-wrapper .btn.btn-icon--header,
    .collapse-wrapper .custom-radio-button label.btn-icon--header,
    .custom-radio-button .collapse-wrapper label.btn-icon--header {
        --btn-height: 4.4rem
    }

    .btn.btn-icon--header .title-responsive,
    .custom-radio-button label.btn-icon--header .title-responsive {
        clip: rect(1px, 1px, 1px, 1px) !important;
        border: 0 !important;
        -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }

    .btn.btn-icon--header .mail-counter,
    .custom-radio-button label.btn-icon--header .mail-counter {
        left: 2.2rem;
        top: .8rem
    }
}

@media (max-width: 35.98em) {
    .header-principal-left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .header__title {
        border-top: .1rem solid var(--gray-400, #dee0ea);
        -ms-flex: 0 0 calc(100% + 4rem);
        flex: 0 0 calc(100% + 4rem);
        margin-left: -2rem;
        margin-right: -2rem;
        margin-top: 1.5rem;
        padding: 1rem 2rem 0
    }

    .header-principal-right {
        position: absolute;
        right: 1.5rem;
        top: 1.4rem
    }
}

.header-principal__nav .navbar-toggler {
    border: 0
}

.header-principal__nav .navbar-toggler-close {
    display: block;
    margin-left: auto;
    margin-right: -1.5rem
}

.header-principal__nav .nav-top {
    font-size: 1.6rem
}

.header-principal__nav .nav-top a {
    text-decoration: none
}

.header-principal__nav .nav-top a:active,
.header-principal__nav .nav-top a:hover {
    text-decoration: underline
}

.header-principal__nav .nav-top a:focus {
    text-decoration: none
}

.header-principal__nav .nav-top .external-link:after {
    background-size: 1.2rem
}

.header-principal__nav .collapse-wrapper:not(.collapse-wrapper--search),
.header-principal__nav .nav-item {
    position: relative
}

.header-principal__nav .collapse-wrapper--search,
.header-principal__nav .navbar {
    position: static
}

.header-principal__nav .navbar-nav .nav-title {
    color: var(--body-color-darker);
    display: block;
    font-weight: 500;
    line-height: 1.3
}

.header-principal__nav .navbar-nav .nav-link {
    display: block;
    line-height: 1.3;
    padding: 0;
    text-align: left;
    transition: color .25s ease;
    width: 100%
}

.header-principal__nav .navbar-nav .nav-link:active,
.header-principal__nav .navbar-nav .nav-link:focus,
.header-principal__nav .navbar-nav .nav-link:hover {
    color: var(--primary)
}

.header-principal__nav .navbar-nav [aria-expanded] {
    padding-right: 1.5rem;
    position: relative
}

.header-principal__nav .navbar-nav [aria-expanded]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231D71B8' width='32' height='32'%3E%3Cpath d='m18.712 24.837 12.143-11.994A3.937 3.937 0 0 0 32 10.056a3.93 3.93 0 0 0-6.718-2.787l-9.356 9.157-9.207-9.207a3.834 3.834 0 0 0-2.787-1.145A3.932 3.932 0 0 0 0 10.006a3.928 3.928 0 0 0 1.145 2.787l11.994 11.994a3.982 3.982 0 0 0 5.574 0v.05z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: .6rem;
    position: absolute;
    right: 0;
    top: 3rem;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    width: .6rem
}

.header-principal__nav .navbar-nav [aria-expanded=true]:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.header-principal__nav .navbar-nav .is-active>.nav-link {
    color: var(--primary)
}

.header-principal__nav .nav-lvl--1>.nav-item>.nav-link {
    font-weight: 500
}

.header-principal__nav .nav-lvl--2>.nav-item {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.header-principal__nav .nav-lvl--2>.nav-item>.nav-link {
    font-weight: 500
}

.header-principal__nav .nav-lvl--2 ul {
    margin-top: .6rem;
    padding-left: 2rem
}

.header-principal__nav .nav-lvl--2 ul>.nav-item {
    padding-top: .6rem
}

.header-principal__nav .nav-lvl--2 ul>.nav-item:not(:last-child) {
    padding-bottom: .6rem
}

.header-principal__nav .navbar-nav:not(.nav-lvl--1) {
    display: block
}

.header-principal__nav .navbar-nav:not(.nav-lvl--1) .nav-link {
    padding-left: 1.8rem;
    position: relative
}

.header-principal__nav .navbar-nav:not(.nav-lvl--1) .nav-link:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231D71B8' width='32' height='32'%3E%3Cpath d='m18.712 24.837 12.143-11.994A3.937 3.937 0 0 0 32 10.056a3.93 3.93 0 0 0-6.718-2.787l-9.356 9.157-9.207-9.207a3.834 3.834 0 0 0-2.787-1.145A3.932 3.932 0 0 0 0 10.006a3.928 3.928 0 0 0 1.145 2.787l11.994 11.994a3.982 3.982 0 0 0 5.574 0v.05z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: .6rem;
    left: 0;
    position: absolute;
    top: 1rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: .6rem
}

.header-principal__nav .nav-right {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.header-principal__nav .nav-collapse {
    background-color: #fff;
    border: .1rem solid var(--gray-400, #dee0ea);
    border-radius: 0 var(--border-radius-sm) var(--border-radius-sm) var(--border-radius-sm);
    box-shadow: var(--box-shadow);
    left: 0;
    min-width: 31rem;
    padding: 1rem 3rem;
    position: absolute;
    top: 100%
}

.header-principal__nav .nav-collapse--right:not(.nav-collapse--search) {
    border-radius: var(--border-radius-sm) 0 var(--border-radius-sm) var(--border-radius-sm);
    left: auto;
    margin-top: .9rem;
    padding: 2.5rem;
    right: 0
}

.header-principal__nav .nav-collapse--search {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    left: 0;
    padding: 0 0 4rem;
    right: 0
}

.header-principal__nav .nav-collapse--search .container {
    display: block
}

@media (max-width: 74.98em) {
    .header-principal__nav .navbar {
        position: static
    }

    .header-principal__nav .navbar-collapse {
        background-color: #fff;
        bottom: 0;
        left: 0;
        overflow-y: auto;
        padding: 1.5rem 2.8rem 6.2rem;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1030
    }

    .header-principal__nav .nav-top {
        padding: 1rem 0
    }

    .header-principal__nav .nav-top a {
        display: block;
        padding: .5rem 0
    }

    .header-principal__nav .nav-lvl--1>li {
        border-bottom: .1rem solid var(--gray-400, #dee0ea)
    }

    .header-principal__nav .nav-lvl--1>li>.nav-link {
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    .header-principal__nav .nav-lvl--1 .nav-collapse {
        border: 0;
        box-shadow: none;
        min-width: 0;
        padding: 0;
        position: static;
        width: auto
    }

    .header-principal__nav .nav-lvl--2 {
        margin-bottom: 1.5rem;
        margin-left: 2rem
    }

    .header-principal__nav .nav-right {
        background-color: #fff;
        border-top: .1rem solid var(--gray-400, #dee0ea);
        bottom: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 1031
    }

    .header-principal__nav .nav-right li {
        border-bottom: .1rem solid var(--gray-400, #dee0ea);
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: .5rem 0;
        text-align: center
    }

    .header-principal__nav .nav-right li:nth-child(2n) {
        border-left: .1rem solid var(--gray-400, #dee0ea)
    }

    .header-principal__nav .nav-right .nav-collapse {
        border-radius: var(--border-radius-sm) var(--border-radius-sm) var(--border-radius-sm) 0;
        bottom: 100%;
        left: 1rem;
        margin-bottom: 1rem;
        right: auto;
        top: auto
    }
}

@media (min-width: 75em) {
    .header-principal__nav .nav-top {
        -ms-flex-pack: end;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-bottom: 0
    }

    .header-principal__nav .nav-top li:not(:last-child) {
        margin-right: 2.4rem
    }

    .header-principal__nav .nav-lvl--1>.nav-item {
        margin-right: 2rem
    }

    .header-principal__nav .nav-lvl--1>.nav-item>.nav-link {
        border-bottom: .3rem solid transparent;
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .header-principal__nav .nav-lvl--1>.nav-item.is-active>.nav-link {
        border-bottom-color: var(--primary)
    }

    .header-principal__nav .nav-lvl--2>.nav-item {
        padding-bottom: 1.9rem;
        padding-top: 1.9rem
    }

    .header-principal__nav .nav-lvl--2>.nav-item:not(:last-child) {
        border-bottom: .1rem solid var(--gray-400, #dee0ea)
    }

    .header-principal__nav .navbar-nav [aria-expanded]:after {
        top: 2rem
    }

    .header-principal__nav .navbar-nav .nav-collapse {
        margin-top: 1.9rem
    }

    .header-principal__nav .navbar-nav .nav-item:last-child .nav-collapse {
        border-radius: var(--border-radius-sm) 0 var(--border-radius-sm) var(--border-radius-sm);
        left: auto;
        right: 0
    }

    .header-principal__nav .nav-collapse.show:not(.nav-collapse--search) {
        max-height: 80vh;
        overflow-y: auto
    }
}

@media (min-width: 87.5em) {
    .header-principal__nav .nav-lvl--1>.nav-item {
        margin-right: 4rem
    }
}

.wysiwyg ol,
.wysiwyg ul {
    margin: 0 0 3rem 1.3rem
}

.wysiwyg ol ol,
.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.wysiwyg ul {
    list-style: none
}

.wysiwyg ul>li {
    margin-bottom: .5rem;
    padding-left: 2.4rem;
    position: relative
}

.wysiwyg ul>li:before {
    color: #1d71b8;
    content: "\2022";
    left: 0;
    position: absolute;
    top: 0
}

.wysiwyg ol {
    counter-reset: list;
    list-style: none
}

.wysiwyg ol>li {
    counter-increment: list;
    counter-reset: subsection;
    margin-bottom: .5rem;
    padding-left: 2.4rem;
    position: relative
}

.wysiwyg ol>li:before {
    color: #1d71b8;
    content: counter(list, decimal) ".";
    left: 0;
    position: absolute;
    top: 0
}

.wysiwyg ol>li ol {
    counter-reset: sublist
}

.wysiwyg ol>li ol>li {
    counter-increment: sublist;
    padding-left: 4rem
}

.wysiwyg ol>li ol>li:before {
    content: counter(list, decimal) "." counter(sublist, decimal) "."
}

.wysiwyg ol>li ol ol {
    counter-reset: subsublist
}

.wysiwyg ol>li ol ol>li {
    counter-increment: subsublist;
    padding-left: 5.5rem
}

.wysiwyg ol>li ol ol>li:before {
    content: counter(list, decimal) "." counter(sublist, decimal) "." counter(subsublist, decimal) "."
}

.wysiwyg li {
    overflow: auto
}

.wysiwyg dl {
    margin-bottom: 3rem
}

.wysiwyg dd {
    margin-bottom: 2rem
}

.wysiwyg :last-child {
    margin-bottom: 0
}

.wysiwyg .m-sg-file+.m-sg-file {
    margin-top: 2rem
}

.footer-principal {
    border-top: 0.1rem solid var(--border-color);
    --footer-padding-top: 5rem;
    background-color: var(--white, #fff);
    padding-top: var(--footer-padding-top)
}

.footer-principal a {
    text-decoration: none
}

.footer-principal a:active,
.footer-principal a:hover {
    text-decoration: underline
}

.footer-principal a:focus {
    text-decoration: none
}

.footer-principal .logos {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-principal .logos a {
    display: block
}

.footer-principal .logos img {
    margin-bottom: 3rem;
    max-height: 7.7rem
}

.footer-principal .logo:not(:last-child) {
    padding-right: 3rem
}

.footer-principal p:not(:last-child) {
    margin-bottom: 0
}

.footer-principal .m-social__list {
    margin-bottom: 3rem
}

@media (max-width: 47.98em) {
    .footer-principal .m-social__list {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer__title {
    color: var(--body-color-darker);
    font-weight: 600;
    margin-bottom: 0
}

.footer-list__item--hasIcon {
    line-height: 1.2;
    margin-bottom: .8rem;
    position: relative
}

.footer-list__item--hasIcon a {
    display: inline-block;
    padding-left: 1.5rem
}

.footer-list__item--hasIcon svg {
    color: var(--primary, #1d71b8);
    font-size: .6rem;
    left: 0;
    position: absolute;
    top: .8rem
}

.footer-list--inline {
    text-align: center
}

.footer-contentinfo {
    border-top: .1rem solid var(--border-color, var(--gray-400, #dee0ea));
    margin-top: 4rem;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

@media (min-width: 48em) {
    .footer-list--inline {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0;
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .footer-list--inline .footer-list__item {
        padding: 0 1.5rem
    }
}

@media (min-width: 62em) {
    .footer-principal {
        --footer-padding-top: 6.4rem
    }
}

.btn,
.custom-radio-button label {
    background-color: transparent;
    border: .1rem solid transparent;
    border-radius: 2.5rem;
    color: var(--body-color);
    display: inline-block;
    font-family: futura-pt, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 1.1rem 2.5rem;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, transform .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {

    .btn,
    .custom-radio-button label {
        transition: none
    }
}

.btn:hover,
.custom-radio-button label:hover {
    color: var(--body-color);
    text-decoration: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-lg {
    border-radius: 2.5rem;
    font-size: 2rem;
    line-height: 1.5;
    padding: 1.1rem 3rem
}

.btn-sm,
.custom-radio-button label {
    border-radius: 2.1rem;
    font-size: 1.6rem;
    line-height: 1.3;
    padding: .9rem 2.2rem
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    margin: 0;
    padding: 0
}

.btn,
.custom-radio-button label {
    border-top-left-radius: 0;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease
}

.btn .svg-external-link,
.custom-radio-button label .svg-external-link {
    color: inherit
}

.btn.disabled,
.btn:disabled,
.custom-radio-button label.disabled,
.custom-radio-button label:disabled {
    background-color: #f2f3f7 !important;
    border-color: #f2f3f7 !important;
    color: #697097 !important
}

.btn-xs {
    border-radius: 0 1.7rem 1.7rem 1.7rem;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: .7rem 2rem
}

.btn--plain.btn--primary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    outline-color: var(--primary)
}

.btn--plain.btn--primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white)
}

.btn--plain.btn--primary:active {
    background-color: var(--primary-darker);
    border-color: var(--primary-darker);
    color: var(--white)
}

.btn--ghost.btn--primary,
.btn--plain.btn--primary:focus {
    outline-color: var(--primary)
}

.btn--ghost.btn--primary {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary)
}

.btn--ghost.btn--primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white)
}

.btn--ghost.btn--primary:active {
    background-color: var(--primary-darker);
    border-color: var(--primary-darker);
    color: var(--white)
}

.btn--ghost.btn--primary:focus {
    outline-color: var(--primary)
}

.btn--ghost.btn--default {
    background-color: transparent;
    border-color: var(--gray-900);
    color: var(--gray-900);
    outline-color: var(--gray-900)
}

.btn--ghost.btn--default:hover {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white)
}

.btn--ghost.btn--default:active {
    background-color: var(--gray-800);
    border-color: var(--gray-800);
    color: var(--white)
}

.btn--ghost.btn--default:focus {
    outline-color: var(--gray-900)
}

[class*=btn--icon],
[class*=btn--icon] [class*=icon],
[class*=btn--icon] [class*=svg-icon] {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center
}

[class*=btn--icon] [class*=icon],
[class*=btn--icon] [class*=svg-icon] {
    font-size: 75%;
    line-height: 1
}

a[class*=btn--icon]:not(.btn) {
    color: var(--primary, #1d71b8);
    display: inline-block;
    line-height: normal;
    padding-left: 1.5rem;
    position: relative;
    text-align: left;
    text-decoration: none
}

a[class*=btn--icon]:not(.btn):active,
a[class*=btn--icon]:not(.btn):hover {
    text-decoration: underline
}

a[class*=btn--icon]:not(.btn):focus {
    text-decoration: none
}

a[class*=btn--icon]:not(.btn) .svg-icon {
    left: 0;
    max-width: 1rem;
    position: absolute;
    top: .5rem
}

.text-white a[class*=btn--icon]:not(.btn),
.text-white a[class*=btn--icon]:not(.btn) svg {
    color: #fff
}

.btn--icon-only {
    height: var(--btn-height);
    padding: 0;
    width: var(--btn-height)
}

.btn--icon-only.btn-sm,
.custom-radio-button label.btn--icon-only {
    --btn-height: 4rem
}

.btn--icon-only.btn-xs {
    --btn-height: 3.4rem
}

.btn--icon-before [class*=icon],
.btn--icon-before [class*=svg-icon] {
    margin-right: .8rem
}

.btn--icon-after [class*=icon],
.btn--icon-after [class*=svg-icon] {
    margin-left: .8rem
}

.btn-group {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

.btn-group>* {
    margin-bottom: 0;
    margin-top: 1rem
}

.btn-group>:not(:last-child) {
    margin-right: 2rem
}

.btn-group>:first-child:not(:only-child) {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 0
}

.btn--add {
    background-color: var(--gray-100);
    border: .1rem dashed var(--gray-500, #c5c8da);
    border-radius: var(--border-radius-sm, 2.4rem);
    color: var(--body-color-darker);
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    padding: 3rem;
    width: 100%
}

.btn--add [class*=icon],
.btn--add [class*=svg-icon] {
    color: var(--primary, #1d71b8);
    font-size: 2.9rem;
    margin-right: 1.6rem
}

.btn--add .svg-circle-cross {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn--add:focus,
.btn--add:hover {
    border-color: var(--primary, #1d71b8);
    color: var(--body-color-darker)
}

a.btn--style1 {
    border: 0;
    border-radius: 2.6rem;
    box-shadow: var(--box-shadow-lg);
    color: var(--body-color-darker);
    line-height: 1.2;
    overflow: hidden;
    padding: 1.55rem 7.7rem 1.55rem 3rem;
    position: relative;
    text-align: left
}

a.btn--style1:focus,
a.btn--style1:hover {
    color: var(--primary, #1d71b8)
}

a.btn--style1:not(.external-link):not(.mailto-link):not(.file-link):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%231D71B8' d='M18.299 4.076a1.778 1.778 0 0 1 2.514 0L31.48 14.743a1.668 1.668 0 0 1 .26.332 1.382 1.382 0 0 1 .093.173l.04.092a1.914 1.914 0 0 1 .091.303A1.764 1.764 0 0 1 32 16l-.006-.152c.003.031.004.062.005.092l.001.059-.001.059a1.583 1.583 0 0 1-.019.205l-.016.092a1.507 1.507 0 0 1-.053.198 1.474 1.474 0 0 1-.078.198c-.017.037-.036.073-.055.109a2.03 2.03 0 0 1-.127.197 1.79 1.79 0 0 1-.172.199l.142-.161-.012.015-.13.145-10.667 10.667a1.778 1.778 0 0 1-2.514-2.514l7.63-7.634-24.151.002a1.778 1.778 0 0 1-1.766-1.57l-.012-.207c0-.982.796-1.778 1.778-1.778l24.151-.002-7.63-7.63a1.779 1.779 0 0 1-.148-2.347z'/%3E%3C/svg%3E")
}

.text-white a.btn--style1:not(.external-link):not(.mailto-link):not(.file-link):after,
a.btn--style1:not(.external-link):not(.mailto-link):not(.file-link).btn--style1:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M18.299 4.076a1.778 1.778 0 0 1 2.514 0L31.48 14.743a1.668 1.668 0 0 1 .26.332 1.382 1.382 0 0 1 .093.173l.04.092a1.914 1.914 0 0 1 .091.303A1.764 1.764 0 0 1 32 16l-.006-.152c.003.031.004.062.005.092l.001.059-.001.059a1.583 1.583 0 0 1-.019.205l-.016.092a1.507 1.507 0 0 1-.053.198 1.474 1.474 0 0 1-.078.198c-.017.037-.036.073-.055.109a2.03 2.03 0 0 1-.127.197 1.79 1.79 0 0 1-.172.199l.142-.161-.012.015-.13.145-10.667 10.667a1.778 1.778 0 0 1-2.514-2.514l7.63-7.634-24.151.002a1.778 1.778 0 0 1-1.766-1.57l-.012-.207c0-.982.796-1.778 1.778-1.778l24.151-.002-7.63-7.63a1.779 1.779 0 0 1-.148-2.347z'/%3E%3C/svg%3E")
}

a.btn--style1:not(.external-link):not(.mailto-link):not(.file-link):after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.4rem;
    background-size: 1.8rem;
    content: "";
    display: inline-block;
    vertical-align: middle
}

a.btn--style1:before {
    background-color: transparent;
    border-radius: 25% 75%/50% 0;
    bottom: 0;
    box-shadow: 0 2rem 0 0 var(--primary, #1d71b8);
    content: "";
    height: 4rem;
    position: absolute;
    right: 5.2rem;
    width: 2rem;
    z-index: 1
}

a.btn--style1:after {
    background-color: var(--primary, #1d71b8);
    background-size: 1.8rem;
    border-radius: 2.6rem 2.6rem 2.6rem 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    width: 5.2rem
}

a.btn--style1.btn--white {
    background-color: #fff
}

.table-responsive {
    margin-bottom: 3rem
}

.table {
    border-collapse: separate;
    border-radius: 1.4rem
}

.table caption {
    caption-side: top
}

.table p:last-child {
    margin-bottom: 0
}

.table td,
.table th {
    background-color: #fff;
    border-bottom: 0;
    border-right: 0;
    padding: 1.8rem 3rem
}

.table td:first-child,
.table th:first-child {
    border-left-width: 0
}

.table th {
    background-color: #f8f9fb;
    color: #343852
}

.table thead td,
.table thead th {
    background-color: #f8f9fb;
    border-bottom-width: 0
}

.table caption+tbody tr:first-child td,
.table caption+tbody tr:first-child th,
.table tbody:first-child tr:first-child td,
.table tbody:first-child tr:first-child th,
.table thead tr:first-child td,
.table thead tr:first-child th {
    border-top-width: 0
}

.table caption+tbody tr:first-child td:first-child,
.table caption+tbody tr:first-child th:first-child,
.table tbody:first-child tr:first-child td:first-child,
.table tbody:first-child tr:first-child th:first-child,
.table thead tr:first-child td:first-child,
.table thead tr:first-child th:first-child {
    border-top-left-radius: 1.4rem
}

.table caption+tbody tr:first-child td:last-child,
.table caption+tbody tr:first-child th:last-child,
.table tbody:first-child tr:first-child td:last-child,
.table tbody:first-child tr:first-child th:last-child,
.table thead tr:first-child td:last-child,
.table thead tr:first-child th:last-child {
    border-top-right-radius: 1.4rem
}

.table tbody tr:last-child td:first-child,
.table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 1.4rem
}

.table tbody tr:last-child td:last-child,
.table tbody tr:last-child th:last-child {
    border-radius: 0 0 1.4rem 0
}

.table-responsive>.table-bordered {
    border: .1rem solid var(--border-color, var(--gray-400, #dee0ea))
}

.m-user {
    text-align: center
}

.m-user__name {
    color: var(--body-color-darker);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 2rem
}

.m-user__info {
    line-height: 1.3;
    margin-bottom: 2.5rem
}

.m-user__icon {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: var(--brand-2);
    color: var(--white);
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 8.1rem;
    justify-content: center;
    margin-bottom: .8rem;
    margin-top: 2rem;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='75' height='81' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.501 80.455H37.5C16.789 80.455 0 63.827 0 43.315V0c2.932 3.233 8.819 5.986 20.77 6.173H37.5C58.211 6.173 75 22.8 75 43.314c0 20.513-16.788 37.14-37.499 37.14'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='75' height='81' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.501 80.455H37.5C16.789 80.455 0 63.827 0 43.315V0c2.932 3.233 8.819 5.986 20.77 6.173H37.5C58.211 6.173 75 22.8 75 43.314c0 20.513-16.788 37.14-37.499 37.14'/%3E%3C/svg%3E");
    width: 7.5rem
}

.m-user__icon svg {
    font-size: 2.9rem
}

.m-user__nav {
    border-top: .1rem solid var(--border-color);
    margin-bottom: 2rem
}

.m-user__nav>li {
    border-bottom: .1rem solid var(--border-color);
    padding: 1.5rem 0
}

.m-social__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 2rem
}

.m-social__list a:hover {
    text-decoration: none
}

.m-social__link {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 4.4rem;
    justify-content: center
}

.m-social__link.external-link:after {
    display: none
}

.m-social__link .svg-rss {
    font-size: 1.5rem
}

.m-social__icon {
    line-height: 1
}

.breadcrumb-item {
    font-size: 1.6rem
}

.breadcrumb-item svg {
    margin-left: 1.3rem;
    margin-top: -.1rem
}

.breadcrumb-item a {
    text-decoration: none
}

.breadcrumb-item a:active,
.breadcrumb-item a:hover {
    text-decoration: underline
}

.breadcrumb-item a:focus {
    text-decoration: none
}

label,
legend {
    color: var(--body-color-darker);
    font-weight: 500;
    margin-left: 1rem
}

legend {
    font-size: 2rem
}

textarea {
    min-height: 12rem
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23969CBB' d='m18.712 24.837 12.143-11.994A3.937 3.937 0 0 0 32 10.056a3.93 3.93 0 0 0-6.718-2.787l-9.356 9.157-9.207-9.207a3.834 3.834 0 0 0-2.787-1.145A3.932 3.932 0 0 0 0 10.006a3.928 3.928 0 0 0 1.145 2.787l11.994 11.994a3.982 3.982 0 0 0 5.574 0v.05z'/%3E%3C/svg%3E");
    background-position: calc(100% - 2.6rem);
    background-repeat: no-repeat;
    background-size: .8rem;
    padding-right: 6rem
}

select::-ms-expand {
    display: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-left: -1rem;
    opacity: .000001;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.form-group--date .form-group-wrap {
    max-width: 29rem
}

.description {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    margin-left: 1rem;
    padding-top: .3rem
}

.is-invalid,
.is-invalid label {
    color: #d20024
}

.is-invalid select,
select.is-invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23D20024' d='m18.712 24.837 12.143-11.994A3.937 3.937 0 0 0 32 10.056a3.93 3.93 0 0 0-6.718-2.787l-9.356 9.157-9.207-9.207a3.834 3.834 0 0 0-2.787-1.145A3.932 3.932 0 0 0 0 10.006a3.928 3.928 0 0 0 1.145 2.787l11.994 11.994a3.982 3.982 0 0 0 5.574 0v.05z'/%3E%3C/svg%3E")
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #d20024;
    border-color: #d20024
}

.custom-control-inline {
    display: inline-block;
    vertical-align: top
}

.custom-control-inline .description {
    margin-left: 0
}

.custom-control-label {
    color: inherit;
    font-weight: inherit;
    margin-left: 0
}

.custom-control {
    margin-bottom: .5rem;
    margin-left: 1rem
}

.custom-control .description {
    margin-bottom: 0
}

.custom-control:not(.custom-control-inline) .description {
    margin-left: 0
}

input.custom-control-input {
    cursor: pointer;
    height: 1.6rem;
    opacity: .00001;
    top: .55rem;
    width: 1.6rem;
    z-index: 1
}

.custom-control-input:disabled:checked~.custom-control-label:before {
    border-color: var(--input-border-color)
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #fff;
    color: #1d71b8
}

.custom-checkbox .custom-control-input:checked:disabled~.custom-control-label:after {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%231D71B8" d="M3.035 15.632a1.778 1.778 0 0 0-2.514 2.514l8.889 8.889c.694.694 1.82.694 2.514 0L31.48 7.479a1.778 1.778 0 0 0-2.514-2.514L10.667 23.264l-7.632-7.632z"/></svg>')
}

.form-group-wrap {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.form-group-wrap>svg {
    color: var(--gray-600, #969cbb);
    height: 2rem;
    pointer-events: none;
    position: absolute;
    top: 1.5rem;
    width: 2rem
}

.form-group-wrap button {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.form-group-wrap--left>svg {
    left: 2.2rem
}

.form-group-wrap--left .form-control {
    padding-left: 6.4rem
}

.form-group-wrap--right>svg {
    right: 2.2rem
}

.form-group-wrap--right .form-control {
    padding-right: 6.4rem
}

.form-box {
    --form-box-margin: 4rem 0;
    --form-box-padding: 7rem 3rem;
    background-color: #fff;
    border: .1rem solid var(--gray-400, #dee0ea);
    border-radius: 0 10rem 10rem 10rem;
    margin: var(--form-box-margin);
    padding: var(--form-box-padding);
    position: relative
}

.form-box:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 106 134'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M40.501 134H40.5C18.132 134 0 115.813 0 93.376V46c3.166 3.537 9.524 6.548 22.43 6.752h18.071C62.868 52.752 81 70.939 81 93.376S62.868 134 40.501 134' fill='%231D71B8'/%3E%3Cpath d='M85 46c11.598 0 21-9.507 21-21.235V0c-1.642 1.849-4.939 3.423-11.63 3.53H85c-11.598 0-21 9.506-21 21.235C64 36.493 73.402 46 85 46' fill='%23D20050'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    height: 9.5rem;
    left: -3rem;
    position: absolute;
    top: 1.5rem;
    width: 7.5rem
}

@media (min-width: 62em) {
    .form-box {
        --form-box-margin: 6rem 0;
        --form-box-padding: 7rem 10rem
    }

    .form-box:before {
        height: 13.4rem;
        left: -2.5rem;
        top: 4.7rem;
        width: 10.6rem
    }
}

.form-box__title {
    float: left;
    font-family: futura-pt-bold, Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
    margin-left: 1rem
}

.form-box__title+* {
    clear: both
}

.form-box__title+p,
.form-recap {
    margin-left: 1rem
}

.form-recap {
    margin-top: 2rem
}

.form-recap .entitled {
    color: var(--body-color-darker);
    font-weight: 600
}

.form-recap p {
    margin-bottom: .3rem
}

.form-recap .form-recap-title {
    border-bottom: .1rem solid var(--gray-400, #dee0ea);
    color: var(--primary);
    font-family: futura-pt-bold, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 2rem
}

.form-recap .form-recap-title .title {
    background-color: #fff;
    display: inline-block;
    padding-right: 1rem;
    -webkit-transform: translateY(.7rem);
    transform: translateY(.7rem)
}

.custom-radio-box {
    padding-left: 1rem
}

.custom-radio-box .custom-control {
    margin: 1.5rem 0 0;
    padding-left: 0;
    width: 100%
}

.custom-radio-box .custom-control-input:checked+label {
    border-color: #1d71b8;
    color: #1d71b8
}

.custom-radio-box .custom-control-label {
    background-color: #fff;
    border: .1rem solid var(--input-border-color);
    border-radius: 0 1.4rem 1.4rem 1.4rem;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    height: 100%;
    line-height: 1.25;
    padding: 2.5rem 3rem 2.5rem 2rem
}

.custom-radio-box .custom-control-label:after,
.custom-radio-box .custom-control-label:before {
    left: auto;
    right: 1.4rem;
    top: 1.4rem
}

@media (min-width: 36em) {
    .custom-radio-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -.6rem;
        margin-right: -.6rem
    }

    .custom-radio-box>.custom-control {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        min-height: 1px;
        padding-left: .6rem;
        padding-right: .6rem;
        position: relative;
        width: 100%
    }
}

.search-group {
    border: .1rem solid var(--input-border-color);
    border-radius: 1.4rem 2.5rem 2.5rem 1.4rem
}

.search-group>.form-control,
.search-group>.form-control:not(:first-child) {
    border: none;
    border-radius: 1.4rem
}

.search-group button {
    margin-right: -.1rem;
    margin-top: -.1rem
}

.search-group:focus-within {
    border-color: var(--primary, #1d71b8)
}

.custom-radio-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 1rem
}

.custom-radio-button .custom-control {
    margin: 1.5rem 0 0;
    padding-left: 0
}

.custom-radio-button .custom-control-input {
    clip: rect(1px, 1px, 1px, 1px) !important;
    border: 0 !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.custom-radio-button label {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary);
    outline-color: var(--primary)
}

.custom-radio-button label:after,
.custom-radio-button label:before {
    content: none
}

.custom-radio-button label:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white)
}

.custom-radio-button label:active {
    background-color: var(--primary-darker);
    border-color: var(--primary-darker);
    color: var(--white)
}

.custom-radio-button label:focus {
    outline-color: var(--primary)
}

.custom-radio-button input:checked~label {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    outline-color: var(--primary)
}

.custom-radio-button input:checked~label:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white)
}

.custom-radio-button input:checked~label:active {
    background-color: var(--primary-darker);
    border-color: var(--primary-darker);
    color: var(--white)
}

.custom-radio-button input:checked~label:focus {
    outline-color: var(--primary)
}

.custom-radio-button .custom-control:first-of-type label {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.custom-radio-button .custom-control:not(:first-of-type):not(:last-child) label {
    border-radius: 0
}

.custom-radio-button .custom-control:not(:first-of-type) label {
    border-bottom-left-radius: 0
}

.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6rem
}

.page-link {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    line-height: normal;
    transition: color .25s ease, border-color .25s ease;
    width: 4.4rem
}

.page-link svg {
    fill: var(--primary, #1d71b8);
    font-size: .8rem
}

.page-item {
    margin: .25rem
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 100%
}

.o-stepper {
    font-weight: 600;
    margin-bottom: 4rem;
    text-align: center
}

.o-stepper ol,
.o-stepper ul {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: relative
}

.o-stepper li {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative
}

.o-stepper li:not(:last-child):after {
    background-color: #969cbb;
    content: "";
    height: .2rem;
    left: calc(50% + 4rem);
    position: absolute;
    right: calc(-50% + 4rem);
    top: 2rem
}

.o-stepper a {
    display: block;
    text-decoration: none
}

.o-stepper a:hover {
    color: inherit
}

.o-stepper__indicator {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    border: .2rem solid #969cbb;
    border-radius: 50%;
    color: #969cbb;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    height: 3.9rem;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 3.9rem
}

.o-stepper__number {
    display: block;
    font-size: 1.1rem;
    padding-top: 1.5rem;
    text-transform: uppercase
}

.o-stepper__name {
    display: block;
    line-height: normal
}

.o-stepper--current .o-stepper__indicator {
    border-color: var(--primary, #1d71b8);
    color: var(--primary, #1d71b8)
}

.o-stepper--current .o-stepper__name {
    color: var(--body-color-darker)
}

.o-stepper--checked .o-stepper__indicator {
    background-color: var(--primary, #1d71b8);
    border: none;
    text-indent: -9999rem
}

.o-stepper--checked .o-stepper__indicator:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M3.035 15.632a1.778 1.778 0 0 0-2.514 2.514l8.889 8.889c.694.694 1.82.694 2.514 0L31.48 7.479a1.778 1.778 0 0 0-2.514-2.514L10.667 23.264l-7.632-7.632z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.6rem;
    content: "";
    height: 2rem;
    width: 2rem
}

.o-stepper--checked .o-stepper__name {
    color: var(--body-color-darker)
}

@media (max-width: 61.98em) {
    .o-stepper__name {
        font-size: 1.6rem
    }
}

@media (max-width: 35.98em) {

    .o-stepper__name,
    .o-stepper__number {
        clip: rect(1px, 1px, 1px, 1px) !important;
        border: 0 !important;
        -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media (min-width: 62em) {
    .o-stepper {
        margin-bottom: 7rem
    }
}

.o-progress-bar {
    margin-bottom: 4rem;
    margin-top: 4rem;
    text-align: center
}

.o-progress-bar ol,
.o-progress-bar ul {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: relative
}

.o-progress-bar li {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative
}

.o-progress-bar li:not(.o-progress-bar--checked):not(.o-progress-bar--current) img {
    opacity: .4
}

.o-progress-bar li:not(.o-progress-bar--checked):not(.o-progress-bar--current) .o-progress-bar__img:after {
    background-color: var(--gray-600);
    bottom: 0;
    content: "";
    left: 0;
    mix-blend-mode: color;
    position: absolute;
    right: 0;
    top: 0
}

.o-progress-bar li:first-child.o-progress-bar--current .o-progress-bar__indicator {
    --progress-bar-indicator-width: 5rem
}

.o-progress-bar li:first-child .o-progress-bar__indicator {
    margin-left: 3rem
}

.o-progress-bar li:first-child .o-progress-bar__indicator,
.o-progress-bar li:first-child .o-progress-bar__indicator:after {
    border-bottom-left-radius: var(--border-radius);
    border-top-left-radius: var(--border-radius)
}

.o-progress-bar li:first-child .o-progress-bar__img {
    margin-left: 3rem
}

.o-progress-bar li:first-child .o-progress-bar__name {
    margin-left: 0
}

.o-progress-bar li:last-child.o-progress-bar--current .o-progress-bar__indicator {
    --progress-bar-indicator-width: 100%
}

.o-progress-bar li:last-child .o-progress-bar__indicator {
    margin-right: 3rem
}

.o-progress-bar li:last-child .o-progress-bar__indicator,
.o-progress-bar li:last-child .o-progress-bar__indicator:after {
    border-bottom-right-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius)
}

.o-progress-bar li:last-child .o-progress-bar__img {
    margin-right: 3rem
}

.o-progress-bar li:last-child .o-progress-bar__name {
    margin-right: 0
}

.o-progress-bar__img {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: var(--progress-bar-img-height);
    justify-content: center;
    margin: 0 auto 2.5rem;
    position: relative;
    width: var(--progress-bar-img-width)
}

.o-progress-bar__name {
    line-height: 1.2;
    margin: auto;
    max-width: 15rem;
    padding: 0 1rem
}

.o-progress-bar__indicator {
    background-color: var(--border-color);
    display: block;
    height: 1rem;
    margin-bottom: 2rem;
    position: relative
}

.o-progress-bar__indicator:after {
    background-color: var(--primary);
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: var(--progress-bar-indicator-width);
    z-index: 1
}

.o-progress-bar--checked .o-progress-bar__indicator {
    --progress-bar-indicator-width: calc(100% + 3px)
}

.o-progress-bar--checked .o-progress-bar__indicator:after {
    display: block
}

.o-progress-bar--current .o-progress-bar__indicator {
    --progress-bar-indicator-width: 50%
}

.o-progress-bar--current .o-progress-bar__indicator:after {
    border-bottom-right-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    display: block
}

@media (min-width: 62em) {
    .o-progress-bar {
        margin-bottom: 7.5rem;
        margin-top: 6rem
    }
}

.o-alert {
    background-color: #fff;
    border: .1rem solid var(--gray-400, #dee0ea);
    border-radius: var(--border-radius-md);
    border-top-left-radius: 0;
    margin-bottom: 6rem;
    margin-top: 4rem;
    padding: 2.4rem 6.6rem;
    position: relative
}

.o-alert p {
    margin-bottom: 0
}

.o-alert .btn--close {
    position: absolute;
    right: 1.5rem;
    top: .5rem
}

.o-alert .btn--close svg {
    width: .8rem
}

.o-alert__title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    margin-bottom: .5rem
}

.o-alert__icon {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: var(--alert-icon-bg);
    -webkit-clip-path: path("M30.376 66h-.002C13.6 66 0 52.36 0 35.532V0c2.375 2.652 7.143 4.91 16.823 5.064h13.553c16.775 0 30.374 13.64 30.374 30.468C60.75 52.36 47.151 66 30.376 66");
    clip-path: path("M30.376 66h-.002C13.6 66 0 52.36 0 35.532V0c2.375 2.652 7.143 4.91 16.823 5.064h13.553c16.775 0 30.374 13.64 30.374 30.468C60.75 52.36 47.151 66 30.376 66");
    color: var(--white);
    display: -ms-flexbox;
    display: flex;
    height: 6.6rem;
    justify-content: center;
    left: -1.3rem;
    position: absolute;
    top: -.6rem;
    width: 6.1rem
}

.o-alert__icon svg {
    font-size: 2.6rem
}

.o-alert--error {
    --alert-icon-bg: #d20024
}

.o-alert--warning {
    --alert-icon-bg: #e69215
}

.o-alert--info {
    --alert-icon-bg: #369aee
}

.o-alert--success {
    --alert-icon-bg: #9ab938
}

.js-accordion {
    margin-bottom: 3rem
}

.o-accordion__title {
    font-size: inherit;
    margin: 0
}

.o-accordion__title:not(:first-child) {
    margin-top: 2rem
}

.js-accordion__header {
    background-color: var(--white, #fff);
    border: .1rem solid var(--border-color, var(--gray-400, #dee0ea));
    border-radius: var(--border-radius);
    color: var(--body-color, #697097);
    display: block;
    font-size: 2rem;
    font-weight: 500;
    padding: 1.7rem 4.5rem 1.7rem 3.3rem;
    position: relative;
    text-align: left;
    transition: color .25s ease, background-color .25s ease;
    width: 100%
}

.js-accordion__header svg {
    color: var(--gray-600, #969cbb);
    pointer-events: none;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    width: .8rem
}

.js-accordion__header[aria-expanded=true] {
    background-color: var(--gray-100, #f8f9fb);
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: var(--primary, #1d71b8)
}

.js-accordion__header[aria-expanded=true] svg {
    color: var(--primary, #1d71b8);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.js-accordion__header:focus,
.js-accordion__header:hover {
    color: var(--primary, #1d71b8)
}

.js-accordion__panel {
    background-color: var(--gray-100, #f8f9fb);
    border: .1rem solid var(--border-color, var(--gray-400, #dee0ea));
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    border-top-width: 0;
    padding: 0 3.3rem 3rem
}

.js-accordion__panel[aria-hidden=true] {
    display: none
}

@media (min-width: 48em) {
    .js-accordion__header {
        padding-right: 9rem
    }

    .js-accordion__header svg {
        right: 4rem
    }
}

.js-tablist {
    border-bottom: .1rem solid var(--border-color);
    border-top: .1rem solid var(--border-color);
    margin-bottom: 0;
    margin-top: 4rem;
    overflow-x: auto
}

.js-tablist,
.js-tablist__item {
    display: -ms-flexbox;
    display: flex
}

.js-tablist__item {
    -ms-flex-pack: center;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    text-align: center
}

.js-tablist__link {
    background-color: var(--white);
    border-bottom: .4rem solid transparent;
    color: var(--body-color);
    cursor: pointer;
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    min-width: 15rem;
    padding: 2rem 1rem;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.js-tablist__link:focus {
    outline-offset: -.2rem
}

.js-tablist__link:hover {
    text-decoration: none
}

.js-tablist__link[aria-selected=true] {
    background-color: var(--gray-100);
    border-bottom-color: var(--primary);
    color: var(--primary)
}

.o-tabs--check .js-tablist__link[aria-selected=true]:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%231D71B8' d='M3.035 15.632a1.778 1.778 0 0 0-2.514 2.514l8.889 8.889c.694.694 1.82.694 2.514 0L31.48 7.479a1.778 1.778 0 0 0-2.514-2.514L10.667 23.264l-7.632-7.632z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 1.5rem;
    margin-right: 1rem;
    vertical-align: baseline;
    width: 2.1rem
}

.js-tabcontent[aria-hidden=true] {
    display: none
}

.js-tabcontent--container {
    margin-top: 3.5rem
}

.o-widget-access__intro {
    color: var(--body-color-darker);
    font-family: inherit;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    text-align: center
}

.o-widget-access {
    min-width: 30.5rem
}

.o-widget-access:after {
    clear: both;
    content: "";
    display: block
}

.o-widget-access legend {
    color: inherit;
    font-size: 1.6rem;
    font-weight: 400;
    margin: .8rem 1rem 0 0
}

.o-widget-access fieldset>* {
    float: left;
    width: auto
}

.o-widget-access .form-group:last-child {
    margin-bottom: 0
}

.o-widget-access .o-widget-access__label {
    cursor: pointer;
    margin-left: 0
}

.o-widget-access input:checked~label {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    outline-color: var(--primary)
}

.o-widget-access input:checked~label:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white)
}

.o-widget-access input:checked~label:active {
    background-color: var(--primary-darker);
    border-color: var(--primary-darker);
    color: var(--white)
}

.o-widget-access input:checked~label:focus {
    outline-color: var(--primary)
}

.o-widget-access .o-widget-access__option:first-of-type label {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.o-widget-access .o-widget-access__option:not(:first-of-type) label {
    border-bottom-left-radius: 0
}

[data-toggle=tooltip] {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: -.4rem .5rem 0;
    vertical-align: middle
}

[data-toggle=tooltip] svg {
    fill: var(--primary, #1d71b8);
    font-size: 1.5rem
}

.tooltip .arrow {
    display: none
}

.tooltip-inner {
    text-align: left
}

.tooltip-inner * {
    line-height: 1.375
}

.tooltip-inner :last-child {
    margin-bottom: 0
}

.tooltip-inner h1,
.tooltip-inner h2,
.tooltip-inner h3,
.tooltip-inner h4,
.tooltip-inner h5,
.tooltip-inner h6 {
    color: #fff;
    font-family: futura-pt, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.modal-content {
    padding: 5.5rem 5rem 5rem
}

.modal-content .btn--close {
    color: var(--body-color-darker);
    position: absolute;
    right: 2rem;
    top: 2rem
}

.modal-content .btn--close:hover {
    color: var(--primary)
}

.modal-content .btn--close svg {
    font-size: 1.2rem
}

.modal-body>:last-child {
    margin-bottom: 0
}

.modal-title {
    font-size: 2.4rem;
    margin-bottom: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.border {
    border: .1rem solid var(--gray-400, #dee0ea) !important
}

.border-top {
    border-top: .1rem solid var(--gray-400, #dee0ea) !important
}

.border-right {
    border-right: .1rem solid var(--gray-400, #dee0ea) !important
}

.border-bottom {
    border-bottom: .1rem solid var(--gray-400, #dee0ea) !important
}

.border-left {
    border-left: .1rem solid var(--gray-400, #dee0ea) !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: 2.4rem !important
}

.rounded {
    border-radius: 1.4rem !important
}

.rounded-top {
    border-top-left-radius: 1.4rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 1.4rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 1.4rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 1.4rem !important
}

.rounded-left {
    border-top-left-radius: 1.4rem !important
}

.rounded-lg {
    border-radius: 10rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 36em) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 75em) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 87.5em) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 36em) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

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

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

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 48em) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

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

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

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 62em) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

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

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

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 75em) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 87.5em) {
    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 36em) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 48em) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 62em) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 75em) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 87.5em) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(52, 56, 82, .08) !important
}

.shadow {
    box-shadow: 0 0 1.4rem rgba(52, 56, 82, .1) !important
}

.shadow-lg {
    box-shadow: 0 1.5rem 4rem rgba(52, 56, 82, .1) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !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: 1rem !important
}

.mt-1,
.my-1 {
    margin-top: 1rem !important
}

.mr-1,
.mx-1 {
    margin-right: 1rem !important
}

.mb-1,
.my-1 {
    margin-bottom: 1rem !important
}

.ml-1,
.mx-1 {
    margin-left: 1rem !important
}

.m-2 {
    margin: 2rem !important
}

.mt-2,
.my-2 {
    margin-top: 2rem !important
}

.mr-2,
.mx-2 {
    margin-right: 2rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 2rem !important
}

.ml-2,
.mx-2 {
    margin-left: 2rem !important
}

.m-3 {
    margin: 3rem !important
}

.mt-3,
.my-3 {
    margin-top: 3rem !important
}

.mr-3,
.mx-3 {
    margin-right: 3rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 3rem !important
}

.ml-3,
.mx-3 {
    margin-left: 3rem !important
}

.m-4 {
    margin: 4rem !important
}

.mt-4,
.my-4 {
    margin-top: 4rem !important
}

.mr-4,
.mx-4 {
    margin-right: 4rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 4rem !important
}

.ml-4,
.mx-4 {
    margin-left: 4rem !important
}

.m-5 {
    margin: 5rem !important
}

.mt-5,
.my-5 {
    margin-top: 5rem !important
}

.mr-5,
.mx-5 {
    margin-right: 5rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 5rem !important
}

.ml-5,
.mx-5 {
    margin-left: 5rem !important
}

.m-6 {
    margin: 6rem !important
}

.mt-6,
.my-6 {
    margin-top: 6rem !important
}

.mr-6,
.mx-6 {
    margin-right: 6rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 6rem !important
}

.ml-6,
.mx-6 {
    margin-left: 6rem !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: 1rem !important
}

.pt-1,
.py-1 {
    padding-top: 1rem !important
}

.pr-1,
.px-1 {
    padding-right: 1rem !important
}

.pb-1,
.py-1 {
    padding-bottom: 1rem !important
}

.pl-1,
.px-1 {
    padding-left: 1rem !important
}

.p-2 {
    padding: 2rem !important
}

.pt-2,
.py-2 {
    padding-top: 2rem !important
}

.pr-2,
.px-2 {
    padding-right: 2rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 2rem !important
}

.pl-2,
.px-2 {
    padding-left: 2rem !important
}

.p-3 {
    padding: 3rem !important
}

.pt-3,
.py-3 {
    padding-top: 3rem !important
}

.pr-3,
.px-3 {
    padding-right: 3rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 3rem !important
}

.pl-3,
.px-3 {
    padding-left: 3rem !important
}

.p-4 {
    padding: 4rem !important
}

.pt-4,
.py-4 {
    padding-top: 4rem !important
}

.pr-4,
.px-4 {
    padding-right: 4rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 4rem !important
}

.pl-4,
.px-4 {
    padding-left: 4rem !important
}

.p-5 {
    padding: 5rem !important
}

.pt-5,
.py-5 {
    padding-top: 5rem !important
}

.pr-5,
.px-5 {
    padding-right: 5rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 5rem !important
}

.pl-5,
.px-5 {
    padding-left: 5rem !important
}

.p-6 {
    padding: 6rem !important
}

.pt-6,
.py-6 {
    padding-top: 6rem !important
}

.pr-6,
.px-6 {
    padding-right: 6rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 6rem !important
}

.pl-6,
.px-6 {
    padding-left: 6rem !important
}

.m-n1 {
    margin: -1rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -1rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -1rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -1rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -1rem !important
}

.m-n2 {
    margin: -2rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -2rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -2rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -2rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -2rem !important
}

.m-n3 {
    margin: -3rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -3rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -3rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -3rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -3rem !important
}

.m-n4 {
    margin: -4rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -4rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -4rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -4rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -4rem !important
}

.m-n5 {
    margin: -5rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -5rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -5rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -5rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -5rem !important
}

.m-n6 {
    margin: -6rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -6rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -6rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -6rem !important
}

.ml-n6,
.mx-n6 {
    margin-left: -6rem !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: 36em) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 1rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 1rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 1rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 1rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 1rem !important
    }

    .m-sm-2 {
        margin: 2rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 2rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 2rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 2rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 2rem !important
    }

    .m-sm-3 {
        margin: 3rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 3rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 3rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 3rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 3rem !important
    }

    .m-sm-4 {
        margin: 4rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 4rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 4rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 4rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 4rem !important
    }

    .m-sm-5 {
        margin: 5rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 5rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 5rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 5rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 5rem !important
    }

    .m-sm-6 {
        margin: 6rem !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 6rem !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 6rem !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 6rem !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 6rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 1rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 1rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 1rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 1rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 1rem !important
    }

    .p-sm-2 {
        padding: 2rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 2rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 2rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 2rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 2rem !important
    }

    .p-sm-3 {
        padding: 3rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 3rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 3rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 3rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 3rem !important
    }

    .p-sm-4 {
        padding: 4rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 4rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 4rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 4rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 4rem !important
    }

    .p-sm-5 {
        padding: 5rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 5rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 5rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 5rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 5rem !important
    }

    .p-sm-6 {
        padding: 6rem !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 6rem !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 6rem !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 6rem !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 6rem !important
    }

    .m-sm-n1 {
        margin: -1rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -1rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -1rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -1rem !important
    }

    .m-sm-n2 {
        margin: -2rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -2rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -2rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -2rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -2rem !important
    }

    .m-sm-n3 {
        margin: -3rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -3rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -3rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -3rem !important
    }

    .m-sm-n4 {
        margin: -4rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -4rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -4rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -4rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -4rem !important
    }

    .m-sm-n5 {
        margin: -5rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -5rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -5rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -5rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -5rem !important
    }

    .m-sm-n6 {
        margin: -6rem !important
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -6rem !important
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -6rem !important
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -6rem !important
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -6rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-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: 1rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 1rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 1rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 1rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 1rem !important
    }

    .m-md-2 {
        margin: 2rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 2rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 2rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 2rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 2rem !important
    }

    .m-md-3 {
        margin: 3rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 3rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 3rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 3rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 3rem !important
    }

    .m-md-4 {
        margin: 4rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 4rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 4rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 4rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 4rem !important
    }

    .m-md-5 {
        margin: 5rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 5rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 5rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 5rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 5rem !important
    }

    .m-md-6 {
        margin: 6rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 6rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 6rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 6rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 6rem !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: 1rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 1rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 1rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 1rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 1rem !important
    }

    .p-md-2 {
        padding: 2rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 2rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 2rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 2rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 2rem !important
    }

    .p-md-3 {
        padding: 3rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 3rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 3rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 3rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 3rem !important
    }

    .p-md-4 {
        padding: 4rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 4rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 4rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 4rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 4rem !important
    }

    .p-md-5 {
        padding: 5rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 5rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 5rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 5rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 5rem !important
    }

    .p-md-6 {
        padding: 6rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 6rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 6rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 6rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 6rem !important
    }

    .m-md-n1 {
        margin: -1rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -1rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -1rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -1rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -1rem !important
    }

    .m-md-n2 {
        margin: -2rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -2rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -2rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -2rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -2rem !important
    }

    .m-md-n3 {
        margin: -3rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -3rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -3rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -3rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -3rem !important
    }

    .m-md-n4 {
        margin: -4rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -4rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -4rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -4rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -4rem !important
    }

    .m-md-n5 {
        margin: -5rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -5rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -5rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -5rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -5rem !important
    }

    .m-md-n6 {
        margin: -6rem !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -6rem !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -6rem !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -6rem !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -6rem !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: 1rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 1rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 1rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 1rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 1rem !important
    }

    .m-lg-2 {
        margin: 2rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 2rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 2rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 2rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 2rem !important
    }

    .m-lg-3 {
        margin: 3rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 3rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 3rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 3rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 3rem !important
    }

    .m-lg-4 {
        margin: 4rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 4rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 4rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 4rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 4rem !important
    }

    .m-lg-5 {
        margin: 5rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 5rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 5rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 5rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 5rem !important
    }

    .m-lg-6 {
        margin: 6rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 6rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 6rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 6rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 6rem !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: 1rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 1rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 1rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 1rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 1rem !important
    }

    .p-lg-2 {
        padding: 2rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 2rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 2rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 2rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 2rem !important
    }

    .p-lg-3 {
        padding: 3rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 3rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 3rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 3rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 3rem !important
    }

    .p-lg-4 {
        padding: 4rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 4rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 4rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 4rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 4rem !important
    }

    .p-lg-5 {
        padding: 5rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 5rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 5rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 5rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 5rem !important
    }

    .p-lg-6 {
        padding: 6rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 6rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 6rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 6rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 6rem !important
    }

    .m-lg-n1 {
        margin: -1rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -1rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -1rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -1rem !important
    }

    .m-lg-n2 {
        margin: -2rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -2rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -2rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -2rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -2rem !important
    }

    .m-lg-n3 {
        margin: -3rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -3rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -3rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -3rem !important
    }

    .m-lg-n4 {
        margin: -4rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -4rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -4rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -4rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -4rem !important
    }

    .m-lg-n5 {
        margin: -5rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -5rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -5rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -5rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -5rem !important
    }

    .m-lg-n6 {
        margin: -6rem !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -6rem !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -6rem !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -6rem !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -6rem !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: 75em) {
    .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: 1rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 1rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 1rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 1rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 1rem !important
    }

    .m-xl-2 {
        margin: 2rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 2rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 2rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 2rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 2rem !important
    }

    .m-xl-3 {
        margin: 3rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 3rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 3rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 3rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 3rem !important
    }

    .m-xl-4 {
        margin: 4rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 4rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 4rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 4rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 4rem !important
    }

    .m-xl-5 {
        margin: 5rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 5rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 5rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 5rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 5rem !important
    }

    .m-xl-6 {
        margin: 6rem !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 6rem !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 6rem !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 6rem !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 6rem !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: 1rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 1rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 1rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 1rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 1rem !important
    }

    .p-xl-2 {
        padding: 2rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 2rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 2rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 2rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 2rem !important
    }

    .p-xl-3 {
        padding: 3rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 3rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 3rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 3rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 3rem !important
    }

    .p-xl-4 {
        padding: 4rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 4rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 4rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 4rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 4rem !important
    }

    .p-xl-5 {
        padding: 5rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 5rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 5rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 5rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 5rem !important
    }

    .p-xl-6 {
        padding: 6rem !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 6rem !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 6rem !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 6rem !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 6rem !important
    }

    .m-xl-n1 {
        margin: -1rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -1rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -1rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -1rem !important
    }

    .m-xl-n2 {
        margin: -2rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -2rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -2rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -2rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -2rem !important
    }

    .m-xl-n3 {
        margin: -3rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -3rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -3rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -3rem !important
    }

    .m-xl-n4 {
        margin: -4rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -4rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -4rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -4rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -4rem !important
    }

    .m-xl-n5 {
        margin: -5rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -5rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -5rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -5rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -5rem !important
    }

    .m-xl-n6 {
        margin: -6rem !important
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -6rem !important
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -6rem !important
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -6rem !important
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -6rem !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
    }
}

@media (min-width: 87.5em) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: 1rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 1rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 1rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 1rem !important
    }

    .m-xxl-2 {
        margin: 2rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 2rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 2rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 2rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 2rem !important
    }

    .m-xxl-3 {
        margin: 3rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 3rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 3rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 3rem !important
    }

    .m-xxl-4 {
        margin: 4rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 4rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 4rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 4rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 4rem !important
    }

    .m-xxl-5 {
        margin: 5rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 5rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 5rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 5rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 5rem !important
    }

    .m-xxl-6 {
        margin: 6rem !important
    }

    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 6rem !important
    }

    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 6rem !important
    }

    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 6rem !important
    }

    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 6rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: 1rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 1rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 1rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 1rem !important
    }

    .p-xxl-2 {
        padding: 2rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 2rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 2rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 2rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 2rem !important
    }

    .p-xxl-3 {
        padding: 3rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 3rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 3rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 3rem !important
    }

    .p-xxl-4 {
        padding: 4rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 4rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 4rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 4rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 4rem !important
    }

    .p-xxl-5 {
        padding: 5rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 5rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 5rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 5rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 5rem !important
    }

    .p-xxl-6 {
        padding: 6rem !important
    }

    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 6rem !important
    }

    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 6rem !important
    }

    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 6rem !important
    }

    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 6rem !important
    }

    .m-xxl-n1 {
        margin: -1rem !important
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -1rem !important
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -1rem !important
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -1rem !important
    }

    .m-xxl-n2 {
        margin: -2rem !important
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -2rem !important
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -2rem !important
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -2rem !important
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -2rem !important
    }

    .m-xxl-n3 {
        margin: -3rem !important
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -3rem !important
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -3rem !important
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -3rem !important
    }

    .m-xxl-n4 {
        margin: -4rem !important
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -4rem !important
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -4rem !important
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -4rem !important
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -4rem !important
    }

    .m-xxl-n5 {
        margin: -5rem !important
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -5rem !important
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -5rem !important
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -5rem !important
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -5rem !important
    }

    .m-xxl-n6 {
        margin: -6rem !important
    }

    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -6rem !important
    }

    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -6rem !important
    }

    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -6rem !important
    }

    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -6rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.text-primary {
    color: var(--primary)
}

.bg-primary {
    background-color: var(--primary)
}

.text-brand-2 {
    color: var(--brand-2)
}

.bg-brand-2 {
    background-color: var(--brand-2)
}

.text-default {
    color: var(--gray-900)
}

.bg-default {
    background-color: var(--gray-900)
}

.text-white {
    color: var(--white)
}

.bg-white {
    background-color: var(--white)
}

.bg-gray-100 {
    background-color: var(--gray-100, #f8f9fb)
}

.text-white a:not(.btn),
.text-white a:not(.btn):active,
.text-white a:not(.btn):focus,
.text-white a:not(.btn):hover {
    color: inherit
}

.text-white .svg-icon,
.text-white .wysiwyg ol>li:before,
.text-white .wysiwyg ul>li:before,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: var(--white, #fff)
}

.show {
    display: block
}

.hidden,
.hide,
.js-hide,
[hidden] {
    display: none !important
}

@media (update:slow),
screen and (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: .001ms !important;
        animation-duration: .001ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important
    }
}

.sr-only,
.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px) !important;
    border: 0 !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    height: auto !important;
    margin: auto !important;
    overflow: visible !important;
    white-space: normal !important;
    width: auto !important
}

.fw-light,
.fw-light-i {
    font-weight: 300
}

.fw-light-i {
    font-style: italic
}

.fw-regular,
.fw-regular-i {
    font-weight: 400
}

.fw-regular-i {
    font-style: italic
}

.fw-medium,
.fw-medium-i {
    font-weight: 500
}

.fw-medium-i {
    font-style: italic
}

.fw-semiBold,
.fw-semiBold-i {
    font-weight: 600
}

.fw-semiBold-i {
    font-style: italic
}

.fw-bold,
.fw-bold-i {
    font-family: futura-pt-bold, Arial, sans-serif;
    font-weight: 700
}

.fw-bold-i {
    font-style: italic
}

.fw-extraBold,
.fw-extraBold-i {
    font-weight: 800
}

.fw-extraBold-i {
    font-style: italic
}

.fw-black,
.fw-black-i {
    font-weight: 900
}

.fw-black-i {
    font-style: italic
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 36em) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 48em) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 62em) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 75em) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 87.5em) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.fz-16 {
    font-size: 1.6rem
}

.rounded-md {
    border-radius: var(--border-radius-md) !important
}

.top-left-radius-0 {
    border-top-left-radius: 0 !important
}

.top-right-radius-0 {
    border-top-right-radius: 0 !important
}

.bottom-right-radius-0 {
    border-bottom-right-radius: 0 !important
}

.bottom-left-radius-0 {
    border-bottom-left-radius: 0 !important
}

a[class*=border] {
    transition: border .25s ease
}

a[class*=border]:focus,
a[class*=border]:hover {
    border-color: var(--gray-700) !important
}