:root {
    --primary: #00dea5;
    --secondary: #2e293d;
    --success: #008109;
    --danger: #d51b1b;
    --color-1: #ec6337;
    --color-2: #f6c344;
    --color-3: #97c15c;
    --color-4: #429488;
    --color-5: #4994ec;
    --color-6: #4450af;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1366px;
    --font-family-sans-serif: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.google_translater {
    margin: 0 auto;
    width: 100%;
    text-align: right;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.666666667;
    color: #2e293d;
    text-align: left;
    background-color: #f1f1f1;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.75rem;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 500;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #00dea5;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #00d29c;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.container,
.container-fluid,
.container-xl {
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 72.5rem;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.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,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.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,
.col-xl-auto,
.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,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1366px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
}
.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1366px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -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: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -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: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -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: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -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: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -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: 1366px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -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;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
} /*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333;
}
.flickity-button:hover {
    background: white;
    cursor: pointer;
}
.flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
    opacity: 0.6;
}
.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}
.flickity-button-icon {
    fill: currentColor;
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
#main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}
.page-container {
    margin-bottom: auto;
}
.component-dev-wrapper {
    min-height: calc(100vh - 2.5rem);
    padding: 1.25rem;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
button {
    padding: 0;
    border: 0;
}
a:focus,
button:focus {
    outline: 0.125rem solid rgba(0, 222, 165, 0.5);
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: 0;
}
a:focus-visible,
button:focus-visible {
    outline: 0.1875rem solid rgba(0, 222, 165, 0.5);
}
h1,
h2,
h3,
h4,
h5,
h6,
.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6,
.u-h7 {
    margin-bottom: 0.75rem;
    font-weight: 500;
    line-height: 1.1875;
}
h1,
.u-h1 {
    font-size: 2rem;
}
h2,
.u-h2 {
    font-size: 1.625rem;
    line-height: 1.076923077;
}
h3,
.u-h3 {
    font-size: 1.25rem;
    line-height: 1.3;
}
h4,
.u-h4 {
    font-size: 1rem;
    line-height: 1.5;
}
h5,
.u-h5 {
    font-size: 0.875rem;
    line-height: 1.571428571;
}
h6,
.u-h6 {
    font-size: 0.75rem;
    line-height: 1.666666667;
}
.u-h7 {
    font-size: 0.625rem;
    line-height: 2;
}
hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 0;
    border-top: 1px solid #e3e3e3;
}
small {
    font-size: 80%;
    font-weight: 400;
}
mark {
    padding: 0.2em;
    background-color: rgba(0, 222, 165, 0.25);
    border-radius: 0.125rem;
}
strong {
    font-weight: 500;
}
.c-paper {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0.125rem;
    overflow: hidden;
}
.c-paper-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0.75rem;
    border-bottom: 1px solid #e3e3e3;
}
.c-paper-header__title {
    margin: 0 auto 0 0;
    line-height: 1.75rem;
}
@media (min-width: 768px) {
    .c-paper-header {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
.c-figure {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.c-figure::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.c-figure__link,
.c-figure__image,
.c-figure__loader {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.c-figure__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-figure__image.lazyloaded {
    opacity: 1;
}
.c-figure__image.lazyloaded + .c-figure__loader {
    opacity: 0;
}
.c-figure__loader {
    background-color: rgba(46, 41, 61, 0.05);
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-figure__loader::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 2.5rem;
    height: 50%;
    max-height: 2.5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../svgs/spinner.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.c-figure--ratio-2\:1::before {
    padding-top: 50%;
}
.c-figure--ratio-1\:2::before {
    padding-top: 200%;
}
.c-figure--ratio-9\:16::before {
    padding-top: 177.777777778%;
}
.c-figure--ratio-16\:10::before {
    padding-top: 62.5%;
}
.c-figure--ratio-10\:16::before {
    padding-top: 160%;
}
.c-figure--ratio-4\:3::before {
    padding-top: 75%;
}
.c-figure--ratio-3\:4::before {
    padding-top: 133.333333333%;
}
.c-figure--ratio-1\:1::before {
    padding-top: 100%;
}
.c-figure--object-contain .c-figure__image {
    -o-object-fit: contain;
    object-fit: contain;
}
.c-figure--round {
    border-radius: 50vw;
}
.c-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.166666667;
    text-align: center;
    text-decoration: none;
    color: #2e293d;
    background-color: #e3e3e3;
    border-radius: 0.25rem;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-button__text {
    display: block;
    padding: 0 0.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.c-button__text:first-child {
    margin-left: 0;
}
.c-button__text:last-child {
    margin-right: 0;
}
.c-button svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0;
    fill: currentColor;
}
.c-button:hover {
    text-decoration: none;
    color: #2e293d;
    background-color: #d6d6d6;
}
.c-button:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(227, 227, 227, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(227, 227, 227, 0.25);
}
.c-button:focus:not(:focus-visible) {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-button:focus-visible {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(227, 227, 227, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(227, 227, 227, 0.25);
}
.c-button:disabled,
.c-button[aria-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.c-button--primary {
    color: #2e293d;
    background-color: #00dea5;
}
.c-button--primary:hover {
    color: #2e293d;
    background-color: #00d29c;
}
.c-button--primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
}
.c-button--primary:focus-visible {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
}
.c-button--secondary {
    color: #fff;
    background-color: #2e293d;
}
.c-button--secondary:hover {
    color: #fff;
    background-color: #231e31;
}
.c-button--secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 41, 61, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(46, 41, 61, 0.25);
}
.c-button--secondary:focus-visible {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 41, 61, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(46, 41, 61, 0.25);
}
.c-button--success {
    color: #fff;
    background-color: #008109;
}
.c-button--success:hover {
    color: #fff;
    background-color: #006807;
}
.c-button--success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 129, 9, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 129, 9, 0.25);
}
.c-button--success:focus-visible {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 129, 9, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 129, 9, 0.25);
}
.c-button--danger {
    color: #fff;
    background-color: #d51b1b;
}
.c-button--danger:hover {
    color: #fff;
    background-color: #be1818;
}
.c-button--danger:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 27, 27, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(213, 27, 27, 0.25);
}
.c-button--danger:focus-visible {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 27, 27, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(213, 27, 27, 0.25);
}
.c-button--light {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    color: #2e293d;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}
.c-button--light:hover {
    color: #2e293d;
    background-color: #00dea5;
    border-color: #00dea5;
}
.c-button--light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
}
.c-button--light:focus-visible {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
}
.c-button--light.c-button--small {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}
.c-button--full-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.c-button--small {
    padding: 0.375rem;
    font-size: 0.6875rem;
    line-height: 1.090909091;
}
.c-button--small .c-button__text {
    padding: 0 0.375rem;
    margin-left: 0;
    margin-right: 0;
}
.c-button--small svg {
    width: 0.75rem;
    height: 0.75rem;
}
.c-more-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.166666667;
    color: inherit;
    white-space: nowrap;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-more-link svg {
    display: block;
    width: auto;
    height: 1em;
    margin: 0 0 0 0.5rem;
    fill: currentColor;
}
.c-more-link:hover {
    text-decoration: none;
}
.c-text-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.c-text-field__label {
    display: block;
    margin: 0 0 0.25rem;
}
.c-text-field__input {
    display: block;
    width: 100%;
    height: 2.375rem;
    margin: 0;
    padding: 0.5rem 0.75rem;
    color: #2e293d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e3e3;
    border-radius: 0.25rem;
    -webkit-transition-property: color, background-color, border, -webkit-box-shadow;
    transition-property: color, background-color, border, -webkit-box-shadow;
    transition-property: color, background-color, border, box-shadow;
    transition-property: color, background-color, border, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-text-field__input:hover {
    border-color: #cac9c9;
}
.c-text-field__input:focus {
    outline: 0;
    border-color: #00dea5;
}
.c-text-field__input:focus:not(:focus-visible) {
    border-color: #e3e3e3;
}
.c-text-field__input:focus-visible {
    outline: 0;
    border-color: #00dea5;
}
.c-text-field__input::-ms-expand {
    background-color: transparent;
    border: 0;
}
.c-text-field__input:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.c-text-field__input::-webkit-input-placeholder {
    color: #2e293d;
    opacity: 0.5;
}
.c-text-field__input::-moz-placeholder {
    color: #2e293d;
    opacity: 0.5;
}
.c-text-field__input:-ms-input-placeholder {
    color: #2e293d;
    opacity: 0.5;
}
.c-text-field__input::-ms-input-placeholder {
    color: #2e293d;
    opacity: 0.5;
}
.c-text-field__input::placeholder {
    color: #2e293d;
    opacity: 0.5;
}
.c-text-field__input:disabled,
.c-text-field__input[readonly] {
    background-color: #f1f1f1;
    border-color: #e3e3e3;
    opacity: 1;
}
.c-text-field__input[type="date"],
.c-text-field__input[type="time"],
.c-text-field__input[type="datetime-local"],
.c-text-field__input[type="month"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.u-validated .c-text-field__input:invalid,
.c-text-field__input.u-invalid {
    padding-right: 2rem;
    background-image: url('data:image/svg+xml,%3csvg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23d51b1b"%3e%3cpath d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm42-104c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42zm-81.37-211.401l6.8 136c.319 6.387 5.591 11.401 11.985 11.401h41.17c6.394 0 11.666-5.014 11.985-11.401l6.8-136c.343-6.854-5.122-12.599-11.985-12.599h-54.77c-6.863 0-12.328 5.745-11.985 12.599z"/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1rem;
    border-color: #d51b1b;
}
.u-validated .c-text-field__input:invalid:focus,
.c-text-field__input.u-invalid:focus {
    border-color: #d51b1b;
}
.c-text-field select.c-text-field__input {
    padding-right: 2rem;
    background-image: url('data:image/svg+xml,%3csvg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%232e293d"%3e%3cpath d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.c-text-field select.c-text-field__input:focus::-ms-value {
    color: #2e293d;
    background-color: #fff;
}
.c-text-field select.c-text-field__input[size],
.c-text-field select.c-text-field__input[multiple] {
    height: auto;
}
.c-text-field textarea.c-text-field__input {
    height: auto;
}
.u-validated .c-text-field textarea.c-text-field__input:invalid,
.u-validated .c-text-field textarea.c-text-field__input.u-invalid {
    background-position: top 0.5rem right 0.5rem;
}
.c-checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.c-checkbox__input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.25rem;
    height: 1.25rem;
    opacity: 0;
}
.c-checkbox__input:checked ~ .c-checkbox__label::before {
    background-color: #00dea5;
    border-color: #00dea5;
}
.c-checkbox__input:checked ~ .c-checkbox__label:hover::before {
    background-color: #00d29c;
}
.c-checkbox__input:focus ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
}
.c-checkbox__input:focus:not(:focus-visible) ~ .c-checkbox__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-checkbox__input:focus-visible ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
}
.c-checkbox__input[disabled] ~ .c-checkbox__label,
.c-checkbox__input:disabled ~ .c-checkbox__label {
    opacity: 0.5;
}
.c-checkbox__input[disabled] ~ .c-checkbox__label::before,
.c-checkbox__input:disabled ~ .c-checkbox__label::before {
    border-color: #e3e3e3;
}
.c-checkbox__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1.25rem;
    margin: 0;
    padding-left: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.c-checkbox__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0.25rem;
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-checkbox__label::after {
    content: "";
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 0.875rem;
    height: 0.875rem;
    background-image: url('data:image/svg+xml,%3csvg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23fff"%3e%3cpath d="M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z"/%3e%3c/svg%3e');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.c-checkbox__label-text {
    display: block;
    margin-left: 0.75rem;
}
.c-checkbox__label:hover::before {
    border-color: #cac9c9;
}
.c-checkbox--primary .c-checkbox__input:checked ~ .c-checkbox__label::before {
    background-color: #00dea5;
    border-color: #00dea5;
}
.c-checkbox--primary .c-checkbox__input:checked ~ .c-checkbox__label:hover::before {
    background-color: #00d29c;
}
.c-checkbox--primary .c-checkbox__input:focus ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
}
.c-checkbox--primary .c-checkbox__input:focus:not(:focus-visible) ~ .c-checkbox__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-checkbox--primary .c-checkbox__input:focus-visible ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
}
.c-checkbox--primary .c-checkbox__label::before {
    border: 1px solid #00dea5;
}
.c-checkbox--primary .c-checkbox__label:hover::before {
    border-color: #00d29c;
}
.c-checkbox--secondary .c-checkbox__input:checked ~ .c-checkbox__label::before {
    background-color: #2e293d;
    border-color: #2e293d;
}
.c-checkbox--secondary .c-checkbox__input:checked ~ .c-checkbox__label:hover::before {
    background-color: #231e31;
}
.c-checkbox--secondary .c-checkbox__input:focus ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 41, 61, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(46, 41, 61, 0.25);
}
.c-checkbox--secondary .c-checkbox__input:focus:not(:focus-visible) ~ .c-checkbox__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-checkbox--secondary .c-checkbox__input:focus-visible ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 41, 61, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(46, 41, 61, 0.25);
}
.c-checkbox--secondary .c-checkbox__label::before {
    border: 1px solid #2e293d;
}
.c-checkbox--secondary .c-checkbox__label:hover::before {
    border-color: #231e31;
}
.c-checkbox--success .c-checkbox__input:checked ~ .c-checkbox__label::before {
    background-color: #008109;
    border-color: #008109;
}
.c-checkbox--success .c-checkbox__input:checked ~ .c-checkbox__label:hover::before {
    background-color: #004e05;
}
.c-checkbox--success .c-checkbox__input:focus ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 129, 9, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 129, 9, 0.25);
}
.c-checkbox--success .c-checkbox__input:focus:not(:focus-visible) ~ .c-checkbox__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-checkbox--success .c-checkbox__input:focus-visible ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 129, 9, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 129, 9, 0.25);
}
.c-checkbox--success .c-checkbox__label::before {
    border: 1px solid #008109;
}
.c-checkbox--success .c-checkbox__label:hover::before {
    border-color: #004e05;
}
.c-checkbox--danger .c-checkbox__input:checked ~ .c-checkbox__label::before {
    background-color: #d51b1b;
    border-color: #d51b1b;
}
.c-checkbox--danger .c-checkbox__input:checked ~ .c-checkbox__label:hover::before {
    background-color: #a81515;
}
.c-checkbox--danger .c-checkbox__input:focus ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 27, 27, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(213, 27, 27, 0.25);
}
.c-checkbox--danger .c-checkbox__input:focus:not(:focus-visible) ~ .c-checkbox__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-checkbox--danger .c-checkbox__input:focus-visible ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 27, 27, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(213, 27, 27, 0.25);
}
.c-checkbox--danger .c-checkbox__label::before {
    border: 1px solid #d51b1b;
}
.c-checkbox--danger .c-checkbox__label:hover::before {
    border-color: #a81515;
}
.c-checkbox--color-1 .c-checkbox__input:checked ~ .c-checkbox__label::before {
    background-color: #ec6337;
    border-color: #ec6337;
}
.c-checkbox--color-1 .c-checkbox__input:checked ~ .c-checkbox__label:hover::before {
    background-color: #db4515;
}
.c-checkbox--color-1 .c-checkbox__input:focus ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(236, 99, 55, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(236, 99, 55, 0.25);
}
.c-checkbox--color-1 .c-checkbox__input:focus:not(:focus-visible) ~ .c-checkbox__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-checkbox--color-1 .c-checkbox__input:focus-visible ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(236, 99, 55, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(236, 99, 55, 0.25);
}
.c-checkbox--color-1 .c-checkbox__label::before {
    border: 1px solid #ec6337;
}
.c-checkbox--color-1 .c-checkbox__label:hover::before {
    border-color: #db4515;
}
.c-checkbox--color-2 .c-checkbox__input:checked ~ .c-checkbox__label::before {
    background-color: #f6c344;
    border-color: #f6c344;
}
.c-checkbox--color-2 .c-checkbox__input:checked ~ .c-checkbox__label:hover::before {
    background-color: #f4b313;
}
.c-checkbox--color-2 .c-checkbox__input:focus ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(246, 195, 68, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(246, 195, 68, 0.25);
}
.c-checkbox--color-2 .c-checkbox__input:focus:not(:focus-visible) ~ .c-checkbox__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-checkbox--color-2 .c-checkbox__input:focus-visible ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(246, 195, 68, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(246, 195, 68, 0.25);
}
.c-checkbox--color-2 .c-checkbox__label::before {
    border: 1px solid #f6c344;
}
.c-checkbox--color-2 .c-checkbox__label:hover::before {
    border-color: #f4b313;
}
.c-checkbox--color-3 .c-checkbox__input:checked ~ .c-checkbox__label::before {
    background-color: #97c15c;
    border-color: #97c15c;
}
.c-checkbox--color-3 .c-checkbox__input:checked ~ .c-checkbox__label:hover::before {
    background-color: #7eaa40;
}
.c-checkbox--color-3 .c-checkbox__input:focus ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(151, 193, 92, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(151, 193, 92, 0.25);
}
.c-checkbox--color-3 .c-checkbox__input:focus:not(:focus-visible) ~ .c-checkbox__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-checkbox--color-3 .c-checkbox__input:focus-visible ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(151, 193, 92, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(151, 193, 92, 0.25);
}
.c-checkbox--color-3 .c-checkbox__label::before {
    border: 1px solid #97c15c;
}
.c-checkbox--color-3 .c-checkbox__label:hover::before {
    border-color: #7eaa40;
}
.c-checkbox--color-4 .c-checkbox__input:checked ~ .c-checkbox__label::before {
    background-color: #429488;
    border-color: #429488;
}
.c-checkbox--color-4 .c-checkbox__input:checked ~ .c-checkbox__label:hover::before {
    background-color: #327168;
}
.c-checkbox--color-4 .c-checkbox__input:focus ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 148, 136, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(66, 148, 136, 0.25);
}
.c-checkbox--color-4 .c-checkbox__input:focus:not(:focus-visible) ~ .c-checkbox__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-checkbox--color-4 .c-checkbox__input:focus-visible ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 148, 136, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(66, 148, 136, 0.25);
}
.c-checkbox--color-4 .c-checkbox__label::before {
    border: 1px solid #429488;
}
.c-checkbox--color-4 .c-checkbox__label:hover::before {
    border-color: #327168;
}
.c-checkbox--color-5 .c-checkbox__input:checked ~ .c-checkbox__label::before {
    background-color: #4994ec;
    border-color: #4994ec;
}
.c-checkbox--color-5 .c-checkbox__input:checked ~ .c-checkbox__label:hover::before {
    background-color: #1b79e7;
}
.c-checkbox--color-5 .c-checkbox__input:focus ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(73, 148, 236, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(73, 148, 236, 0.25);
}
.c-checkbox--color-5 .c-checkbox__input:focus:not(:focus-visible) ~ .c-checkbox__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-checkbox--color-5 .c-checkbox__input:focus-visible ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(73, 148, 236, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(73, 148, 236, 0.25);
}
.c-checkbox--color-5 .c-checkbox__label::before {
    border: 1px solid #4994ec;
}
.c-checkbox--color-5 .c-checkbox__label:hover::before {
    border-color: #1b79e7;
}
.c-checkbox--color-6 .c-checkbox__input:checked ~ .c-checkbox__label::before {
    background-color: #4450af;
    border-color: #4450af;
}
.c-checkbox--color-6 .c-checkbox__input:checked ~ .c-checkbox__label:hover::before {
    background-color: #363f8a;
}
.c-checkbox--color-6 .c-checkbox__input:focus ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(68, 80, 175, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(68, 80, 175, 0.25);
}
.c-checkbox--color-6 .c-checkbox__input:focus:not(:focus-visible) ~ .c-checkbox__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-checkbox--color-6 .c-checkbox__input:focus-visible ~ .c-checkbox__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(68, 80, 175, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(68, 80, 175, 0.25);
}
.c-checkbox--color-6 .c-checkbox__label::before {
    border: 1px solid #4450af;
}
.c-checkbox--color-6 .c-checkbox__label:hover::before {
    border-color: #363f8a;
}
.c-radio {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.c-radio__input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.25rem;
    height: 1.25rem;
    opacity: 0;
}
.c-radio__input:checked ~ .c-radio__label::after {
    background-color: #00dea5;
}
.c-radio__input:checked ~ .c-radio__label:hover::after {
    background-color: #00d29c;
}
.c-radio__input:focus ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
}
.c-radio__input:focus:not(:focus-visible) ~ .c-radio__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-radio__input:focus-visible ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
}
.c-radio__input[disabled] ~ .c-radio__label,
.c-radio__input:disabled ~ .c-radio__label {
    opacity: 0.5;
}
.c-radio__input[disabled] ~ .c-radio__label::before,
.c-radio__input:disabled ~ .c-radio__label::before {
    border-color: #e3e3e3;
}
.c-radio__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1.25rem;
    margin: 0;
    padding-left: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.c-radio__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-radio__label::after {
    content: "";
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 0.875rem;
    height: 0.875rem;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-radio__label-text {
    display: block;
    margin-left: 0.75rem;
}
.c-radio__label:hover::before {
    border-color: #cac9c9;
}
.c-radio--primary .c-radio__input:checked ~ .c-radio__label::after {
    background-color: #00dea5;
}
.c-radio--primary .c-radio__input:checked ~ .c-radio__label:hover::after {
    background-color: #00d29c;
}
.c-radio--primary .c-radio__input:focus ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
}
.c-radio--primary .c-radio__input:focus:not(:focus-visible) ~ .c-radio__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-radio--primary .c-radio__input:focus-visible ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 222, 165, 0.25);
}
.c-radio--primary .c-radio__label::before {
    border: 1px solid #00dea5;
}
.c-radio--primary .c-radio__label:hover::before {
    border-color: #00d29c;
}
.c-radio--secondary .c-radio__input:checked ~ .c-radio__label::after {
    background-color: #2e293d;
}
.c-radio--secondary .c-radio__input:checked ~ .c-radio__label:hover::after {
    background-color: #231e31;
}
.c-radio--secondary .c-radio__input:focus ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 41, 61, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(46, 41, 61, 0.25);
}
.c-radio--secondary .c-radio__input:focus:not(:focus-visible) ~ .c-radio__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-radio--secondary .c-radio__input:focus-visible ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 41, 61, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(46, 41, 61, 0.25);
}
.c-radio--secondary .c-radio__label::before {
    border: 1px solid #2e293d;
}
.c-radio--secondary .c-radio__label:hover::before {
    border-color: #231e31;
}
.c-radio--success .c-radio__input:checked ~ .c-radio__label::after {
    background-color: #008109;
}
.c-radio--success .c-radio__input:checked ~ .c-radio__label:hover::after {
    background-color: #004e05;
}
.c-radio--success .c-radio__input:focus ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 129, 9, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 129, 9, 0.25);
}
.c-radio--success .c-radio__input:focus:not(:focus-visible) ~ .c-radio__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-radio--success .c-radio__input:focus-visible ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 129, 9, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 129, 9, 0.25);
}
.c-radio--success .c-radio__label::before {
    border: 1px solid #008109;
}
.c-radio--success .c-radio__label:hover::before {
    border-color: #004e05;
}
.c-radio--danger .c-radio__input:checked ~ .c-radio__label::after {
    background-color: #d51b1b;
}
.c-radio--danger .c-radio__input:checked ~ .c-radio__label:hover::after {
    background-color: #a81515;
}
.c-radio--danger .c-radio__input:focus ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 27, 27, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(213, 27, 27, 0.25);
}
.c-radio--danger .c-radio__input:focus:not(:focus-visible) ~ .c-radio__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-radio--danger .c-radio__input:focus-visible ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 27, 27, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(213, 27, 27, 0.25);
}
.c-radio--danger .c-radio__label::before {
    border: 1px solid #d51b1b;
}
.c-radio--danger .c-radio__label:hover::before {
    border-color: #a81515;
}
.c-radio--color-1 .c-radio__input:checked ~ .c-radio__label::after {
    background-color: #ec6337;
}
.c-radio--color-1 .c-radio__input:checked ~ .c-radio__label:hover::after {
    background-color: #db4515;
}
.c-radio--color-1 .c-radio__input:focus ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(236, 99, 55, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(236, 99, 55, 0.25);
}
.c-radio--color-1 .c-radio__input:focus:not(:focus-visible) ~ .c-radio__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-radio--color-1 .c-radio__input:focus-visible ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(236, 99, 55, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(236, 99, 55, 0.25);
}
.c-radio--color-1 .c-radio__label::before {
    border: 1px solid #ec6337;
}
.c-radio--color-1 .c-radio__label:hover::before {
    border-color: #db4515;
}
.c-radio--color-2 .c-radio__input:checked ~ .c-radio__label::after {
    background-color: #f6c344;
}
.c-radio--color-2 .c-radio__input:checked ~ .c-radio__label:hover::after {
    background-color: #f4b313;
}
.c-radio--color-2 .c-radio__input:focus ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(246, 195, 68, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(246, 195, 68, 0.25);
}
.c-radio--color-2 .c-radio__input:focus:not(:focus-visible) ~ .c-radio__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-radio--color-2 .c-radio__input:focus-visible ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(246, 195, 68, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(246, 195, 68, 0.25);
}
.c-radio--color-2 .c-radio__label::before {
    border: 1px solid #f6c344;
}
.c-radio--color-2 .c-radio__label:hover::before {
    border-color: #f4b313;
}
.c-radio--color-3 .c-radio__input:checked ~ .c-radio__label::after {
    background-color: #97c15c;
}
.c-radio--color-3 .c-radio__input:checked ~ .c-radio__label:hover::after {
    background-color: #7eaa40;
}
.c-radio--color-3 .c-radio__input:focus ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(151, 193, 92, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(151, 193, 92, 0.25);
}
.c-radio--color-3 .c-radio__input:focus:not(:focus-visible) ~ .c-radio__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-radio--color-3 .c-radio__input:focus-visible ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(151, 193, 92, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(151, 193, 92, 0.25);
}
.c-radio--color-3 .c-radio__label::before {
    border: 1px solid #97c15c;
}
.c-radio--color-3 .c-radio__label:hover::before {
    border-color: #7eaa40;
}
.c-radio--color-4 .c-radio__input:checked ~ .c-radio__label::after {
    background-color: #429488;
}
.c-radio--color-4 .c-radio__input:checked ~ .c-radio__label:hover::after {
    background-color: #327168;
}
.c-radio--color-4 .c-radio__input:focus ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 148, 136, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(66, 148, 136, 0.25);
}
.c-radio--color-4 .c-radio__input:focus:not(:focus-visible) ~ .c-radio__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-radio--color-4 .c-radio__input:focus-visible ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 148, 136, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(66, 148, 136, 0.25);
}
.c-radio--color-4 .c-radio__label::before {
    border: 1px solid #429488;
}
.c-radio--color-4 .c-radio__label:hover::before {
    border-color: #327168;
}
.c-radio--color-5 .c-radio__input:checked ~ .c-radio__label::after {
    background-color: #4994ec;
}
.c-radio--color-5 .c-radio__input:checked ~ .c-radio__label:hover::after {
    background-color: #1b79e7;
}
.c-radio--color-5 .c-radio__input:focus ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(73, 148, 236, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(73, 148, 236, 0.25);
}
.c-radio--color-5 .c-radio__input:focus:not(:focus-visible) ~ .c-radio__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-radio--color-5 .c-radio__input:focus-visible ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(73, 148, 236, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(73, 148, 236, 0.25);
}
.c-radio--color-5 .c-radio__label::before {
    border: 1px solid #4994ec;
}
.c-radio--color-5 .c-radio__label:hover::before {
    border-color: #1b79e7;
}
.c-radio--color-6 .c-radio__input:checked ~ .c-radio__label::after {
    background-color: #4450af;
}
.c-radio--color-6 .c-radio__input:checked ~ .c-radio__label:hover::after {
    background-color: #363f8a;
}
.c-radio--color-6 .c-radio__input:focus ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(68, 80, 175, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(68, 80, 175, 0.25);
}
.c-radio--color-6 .c-radio__input:focus:not(:focus-visible) ~ .c-radio__label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-radio--color-6 .c-radio__input:focus-visible ~ .c-radio__label::before {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(68, 80, 175, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(68, 80, 175, 0.25);
}
.c-radio--color-6 .c-radio__label::before {
    border: 1px solid #4450af;
}
.c-radio--color-6 .c-radio__label:hover::before {
    border-color: #363f8a;
}
.c-progress-bar {
    position: relative;
    width: 100%;
    height: 0.1875rem;
    background-color: #555161;
    border-radius: 0.125rem;
    overflow: hidden;
}
.c-progress-bar__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #00dea5;
    border-radius: inherit;
}
.c-nav {
    position: relative;
    margin-bottom: 2rem;
    z-index: 100;
}
.c-nav__bar {
    color: #c5c2cd;
    background-color: #2e293d;
}
.c-nav__bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    min-height: 3rem;
}
@media (min-width: 768px) {
    .c-nav__bar {
        padding: 0 0.625rem;
    }
    .c-nav__bar .container {
        min-height: 3.75rem;
    }
}
.c-nav__logo {
    display: block;
    width: 8rem;
    margin-right: 2.5rem;
}
.c-nav__logo svg {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
@media (min-width: 768px) {
    .c-nav__logo {
        width: 9rem;
    }
}
.c-nav__menu {
    display: none;
}
@media (min-width: 1200px) {
    .c-nav__menu {
        padding-left: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        font-size: 0.875rem;
        line-height: 1.714285714;
    }
    .c-nav__menu-item {
        margin-right: 2.5rem;
    }
    .c-nav__menu-item:last-child {
        margin-right: 0;
    }
    .c-nav__menu-link {
        position: relative;
        display: block;
        color: inherit;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .c-nav__menu-link::before {
        content: "";
        position: absolute;
        display: block;
        bottom: -1.125rem;
        left: 0;
        width: 100%;
        height: 0.25rem;
        background-color: #00dea5;
        opacity: 0;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        pointer-events: none;
    }
    .c-nav__menu-link:hover {
        text-decoration: none;
        color: #fff;
    }
    .current-menu-item .c-nav__menu-link {
        color: #fff;
    }
    .current-menu-item .c-nav__menu-link::before {
        opacity: 1;
    }
}
@media (min-width: 1366px) {
    .c-nav__menu-item {
        margin-right: 3.5rem;
    }
}
.c-nav__mobile-menu {
    display: none;
}
@media (min-width: 1200px) {
    .c-nav__mobile-menu {
        display: none !important;
    }
}
.c-nav__mobile-menu-toggle {
    position: relative;
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
    color: #00dea5;
    background: none;
}
.c-nav__mobile-menu-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.5625rem;
    width: 1px;
    height: 1.25rem;
    background-color: #4b4755;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    outline: 0 !important;
}
.c-nav__mobile-menu-toggle:hover {
    color: #00d29c;
}
.c-nav__mobile-menu-toggle-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1rem;
    height: 0.125rem;
    background-color: currentColor;
    border-radius: 0.125rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.c-nav__mobile-menu-toggle-icon:before,
.c-nav__mobile-menu-toggle-icon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    -webkit-transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease;
    transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease;
    transition: top 0.25s ease 0.25s, transform 0.25s ease;
    transition: top 0.25s ease 0.25s, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.c-nav__mobile-menu-toggle-icon:before {
    top: -0.375rem;
}
.c-nav__mobile-menu-toggle-icon:after {
    top: 0.375rem;
}
.c-nav--mobile-menu-active .c-nav__mobile-menu-toggle-icon {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-nav--mobile-menu-active .c-nav__mobile-menu-toggle-icon:before,
.c-nav--mobile-menu-active .c-nav__mobile-menu-toggle-icon:after {
    top: 0;
    -webkit-transition: top 0.25s ease, -webkit-transform 0.25s ease 0.25s;
    transition: top 0.25s ease, -webkit-transform 0.25s ease 0.25s;
    transition: top 0.25s ease, transform 0.25s ease 0.25s;
    transition: top 0.25s ease, transform 0.25s ease 0.25s, -webkit-transform 0.25s ease 0.25s;
}
.c-nav--mobile-menu-active .c-nav__mobile-menu-toggle-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-nav--mobile-menu-active .c-nav__mobile-menu-toggle-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (min-width: 1200px) {
    .c-nav__mobile-menu-toggle {
        display: none !important;
    }
}
.c-nav__search-form {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #15121e;
}
.c-nav__search-form-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    line-height: 1.428571429;
    color: #fff;
    border: 0;
    background: none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-nav__search-form-input::-webkit-input-placeholder {
    color: #c5c2cd;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-nav__search-form-input::-moz-placeholder {
    color: #c5c2cd;
    -moz-transition-property: color;
    transition-property: color;
    transition-duration: 0.25s;
    transition-timing-function: ease;
}
.c-nav__search-form-input:-ms-input-placeholder {
    color: #c5c2cd;
    -ms-transition-property: color;
    transition-property: color;
    transition-duration: 0.25s;
    transition-timing-function: ease;
}
.c-nav__search-form-input::-ms-input-placeholder {
    color: #c5c2cd;
    -ms-transition-property: color;
    transition-property: color;
    transition-duration: 0.25s;
    transition-timing-function: ease;
}
.c-nav__search-form-input::placeholder {
    color: #c5c2cd;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-nav__search-form-input:hover::-webkit-input-placeholder {
    color: #fff;
}
.c-nav__search-form-input:hover::-moz-placeholder {
    color: #fff;
}
.c-nav__search-form-input:hover:-ms-input-placeholder {
    color: #fff;
}
.c-nav__search-form-input:hover::-ms-input-placeholder {
    color: #fff;
}
.c-nav__search-form-input:hover::placeholder {
    color: #fff;
}
.c-nav__search-form-input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-nav__search-form-input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.c-nav__search-form-input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
.c-nav__search-form-input::-webkit-search-decoration,
.c-nav__search-form-input::-webkit-search-cancel-button,
.c-nav__search-form-input::-webkit-search-results-button,
.c-nav__search-form-input::-webkit-search-results-decoration {
    display: none;
}
.c-nav__search-form-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    color: inherit;
    background: none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-nav__search-form-button svg {
    display: block;
    width: 1rem;
    height: auto;
    margin: 0;
    fill: currentColor;
}
.c-nav__search-form-button:hover {
    color: #fff;
}
@media (min-width: 768px) {
    .c-nav__search-form-input {
        padding: 1.25rem;
        font-size: 1rem;
        line-height: 1.25;
    }
    .c-nav__search-form-button {
        padding: 1.375rem 1.25rem;
    }
}
@media (min-width: 1200px) {
    .c-nav__search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 10rem;
        margin-left: 2.5rem;
    }
    .c-nav__search-form-input {
        padding: 1.25rem 0.75rem;
    }
    .c-nav__search-form-button {
        padding: 1.375rem 0.75rem;
    }
}
.c-nav__mobile-search {
    display: none;
    color: #c5c2cd;
}
.c-nav__mobile-search .c-nav__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1200px) {
    .c-nav__mobile-search {
        display: none !important;
    }
}
.c-nav__mobile-search-toggle {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    margin-left: auto;
    color: inherit;
    background: none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-nav__mobile-search-toggle:hover {
    color: #fff;
}
.c-nav__mobile-search-toggle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: currentColor;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-nav__mobile-search-toggle svg:last-child {
    width: 1.1875rem;
    height: 1.1875rem;
    opacity: 0;
}
.c-nav--mobile-search-active .c-nav__mobile-search-toggle svg:first-child {
    opacity: 0;
}
.c-nav--mobile-search-active .c-nav__mobile-search-toggle svg:last-child {
    opacity: 1;
}
@media (min-width: 1200px) {
    .c-nav__mobile-search-toggle {
        display: none !important;
    }
}
.c-nav__user-toggle {
    display: none;
}
@media (min-width: 1200px) {
    .c-nav__user-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 2.5rem;
        color: inherit;
        background: none;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .c-nav__user-toggle-user {
        position: relative;
        display: block;
    }
    .c-nav__user-toggle-user svg {
        display: block;
        width: 1.25rem;
        height: auto;
        margin: 0;
        fill: currentColor;
    }
    .c-nav__user-toggle-badge {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: -0.625rem;
        right: 0;
        min-width: 1rem;
        padding: 0.125rem;
        font-size: 0.625rem;
        line-height: 1.2;
        color: #2e293d;
        background-color: #00dea5;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 1px #2e293d;
        box-shadow: 0 0 0 1px #2e293d;
        -webkit-transform: translateX(33.33%);
        transform: translateX(33.33%);
    }
    .c-nav__user-toggle > svg {
        display: block;
        width: 0.625rem;
        height: auto;
        margin: 0 0 0 0.5rem;
        fill: currentColor;
    }
    .c-nav__user-toggle:hover {
        color: #fff;
    }
}
.c-nav-widget__user-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.25rem;
    color: #c5c2cd;
    background-color: #2e293d;
}
.c-nav-widget__user-profile .c-figure {
    width: 4.75rem;
    margin-bottom: 0.75rem;
}
.c-nav-widget__user-profile .c-progress-bar {
    margin-bottom: 0.5rem;
}
.c-nav-widget__user-profile h4 {
    margin: 0 0 0.25rem;
    color: #fff;
}
.c-nav-widget__user-profile p {
    margin: 0 0 0.5rem;
}
.c-nav-widget__user-profile p:last-child {
    margin-bottom: 0;
}
.c-nav-widget__user-profile p em {
    font-style: normal;
    color: #00dea5;
}
.c-nav-widget__user-profile a {
    text-decoration: underline;
}
.c-accordion-menu {
    padding: 0.625rem 0;
    background-color: #fff;
}
.c-accordion-menu__list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.c-accordion-menu__list .c-accordion-menu__list {
    display: none;
}
.c-accordion-menu__item {
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-accordion-menu__item--active {
    background-color: #f1f1f1;
}
.c-accordion-menu__item--active > .c-accordion-menu__link svg {
    fill: currentColor;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.c-accordion-menu__list--level-2 .c-accordion-menu__item--active {
    background-color: #e3e3e3;
}
.c-accordion-menu__list--level-3 .c-accordion-menu__item--active {
    background-color: #dcdcdc;
}
.c-accordion-menu__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 0.75rem 0.625rem 1.75rem;
    font-size: 0.875rem;
    line-height: 1.428571429;
    color: inherit;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-accordion-menu__link-title {
    display: block;
}
.c-accordion-menu__link-badge {
    display: block;
    margin-left: 0.5rem;
    padding: 0.09375rem 0.25rem 0.0625rem;
    font-size: 0.5rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #2e293d;
    background-color: #00dea5;
    border-radius: 0.125rem;
}
.c-accordion-menu__link svg {
    position: absolute;
    display: block;
    top: 50%;
    left: 0.875rem;
    width: 0.625rem;
    height: 0.625rem;
    margin: -0.3125rem 0 0 -0.3125rem;
    fill: #a0a0a0;
    -webkit-transition-property: fill, -webkit-transform;
    transition-property: fill, -webkit-transform;
    transition-property: fill, transform;
    transition-property: fill, transform, -webkit-transform;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-accordion-menu__link::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0.25rem;
    height: 100%;
    background-color: #00dea5;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-accordion-menu__link:hover {
    text-decoration: none;
    color: inherit;
    background-color: #f1f1f1;
}
.c-accordion-menu__link:hover svg {
    fill: currentColor;
}
.c-accordion-menu__link:hover::before {
    opacity: 1;
}
.c-accordion-menu__list--level-2 .c-accordion-menu__link {
    padding-left: 2.75rem;
}
.c-accordion-menu__list--level-2 .c-accordion-menu__link svg {
    left: 1.75rem;
    margin-left: 0;
}
.c-accordion-menu__list--level-2 .c-accordion-menu__link:hover {
    background-color: #e3e3e3;
}
.c-accordion-menu__list--level-3 .c-accordion-menu__link {
    padding-left: 3.75rem;
}
.c-accordion-menu__list--level-3 .c-accordion-menu__link svg {
    left: 2.75rem;
}
.c-accordion-menu__list--level-3 .c-accordion-menu__link:hover {
    background-color: #dcdcdc;
}
.c-accordion-menu__list--level-4 .c-accordion-menu__link {
    padding-left: 4.75rem;
}
.c-accordion-menu__list--level-4 .c-accordion-menu__link svg {
    left: 3.75rem;
}
.c-accordion-menu__list--level-5 .c-accordion-menu__link {
    padding-left: 5.75rem;
}
.c-accordion-menu__list--level-5 .c-accordion-menu__link svg {
    left: 4.75rem;
}
.c-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.75rem;
    margin-top: 2rem;
    color: #fff;
    background-color: #2e293d;
}
.c-breadcrumbs {
    margin: 0 0 1.25rem;
    font-size: 0.875rem;
    line-height: 1.285714286;
}
.c-breadcrumbs__list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.c-breadcrumbs__item::after {
    content: "/";
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    color: #686868;
}
.c-breadcrumbs__item:last-child::after {
    display: none;
}
.c-icon-link-group {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    line-height: 1;
}
.c-icon-link-group__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #e3e3e3;
}
.c-icon-link-group__item:last-child {
    border-right: 0;
}
.c-icon-link-group__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 4.5rem;
    padding: 0.75rem 0;
    text-decoration: none;
    color: inherit;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-icon-link-group__link:hover {
    text-decoration: none;
}
.c-icon-link-group__link svg {
    display: block;
    width: auto;
    height: 1.25rem;
    margin: 0 0 0.5rem;
    fill: currentColor;
}
.c-icon-link-group__link-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-social-icons {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    line-height: 1;
}
.c-social-icons__item {
    margin-right: 1.25rem;
}
.c-social-icons__item:last-child {
    margin-right: 0;
}
.c-social-icons__link {
    display: block;
    text-decoration: none;
    color: inherit;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-social-icons__link:hover {
    text-decoration: none;
}
.c-social-icons__link svg {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    fill: currentColor;
}
.c-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 20.5rem;
    margin: 0 auto;
    padding: 1.25rem;
}
.c-login .c-figure {
    width: 4.75rem;
    margin: 0 auto 1.25rem;
}
.c-login__form {
    width: 100%;
    margin: 0 0 0.75rem;
}
.c-login__form:last-child {
    margin-bottom: 0;
}
.c-login__recover-password-link {
    display: block;
    color: inherit;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-login__recover-password-link:hover {
    text-decoration: none;
}
.c-contact__content {
    padding: 1.25rem 0.75rem 0.75rem;
}
.c-contact__text {
    margin-bottom: 1.25rem;
}
.c-contact__form {
    margin: 0;
}
.c-contact__form .c-button {
    margin-top: 1.25rem;
}
.c-contact__form-note {
    margin: 0;
    font-style: italic;
}
@media (min-width: 576px) {
    .c-contact__form .c-button {
        max-width: 13.75rem;
    }
}
@media (min-width: 768px) {
    .c-contact__content {
        padding: 1.25rem;
    }
}
.c-survey__content {
    padding: 1.25rem 0.75rem 0.75rem;
}
.c-survey__text {
    margin-bottom: 1.25rem;
}
.c-survey__form {
    margin: 0;
}
.c-survey__form .c-button {
    margin-top: 1.25rem;
}
.c-survey__form-note {
    margin: 0;
    font-style: italic;
}
@media (min-width: 576px) {
    .c-survey__form .c-button {
        max-width: 13.75rem;
    }
}
@media (min-width: 768px) {
    .c-survey__content {
        padding: 1.25rem;
    }
}
.c-meeting-request__content {
    padding: 1.25rem 0.75rem 0.75rem;
}
.c-meeting-request__text {
    margin-bottom: 1.25rem;
}
.c-meeting-request__form {
    margin: 0;
}
.c-meeting-request__form .c-button {
    margin-top: 1.25rem;
}
.c-meeting-request__form-type {
    margin-bottom: 1.25rem;
}
.c-meeting-request__form-type-label {
    margin: 0 0 0.5rem;
}
.c-meeting-request__form-type .c-radio {
    margin-bottom: 0.75rem;
}
.c-meeting-request__form-type .c-radio:last-child {
    margin-bottom: 0;
}
.c-meeting-request__form-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}
.c-meeting-request__form-color-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin: 0 0 0.5rem;
}
.c-meeting-request__form-color .c-radio {
    margin-right: 0.75rem;
}
.c-meeting-request__form-color .c-radio:last-child {
    margin-right: 0;
}
.c-meeting-request__form-note {
    margin: 0;
    font-style: italic;
}
@media (min-width: 576px) {
    .c-meeting-request__form .c-button {
        max-width: 13.75rem;
    }
    .c-meeting-request__form-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .c-meeting-request__form-type-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .c-meeting-request__form-type .c-radio {
        margin-right: 1.25rem;
        margin-bottom: 0;
    }
    .c-meeting-request__form-type .c-radio:last-child {
        margin-right: 0;
    }
    .c-meeting-request__form-color .c-radio {
        margin-right: 1.25rem;
    }
}
@media (min-width: 768px) {
    .c-meeting-request__content {
        padding: 1.25rem;
    }
}
.c-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.c-search-form .c-text-field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.c-search-form .c-text-field__input {
    background-color: #f1f1f1;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.c-search-form .c-text-field__input:focus {
    background-color: #fff;
}
.c-search-form .c-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 2.75rem;
    color: #00dea5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.c-search-and-results-bar {
    margin: 0;
}
.c-search-and-results-bar .c-search-form {
    margin-bottom: 0.75rem;
}
.c-search-and-results-bar__results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    line-height: 1.333333333;
}
.c-search-and-results-bar__results .c-button {
    display: none;
}
@media (min-width: 576px) {
    .c-search-and-results-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-search-and-results-bar .c-search-form {
        margin-bottom: 0;
        margin-left: 2rem;
    }
    .c-search-and-results-bar--no-search-form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .c-search-and-results-bar .c-search-form {
        min-width: 16.25rem;
    }
    .c-search-and-results-bar__results .c-button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 0.75rem;
    }
}
.c-select-and-search-bar {
    margin: 0;
}
.c-select-and-search-bar .c-select {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .c-select-and-search-bar .c-select {
        margin-bottom: 0;
    }
}
.c-vcard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0;
}
.c-vcard__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0.75rem;
}
@media (min-width: 768px) {
    .c-vcard__content-container {
        padding: 1.25rem;
    }
}
.c-vcard .c-figure {
    width: 3rem;
    margin: 0 0.75rem 0 0;
}
.c-vcard .c-icon-link-group {
    width: 100%;
    margin-top: auto;
    border-top: 1px solid #e3e3e3;
}
.c-vcard__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    color: #686868;
}
.c-vcard__content p:last-child {
    margin-bottom: 0;
}
.c-vcard__content a {
    color: inherit;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-vcard__content a:hover {
    color: #00d29c;
}
.c-vcard__header {
    margin: 0 0 1rem;
}
.c-vcard__header:last-child {
    margin-bottom: 0;
}
.c-vcard__title {
    margin: 0;
    color: #2e293d;
}
.c-vcard__subtitle {
    display: block;
    margin: 0;
    line-height: inherit;
}
.c-vcard__actions {
    padding-left: 0;
    list-style: none;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0.75rem;
    right: 0.75rem;
    margin: 0;
}
.c-vcard__actions-item {
    margin: 0 0.25rem 0 0;
}
.c-vcard__actions-item:last-child {
    margin-right: 0;
}
.c-vcard__actions-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 1.25rem;
    height: 1.25rem;
    color: #2e293d;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-vcard__actions-button:hover {
    color: #00d29c;
}
.c-vcard__actions-button.u-color-danger:hover {
    color: #be1818 !important;
}
.c-vcard__actions-button svg {
    display: block;
    width: auto;
    height: 0.875rem;
    margin: 0;
    fill: currentColor;
}
.c-vcard__text-muted {
    color: #686868;
}
.c-vcard__content-full {
    padding: 0 0.75rem 0.75rem;
}
@media (min-width: 768px) {
    .c-vcard__content-full {
        padding: 0 1.25rem 1.25rem;
    }
}
.c-vcard__content-full p:last-child {
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .c-vcard-list--full-width-mobile {
        border: 0;
    }
}
.c-vcard-list--full-width-mobile .c-vcard-list__ul {
    margin: 0;
}
@media (min-width: 576px) {
    .c-vcard-list--full-width-mobile .c-vcard-list__ul {
        margin: 0 0.75rem;
    }
}
.c-vcard-list .c-paper-header {
    border-bottom: 0;
}
.c-vcard-list__ul {
    padding-left: 0;
    list-style: none;
    margin: 0 0.75rem;
}
.c-vcard-list__li {
    margin-bottom: 0.75rem;
}
.c-vcards__content {
    padding: 0.75rem;
}
.c-vcards__content .row > [class*="col"] {
    margin-bottom: 1.25rem;
}
.c-vcards__content .row > [class*="col"]:last-child {
    margin-bottom: 0;
}
.c-vcards .c-vcard {
    margin-bottom: 0.75rem;
}
.c-vcards .c-vcard:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .c-vcards__content {
        padding: 1.25rem 1.25rem 0;
    }
    .c-vcards__content .row > [class*="col"]:last-child {
        margin-bottom: 1.25rem;
    }
    .c-vcards .c-vcard {
        margin-bottom: 1.25rem;
    }
}
.c-create-vcard__content {
    padding: 1.25rem 0.75rem 0.75rem;
}
.c-create-vcard__form {
    margin: 0;
}
.c-create-vcard__form textarea[rows="5"] {
    padding-bottom: 0.625rem;
}
.c-create-vcard__form-note {
    margin: 0;
    font-style: italic;
}
.c-create-vcard__form-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.25rem 0 0;
}
.c-create-vcard__form-buttons .c-button {
    width: 50%;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}
.c-create-vcard__form-buttons .c-button:first-child {
    margin-left: 0;
}
.c-create-vcard__form-buttons .c-button:last-child {
    margin-right: 0;
}
@media (min-width: 576px) {
    .c-create-vcard__form-buttons .c-button {
        width: auto;
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
}
@media (min-width: 768px) {
    .c-create-vcard__content {
        padding: 1.25rem;
    }
}
.c-key-statistics {
    margin: 0 0 1.25rem;
}
.c-key-statistics__body {
    padding: 1.25rem;
}
.c-key-statistics__list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}
.c-key-statistics__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem;
}
.c-key-statistics__list__item:last-child {
    margin-bottom: 0;
}
.c-key-statistics__list__number {
    display: block;
    min-width: 1.125rem;
    margin-right: 0.5rem;
    text-align: right;
    color: #00dea5;
}
.c-upcoming-events {
    margin: 0 0 1.25rem;
}
.c-upcoming-events .c-paper-header {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.c-upcoming-events__body {
    padding: 1.25rem 0.75rem;
}
.c-upcoming-events__section {
    margin: 0 0 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e3e3e3;
}
.c-upcoming-events__section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.c-upcoming-events__section__category {
    margin: 0 0 0.75rem;
    color: #09ba90;
}
.c-sponsor {
    margin: 0;
}
.c-sponsor__link {
    display: block;
    min-height: 100%;
    padding: 0.75rem;
    color: inherit;
}
.c-sponsor__link:hover {
    text-decoration: none;
}
.c-sponsor__link:hover .c-sponsor__title {
    color: #00dea5;
}
.c-sponsor .c-figure {
    height: 3rem;
    margin-bottom: 1.25rem;
}
.c-sponsor__title {
    margin: 0 0 0.25rem;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-sponsor__text {
    margin: 0;
    color: #686868;
}
@media (min-width: 768px) {
    .c-sponsor__link {
        padding-top: 1.25rem;
    }
}
.c-sponsor-inline {
    margin: 0;
}
.c-sponsor-inline__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem;
    color: inherit;
}
.c-sponsor-inline__link:hover {
    text-decoration: none;
}
.c-sponsor-inline__link:hover .c-sponsor-inline__title {
    color: #00dea5;
}
.c-sponsor-inline .c-figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 4rem;
    margin-right: 0.75rem;
}
.c-sponsor-inline__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin: 0;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-sponsor-profile {
    background-color: #fff;
    border-radius: 0.125rem;
}
.c-sponsor-profile__content {
    padding: 0.75rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
    .c-sponsor-profile__content {
        padding: 1.25rem;
        margin-bottom: 0;
    }
}
.c-sponsors {
    margin: 0;
}
.c-sponsors__content {
    padding: 0.75rem 0.75rem 0;
}
.c-sponsors .c-search-and-results-bar {
    margin-bottom: 2rem;
}
.c-sponsors__section {
    margin-bottom: 1.25rem;
}
.c-sponsors__section:last-child {
    margin-bottom: 0;
}
.c-sponsors__section-title {
    margin: 0 0 0.75rem;
    font-weight: 400;
}
.c-sponsors__section > .row > [class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-sponsors .c-sponsor {
    width: 100%;
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .c-sponsors .c-search-and-results-bar {
        padding-bottom: 0.75rem;
        border-bottom: 1px solid #e3e3e3;
    }
}
@media (min-width: 768px) {
    .c-sponsors__content {
        padding: 1.25rem 1.25rem 0;
    }
    .c-sponsors .c-search-and-results-bar {
        margin-bottom: 2.5rem;
        padding-bottom: 1.25rem;
    }
    .c-sponsors .c-sponsor {
        margin-bottom: 1.25rem;
    }
}
.c-event-info__content {
    padding: 0.75rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
    .c-event-info__content {
        padding: 1.25rem;
        margin-bottom: 0;
    }
}
.c-event-info .c-profile-overview__title {
    font-size: 0.9375rem;
    font-weight: 500;
}
.c-sponsors-widget {
    margin: 0 0 1.25rem;
}
.c-sponsors-widget .c-paper-header {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.c-sponsors-widget__content {
    padding: 1.25rem 0.75rem 0;
}
.c-sponsors-widget__section {
    margin-bottom: 1.25rem;
}
.c-sponsors-widget__section:last-child {
    margin-bottom: 0;
}
.c-sponsors-widget__section-title {
    margin: 0 0 0.75rem;
    color: #00dea5;
}
.c-sponsors-widget .c-sponsor-inline {
    margin-bottom: 0.75rem;
}
.c-item-details {
    position: relative;
    margin: 0;
}
.c-item-details__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 100%;
    padding: 0.75rem;
    color: inherit;
}
.c-item-details a.c-item-details__link:hover {
    text-decoration: none;
}
.c-item-details a.c-item-details__link:hover .c-item-details__title {
    color: #00dea5;
}
.c-item-details .c-figure {
    width: 100%;
    height: 3rem;
    margin-bottom: 1.25rem;
}
.c-item-details__title {
    margin: 0 0 0.25rem;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-item-details__text {
    margin: 0 0 1.25rem;
    color: #686868;
}
.c-item-details__details {
    margin: 0 0 1.25rem;
    color: #686868;
}
.c-item-details__details:last-child {
    margin-bottom: 0;
}
.c-item-details__details > :nth-last-child(-n + 4) {
    padding-right: 5.75rem;
}
.c-item-details__details + .c-button {
    margin-top: auto;
}
.c-item-details__details-title {
    display: block;
    font-weight: inherit;
}
.c-item-details__details-text {
    display: block;
    margin: 0 0 0.25rem;
    color: #2e293d;
}
.c-item-details__details-text:last-child {
    margin-bottom: 0;
}
.c-item-details__action-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.5rem;
    height: 4rem;
    font-size: 0.625rem;
    line-height: 1;
    text-decoration: none;
    color: inherit;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-top-left-radius: 0.125rem;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-item-details__action-button:hover {
    text-decoration: none;
}
.c-item-details__action-button svg {
    display: block;
    width: auto;
    height: 1.125rem;
    margin: 0 0 0.5rem;
    fill: currentColor;
}
.c-item-details__action-button-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .c-item-details__link {
        padding-top: 1.25rem;
    }
}
.c-companies {
    margin: 0;
}
.c-companies__content {
    padding: 0.75rem 0.75rem 0;
}
.c-companies__content > .row > [class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-companies .c-filters-a-z {
    display: none;
}
.c-companies .c-search-and-results-bar {
    margin-bottom: 2rem;
}
.c-companies .c-item-details {
    width: 100%;
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .c-companies .c-search-and-results-bar {
        margin-bottom: 0.75rem;
    }
}
@media (min-width: 768px) {
    .c-companies__content {
        padding: 1.25rem 1.25rem 0;
    }
    .c-companies .c-filters-a-z {
        display: block;
        margin-bottom: 1.25rem;
    }
    .c-companies .c-search-and-results-bar {
        margin-bottom: 1.25rem;
    }
    .c-companies .c-item-details {
        margin-bottom: 1.25rem;
    }
}
.c-profile-overview__banner {
    margin: -0.75rem -0.75rem 1.25rem;
}
@media (min-width: 768px) {
    .c-profile-overview__banner {
        margin: -1.25rem -1.25rem 1.25rem;
    }
}
.c-profile-overview__image {
    float: right;
    width: 10rem;
    height: 10rem;
    margin-left: 1.25rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
}
.c-profile-overview__image img {
    padding: 0.25rem;
}
.c-description-table {
    margin-top: 2rem;
}
.c-description-table__table {
    width: 100%;
}
.c-description-table__table th,
.c-description-table__table td {
    padding: 0.5rem 0.75rem;
}
@media (max-width: 767.98px) {
    .c-description-table__table th,
    .c-description-table__table td {
        display: block;
    }
}
.c-description-table__table th {
    font-weight: 400;
    color: #fff;
    background-color: #2e293d;
    border: 1px solid #555161;
}
@media (min-width: 576px) {
    .c-description-table__table th {
        white-space: nowrap;
    }
}
.c-description-table__td {
    border: 1px solid #e3e3e3;
    color: #686868;
}
.c-description-table__td--is-bold {
    color: #2e293d;
    font-weight: 500;
}
.c-boxed-links {
    margin-top: 2rem;
}
.c-boxed-links__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}
@media (min-width: 768px) {
    .c-boxed-links__row {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
}
.c-boxed-links__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (min-width: 768px) {
    .c-boxed-links__col {
        margin: 0 0.5rem;
    }
}
.c-boxed-links__col:last-child .c-boxed-links__item {
    border-right: 1px solid #e3e3e3;
}
.c-boxed-links__item {
    text-align: center;
    display: block;
    padding: 1rem 0.75rem 0.75rem;
    color: #2e293d;
    text-align: center;
    font-size: 0.625rem;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.c-boxed-links__item:hover {
    text-decoration: none;
}
.c-boxed-links__item:hover svg {
    fill: #00dea5;
}
@media (min-width: 768px) {
    .c-boxed-links__item {
        border: 1px solid #e3e3e3;
    }
}
.c-boxed-links__icon {
    margin-bottom: 0.5rem;
    display: block;
}
.c-boxed-links__icon svg {
    height: 1.5rem;
    display: block;
    margin: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.c-filters-a-z {
    margin: 0;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1;
    border-bottom: 1px solid #e3e3e3;
}
.c-filters-a-z__list {
    padding-left: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 -1px;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #e3e3e3 #fff;
    scrollbar-width: thin;
}
.c-filters-a-z__list::-webkit-scrollbar {
    height: 0.375rem;
}
.c-filters-a-z__list::-webkit-scrollbar-track {
    background-color: #fff;
}
.c-filters-a-z__list::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    border: 0.125rem solid #fff;
}
.c-filters-a-z__item {
    margin-right: 0.3125rem;
}
.c-filters-a-z__item:last-child {
    margin-right: 0;
}
.c-filters-a-z__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0.0625rem;
    padding: 0 0.25rem 1.125rem;
    text-align: center;
    color: inherit;
    -webkit-transition-property: color, opacity, -webkit-box-shadow;
    transition-property: color, opacity, -webkit-box-shadow;
    transition-property: color, box-shadow, opacity;
    transition-property: color, box-shadow, opacity, -webkit-box-shadow;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-filters-a-z__link:hover {
    color: #00dea5;
    text-decoration: none;
}
.c-filters-a-z__link--active {
    color: #2e293d;
    -webkit-box-shadow: inset 0 -0.25rem 0 0 #00dea5;
    box-shadow: inset 0 -0.25rem 0 0 #00dea5;
    pointer-events: none;
}
.c-filters-a-z__link--disabled {
    opacity: 0.5;
    pointer-events: none;
}
.c-file-list .c-paper-header {
    border-bottom: 0;
    padding-bottom: 0;
}
.c-file-list__wrapper {
    padding: 0.75rem;
}
.c-file-list__ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.c-file-list__item {
    padding: 0.75rem;
}
.c-file-list__item:not(:last-of-type) {
    margin-bottom: 0.75rem;
}
.c-file-list__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-file-list__description {
    padding-right: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.c-file-list__link {
    display: block;
    color: #2e293d;
    line-height: 0.75rem;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.c-file-list__date {
    color: #686868;
    font-size: 0.625rem;
}
.c-file-list__icon {
    text-align: right;
}
.c-file-list__icon svg {
    width: 1.875rem;
    fill: #00dea5;
}
.c-file-list__icon:hover svg {
    fill: #00d29c;
}
.c-video__wrapper {
    display: block;
    color: #2e293d;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 0.75rem;
    border: 1px solid #e3e3e3;
}
.c-video__wrapper:hover {
    text-decoration: none;
}
.c-video__meta {
    padding: 1rem 0.75rem;
    background-color: #f8f9fa;
}
.c-video__title {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
}
.c-video__link {
    color: #9a9a9a;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    display: block;
}
.c-video__text {
    margin-bottom: 0;
    color: #686868;
}
.c-person {
    margin: 0;
}
.c-person__link {
    display: block;
}
.c-person__link:hover {
    text-decoration: none;
}
.c-person__link:hover .c-person__title {
    color: #00dea5;
}
.c-person__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0.75rem;
}
.c-person .c-figure {
    width: 3rem;
    margin: 0 0.75rem 0 0;
}
.c-person__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    color: #686868;
}
.c-person__content p:last-child {
    margin-bottom: 0;
}
.c-person__content a {
    color: inherit;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-person__content a:hover {
    color: #00d29c;
}
.c-person__header {
    margin: 0 0 1rem;
}
.c-person__header:last-child {
    margin-bottom: 0;
}
.c-person__title {
    margin: 0;
    font-size: 0.75rem;
    color: #2e293d;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-person__subtitle {
    display: block;
    margin: 0;
    font-size: 0.625rem;
    line-height: inherit;
}
.c-products {
    margin: 0;
}
.c-products__content {
    padding: 0.75rem 0.75rem 0;
}
.c-products__content > .row > [class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-products .c-filters-a-z {
    display: none;
}
.c-products .c-search-and-results-bar {
    margin-bottom: 2rem;
}
.c-products .c-item-details {
    width: 100%;
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .c-products .c-search-and-results-bar {
        margin-bottom: 0.75rem;
    }
}
@media (min-width: 768px) {
    .c-products__content {
        padding: 1.25rem 1.25rem 0;
    }
    .c-products .c-filters-a-z {
        display: block;
        margin-bottom: 1.25rem;
    }
    .c-products .c-search-and-results-bar {
        margin-bottom: 1.25rem;
    }
    .c-products .c-item-details {
        margin-bottom: 1.25rem;
    }
}
.c-product-profile {
    border-radius: 0.125rem;
    overflow: hidden;
}
.c-product-profile__content {
    padding: 0.75rem;
    margin-bottom: 1.25rem;
    border-top: 0;
    background-color: #fff;
}
@media (min-width: 576px) {
    .c-product-profile__content {
        padding: 1.25rem;
        margin-bottom: 0;
    }
}
.c-classifieds {
    margin: 0;
}
.c-classifieds__content {
    padding: 0.75rem 0.75rem 0;
}
.c-classifieds__content > .row > [class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-classifieds .c-select-and-search-bar {
    margin-bottom: 0.75rem;
}
.c-classifieds .c-search-and-results-bar {
    margin-bottom: 2rem;
}
.c-classifieds .c-post-preview {
    width: 100%;
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .c-classifieds .c-search-and-results-bar {
        margin-bottom: 0.75rem;
    }
}
@media (min-width: 768px) {
    .c-classifieds__content {
        padding: 1.25rem 1.25rem 0;
    }
    .c-classifieds .c-select-and-search-bar,
    .c-classifieds .c-search-and-results-bar {
        margin-bottom: 1.25rem;
    }
    .c-classifieds .c-post-preview {
        margin-bottom: 1.25rem;
    }
}
.c-vcard--speaker__content {
    margin: 1.25rem 0 0;
}
.c-vcard--speaker__content .c-social-icons {
    margin: 0 0 1.25rem;
    color: #2e293d;
}
.c-vcard--speaker__content .c-social-icons:last-child {
    margin-bottom: 0;
}
.c-vcard--speaker__session {
    margin: 0;
}
.c-vcard--speaker__session-subtitle {
    margin: 0 0 0.25rem;
    font-weight: inherit;
}
.c-vcard--speaker__session-title {
    margin: 0 0 0.25rem;
    color: #2e293d;
}
.c-vcard--speaker__session-title a {
    color: inherit;
}
.c-vcard--speaker__session-title a:hover {
    color: #00dea5;
    text-decoration: none;
}
.c-vcard--speaker__session-date {
    display: block;
    margin: 0;
}
.c-speakers {
    margin: 0;
}
.c-speakers__content {
    padding: 0.75rem 0.75rem 0;
}
.c-speakers__content > .row > [class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-speakers .c-search-and-results-bar {
    margin-bottom: 2rem;
}
.c-speakers .c-vcard {
    width: 100%;
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .c-speakers .c-search-and-results-bar {
        margin-bottom: 0.75rem;
    }
}
@media (min-width: 768px) {
    .c-speakers__content {
        padding: 1.25rem 1.25rem 0;
    }
    .c-speakers .c-search-and-results-bar {
        margin-bottom: 1.25rem;
    }
    .c-speakers .c-vcard {
        margin-bottom: 1.25rem;
    }
}
.c-person-list .c-paper-header__title {
    line-height: 1.5;
}
.c-person-list .c-paper-header {
    border-bottom: 0;
}
.c-person-list__content {
    padding: 0 0.75rem 0.75rem;
}
.c-person-list__content .c-person {
    margin-bottom: 0.75rem;
}
.c-person-list__content .c-person:last-child {
    margin-bottom: 0;
}
.c-image-carousel {
    position: relative;
    overflow: hidden;
}
@media (max-width: 575.98px) {
    .c-image-carousel {
        border: 0;
    }
}
.c-image-carousel .c-paper-header {
    border-bottom: 0;
}
.c-image-carousel__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 -1.25rem 0.75rem;
}
.c-image-carousel__slider.flickity-enabled {
    display: block;
}
.c-image-carousel__slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0.75rem;
}
.c-image-carousel__slider-prev,
.c-image-carousel__slider-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    border: 1px solid #e3e3e3;
    color: #00dea5;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-image-carousel__slider-prev:disabled,
.c-image-carousel__slider-next:disabled {
    opacity: 0.25;
    pointer-events: none;
    cursor: default;
}
.c-image-carousel__slider-prev:hover,
.c-image-carousel__slider-next:hover {
    color: #00dea5;
}
.c-image-carousel__slider-prev:focus,
.c-image-carousel__slider-next:focus {
    outline: 0;
}
.c-image-carousel__slider-prev svg,
.c-image-carousel__slider-next svg {
    display: block;
    width: 0.5rem;
    height: auto;
    margin: 0;
}
.c-image-carousel__slider-prev {
    margin-right: 0.75rem;
}
.c-image-carousel__slider-next {
    margin-left: 0.75rem;
}
.c-image-carousel__slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.c-image-carousel__slider-dot {
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 0.375rem 0 0;
    background-color: #d8d8d8;
    border-radius: 0.375rem;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.c-image-carousel__slider-dot:last-child {
    margin-right: 0;
}
.c-image-carousel__slider-dot:hover {
    background-color: #00dea5;
}
.c-image-carousel__slider-dot:focus {
    outline: none;
}
.c-image-carousel__slider-dot--active {
    background-color: #00dea5;
    pointer-events: none;
    cursor: default;
}
.c-image-carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333%;
    padding: 0 0.5rem;
    margin: 0;
}
.c-image-carousel--single .c-image-carousel__slide {
    width: 100%;
}
.c-image-carousel .c-figure {
    width: 100%;
    margin: 0;
}
.c-post-preview__link {
    display: block;
    min-height: 100%;
    color: inherit;
}
.c-post-preview__link:hover {
    text-decoration: none;
}
.c-post-preview__link:hover .c-post-preview__title {
    color: #00dea5;
}
.c-post-preview__content {
    padding: 1rem 0.75rem;
}
.c-post-preview__title {
    margin: 0 0 0.25rem;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-post-preview__date {
    display: block;
    color: #686868;
}
.c-leaderboard__content {
    padding: 0.75rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
    .c-leaderboard__content {
        padding: 1.25rem;
        margin-bottom: 0;
    }
}
.c-leaderboard__text {
    margin-bottom: 1.25rem;
}
.c-leaderboard .c-person {
    border: 0;
    padding: 0;
}
.c-leaderboard .c-person__subtitle:first-of-type {
    color: #686868;
}
.c-leaderboard__table {
    width: 100%;
}
.c-leaderboard__table th,
.c-leaderboard__table td {
    padding: 0.75rem;
    border: 1px solid #e3e3e3;
    vertical-align: top;
}
.c-leaderboard__table th {
    font-weight: 400;
    color: #fff;
    background-color: #2e293d;
}
@media (min-width: 576px) {
    .c-leaderboard__table th {
        white-space: nowrap;
    }
}
.c-tabs-nav {
    margin: 0;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1;
    border-bottom: 1px solid #e3e3e3;
}
.c-tabs-nav__list {
    padding-left: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 -1px;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #e3e3e3 #fff;
    scrollbar-width: thin;
}
.c-tabs-nav__list::-webkit-scrollbar {
    height: 0.375rem;
}
.c-tabs-nav__list::-webkit-scrollbar-track {
    background-color: #fff;
}
.c-tabs-nav__list::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    border: 0.125rem solid #fff;
}
.c-tabs-nav__list-item {
    padding-right: 1rem;
}
.c-tabs-nav--space-evenly .c-tabs-nav__list-item {
    margin-left: auto;
    margin-right: auto;
}
.c-tabs-nav__list-item:last-child {
    padding-right: 0;
}
@media (min-width: 768px) {
    .c-tabs-nav__list-item {
        padding-right: 2rem;
    }
}
.c-tabs-nav__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 1.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    color: #2e293d;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.c-tabs-nav__tab:hover {
    color: #00dea5;
}
.c-tabs-nav__tab--active {
    color: #2e293d;
    -webkit-box-shadow: inset 0 -0.25rem 0 0 #00dea5;
    box-shadow: inset 0 -0.25rem 0 0 #00dea5;
    pointer-events: none;
}
.c-tabs-nav__tab--disabled {
    opacity: 0.5;
    pointer-events: none;
}
@media (min-width: 768px) {
    .c-tabs-nav__tab {
        padding-bottom: 1rem;
    }
}
.c-tabs-nav--padded {
    padding: 0 0.75rem;
    margin-top: 1.25rem;
}
@media (min-width: 768px) {
    .c-tabs-nav--padded {
        padding: 0 1.25rem;
    }
}
.c-search-listing {
    margin: 1.25rem 0 0;
}
@media (min-width: 1200px) {
    .c-search-listing {
        margin: 0;
    }
}
.c-search-listing__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.25rem;
}
.c-search-listing__slider.flickity-enabled {
    display: block;
}
.c-search-listing__results {
    padding: 0 0.75rem;
    margin: 0.75rem 0;
    font-weight: 500;
}
.c-search-listing__results-left {
    margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
    .c-search-listing__results {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 1.25rem 0;
        padding: 0 1.25rem;
    }
    .c-search-listing__results-left {
        margin-bottom: 0;
    }
}
.c-search-listing .c-vcard {
    margin-bottom: 1.25rem;
}
.c-search-listing__slider-controls {
    border-top: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem;
}
.c-search-listing__slider-prev,
.c-search-listing__slider-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    border: 1px solid #e3e3e3;
    color: #00dea5;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-search-listing__slider-prev:disabled,
.c-search-listing__slider-next:disabled {
    opacity: 0.25;
    pointer-events: none;
    cursor: default;
}
.c-search-listing__slider-prev:hover,
.c-search-listing__slider-next:hover {
    color: #00dea5;
}
.c-search-listing__slider-prev:focus,
.c-search-listing__slider-next:focus {
    outline: 0;
}
.c-search-listing__slider-prev svg,
.c-search-listing__slider-next svg {
    display: block;
    width: 0.5rem;
    height: auto;
    margin: 0;
}
.c-search-listing__slider-prev {
    margin-right: 0.75rem;
}
.c-search-listing__slider-next {
    margin-left: 0.75rem;
}
.c-search-listing__slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.c-search-listing__slider-dot {
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 0.375rem 0 0;
    background-color: #d8d8d8;
    border-radius: 0.375rem;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.c-search-listing__slider-dot:last-child {
    margin-right: 0;
}
.c-search-listing__slider-dot:hover {
    background-color: #00dea5;
}
.c-search-listing__slider-dot:focus {
    outline: none;
}
.c-search-listing__slider-dot--active {
    background-color: #00dea5;
    pointer-events: none;
    cursor: default;
}
.c-search-listing__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 0.75rem;
}
@media (min-width: 768px) {
    .c-search-listing__slide {
        padding: 0 1.25rem;
    }
}
.c-search-listing__article {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e3e3e3;
}
.c-search-listing__slide__col:last-of-type .c-search-listing__article {
    border-bottom: 0;
}
.c-search-listing__article-heading {
    margin-bottom: 0;
}
.c-search-listing__article-link {
    color: #2e293d;
}
.c-search-listing__article-link:hover {
    color: inherit;
}
.c-search-listing .c-sponsor,
.c-search-listing .c-news-card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .c-search-listing .c-sponsor,
    .c-search-listing .c-news-card {
        margin-bottom: 1.25rem;
    }
}
.c-news-card {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-news-card .c-figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5.625rem;
}
@media (min-width: 768px) {
    .c-news-card .c-figure {
        width: 8.5rem;
    }
}
.c-news-card__content {
    padding: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.c-news-card__description {
    margin-bottom: 0.75rem;
}
.c-news-card__title {
    margin: 0 0 0.25rem;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
@media (max-width: 767.98px) {
    .c-news-card__title {
        font-size: 0.875rem;
    }
}
.c-news-card__text {
    margin: 0;
    color: #686868;
    font-size: 0.625rem;
}
.c-news-card .c-more-link {
    margin-top: auto;
}
.c-event-news {
    margin: 0;
}
.c-event-news__content {
    padding: 0.75rem 0.75rem 0;
}
.c-event-news__content > .row > [class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-event-news .c-search-and-results-bar {
    margin-bottom: 2rem;
}
.c-event-news__entry {
    margin-bottom: 1.25rem;
}
.c-event-news__entry-link {
    display: block;
    padding: 0.75rem;
    color: inherit;
}
.c-event-news__entry-link:hover {
    text-decoration: none;
}
.c-event-news__entry-link:hover .c-event-news__entry-title {
    color: #00dea5;
}
.c-event-news__entry-title {
    margin-bottom: 0.25rem;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-event-news__entry-body {
    margin: 0;
    color: #686868;
}
@media (min-width: 576px) {
    .c-event-news .c-search-and-results-bar {
        margin-bottom: 0.75rem;
    }
}
@media (min-width: 768px) {
    .c-event-news__content {
        padding: 1.25rem 1.25rem 0;
    }
    .c-event-news .c-search-and-results-bar {
        margin-bottom: 1.25rem;
    }
}
.c-discover-connections {
    margin: 1.25rem 0;
}
@media (min-width: 1200px) {
    .c-discover-connections {
        margin: 0 0 1.25rem;
    }
}
.c-discover-connections__content {
    padding: 0.75rem 0.75rem 0;
}
.c-discover-connections__content > .row > [class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-discover-connections .c-search-and-results-bar {
    margin-bottom: 2rem;
}
.c-discover-connections .c-vcard {
    width: 100%;
    margin-bottom: 0.75rem;
}
.c-discover-connections .c-vcard__content-container {
    padding: 0.75rem;
}
.c-discover-connections .c-vcard__content-full {
    padding: 0 0.75rem 0.75rem;
}
.c-discover-connections .c-vcard__content-full p {
    margin-bottom: 0.25rem;
}
.c-discover-connections .c-vcard .c-icon-link-group__link-title {
    font-size: 0.4375rem;
}
@media (min-width: 576px) {
    .c-discover-connections .c-search-and-results-bar {
        margin-bottom: 0.75rem;
    }
}
@media (min-width: 768px) {
    .c-discover-connections__content {
        padding: 1.25rem 1.25rem 0;
    }
    .c-discover-connections .c-search-and-results-bar {
        margin-bottom: 1.25rem;
    }
    .c-discover-connections .c-vcard {
        margin-bottom: 1.25rem;
    }
}
.c-profile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin: 0;
    background-color: #2e293d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.c-profile-header__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 768px) {
    .c-profile-header__content-container {
        padding: 1.25rem;
    }
}
.c-profile-header .c-figure {
    width: 2.625rem;
    margin: 0 0.5rem 0 0;
}
@media (min-width: 768px) {
    .c-profile-header .c-figure {
        width: 4.75rem;
        margin: 0 0.75rem 0 0;
    }
}
.c-profile-header__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    color: #686868;
}
.c-profile-header__content p:last-child {
    margin-bottom: 0;
}
.c-profile-header__content a {
    color: inherit;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-profile-header__content a:hover {
    color: #00d29c;
}
.c-profile-header__header {
    margin: 0 0 1rem;
}
.c-profile-header__header:last-child {
    margin-bottom: 0;
}
.c-profile-header__title {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 0.6875rem;
}
@media (min-width: 768px) {
    .c-profile-header__title {
        font-size: 1rem;
    }
}
.c-profile-header__status {
    width: 1rem;
    height: 1rem;
    background-color: #00dea5;
    display: none;
    border-radius: 50%;
    margin-right: 0.5rem;
}
@media (min-width: 768px) {
    .c-profile-header__status {
        display: inline-block;
    }
}
.c-profile-header__subtitle {
    display: none;
    margin: 0;
    color: #fff;
    line-height: inherit;
}
@media (min-width: 768px) {
    .c-profile-header__subtitle {
        display: block;
    }
}
.c-profile-header__links {
    padding: 0.75rem 0.75rem 0.75rem 0;
}
@media (min-width: 768px) {
    .c-profile-header__links {
        padding: 1.25rem;
    }
}
.c-profile-header .c-icon-link-group {
    width: 100%;
    margin-top: auto;
}
.c-profile-header .c-icon-link-group__item {
    color: #fff;
}
.c-profile-header .c-icon-link-group__item:last-of-type .c-icon-link-group__link {
    padding-right: 0;
}
.c-profile-header .c-icon-link-group__link {
    padding: 0 0.25rem;
    min-height: 2rem;
}
@media (min-width: 576px) {
    .c-profile-header .c-icon-link-group__link {
        padding: 0 0.75rem;
    }
}
.c-profile-header .c-icon-link-group__link-title {
    font-size: 0.4375rem;
}
.c-profile-header .c-icon-link-group__link svg {
    height: 0.875rem;
}
.c-my-profile {
    margin: 1.25rem 0;
}
@media (min-width: 576px) {
    .c-my-profile {
        margin: 0;
    }
}
.c-my-profile__content {
    padding: 0.75rem 0.75rem 0;
}
@media (min-width: 768px) {
    .c-my-profile__content {
        padding: 1.25rem 1.25rem 0;
    }
}
.c-my-profile--favourites .c-my-profile__content {
    padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
    .c-my-profile--favourites .c-my-profile__content {
        padding-bottom: 1.25rem;
    }
}
.c-my-profile--favourites .c-my-profile__content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-my-profile--favourites .c-my-profile__content-title {
    margin-bottom: 0;
}
.c-speaker-profile {
    margin: 1.25rem 0;
}
@media (min-width: 768px) {
    .c-speaker-profile {
        margin: 0;
    }
}
.c-speaker-profile__content {
    padding: 0.75rem;
}
@media (min-width: 768px) {
    .c-speaker-profile__content {
        padding: 1.25rem;
    }
}
.c-faqs {
    background-color: #fff;
}
.c-faqs__list {
    padding-left: 0;
    list-style: none;
    margin: 1.25rem 0 0;
}
.c-faqs__content {
    padding: 0.75rem;
}
@media (min-width: 768px) {
    .c-faqs__content {
        padding: 1.25rem;
    }
}
.c-faqs__item {
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    padding: 0.625rem 0;
    border-bottom: 1px solid #e3e3e3;
}
.c-faqs__item--active .c-faqs__plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-faqs__faq {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.428571429;
    color: inherit;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-faqs__faq-title {
    margin-bottom: 0;
}
.c-faqs__faq-badge {
    display: block;
    margin-left: 0.5rem;
    padding: 0.09375rem 0.25rem 0.0625rem;
    font-size: 0.5rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #2e293d;
    background-color: #00dea5;
    border-radius: 0.125rem;
}
.c-faqs__faq svg {
    position: absolute;
    display: block;
    top: 50%;
    left: 0.875rem;
    width: 0.625rem;
    height: 0.625rem;
    margin: -0.3125rem 0 0 -0.3125rem;
    fill: #a0a0a0;
    -webkit-transition-property: fill, -webkit-transform;
    transition-property: fill, -webkit-transform;
    transition-property: fill, transform;
    transition-property: fill, transform, -webkit-transform;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-faqs__faq::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0.25rem;
    height: 100%;
    background-color: #00dea5;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-faqs__faq:hover {
    color: inherit;
}
.c-faqs__body {
    display: none;
    color: #686868;
    padding: 0.75rem 0 0.5rem;
}
.c-faqs__plus {
    width: 1.0625rem;
    height: 1.0625rem;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-faqs__plus-x,
.c-faqs__plus-y {
    display: block;
    background-color: #2e293d;
    position: absolute;
}
.c-faqs__plus-x {
    top: 50%;
    width: 1.0625rem;
    height: 0.125rem;
    margin-top: -0.0625rem;
}
.c-faqs__plus-y {
    position: absolute;
    left: 50%;
    margin-left: -0.0625rem;
    width: 0.125rem;
    height: 1.0625rem;
}
.c-attendees {
    margin: 1.25rem 0;
}
@media (min-width: 1200px) {
    .c-attendees {
        margin: 0;
    }
}
.c-attendees__content {
    padding: 0.75rem 0.75rem 0;
}
@media (min-width: 576px) {
    .c-attendees__content {
        padding: 1.25rem 1.25rem 0;
    }
}
.c-attendees .c-search-and-results-bar {
    margin-bottom: 1.25rem;
}
.c-attendees .c-search-form {
    min-width: 15rem;
}
.c-attendees .c-filters-a-z,
.c-attendees .c-vcard {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .c-attendees .c-filters-a-z,
    .c-attendees .c-vcard {
        margin-bottom: 1.25rem;
    }
}
.c-search-filters {
    margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
    .c-search-filters {
        margin-bottom: 1.25rem;
    }
}
.c-search-filters__content {
    padding: 0.75rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
@media (min-width: 768px) {
    .c-search-filters__content {
        position: relative;
        padding: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: none;
        transition: none;
    }
}
.c-search-filters__row {
    margin-bottom: 0.75rem;
}
.c-search-filters__row:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .c-search-filters__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}
.c-search-filters--is-open .c-search-filters__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.c-search-filters .c-select {
    margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
    .c-search-filters .c-select {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0.75rem 0 0;
    }
    .c-search-filters .c-select:last-child {
        margin-right: 0;
    }
}
.c-search-filters__open {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .c-search-filters__open {
        display: none;
    }
}
.c-search-filters__open,
.c-search-filters__cta {
    width: 100%;
}
@media (min-width: 768px) {
    .c-search-filters__open,
    .c-search-filters__cta {
        width: auto;
    }
}
.c-search-filters__back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.166666667;
    color: inherit;
    white-space: nowrap;
    margin: 0.5rem 0 1.25rem;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.c-search-filters__back svg {
    display: block;
    width: auto;
    height: 1em;
    margin-right: 0.5rem;
    fill: currentColor;
}
.c-search-filters__back:hover {
    text-decoration: none;
}
@media (min-width: 768px) {
    .c-search-filters__back,
    .c-search-filters__title {
        display: none;
    }
}
.c-engagement-score {
    margin: 1.25rem 0 0;
}
@media (min-width: 1200px) {
    .c-engagement-score {
        margin: 0;
    }
}
.c-engagement-score__content {
    padding: 0.75rem 0.75rem 0;
}
@media (min-width: 768px) {
    .c-engagement-score__content {
        padding: 1.25rem 1.25rem 0;
    }
}
.c-engagement-score__title:not(:first-of-type) {
    margin-top: 1.25rem;
}
@media (min-width: 768px) {
    .c-engagement-score__title:not(:first-of-type) {
        margin-top: 2rem;
    }
}
.c-engagement-score__score {
    padding: 1.25rem 0 2.5rem;
}
.c-engagement-score__score-wrapper {
    position: relative;
}
.c-engagement-score__score-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.c-engagement-score__score-bar-col {
    height: 0.5rem;
    width: 100%;
}
.c-engagement-score__score-bar-col:nth-child(1) {
    background-color: #cc5462;
}
.c-engagement-score__score-bar-col:nth-child(2) {
    background-color: #efa146;
}
.c-engagement-score__score-bar-col:nth-child(3) {
    background-color: #f6ee53;
}
.c-engagement-score__score-bar-col:nth-child(4) {
    background-color: #c1ec58;
}
.c-engagement-score__score-bar-col:nth-child(5) {
    background-color: #90d13d;
}
.c-engagement-score__score-image {
    position: absolute;
    top: 50%;
    margin-top: -1.3125rem;
    margin-left: -1.3125rem;
    width: 2.625rem;
    height: 2.625rem;
}
.c-engagement-score__text {
    font-weight: 500;
    margin-top: 0.25rem;
    font-size: 0.875rem;
}
.c-engagement-score__text--mid {
    text-align: center;
}
.c-engagement-score__text--left {
    color: #cc5462;
}
.c-engagement-score__text--left,
.c-engagement-score__text--right {
    position: absolute;
}
.c-engagement-score__text--right {
    right: 0;
    color: #90d13d;
}
.c-engagement-score__cards {
    margin-top: 1.25rem;
}
.c-engagement-score .c-engagement-card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .c-engagement-score .c-engagement-card {
        margin-bottom: 1.25rem;
    }
}
.c-engagement-card {
    padding: 0.75rem;
    text-align: center;
}
.c-engagement-card svg {
    height: 4rem;
    max-width: 100%;
    margin-bottom: 0.75rem;
}
.c-engagement-card__content {
    padding: 0.75rem;
}
.c-engagement-card__title {
    margin: 0 0 0.75rem;
}
.c-event {
    margin: 0 0 1.25rem;
}
.c-event:last-child {
    margin-bottom: 0;
}
.c-event__title {
    margin: 0 0 0.25rem;
}
.c-event__title a {
    color: inherit;
}
.c-event__subtitle {
    margin-bottom: 0;
}
.c-event__subtitle,
.c-event__date {
    display: block;
    color: #686868;
}
.c-home__carousel {
    margin: 1.25rem 0;
}
@media (min-width: 1200px) {
    .c-home__carousel {
        margin: 0 0 1.25rem;
    }
}
.c-home__wrapper {
    padding: 0 0.75rem 0.75rem;
}
@media (min-width: 576px) {
    .c-home__wrapper {
        padding: 0 1.25rem 1.25rem;
    }
}
.c-home__schedule {
    margin-bottom: 1.25rem;
}
.c-home__schedule .c-paper-header {
    border-bottom: 0;
}
.c-home__schedule-events {
    padding: 0.75rem;
}
.c-home__schedule-events .c-person {
    border: 0;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e3e3e3;
}
.c-home__schedule-events .c-person:first-of-type {
    padding-top: 0;
}
.c-home__schedule-events .c-person:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}
.c-home__meetings-and-favourites {
    margin-bottom: 1.25rem;
}
.c-home__meetings-title {
    margin-bottom: 0.25rem;
}
.c-home__meetings .c-paper-header {
    border-bottom: 0;
}
.c-home__meetings-item {
    padding: 0.75rem;
}
.c-home__meetings-item:not(:last-of-type) {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .c-home__meetings-item:not(:last-of-type) {
        margin-bottom: 1.25rem;
    }
}
.c-home__meetings-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-home__meetings-status {
    font-weight: 500;
    margin-left: 0.25rem;
}
.c-home__meetings-status--active {
    color: #09ba90;
}
.c-home__favourites {
    height: 100%;
}
.c-home__favourites .c-paper-header {
    border-bottom: 0;
}
.c-home__favourites-item {
    background-color: #2e293d;
    color: #fff;
    padding: 0.75rem;
}
.c-home__favourites-item:not(:last-of-type) {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .c-home__favourites-item:not(:last-of-type) {
        margin-bottom: 1.25rem;
    }
}
.c-home__favourites-item p:last-of-type {
    margin-bottom: 0;
}
.c-exhibitors {
    margin: 1.25rem 0 0;
}
@media (min-width: 1200px) {
    .c-exhibitors {
        margin: 0;
    }
}
.c-exhibitors__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.25rem;
}
.c-exhibitors__slider.flickity-enabled {
    display: block;
}
.c-exhibitors .c-sponsor {
    margin-bottom: 1.25rem;
}
.c-exhibitors__tabs {
    padding: 1.25rem 1.25rem 0;
}
.c-exhibitors__slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 1.25rem;
}
.c-exhibitors__slider-prev,
.c-exhibitors__slider-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    border: 1px solid #e3e3e3;
    color: #00dea5;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-exhibitors__slider-prev:disabled,
.c-exhibitors__slider-next:disabled {
    opacity: 0.25;
    pointer-events: none;
    cursor: default;
}
.c-exhibitors__slider-prev:hover,
.c-exhibitors__slider-next:hover {
    color: #00dea5;
}
.c-exhibitors__slider-prev:focus,
.c-exhibitors__slider-next:focus {
    outline: 0;
}
.c-exhibitors__slider-prev svg,
.c-exhibitors__slider-next svg {
    display: block;
    width: 0.5rem;
    height: auto;
    margin: 0;
}
.c-exhibitors__slider-prev {
    margin-right: 0.75rem;
}
.c-exhibitors__slider-next {
    margin-left: 0.75rem;
}
.c-exhibitors__slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.c-exhibitors__slider-dot {
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 0.375rem 0 0;
    background-color: #d8d8d8;
    border-radius: 0.375rem;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.c-exhibitors__slider-dot:last-child {
    margin-right: 0;
}
.c-exhibitors__slider-dot:hover {
    background-color: #00dea5;
}
.c-exhibitors__slider-dot:focus {
    outline: none;
}
.c-exhibitors__slider-dot--active {
    background-color: #00dea5;
    pointer-events: none;
    cursor: default;
}
.c-exhibitors__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 0.75rem;
}
@media (min-width: 768px) {
    .c-exhibitors__slide {
        padding: 0 1.25rem;
    }
}
.c-example {
    margin: 5rem 0;
    background-color: lightgray;
}
.c-example__title {
    margin: 0 0 0.75rem;
    font-size: 2rem;
}
.c-example__text {
    color: pink;
}
.c-example__button {
    padding: 0.5rem 1.25rem;
    font-size: 0.75rem;
    background-color: coral;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .c-example__button {
        -webkit-transition: none;
        transition: none;
    }
}
.c-example--primary .c-example__title {
    color: purple;
}
.c-example--primary .c-example__button {
    background-color: aquamarine;
}
@media (min-width: 768px) {
    .c-example__title {
        margin-bottom: 1.25rem;
        font-size: 2.5rem;
    }
    .c-example__button {
        padding: 0.75rem 1.5rem;
        font-size: 0.75rem;
    }
}
.u-m-0 {
    margin: 0 !important;
}
.u-m-px {
    margin: 1px !important;
}
.u-m-1 {
    margin: 0.25rem !important;
}
.u-m-2 {
    margin: 0.5rem !important;
}
.u-m-3 {
    margin: 0.75rem !important;
}
.u-m-4 {
    margin: 1rem !important;
}
.u-m-5 {
    margin: 1.25rem !important;
}
.u-m-6 {
    margin: 1.5rem !important;
}
.u-m-7 {
    margin: 1.75rem !important;
}
.u-m-8 {
    margin: 2rem !important;
}
.u-m-10 {
    margin: 2.5rem !important;
}
.u-m-12 {
    margin: 3rem !important;
}
.u-m-16 {
    margin: 4rem !important;
}
.u-m-20 {
    margin: 5rem !important;
}
.u-m-24 {
    margin: 6rem !important;
}
.u-m-32 {
    margin: 8rem !important;
}
.u-m-auto {
    margin: auto !important;
}
.u-mt-0,
.u-my-0 {
    margin-top: 0 !important;
}
.u-mt-px,
.u-my-px {
    margin-top: 1px !important;
}
.u-mt-1,
.u-my-1 {
    margin-top: 0.25rem !important;
}
.u-mt-2,
.u-my-2 {
    margin-top: 0.5rem !important;
}
.u-mt-3,
.u-my-3 {
    margin-top: 0.75rem !important;
}
.u-mt-4,
.u-my-4 {
    margin-top: 1rem !important;
}
.u-mt-5,
.u-my-5 {
    margin-top: 1.25rem !important;
}
.u-mt-6,
.u-my-6 {
    margin-top: 1.5rem !important;
}
.u-mt-7,
.u-my-7 {
    margin-top: 1.75rem !important;
}
.u-mt-8,
.u-my-8 {
    margin-top: 2rem !important;
}
.u-mt-10,
.u-my-10 {
    margin-top: 2.5rem !important;
}
.u-mt-12,
.u-my-12 {
    margin-top: 3rem !important;
}
.u-mt-16,
.u-my-16 {
    margin-top: 4rem !important;
}
.u-mt-20,
.u-my-20 {
    margin-top: 5rem !important;
}
.u-mt-24,
.u-my-24 {
    margin-top: 6rem !important;
}
.u-mt-32,
.u-my-32 {
    margin-top: 8rem !important;
}
.u-mt-auto,
.u-my-auto {
    margin-top: auto !important;
}
.u-mr-0,
.u-mx-0 {
    margin-right: 0 !important;
}
.u-mr-px,
.u-mx-px {
    margin-right: 1px !important;
}
.u-mr-1,
.u-mx-1 {
    margin-right: 0.25rem !important;
}
.u-mr-2,
.u-mx-2 {
    margin-right: 0.5rem !important;
}
.u-mr-3,
.u-mx-3 {
    margin-right: 0.75rem !important;
}
.u-mr-4,
.u-mx-4 {
    margin-right: 1rem !important;
}
.u-mr-5,
.u-mx-5 {
    margin-right: 1.25rem !important;
}
.u-mr-6,
.u-mx-6 {
    margin-right: 1.5rem !important;
}
.u-mr-7,
.u-mx-7 {
    margin-right: 1.75rem !important;
}
.u-mr-8,
.u-mx-8 {
    margin-right: 2rem !important;
}
.u-mr-10,
.u-mx-10 {
    margin-right: 2.5rem !important;
}
.u-mr-12,
.u-mx-12 {
    margin-right: 3rem !important;
}
.u-mr-16,
.u-mx-16 {
    margin-right: 4rem !important;
}
.u-mr-20,
.u-mx-20 {
    margin-right: 5rem !important;
}
.u-mr-24,
.u-mx-24 {
    margin-right: 6rem !important;
}
.u-mr-32,
.u-mx-32 {
    margin-right: 8rem !important;
}
.u-mr-auto,
.u-mx-auto {
    margin-right: auto !important;
}
.u-mb-0,
.u-my-0 {
    margin-bottom: 0 !important;
}
.u-mb-px,
.u-my-px {
    margin-bottom: 1px !important;
}
.u-mb-1,
.u-my-1 {
    margin-bottom: 0.25rem !important;
}
.u-mb-2,
.u-my-2 {
    margin-bottom: 0.5rem !important;
}
.u-mb-3,
.u-my-3 {
    margin-bottom: 0.75rem !important;
}
.u-mb-4,
.u-my-4 {
    margin-bottom: 1rem !important;
}
.u-mb-5,
.u-my-5 {
    margin-bottom: 1.25rem !important;
}
.u-mb-6,
.u-my-6 {
    margin-bottom: 1.5rem !important;
}
.u-mb-7,
.u-my-7 {
    margin-bottom: 1.75rem !important;
}
.u-mb-8,
.u-my-8 {
    margin-bottom: 2rem !important;
}
.u-mb-10,
.u-my-10 {
    margin-bottom: 2.5rem !important;
}
.u-mb-12,
.u-my-12 {
    margin-bottom: 3rem !important;
}
.u-mb-16,
.u-my-16 {
    margin-bottom: 4rem !important;
}
.u-mb-20,
.u-my-20 {
    margin-bottom: 5rem !important;
}
.u-mb-24,
.u-my-24 {
    margin-bottom: 6rem !important;
}
.u-mb-32,
.u-my-32 {
    margin-bottom: 8rem !important;
}
.u-mb-auto,
.u-my-auto {
    margin-bottom: auto !important;
}
.u-ml-0,
.u-mx-0 {
    margin-left: 0 !important;
}
.u-ml-px,
.u-mx-px {
    margin-left: 1px !important;
}
.u-ml-1,
.u-mx-1 {
    margin-left: 0.25rem !important;
}
.u-ml-2,
.u-mx-2 {
    margin-left: 0.5rem !important;
}
.u-ml-3,
.u-mx-3 {
    margin-left: 0.75rem !important;
}
.u-ml-4,
.u-mx-4 {
    margin-left: 1rem !important;
}
.u-ml-5,
.u-mx-5 {
    margin-left: 1.25rem !important;
}
.u-ml-6,
.u-mx-6 {
    margin-left: 1.5rem !important;
}
.u-ml-7,
.u-mx-7 {
    margin-left: 1.75rem !important;
}
.u-ml-8,
.u-mx-8 {
    margin-left: 2rem !important;
}
.u-ml-10,
.u-mx-10 {
    margin-left: 2.5rem !important;
}
.u-ml-12,
.u-mx-12 {
    margin-left: 3rem !important;
}
.u-ml-16,
.u-mx-16 {
    margin-left: 4rem !important;
}
.u-ml-20,
.u-mx-20 {
    margin-left: 5rem !important;
}
.u-ml-24,
.u-mx-24 {
    margin-left: 6rem !important;
}
.u-ml-32,
.u-mx-32 {
    margin-left: 8rem !important;
}
.u-ml-auto,
.u-mx-auto {
    margin-left: auto !important;
}
.u-p-0 {
    padding: 0 !important;
}
.u-p-px {
    padding: 1px !important;
}
.u-p-1 {
    padding: 0.25rem !important;
}
.u-p-2 {
    padding: 0.5rem !important;
}
.u-p-3 {
    padding: 0.75rem !important;
}
.u-p-4 {
    padding: 1rem !important;
}
.u-p-5 {
    padding: 1.25rem !important;
}
.u-p-6 {
    padding: 1.5rem !important;
}
.u-p-7 {
    padding: 1.75rem !important;
}
.u-p-8 {
    padding: 2rem !important;
}
.u-p-10 {
    padding: 2.5rem !important;
}
.u-p-12 {
    padding: 3rem !important;
}
.u-p-16 {
    padding: 4rem !important;
}
.u-p-20 {
    padding: 5rem !important;
}
.u-p-24 {
    padding: 6rem !important;
}
.u-p-32 {
    padding: 8rem !important;
}
.u-p-auto {
    padding: auto !important;
}
.u-pt-0,
.u-py-0 {
    padding-top: 0 !important;
}
.u-pt-px,
.u-py-px {
    padding-top: 1px !important;
}
.u-pt-1,
.u-py-1 {
    padding-top: 0.25rem !important;
}
.u-pt-2,
.u-py-2 {
    padding-top: 0.5rem !important;
}
.u-pt-3,
.u-py-3 {
    padding-top: 0.75rem !important;
}
.u-pt-4,
.u-py-4 {
    padding-top: 1rem !important;
}
.u-pt-5,
.u-py-5 {
    padding-top: 1.25rem !important;
}
.u-pt-6,
.u-py-6 {
    padding-top: 1.5rem !important;
}
.u-pt-7,
.u-py-7 {
    padding-top: 1.75rem !important;
}
.u-pt-8,
.u-py-8 {
    padding-top: 2rem !important;
}
.u-pt-10,
.u-py-10 {
    padding-top: 2.5rem !important;
}
.u-pt-12,
.u-py-12 {
    padding-top: 3rem !important;
}
.u-pt-16,
.u-py-16 {
    padding-top: 4rem !important;
}
.u-pt-20,
.u-py-20 {
    padding-top: 5rem !important;
}
.u-pt-24,
.u-py-24 {
    padding-top: 6rem !important;
}
.u-pt-32,
.u-py-32 {
    padding-top: 8rem !important;
}
.u-pt-auto,
.u-py-auto {
    padding-top: auto !important;
}
.u-pr-0,
.u-px-0 {
    padding-right: 0 !important;
}
.u-pr-px,
.u-px-px {
    padding-right: 1px !important;
}
.u-pr-1,
.u-px-1 {
    padding-right: 0.25rem !important;
}
.u-pr-2,
.u-px-2 {
    padding-right: 0.5rem !important;
}
.u-pr-3,
.u-px-3 {
    padding-right: 0.75rem !important;
}
.u-pr-4,
.u-px-4 {
    padding-right: 1rem !important;
}
.u-pr-5,
.u-px-5 {
    padding-right: 1.25rem !important;
}
.u-pr-6,
.u-px-6 {
    padding-right: 1.5rem !important;
}
.u-pr-7,
.u-px-7 {
    padding-right: 1.75rem !important;
}
.u-pr-8,
.u-px-8 {
    padding-right: 2rem !important;
}
.u-pr-10,
.u-px-10 {
    padding-right: 2.5rem !important;
}
.u-pr-12,
.u-px-12 {
    padding-right: 3rem !important;
}
.u-pr-16,
.u-px-16 {
    padding-right: 4rem !important;
}
.u-pr-20,
.u-px-20 {
    padding-right: 5rem !important;
}
.u-pr-24,
.u-px-24 {
    padding-right: 6rem !important;
}
.u-pr-32,
.u-px-32 {
    padding-right: 8rem !important;
}
.u-pr-auto,
.u-px-auto {
    padding-right: auto !important;
}
.u-pb-0,
.u-py-0 {
    padding-bottom: 0 !important;
}
.u-pb-px,
.u-py-px {
    padding-bottom: 1px !important;
}
.u-pb-1,
.u-py-1 {
    padding-bottom: 0.25rem !important;
}
.u-pb-2,
.u-py-2 {
    padding-bottom: 0.5rem !important;
}
.u-pb-3,
.u-py-3 {
    padding-bottom: 0.75rem !important;
}
.u-pb-4,
.u-py-4 {
    padding-bottom: 1rem !important;
}
.u-pb-5,
.u-py-5 {
    padding-bottom: 1.25rem !important;
}
.u-pb-6,
.u-py-6 {
    padding-bottom: 1.5rem !important;
}
.u-pb-7,
.u-py-7 {
    padding-bottom: 1.75rem !important;
}
.u-pb-8,
.u-py-8 {
    padding-bottom: 2rem !important;
}
.u-pb-10,
.u-py-10 {
    padding-bottom: 2.5rem !important;
}
.u-pb-12,
.u-py-12 {
    padding-bottom: 3rem !important;
}
.u-pb-16,
.u-py-16 {
    padding-bottom: 4rem !important;
}
.u-pb-20,
.u-py-20 {
    padding-bottom: 5rem !important;
}
.u-pb-24,
.u-py-24 {
    padding-bottom: 6rem !important;
}
.u-pb-32,
.u-py-32 {
    padding-bottom: 8rem !important;
}
.u-pb-auto,
.u-py-auto {
    padding-bottom: auto !important;
}
.u-pl-0,
.u-px-0 {
    padding-left: 0 !important;
}
.u-pl-px,
.u-px-px {
    padding-left: 1px !important;
}
.u-pl-1,
.u-px-1 {
    padding-left: 0.25rem !important;
}
.u-pl-2,
.u-px-2 {
    padding-left: 0.5rem !important;
}
.u-pl-3,
.u-px-3 {
    padding-left: 0.75rem !important;
}
.u-pl-4,
.u-px-4 {
    padding-left: 1rem !important;
}
.u-pl-5,
.u-px-5 {
    padding-left: 1.25rem !important;
}
.u-pl-6,
.u-px-6 {
    padding-left: 1.5rem !important;
}
.u-pl-7,
.u-px-7 {
    padding-left: 1.75rem !important;
}
.u-pl-8,
.u-px-8 {
    padding-left: 2rem !important;
}
.u-pl-10,
.u-px-10 {
    padding-left: 2.5rem !important;
}
.u-pl-12,
.u-px-12 {
    padding-left: 3rem !important;
}
.u-pl-16,
.u-px-16 {
    padding-left: 4rem !important;
}
.u-pl-20,
.u-px-20 {
    padding-left: 5rem !important;
}
.u-pl-24,
.u-px-24 {
    padding-left: 6rem !important;
}
.u-pl-32,
.u-px-32 {
    padding-left: 8rem !important;
}
.u-pl-auto,
.u-px-auto {
    padding-left: auto !important;
}
@media (min-width: 576px) {
    .u-sm-m-0 {
        margin: 0 !important;
    }
    .u-sm-m-px {
        margin: 1px !important;
    }
    .u-sm-m-1 {
        margin: 0.25rem !important;
    }
    .u-sm-m-2 {
        margin: 0.5rem !important;
    }
    .u-sm-m-3 {
        margin: 0.75rem !important;
    }
    .u-sm-m-4 {
        margin: 1rem !important;
    }
    .u-sm-m-5 {
        margin: 1.25rem !important;
    }
    .u-sm-m-6 {
        margin: 1.5rem !important;
    }
    .u-sm-m-7 {
        margin: 1.75rem !important;
    }
    .u-sm-m-8 {
        margin: 2rem !important;
    }
    .u-sm-m-10 {
        margin: 2.5rem !important;
    }
    .u-sm-m-12 {
        margin: 3rem !important;
    }
    .u-sm-m-16 {
        margin: 4rem !important;
    }
    .u-sm-m-20 {
        margin: 5rem !important;
    }
    .u-sm-m-24 {
        margin: 6rem !important;
    }
    .u-sm-m-32 {
        margin: 8rem !important;
    }
    .u-sm-m-auto {
        margin: auto !important;
    }
    .u-sm-mt-0,
    .u-sm-my-0 {
        margin-top: 0 !important;
    }
    .u-sm-mt-px,
    .u-sm-my-px {
        margin-top: 1px !important;
    }
    .u-sm-mt-1,
    .u-sm-my-1 {
        margin-top: 0.25rem !important;
    }
    .u-sm-mt-2,
    .u-sm-my-2 {
        margin-top: 0.5rem !important;
    }
    .u-sm-mt-3,
    .u-sm-my-3 {
        margin-top: 0.75rem !important;
    }
    .u-sm-mt-4,
    .u-sm-my-4 {
        margin-top: 1rem !important;
    }
    .u-sm-mt-5,
    .u-sm-my-5 {
        margin-top: 1.25rem !important;
    }
    .u-sm-mt-6,
    .u-sm-my-6 {
        margin-top: 1.5rem !important;
    }
    .u-sm-mt-7,
    .u-sm-my-7 {
        margin-top: 1.75rem !important;
    }
    .u-sm-mt-8,
    .u-sm-my-8 {
        margin-top: 2rem !important;
    }
    .u-sm-mt-10,
    .u-sm-my-10 {
        margin-top: 2.5rem !important;
    }
    .u-sm-mt-12,
    .u-sm-my-12 {
        margin-top: 3rem !important;
    }
    .u-sm-mt-16,
    .u-sm-my-16 {
        margin-top: 4rem !important;
    }
    .u-sm-mt-20,
    .u-sm-my-20 {
        margin-top: 5rem !important;
    }
    .u-sm-mt-24,
    .u-sm-my-24 {
        margin-top: 6rem !important;
    }
    .u-sm-mt-32,
    .u-sm-my-32 {
        margin-top: 8rem !important;
    }
    .u-sm-mt-auto,
    .u-sm-my-auto {
        margin-top: auto !important;
    }
    .u-sm-mr-0,
    .u-sm-mx-0 {
        margin-right: 0 !important;
    }
    .u-sm-mr-px,
    .u-sm-mx-px {
        margin-right: 1px !important;
    }
    .u-sm-mr-1,
    .u-sm-mx-1 {
        margin-right: 0.25rem !important;
    }
    .u-sm-mr-2,
    .u-sm-mx-2 {
        margin-right: 0.5rem !important;
    }
    .u-sm-mr-3,
    .u-sm-mx-3 {
        margin-right: 0.75rem !important;
    }
    .u-sm-mr-4,
    .u-sm-mx-4 {
        margin-right: 1rem !important;
    }
    .u-sm-mr-5,
    .u-sm-mx-5 {
        margin-right: 1.25rem !important;
    }
    .u-sm-mr-6,
    .u-sm-mx-6 {
        margin-right: 1.5rem !important;
    }
    .u-sm-mr-7,
    .u-sm-mx-7 {
        margin-right: 1.75rem !important;
    }
    .u-sm-mr-8,
    .u-sm-mx-8 {
        margin-right: 2rem !important;
    }
    .u-sm-mr-10,
    .u-sm-mx-10 {
        margin-right: 2.5rem !important;
    }
    .u-sm-mr-12,
    .u-sm-mx-12 {
        margin-right: 3rem !important;
    }
    .u-sm-mr-16,
    .u-sm-mx-16 {
        margin-right: 4rem !important;
    }
    .u-sm-mr-20,
    .u-sm-mx-20 {
        margin-right: 5rem !important;
    }
    .u-sm-mr-24,
    .u-sm-mx-24 {
        margin-right: 6rem !important;
    }
    .u-sm-mr-32,
    .u-sm-mx-32 {
        margin-right: 8rem !important;
    }
    .u-sm-mr-auto,
    .u-sm-mx-auto {
        margin-right: auto !important;
    }
    .u-sm-mb-0,
    .u-sm-my-0 {
        margin-bottom: 0 !important;
    }
    .u-sm-mb-px,
    .u-sm-my-px {
        margin-bottom: 1px !important;
    }
    .u-sm-mb-1,
    .u-sm-my-1 {
        margin-bottom: 0.25rem !important;
    }
    .u-sm-mb-2,
    .u-sm-my-2 {
        margin-bottom: 0.5rem !important;
    }
    .u-sm-mb-3,
    .u-sm-my-3 {
        margin-bottom: 0.75rem !important;
    }
    .u-sm-mb-4,
    .u-sm-my-4 {
        margin-bottom: 1rem !important;
    }
    .u-sm-mb-5,
    .u-sm-my-5 {
        margin-bottom: 1.25rem !important;
    }
    .u-sm-mb-6,
    .u-sm-my-6 {
        margin-bottom: 1.5rem !important;
    }
    .u-sm-mb-7,
    .u-sm-my-7 {
        margin-bottom: 1.75rem !important;
    }
    .u-sm-mb-8,
    .u-sm-my-8 {
        margin-bottom: 2rem !important;
    }
    .u-sm-mb-10,
    .u-sm-my-10 {
        margin-bottom: 2.5rem !important;
    }
    .u-sm-mb-12,
    .u-sm-my-12 {
        margin-bottom: 3rem !important;
    }
    .u-sm-mb-16,
    .u-sm-my-16 {
        margin-bottom: 4rem !important;
    }
    .u-sm-mb-20,
    .u-sm-my-20 {
        margin-bottom: 5rem !important;
    }
    .u-sm-mb-24,
    .u-sm-my-24 {
        margin-bottom: 6rem !important;
    }
    .u-sm-mb-32,
    .u-sm-my-32 {
        margin-bottom: 8rem !important;
    }
    .u-sm-mb-auto,
    .u-sm-my-auto {
        margin-bottom: auto !important;
    }
    .u-sm-ml-0,
    .u-sm-mx-0 {
        margin-left: 0 !important;
    }
    .u-sm-ml-px,
    .u-sm-mx-px {
        margin-left: 1px !important;
    }
    .u-sm-ml-1,
    .u-sm-mx-1 {
        margin-left: 0.25rem !important;
    }
    .u-sm-ml-2,
    .u-sm-mx-2 {
        margin-left: 0.5rem !important;
    }
    .u-sm-ml-3,
    .u-sm-mx-3 {
        margin-left: 0.75rem !important;
    }
    .u-sm-ml-4,
    .u-sm-mx-4 {
        margin-left: 1rem !important;
    }
    .u-sm-ml-5,
    .u-sm-mx-5 {
        margin-left: 1.25rem !important;
    }
    .u-sm-ml-6,
    .u-sm-mx-6 {
        margin-left: 1.5rem !important;
    }
    .u-sm-ml-7,
    .u-sm-mx-7 {
        margin-left: 1.75rem !important;
    }
    .u-sm-ml-8,
    .u-sm-mx-8 {
        margin-left: 2rem !important;
    }
    .u-sm-ml-10,
    .u-sm-mx-10 {
        margin-left: 2.5rem !important;
    }
    .u-sm-ml-12,
    .u-sm-mx-12 {
        margin-left: 3rem !important;
    }
    .u-sm-ml-16,
    .u-sm-mx-16 {
        margin-left: 4rem !important;
    }
    .u-sm-ml-20,
    .u-sm-mx-20 {
        margin-left: 5rem !important;
    }
    .u-sm-ml-24,
    .u-sm-mx-24 {
        margin-left: 6rem !important;
    }
    .u-sm-ml-32,
    .u-sm-mx-32 {
        margin-left: 8rem !important;
    }
    .u-sm-ml-auto,
    .u-sm-mx-auto {
        margin-left: auto !important;
    }
    .u-sm-p-0 {
        padding: 0 !important;
    }
    .u-sm-p-px {
        padding: 1px !important;
    }
    .u-sm-p-1 {
        padding: 0.25rem !important;
    }
    .u-sm-p-2 {
        padding: 0.5rem !important;
    }
    .u-sm-p-3 {
        padding: 0.75rem !important;
    }
    .u-sm-p-4 {
        padding: 1rem !important;
    }
    .u-sm-p-5 {
        padding: 1.25rem !important;
    }
    .u-sm-p-6 {
        padding: 1.5rem !important;
    }
    .u-sm-p-7 {
        padding: 1.75rem !important;
    }
    .u-sm-p-8 {
        padding: 2rem !important;
    }
    .u-sm-p-10 {
        padding: 2.5rem !important;
    }
    .u-sm-p-12 {
        padding: 3rem !important;
    }
    .u-sm-p-16 {
        padding: 4rem !important;
    }
    .u-sm-p-20 {
        padding: 5rem !important;
    }
    .u-sm-p-24 {
        padding: 6rem !important;
    }
    .u-sm-p-32 {
        padding: 8rem !important;
    }
    .u-sm-p-auto {
        padding: auto !important;
    }
    .u-sm-pt-0,
    .u-sm-py-0 {
        padding-top: 0 !important;
    }
    .u-sm-pt-px,
    .u-sm-py-px {
        padding-top: 1px !important;
    }
    .u-sm-pt-1,
    .u-sm-py-1 {
        padding-top: 0.25rem !important;
    }
    .u-sm-pt-2,
    .u-sm-py-2 {
        padding-top: 0.5rem !important;
    }
    .u-sm-pt-3,
    .u-sm-py-3 {
        padding-top: 0.75rem !important;
    }
    .u-sm-pt-4,
    .u-sm-py-4 {
        padding-top: 1rem !important;
    }
    .u-sm-pt-5,
    .u-sm-py-5 {
        padding-top: 1.25rem !important;
    }
    .u-sm-pt-6,
    .u-sm-py-6 {
        padding-top: 1.5rem !important;
    }
    .u-sm-pt-7,
    .u-sm-py-7 {
        padding-top: 1.75rem !important;
    }
    .u-sm-pt-8,
    .u-sm-py-8 {
        padding-top: 2rem !important;
    }
    .u-sm-pt-10,
    .u-sm-py-10 {
        padding-top: 2.5rem !important;
    }
    .u-sm-pt-12,
    .u-sm-py-12 {
        padding-top: 3rem !important;
    }
    .u-sm-pt-16,
    .u-sm-py-16 {
        padding-top: 4rem !important;
    }
    .u-sm-pt-20,
    .u-sm-py-20 {
        padding-top: 5rem !important;
    }
    .u-sm-pt-24,
    .u-sm-py-24 {
        padding-top: 6rem !important;
    }
    .u-sm-pt-32,
    .u-sm-py-32 {
        padding-top: 8rem !important;
    }
    .u-sm-pt-auto,
    .u-sm-py-auto {
        padding-top: auto !important;
    }
    .u-sm-pr-0,
    .u-sm-px-0 {
        padding-right: 0 !important;
    }
    .u-sm-pr-px,
    .u-sm-px-px {
        padding-right: 1px !important;
    }
    .u-sm-pr-1,
    .u-sm-px-1 {
        padding-right: 0.25rem !important;
    }
    .u-sm-pr-2,
    .u-sm-px-2 {
        padding-right: 0.5rem !important;
    }
    .u-sm-pr-3,
    .u-sm-px-3 {
        padding-right: 0.75rem !important;
    }
    .u-sm-pr-4,
    .u-sm-px-4 {
        padding-right: 1rem !important;
    }
    .u-sm-pr-5,
    .u-sm-px-5 {
        padding-right: 1.25rem !important;
    }
    .u-sm-pr-6,
    .u-sm-px-6 {
        padding-right: 1.5rem !important;
    }
    .u-sm-pr-7,
    .u-sm-px-7 {
        padding-right: 1.75rem !important;
    }
    .u-sm-pr-8,
    .u-sm-px-8 {
        padding-right: 2rem !important;
    }
    .u-sm-pr-10,
    .u-sm-px-10 {
        padding-right: 2.5rem !important;
    }
    .u-sm-pr-12,
    .u-sm-px-12 {
        padding-right: 3rem !important;
    }
    .u-sm-pr-16,
    .u-sm-px-16 {
        padding-right: 4rem !important;
    }
    .u-sm-pr-20,
    .u-sm-px-20 {
        padding-right: 5rem !important;
    }
    .u-sm-pr-24,
    .u-sm-px-24 {
        padding-right: 6rem !important;
    }
    .u-sm-pr-32,
    .u-sm-px-32 {
        padding-right: 8rem !important;
    }
    .u-sm-pr-auto,
    .u-sm-px-auto {
        padding-right: auto !important;
    }
    .u-sm-pb-0,
    .u-sm-py-0 {
        padding-bottom: 0 !important;
    }
    .u-sm-pb-px,
    .u-sm-py-px {
        padding-bottom: 1px !important;
    }
    .u-sm-pb-1,
    .u-sm-py-1 {
        padding-bottom: 0.25rem !important;
    }
    .u-sm-pb-2,
    .u-sm-py-2 {
        padding-bottom: 0.5rem !important;
    }
    .u-sm-pb-3,
    .u-sm-py-3 {
        padding-bottom: 0.75rem !important;
    }
    .u-sm-pb-4,
    .u-sm-py-4 {
        padding-bottom: 1rem !important;
    }
    .u-sm-pb-5,
    .u-sm-py-5 {
        padding-bottom: 1.25rem !important;
    }
    .u-sm-pb-6,
    .u-sm-py-6 {
        padding-bottom: 1.5rem !important;
    }
    .u-sm-pb-7,
    .u-sm-py-7 {
        padding-bottom: 1.75rem !important;
    }
    .u-sm-pb-8,
    .u-sm-py-8 {
        padding-bottom: 2rem !important;
    }
    .u-sm-pb-10,
    .u-sm-py-10 {
        padding-bottom: 2.5rem !important;
    }
    .u-sm-pb-12,
    .u-sm-py-12 {
        padding-bottom: 3rem !important;
    }
    .u-sm-pb-16,
    .u-sm-py-16 {
        padding-bottom: 4rem !important;
    }
    .u-sm-pb-20,
    .u-sm-py-20 {
        padding-bottom: 5rem !important;
    }
    .u-sm-pb-24,
    .u-sm-py-24 {
        padding-bottom: 6rem !important;
    }
    .u-sm-pb-32,
    .u-sm-py-32 {
        padding-bottom: 8rem !important;
    }
    .u-sm-pb-auto,
    .u-sm-py-auto {
        padding-bottom: auto !important;
    }
    .u-sm-pl-0,
    .u-sm-px-0 {
        padding-left: 0 !important;
    }
    .u-sm-pl-px,
    .u-sm-px-px {
        padding-left: 1px !important;
    }
    .u-sm-pl-1,
    .u-sm-px-1 {
        padding-left: 0.25rem !important;
    }
    .u-sm-pl-2,
    .u-sm-px-2 {
        padding-left: 0.5rem !important;
    }
    .u-sm-pl-3,
    .u-sm-px-3 {
        padding-left: 0.75rem !important;
    }
    .u-sm-pl-4,
    .u-sm-px-4 {
        padding-left: 1rem !important;
    }
    .u-sm-pl-5,
    .u-sm-px-5 {
        padding-left: 1.25rem !important;
    }
    .u-sm-pl-6,
    .u-sm-px-6 {
        padding-left: 1.5rem !important;
    }
    .u-sm-pl-7,
    .u-sm-px-7 {
        padding-left: 1.75rem !important;
    }
    .u-sm-pl-8,
    .u-sm-px-8 {
        padding-left: 2rem !important;
    }
    .u-sm-pl-10,
    .u-sm-px-10 {
        padding-left: 2.5rem !important;
    }
    .u-sm-pl-12,
    .u-sm-px-12 {
        padding-left: 3rem !important;
    }
    .u-sm-pl-16,
    .u-sm-px-16 {
        padding-left: 4rem !important;
    }
    .u-sm-pl-20,
    .u-sm-px-20 {
        padding-left: 5rem !important;
    }
    .u-sm-pl-24,
    .u-sm-px-24 {
        padding-left: 6rem !important;
    }
    .u-sm-pl-32,
    .u-sm-px-32 {
        padding-left: 8rem !important;
    }
    .u-sm-pl-auto,
    .u-sm-px-auto {
        padding-left: auto !important;
    }
}
@media (min-width: 768px) {
    .u-md-m-0 {
        margin: 0 !important;
    }
    .u-md-m-px {
        margin: 1px !important;
    }
    .u-md-m-1 {
        margin: 0.25rem !important;
    }
    .u-md-m-2 {
        margin: 0.5rem !important;
    }
    .u-md-m-3 {
        margin: 0.75rem !important;
    }
    .u-md-m-4 {
        margin: 1rem !important;
    }
    .u-md-m-5 {
        margin: 1.25rem !important;
    }
    .u-md-m-6 {
        margin: 1.5rem !important;
    }
    .u-md-m-7 {
        margin: 1.75rem !important;
    }
    .u-md-m-8 {
        margin: 2rem !important;
    }
    .u-md-m-10 {
        margin: 2.5rem !important;
    }
    .u-md-m-12 {
        margin: 3rem !important;
    }
    .u-md-m-16 {
        margin: 4rem !important;
    }
    .u-md-m-20 {
        margin: 5rem !important;
    }
    .u-md-m-24 {
        margin: 6rem !important;
    }
    .u-md-m-32 {
        margin: 8rem !important;
    }
    .u-md-m-auto {
        margin: auto !important;
    }
    .u-md-mt-0,
    .u-md-my-0 {
        margin-top: 0 !important;
    }
    .u-md-mt-px,
    .u-md-my-px {
        margin-top: 1px !important;
    }
    .u-md-mt-1,
    .u-md-my-1 {
        margin-top: 0.25rem !important;
    }
    .u-md-mt-2,
    .u-md-my-2 {
        margin-top: 0.5rem !important;
    }
    .u-md-mt-3,
    .u-md-my-3 {
        margin-top: 0.75rem !important;
    }
    .u-md-mt-4,
    .u-md-my-4 {
        margin-top: 1rem !important;
    }
    .u-md-mt-5,
    .u-md-my-5 {
        margin-top: 1.25rem !important;
    }
    .u-md-mt-6,
    .u-md-my-6 {
        margin-top: 1.5rem !important;
    }
    .u-md-mt-7,
    .u-md-my-7 {
        margin-top: 1.75rem !important;
    }
    .u-md-mt-8,
    .u-md-my-8 {
        margin-top: 2rem !important;
    }
    .u-md-mt-10,
    .u-md-my-10 {
        margin-top: 2.5rem !important;
    }
    .u-md-mt-12,
    .u-md-my-12 {
        margin-top: 3rem !important;
    }
    .u-md-mt-16,
    .u-md-my-16 {
        margin-top: 4rem !important;
    }
    .u-md-mt-20,
    .u-md-my-20 {
        margin-top: 5rem !important;
    }
    .u-md-mt-24,
    .u-md-my-24 {
        margin-top: 6rem !important;
    }
    .u-md-mt-32,
    .u-md-my-32 {
        margin-top: 8rem !important;
    }
    .u-md-mt-auto,
    .u-md-my-auto {
        margin-top: auto !important;
    }
    .u-md-mr-0,
    .u-md-mx-0 {
        margin-right: 0 !important;
    }
    .u-md-mr-px,
    .u-md-mx-px {
        margin-right: 1px !important;
    }
    .u-md-mr-1,
    .u-md-mx-1 {
        margin-right: 0.25rem !important;
    }
    .u-md-mr-2,
    .u-md-mx-2 {
        margin-right: 0.5rem !important;
    }
    .u-md-mr-3,
    .u-md-mx-3 {
        margin-right: 0.75rem !important;
    }
    .u-md-mr-4,
    .u-md-mx-4 {
        margin-right: 1rem !important;
    }
    .u-md-mr-5,
    .u-md-mx-5 {
        margin-right: 1.25rem !important;
    }
    .u-md-mr-6,
    .u-md-mx-6 {
        margin-right: 1.5rem !important;
    }
    .u-md-mr-7,
    .u-md-mx-7 {
        margin-right: 1.75rem !important;
    }
    .u-md-mr-8,
    .u-md-mx-8 {
        margin-right: 2rem !important;
    }
    .u-md-mr-10,
    .u-md-mx-10 {
        margin-right: 2.5rem !important;
    }
    .u-md-mr-12,
    .u-md-mx-12 {
        margin-right: 3rem !important;
    }
    .u-md-mr-16,
    .u-md-mx-16 {
        margin-right: 4rem !important;
    }
    .u-md-mr-20,
    .u-md-mx-20 {
        margin-right: 5rem !important;
    }
    .u-md-mr-24,
    .u-md-mx-24 {
        margin-right: 6rem !important;
    }
    .u-md-mr-32,
    .u-md-mx-32 {
        margin-right: 8rem !important;
    }
    .u-md-mr-auto,
    .u-md-mx-auto {
        margin-right: auto !important;
    }
    .u-md-mb-0,
    .u-md-my-0 {
        margin-bottom: 0 !important;
    }
    .u-md-mb-px,
    .u-md-my-px {
        margin-bottom: 1px !important;
    }
    .u-md-mb-1,
    .u-md-my-1 {
        margin-bottom: 0.25rem !important;
    }
    .u-md-mb-2,
    .u-md-my-2 {
        margin-bottom: 0.5rem !important;
    }
    .u-md-mb-3,
    .u-md-my-3 {
        margin-bottom: 0.75rem !important;
    }
    .u-md-mb-4,
    .u-md-my-4 {
        margin-bottom: 1rem !important;
    }
    .u-md-mb-5,
    .u-md-my-5 {
        margin-bottom: 1.25rem !important;
    }
    .u-md-mb-6,
    .u-md-my-6 {
        margin-bottom: 1.5rem !important;
    }
    .u-md-mb-7,
    .u-md-my-7 {
        margin-bottom: 1.75rem !important;
    }
    .u-md-mb-8,
    .u-md-my-8 {
        margin-bottom: 2rem !important;
    }
    .u-md-mb-10,
    .u-md-my-10 {
        margin-bottom: 2.5rem !important;
    }
    .u-md-mb-12,
    .u-md-my-12 {
        margin-bottom: 3rem !important;
    }
    .u-md-mb-16,
    .u-md-my-16 {
        margin-bottom: 4rem !important;
    }
    .u-md-mb-20,
    .u-md-my-20 {
        margin-bottom: 5rem !important;
    }
    .u-md-mb-24,
    .u-md-my-24 {
        margin-bottom: 6rem !important;
    }
    .u-md-mb-32,
    .u-md-my-32 {
        margin-bottom: 8rem !important;
    }
    .u-md-mb-auto,
    .u-md-my-auto {
        margin-bottom: auto !important;
    }
    .u-md-ml-0,
    .u-md-mx-0 {
        margin-left: 0 !important;
    }
    .u-md-ml-px,
    .u-md-mx-px {
        margin-left: 1px !important;
    }
    .u-md-ml-1,
    .u-md-mx-1 {
        margin-left: 0.25rem !important;
    }
    .u-md-ml-2,
    .u-md-mx-2 {
        margin-left: 0.5rem !important;
    }
    .u-md-ml-3,
    .u-md-mx-3 {
        margin-left: 0.75rem !important;
    }
    .u-md-ml-4,
    .u-md-mx-4 {
        margin-left: 1rem !important;
    }
    .u-md-ml-5,
    .u-md-mx-5 {
        margin-left: 1.25rem !important;
    }
    .u-md-ml-6,
    .u-md-mx-6 {
        margin-left: 1.5rem !important;
    }
    .u-md-ml-7,
    .u-md-mx-7 {
        margin-left: 1.75rem !important;
    }
    .u-md-ml-8,
    .u-md-mx-8 {
        margin-left: 2rem !important;
    }
    .u-md-ml-10,
    .u-md-mx-10 {
        margin-left: 2.5rem !important;
    }
    .u-md-ml-12,
    .u-md-mx-12 {
        margin-left: 3rem !important;
    }
    .u-md-ml-16,
    .u-md-mx-16 {
        margin-left: 4rem !important;
    }
    .u-md-ml-20,
    .u-md-mx-20 {
        margin-left: 5rem !important;
    }
    .u-md-ml-24,
    .u-md-mx-24 {
        margin-left: 6rem !important;
    }
    .u-md-ml-32,
    .u-md-mx-32 {
        margin-left: 8rem !important;
    }
    .u-md-ml-auto,
    .u-md-mx-auto {
        margin-left: auto !important;
    }
    .u-md-p-0 {
        padding: 0 !important;
    }
    .u-md-p-px {
        padding: 1px !important;
    }
    .u-md-p-1 {
        padding: 0.25rem !important;
    }
    .u-md-p-2 {
        padding: 0.5rem !important;
    }
    .u-md-p-3 {
        padding: 0.75rem !important;
    }
    .u-md-p-4 {
        padding: 1rem !important;
    }
    .u-md-p-5 {
        padding: 1.25rem !important;
    }
    .u-md-p-6 {
        padding: 1.5rem !important;
    }
    .u-md-p-7 {
        padding: 1.75rem !important;
    }
    .u-md-p-8 {
        padding: 2rem !important;
    }
    .u-md-p-10 {
        padding: 2.5rem !important;
    }
    .u-md-p-12 {
        padding: 3rem !important;
    }
    .u-md-p-16 {
        padding: 4rem !important;
    }
    .u-md-p-20 {
        padding: 5rem !important;
    }
    .u-md-p-24 {
        padding: 6rem !important;
    }
    .u-md-p-32 {
        padding: 8rem !important;
    }
    .u-md-p-auto {
        padding: auto !important;
    }
    .u-md-pt-0,
    .u-md-py-0 {
        padding-top: 0 !important;
    }
    .u-md-pt-px,
    .u-md-py-px {
        padding-top: 1px !important;
    }
    .u-md-pt-1,
    .u-md-py-1 {
        padding-top: 0.25rem !important;
    }
    .u-md-pt-2,
    .u-md-py-2 {
        padding-top: 0.5rem !important;
    }
    .u-md-pt-3,
    .u-md-py-3 {
        padding-top: 0.75rem !important;
    }
    .u-md-pt-4,
    .u-md-py-4 {
        padding-top: 1rem !important;
    }
    .u-md-pt-5,
    .u-md-py-5 {
        padding-top: 1.25rem !important;
    }
    .u-md-pt-6,
    .u-md-py-6 {
        padding-top: 1.5rem !important;
    }
    .u-md-pt-7,
    .u-md-py-7 {
        padding-top: 1.75rem !important;
    }
    .u-md-pt-8,
    .u-md-py-8 {
        padding-top: 2rem !important;
    }
    .u-md-pt-10,
    .u-md-py-10 {
        padding-top: 2.5rem !important;
    }
    .u-md-pt-12,
    .u-md-py-12 {
        padding-top: 3rem !important;
    }
    .u-md-pt-16,
    .u-md-py-16 {
        padding-top: 4rem !important;
    }
    .u-md-pt-20,
    .u-md-py-20 {
        padding-top: 5rem !important;
    }
    .u-md-pt-24,
    .u-md-py-24 {
        padding-top: 6rem !important;
    }
    .u-md-pt-32,
    .u-md-py-32 {
        padding-top: 8rem !important;
    }
    .u-md-pt-auto,
    .u-md-py-auto {
        padding-top: auto !important;
    }
    .u-md-pr-0,
    .u-md-px-0 {
        padding-right: 0 !important;
    }
    .u-md-pr-px,
    .u-md-px-px {
        padding-right: 1px !important;
    }
    .u-md-pr-1,
    .u-md-px-1 {
        padding-right: 0.25rem !important;
    }
    .u-md-pr-2,
    .u-md-px-2 {
        padding-right: 0.5rem !important;
    }
    .u-md-pr-3,
    .u-md-px-3 {
        padding-right: 0.75rem !important;
    }
    .u-md-pr-4,
    .u-md-px-4 {
        padding-right: 1rem !important;
    }
    .u-md-pr-5,
    .u-md-px-5 {
        padding-right: 1.25rem !important;
    }
    .u-md-pr-6,
    .u-md-px-6 {
        padding-right: 1.5rem !important;
    }
    .u-md-pr-7,
    .u-md-px-7 {
        padding-right: 1.75rem !important;
    }
    .u-md-pr-8,
    .u-md-px-8 {
        padding-right: 2rem !important;
    }
    .u-md-pr-10,
    .u-md-px-10 {
        padding-right: 2.5rem !important;
    }
    .u-md-pr-12,
    .u-md-px-12 {
        padding-right: 3rem !important;
    }
    .u-md-pr-16,
    .u-md-px-16 {
        padding-right: 4rem !important;
    }
    .u-md-pr-20,
    .u-md-px-20 {
        padding-right: 5rem !important;
    }
    .u-md-pr-24,
    .u-md-px-24 {
        padding-right: 6rem !important;
    }
    .u-md-pr-32,
    .u-md-px-32 {
        padding-right: 8rem !important;
    }
    .u-md-pr-auto,
    .u-md-px-auto {
        padding-right: auto !important;
    }
    .u-md-pb-0,
    .u-md-py-0 {
        padding-bottom: 0 !important;
    }
    .u-md-pb-px,
    .u-md-py-px {
        padding-bottom: 1px !important;
    }
    .u-md-pb-1,
    .u-md-py-1 {
        padding-bottom: 0.25rem !important;
    }
    .u-md-pb-2,
    .u-md-py-2 {
        padding-bottom: 0.5rem !important;
    }
    .u-md-pb-3,
    .u-md-py-3 {
        padding-bottom: 0.75rem !important;
    }
    .u-md-pb-4,
    .u-md-py-4 {
        padding-bottom: 1rem !important;
    }
    .u-md-pb-5,
    .u-md-py-5 {
        padding-bottom: 1.25rem !important;
    }
    .u-md-pb-6,
    .u-md-py-6 {
        padding-bottom: 1.5rem !important;
    }
    .u-md-pb-7,
    .u-md-py-7 {
        padding-bottom: 1.75rem !important;
    }
    .u-md-pb-8,
    .u-md-py-8 {
        padding-bottom: 2rem !important;
    }
    .u-md-pb-10,
    .u-md-py-10 {
        padding-bottom: 2.5rem !important;
    }
    .u-md-pb-12,
    .u-md-py-12 {
        padding-bottom: 3rem !important;
    }
    .u-md-pb-16,
    .u-md-py-16 {
        padding-bottom: 4rem !important;
    }
    .u-md-pb-20,
    .u-md-py-20 {
        padding-bottom: 5rem !important;
    }
    .u-md-pb-24,
    .u-md-py-24 {
        padding-bottom: 6rem !important;
    }
    .u-md-pb-32,
    .u-md-py-32 {
        padding-bottom: 8rem !important;
    }
    .u-md-pb-auto,
    .u-md-py-auto {
        padding-bottom: auto !important;
    }
    .u-md-pl-0,
    .u-md-px-0 {
        padding-left: 0 !important;
    }
    .u-md-pl-px,
    .u-md-px-px {
        padding-left: 1px !important;
    }
    .u-md-pl-1,
    .u-md-px-1 {
        padding-left: 0.25rem !important;
    }
    .u-md-pl-2,
    .u-md-px-2 {
        padding-left: 0.5rem !important;
    }
    .u-md-pl-3,
    .u-md-px-3 {
        padding-left: 0.75rem !important;
    }
    .u-md-pl-4,
    .u-md-px-4 {
        padding-left: 1rem !important;
    }
    .u-md-pl-5,
    .u-md-px-5 {
        padding-left: 1.25rem !important;
    }
    .u-md-pl-6,
    .u-md-px-6 {
        padding-left: 1.5rem !important;
    }
    .u-md-pl-7,
    .u-md-px-7 {
        padding-left: 1.75rem !important;
    }
    .u-md-pl-8,
    .u-md-px-8 {
        padding-left: 2rem !important;
    }
    .u-md-pl-10,
    .u-md-px-10 {
        padding-left: 2.5rem !important;
    }
    .u-md-pl-12,
    .u-md-px-12 {
        padding-left: 3rem !important;
    }
    .u-md-pl-16,
    .u-md-px-16 {
        padding-left: 4rem !important;
    }
    .u-md-pl-20,
    .u-md-px-20 {
        padding-left: 5rem !important;
    }
    .u-md-pl-24,
    .u-md-px-24 {
        padding-left: 6rem !important;
    }
    .u-md-pl-32,
    .u-md-px-32 {
        padding-left: 8rem !important;
    }
    .u-md-pl-auto,
    .u-md-px-auto {
        padding-left: auto !important;
    }
}
@media (min-width: 992px) {
    .u-lg-m-0 {
        margin: 0 !important;
    }
    .u-lg-m-px {
        margin: 1px !important;
    }
    .u-lg-m-1 {
        margin: 0.25rem !important;
    }
    .u-lg-m-2 {
        margin: 0.5rem !important;
    }
    .u-lg-m-3 {
        margin: 0.75rem !important;
    }
    .u-lg-m-4 {
        margin: 1rem !important;
    }
    .u-lg-m-5 {
        margin: 1.25rem !important;
    }
    .u-lg-m-6 {
        margin: 1.5rem !important;
    }
    .u-lg-m-7 {
        margin: 1.75rem !important;
    }
    .u-lg-m-8 {
        margin: 2rem !important;
    }
    .u-lg-m-10 {
        margin: 2.5rem !important;
    }
    .u-lg-m-12 {
        margin: 3rem !important;
    }
    .u-lg-m-16 {
        margin: 4rem !important;
    }
    .u-lg-m-20 {
        margin: 5rem !important;
    }
    .u-lg-m-24 {
        margin: 6rem !important;
    }
    .u-lg-m-32 {
        margin: 8rem !important;
    }
    .u-lg-m-auto {
        margin: auto !important;
    }
    .u-lg-mt-0,
    .u-lg-my-0 {
        margin-top: 0 !important;
    }
    .u-lg-mt-px,
    .u-lg-my-px {
        margin-top: 1px !important;
    }
    .u-lg-mt-1,
    .u-lg-my-1 {
        margin-top: 0.25rem !important;
    }
    .u-lg-mt-2,
    .u-lg-my-2 {
        margin-top: 0.5rem !important;
    }
    .u-lg-mt-3,
    .u-lg-my-3 {
        margin-top: 0.75rem !important;
    }
    .u-lg-mt-4,
    .u-lg-my-4 {
        margin-top: 1rem !important;
    }
    .u-lg-mt-5,
    .u-lg-my-5 {
        margin-top: 1.25rem !important;
    }
    .u-lg-mt-6,
    .u-lg-my-6 {
        margin-top: 1.5rem !important;
    }
    .u-lg-mt-7,
    .u-lg-my-7 {
        margin-top: 1.75rem !important;
    }
    .u-lg-mt-8,
    .u-lg-my-8 {
        margin-top: 2rem !important;
    }
    .u-lg-mt-10,
    .u-lg-my-10 {
        margin-top: 2.5rem !important;
    }
    .u-lg-mt-12,
    .u-lg-my-12 {
        margin-top: 3rem !important;
    }
    .u-lg-mt-16,
    .u-lg-my-16 {
        margin-top: 4rem !important;
    }
    .u-lg-mt-20,
    .u-lg-my-20 {
        margin-top: 5rem !important;
    }
    .u-lg-mt-24,
    .u-lg-my-24 {
        margin-top: 6rem !important;
    }
    .u-lg-mt-32,
    .u-lg-my-32 {
        margin-top: 8rem !important;
    }
    .u-lg-mt-auto,
    .u-lg-my-auto {
        margin-top: auto !important;
    }
    .u-lg-mr-0,
    .u-lg-mx-0 {
        margin-right: 0 !important;
    }
    .u-lg-mr-px,
    .u-lg-mx-px {
        margin-right: 1px !important;
    }
    .u-lg-mr-1,
    .u-lg-mx-1 {
        margin-right: 0.25rem !important;
    }
    .u-lg-mr-2,
    .u-lg-mx-2 {
        margin-right: 0.5rem !important;
    }
    .u-lg-mr-3,
    .u-lg-mx-3 {
        margin-right: 0.75rem !important;
    }
    .u-lg-mr-4,
    .u-lg-mx-4 {
        margin-right: 1rem !important;
    }
    .u-lg-mr-5,
    .u-lg-mx-5 {
        margin-right: 1.25rem !important;
    }
    .u-lg-mr-6,
    .u-lg-mx-6 {
        margin-right: 1.5rem !important;
    }
    .u-lg-mr-7,
    .u-lg-mx-7 {
        margin-right: 1.75rem !important;
    }
    .u-lg-mr-8,
    .u-lg-mx-8 {
        margin-right: 2rem !important;
    }
    .u-lg-mr-10,
    .u-lg-mx-10 {
        margin-right: 2.5rem !important;
    }
    .u-lg-mr-12,
    .u-lg-mx-12 {
        margin-right: 3rem !important;
    }
    .u-lg-mr-16,
    .u-lg-mx-16 {
        margin-right: 4rem !important;
    }
    .u-lg-mr-20,
    .u-lg-mx-20 {
        margin-right: 5rem !important;
    }
    .u-lg-mr-24,
    .u-lg-mx-24 {
        margin-right: 6rem !important;
    }
    .u-lg-mr-32,
    .u-lg-mx-32 {
        margin-right: 8rem !important;
    }
    .u-lg-mr-auto,
    .u-lg-mx-auto {
        margin-right: auto !important;
    }
    .u-lg-mb-0,
    .u-lg-my-0 {
        margin-bottom: 0 !important;
    }
    .u-lg-mb-px,
    .u-lg-my-px {
        margin-bottom: 1px !important;
    }
    .u-lg-mb-1,
    .u-lg-my-1 {
        margin-bottom: 0.25rem !important;
    }
    .u-lg-mb-2,
    .u-lg-my-2 {
        margin-bottom: 0.5rem !important;
    }
    .u-lg-mb-3,
    .u-lg-my-3 {
        margin-bottom: 0.75rem !important;
    }
    .u-lg-mb-4,
    .u-lg-my-4 {
        margin-bottom: 1rem !important;
    }
    .u-lg-mb-5,
    .u-lg-my-5 {
        margin-bottom: 1.25rem !important;
    }
    .u-lg-mb-6,
    .u-lg-my-6 {
        margin-bottom: 1.5rem !important;
    }
    .u-lg-mb-7,
    .u-lg-my-7 {
        margin-bottom: 1.75rem !important;
    }
    .u-lg-mb-8,
    .u-lg-my-8 {
        margin-bottom: 2rem !important;
    }
    .u-lg-mb-10,
    .u-lg-my-10 {
        margin-bottom: 2.5rem !important;
    }
    .u-lg-mb-12,
    .u-lg-my-12 {
        margin-bottom: 3rem !important;
    }
    .u-lg-mb-16,
    .u-lg-my-16 {
        margin-bottom: 4rem !important;
    }
    .u-lg-mb-20,
    .u-lg-my-20 {
        margin-bottom: 5rem !important;
    }
    .u-lg-mb-24,
    .u-lg-my-24 {
        margin-bottom: 6rem !important;
    }
    .u-lg-mb-32,
    .u-lg-my-32 {
        margin-bottom: 8rem !important;
    }
    .u-lg-mb-auto,
    .u-lg-my-auto {
        margin-bottom: auto !important;
    }
    .u-lg-ml-0,
    .u-lg-mx-0 {
        margin-left: 0 !important;
    }
    .u-lg-ml-px,
    .u-lg-mx-px {
        margin-left: 1px !important;
    }
    .u-lg-ml-1,
    .u-lg-mx-1 {
        margin-left: 0.25rem !important;
    }
    .u-lg-ml-2,
    .u-lg-mx-2 {
        margin-left: 0.5rem !important;
    }
    .u-lg-ml-3,
    .u-lg-mx-3 {
        margin-left: 0.75rem !important;
    }
    .u-lg-ml-4,
    .u-lg-mx-4 {
        margin-left: 1rem !important;
    }
    .u-lg-ml-5,
    .u-lg-mx-5 {
        margin-left: 1.25rem !important;
    }
    .u-lg-ml-6,
    .u-lg-mx-6 {
        margin-left: 1.5rem !important;
    }
    .u-lg-ml-7,
    .u-lg-mx-7 {
        margin-left: 1.75rem !important;
    }
    .u-lg-ml-8,
    .u-lg-mx-8 {
        margin-left: 2rem !important;
    }
    .u-lg-ml-10,
    .u-lg-mx-10 {
        margin-left: 2.5rem !important;
    }
    .u-lg-ml-12,
    .u-lg-mx-12 {
        margin-left: 3rem !important;
    }
    .u-lg-ml-16,
    .u-lg-mx-16 {
        margin-left: 4rem !important;
    }
    .u-lg-ml-20,
    .u-lg-mx-20 {
        margin-left: 5rem !important;
    }
    .u-lg-ml-24,
    .u-lg-mx-24 {
        margin-left: 6rem !important;
    }
    .u-lg-ml-32,
    .u-lg-mx-32 {
        margin-left: 8rem !important;
    }
    .u-lg-ml-auto,
    .u-lg-mx-auto {
        margin-left: auto !important;
    }
    .u-lg-p-0 {
        padding: 0 !important;
    }
    .u-lg-p-px {
        padding: 1px !important;
    }
    .u-lg-p-1 {
        padding: 0.25rem !important;
    }
    .u-lg-p-2 {
        padding: 0.5rem !important;
    }
    .u-lg-p-3 {
        padding: 0.75rem !important;
    }
    .u-lg-p-4 {
        padding: 1rem !important;
    }
    .u-lg-p-5 {
        padding: 1.25rem !important;
    }
    .u-lg-p-6 {
        padding: 1.5rem !important;
    }
    .u-lg-p-7 {
        padding: 1.75rem !important;
    }
    .u-lg-p-8 {
        padding: 2rem !important;
    }
    .u-lg-p-10 {
        padding: 2.5rem !important;
    }
    .u-lg-p-12 {
        padding: 3rem !important;
    }
    .u-lg-p-16 {
        padding: 4rem !important;
    }
    .u-lg-p-20 {
        padding: 5rem !important;
    }
    .u-lg-p-24 {
        padding: 6rem !important;
    }
    .u-lg-p-32 {
        padding: 8rem !important;
    }
    .u-lg-p-auto {
        padding: auto !important;
    }
    .u-lg-pt-0,
    .u-lg-py-0 {
        padding-top: 0 !important;
    }
    .u-lg-pt-px,
    .u-lg-py-px {
        padding-top: 1px !important;
    }
    .u-lg-pt-1,
    .u-lg-py-1 {
        padding-top: 0.25rem !important;
    }
    .u-lg-pt-2,
    .u-lg-py-2 {
        padding-top: 0.5rem !important;
    }
    .u-lg-pt-3,
    .u-lg-py-3 {
        padding-top: 0.75rem !important;
    }
    .u-lg-pt-4,
    .u-lg-py-4 {
        padding-top: 1rem !important;
    }
    .u-lg-pt-5,
    .u-lg-py-5 {
        padding-top: 1.25rem !important;
    }
    .u-lg-pt-6,
    .u-lg-py-6 {
        padding-top: 1.5rem !important;
    }
    .u-lg-pt-7,
    .u-lg-py-7 {
        padding-top: 1.75rem !important;
    }
    .u-lg-pt-8,
    .u-lg-py-8 {
        padding-top: 2rem !important;
    }
    .u-lg-pt-10,
    .u-lg-py-10 {
        padding-top: 2.5rem !important;
    }
    .u-lg-pt-12,
    .u-lg-py-12 {
        padding-top: 3rem !important;
    }
    .u-lg-pt-16,
    .u-lg-py-16 {
        padding-top: 4rem !important;
    }
    .u-lg-pt-20,
    .u-lg-py-20 {
        padding-top: 5rem !important;
    }
    .u-lg-pt-24,
    .u-lg-py-24 {
        padding-top: 6rem !important;
    }
    .u-lg-pt-32,
    .u-lg-py-32 {
        padding-top: 8rem !important;
    }
    .u-lg-pt-auto,
    .u-lg-py-auto {
        padding-top: auto !important;
    }
    .u-lg-pr-0,
    .u-lg-px-0 {
        padding-right: 0 !important;
    }
    .u-lg-pr-px,
    .u-lg-px-px {
        padding-right: 1px !important;
    }
    .u-lg-pr-1,
    .u-lg-px-1 {
        padding-right: 0.25rem !important;
    }
    .u-lg-pr-2,
    .u-lg-px-2 {
        padding-right: 0.5rem !important;
    }
    .u-lg-pr-3,
    .u-lg-px-3 {
        padding-right: 0.75rem !important;
    }
    .u-lg-pr-4,
    .u-lg-px-4 {
        padding-right: 1rem !important;
    }
    .u-lg-pr-5,
    .u-lg-px-5 {
        padding-right: 1.25rem !important;
    }
    .u-lg-pr-6,
    .u-lg-px-6 {
        padding-right: 1.5rem !important;
    }
    .u-lg-pr-7,
    .u-lg-px-7 {
        padding-right: 1.75rem !important;
    }
    .u-lg-pr-8,
    .u-lg-px-8 {
        padding-right: 2rem !important;
    }
    .u-lg-pr-10,
    .u-lg-px-10 {
        padding-right: 2.5rem !important;
    }
    .u-lg-pr-12,
    .u-lg-px-12 {
        padding-right: 3rem !important;
    }
    .u-lg-pr-16,
    .u-lg-px-16 {
        padding-right: 4rem !important;
    }
    .u-lg-pr-20,
    .u-lg-px-20 {
        padding-right: 5rem !important;
    }
    .u-lg-pr-24,
    .u-lg-px-24 {
        padding-right: 6rem !important;
    }
    .u-lg-pr-32,
    .u-lg-px-32 {
        padding-right: 8rem !important;
    }
    .u-lg-pr-auto,
    .u-lg-px-auto {
        padding-right: auto !important;
    }
    .u-lg-pb-0,
    .u-lg-py-0 {
        padding-bottom: 0 !important;
    }
    .u-lg-pb-px,
    .u-lg-py-px {
        padding-bottom: 1px !important;
    }
    .u-lg-pb-1,
    .u-lg-py-1 {
        padding-bottom: 0.25rem !important;
    }
    .u-lg-pb-2,
    .u-lg-py-2 {
        padding-bottom: 0.5rem !important;
    }
    .u-lg-pb-3,
    .u-lg-py-3 {
        padding-bottom: 0.75rem !important;
    }
    .u-lg-pb-4,
    .u-lg-py-4 {
        padding-bottom: 1rem !important;
    }
    .u-lg-pb-5,
    .u-lg-py-5 {
        padding-bottom: 1.25rem !important;
    }
    .u-lg-pb-6,
    .u-lg-py-6 {
        padding-bottom: 1.5rem !important;
    }
    .u-lg-pb-7,
    .u-lg-py-7 {
        padding-bottom: 1.75rem !important;
    }
    .u-lg-pb-8,
    .u-lg-py-8 {
        padding-bottom: 2rem !important;
    }
    .u-lg-pb-10,
    .u-lg-py-10 {
        padding-bottom: 2.5rem !important;
    }
    .u-lg-pb-12,
    .u-lg-py-12 {
        padding-bottom: 3rem !important;
    }
    .u-lg-pb-16,
    .u-lg-py-16 {
        padding-bottom: 4rem !important;
    }
    .u-lg-pb-20,
    .u-lg-py-20 {
        padding-bottom: 5rem !important;
    }
    .u-lg-pb-24,
    .u-lg-py-24 {
        padding-bottom: 6rem !important;
    }
    .u-lg-pb-32,
    .u-lg-py-32 {
        padding-bottom: 8rem !important;
    }
    .u-lg-pb-auto,
    .u-lg-py-auto {
        padding-bottom: auto !important;
    }
    .u-lg-pl-0,
    .u-lg-px-0 {
        padding-left: 0 !important;
    }
    .u-lg-pl-px,
    .u-lg-px-px {
        padding-left: 1px !important;
    }
    .u-lg-pl-1,
    .u-lg-px-1 {
        padding-left: 0.25rem !important;
    }
    .u-lg-pl-2,
    .u-lg-px-2 {
        padding-left: 0.5rem !important;
    }
    .u-lg-pl-3,
    .u-lg-px-3 {
        padding-left: 0.75rem !important;
    }
    .u-lg-pl-4,
    .u-lg-px-4 {
        padding-left: 1rem !important;
    }
    .u-lg-pl-5,
    .u-lg-px-5 {
        padding-left: 1.25rem !important;
    }
    .u-lg-pl-6,
    .u-lg-px-6 {
        padding-left: 1.5rem !important;
    }
    .u-lg-pl-7,
    .u-lg-px-7 {
        padding-left: 1.75rem !important;
    }
    .u-lg-pl-8,
    .u-lg-px-8 {
        padding-left: 2rem !important;
    }
    .u-lg-pl-10,
    .u-lg-px-10 {
        padding-left: 2.5rem !important;
    }
    .u-lg-pl-12,
    .u-lg-px-12 {
        padding-left: 3rem !important;
    }
    .u-lg-pl-16,
    .u-lg-px-16 {
        padding-left: 4rem !important;
    }
    .u-lg-pl-20,
    .u-lg-px-20 {
        padding-left: 5rem !important;
    }
    .u-lg-pl-24,
    .u-lg-px-24 {
        padding-left: 6rem !important;
    }
    .u-lg-pl-32,
    .u-lg-px-32 {
        padding-left: 8rem !important;
    }
    .u-lg-pl-auto,
    .u-lg-px-auto {
        padding-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .u-xl-m-0 {
        margin: 0 !important;
    }
    .u-xl-m-px {
        margin: 1px !important;
    }
    .u-xl-m-1 {
        margin: 0.25rem !important;
    }
    .u-xl-m-2 {
        margin: 0.5rem !important;
    }
    .u-xl-m-3 {
        margin: 0.75rem !important;
    }
    .u-xl-m-4 {
        margin: 1rem !important;
    }
    .u-xl-m-5 {
        margin: 1.25rem !important;
    }
    .u-xl-m-6 {
        margin: 1.5rem !important;
    }
    .u-xl-m-7 {
        margin: 1.75rem !important;
    }
    .u-xl-m-8 {
        margin: 2rem !important;
    }
    .u-xl-m-10 {
        margin: 2.5rem !important;
    }
    .u-xl-m-12 {
        margin: 3rem !important;
    }
    .u-xl-m-16 {
        margin: 4rem !important;
    }
    .u-xl-m-20 {
        margin: 5rem !important;
    }
    .u-xl-m-24 {
        margin: 6rem !important;
    }
    .u-xl-m-32 {
        margin: 8rem !important;
    }
    .u-xl-m-auto {
        margin: auto !important;
    }
    .u-xl-mt-0,
    .u-xl-my-0 {
        margin-top: 0 !important;
    }
    .u-xl-mt-px,
    .u-xl-my-px {
        margin-top: 1px !important;
    }
    .u-xl-mt-1,
    .u-xl-my-1 {
        margin-top: 0.25rem !important;
    }
    .u-xl-mt-2,
    .u-xl-my-2 {
        margin-top: 0.5rem !important;
    }
    .u-xl-mt-3,
    .u-xl-my-3 {
        margin-top: 0.75rem !important;
    }
    .u-xl-mt-4,
    .u-xl-my-4 {
        margin-top: 1rem !important;
    }
    .u-xl-mt-5,
    .u-xl-my-5 {
        margin-top: 1.25rem !important;
    }
    .u-xl-mt-6,
    .u-xl-my-6 {
        margin-top: 1.5rem !important;
    }
    .u-xl-mt-7,
    .u-xl-my-7 {
        margin-top: 1.75rem !important;
    }
    .u-xl-mt-8,
    .u-xl-my-8 {
        margin-top: 2rem !important;
    }
    .u-xl-mt-10,
    .u-xl-my-10 {
        margin-top: 2.5rem !important;
    }
    .u-xl-mt-12,
    .u-xl-my-12 {
        margin-top: 3rem !important;
    }
    .u-xl-mt-16,
    .u-xl-my-16 {
        margin-top: 4rem !important;
    }
    .u-xl-mt-20,
    .u-xl-my-20 {
        margin-top: 5rem !important;
    }
    .u-xl-mt-24,
    .u-xl-my-24 {
        margin-top: 6rem !important;
    }
    .u-xl-mt-32,
    .u-xl-my-32 {
        margin-top: 8rem !important;
    }
    .u-xl-mt-auto,
    .u-xl-my-auto {
        margin-top: auto !important;
    }
    .u-xl-mr-0,
    .u-xl-mx-0 {
        margin-right: 0 !important;
    }
    .u-xl-mr-px,
    .u-xl-mx-px {
        margin-right: 1px !important;
    }
    .u-xl-mr-1,
    .u-xl-mx-1 {
        margin-right: 0.25rem !important;
    }
    .u-xl-mr-2,
    .u-xl-mx-2 {
        margin-right: 0.5rem !important;
    }
    .u-xl-mr-3,
    .u-xl-mx-3 {
        margin-right: 0.75rem !important;
    }
    .u-xl-mr-4,
    .u-xl-mx-4 {
        margin-right: 1rem !important;
    }
    .u-xl-mr-5,
    .u-xl-mx-5 {
        margin-right: 1.25rem !important;
    }
    .u-xl-mr-6,
    .u-xl-mx-6 {
        margin-right: 1.5rem !important;
    }
    .u-xl-mr-7,
    .u-xl-mx-7 {
        margin-right: 1.75rem !important;
    }
    .u-xl-mr-8,
    .u-xl-mx-8 {
        margin-right: 2rem !important;
    }
    .u-xl-mr-10,
    .u-xl-mx-10 {
        margin-right: 2.5rem !important;
    }
    .u-xl-mr-12,
    .u-xl-mx-12 {
        margin-right: 3rem !important;
    }
    .u-xl-mr-16,
    .u-xl-mx-16 {
        margin-right: 4rem !important;
    }
    .u-xl-mr-20,
    .u-xl-mx-20 {
        margin-right: 5rem !important;
    }
    .u-xl-mr-24,
    .u-xl-mx-24 {
        margin-right: 6rem !important;
    }
    .u-xl-mr-32,
    .u-xl-mx-32 {
        margin-right: 8rem !important;
    }
    .u-xl-mr-auto,
    .u-xl-mx-auto {
        margin-right: auto !important;
    }
    .u-xl-mb-0,
    .u-xl-my-0 {
        margin-bottom: 0 !important;
    }
    .u-xl-mb-px,
    .u-xl-my-px {
        margin-bottom: 1px !important;
    }
    .u-xl-mb-1,
    .u-xl-my-1 {
        margin-bottom: 0.25rem !important;
    }
    .u-xl-mb-2,
    .u-xl-my-2 {
        margin-bottom: 0.5rem !important;
    }
    .u-xl-mb-3,
    .u-xl-my-3 {
        margin-bottom: 0.75rem !important;
    }
    .u-xl-mb-4,
    .u-xl-my-4 {
        margin-bottom: 1rem !important;
    }
    .u-xl-mb-5,
    .u-xl-my-5 {
        margin-bottom: 1.25rem !important;
    }
    .u-xl-mb-6,
    .u-xl-my-6 {
        margin-bottom: 1.5rem !important;
    }
    .u-xl-mb-7,
    .u-xl-my-7 {
        margin-bottom: 1.75rem !important;
    }
    .u-xl-mb-8,
    .u-xl-my-8 {
        margin-bottom: 2rem !important;
    }
    .u-xl-mb-10,
    .u-xl-my-10 {
        margin-bottom: 2.5rem !important;
    }
    .u-xl-mb-12,
    .u-xl-my-12 {
        margin-bottom: 3rem !important;
    }
    .u-xl-mb-16,
    .u-xl-my-16 {
        margin-bottom: 4rem !important;
    }
    .u-xl-mb-20,
    .u-xl-my-20 {
        margin-bottom: 5rem !important;
    }
    .u-xl-mb-24,
    .u-xl-my-24 {
        margin-bottom: 6rem !important;
    }
    .u-xl-mb-32,
    .u-xl-my-32 {
        margin-bottom: 8rem !important;
    }
    .u-xl-mb-auto,
    .u-xl-my-auto {
        margin-bottom: auto !important;
    }
    .u-xl-ml-0,
    .u-xl-mx-0 {
        margin-left: 0 !important;
    }
    .u-xl-ml-px,
    .u-xl-mx-px {
        margin-left: 1px !important;
    }
    .u-xl-ml-1,
    .u-xl-mx-1 {
        margin-left: 0.25rem !important;
    }
    .u-xl-ml-2,
    .u-xl-mx-2 {
        margin-left: 0.5rem !important;
    }
    .u-xl-ml-3,
    .u-xl-mx-3 {
        margin-left: 0.75rem !important;
    }
    .u-xl-ml-4,
    .u-xl-mx-4 {
        margin-left: 1rem !important;
    }
    .u-xl-ml-5,
    .u-xl-mx-5 {
        margin-left: 1.25rem !important;
    }
    .u-xl-ml-6,
    .u-xl-mx-6 {
        margin-left: 1.5rem !important;
    }
    .u-xl-ml-7,
    .u-xl-mx-7 {
        margin-left: 1.75rem !important;
    }
    .u-xl-ml-8,
    .u-xl-mx-8 {
        margin-left: 2rem !important;
    }
    .u-xl-ml-10,
    .u-xl-mx-10 {
        margin-left: 2.5rem !important;
    }
    .u-xl-ml-12,
    .u-xl-mx-12 {
        margin-left: 3rem !important;
    }
    .u-xl-ml-16,
    .u-xl-mx-16 {
        margin-left: 4rem !important;
    }
    .u-xl-ml-20,
    .u-xl-mx-20 {
        margin-left: 5rem !important;
    }
    .u-xl-ml-24,
    .u-xl-mx-24 {
        margin-left: 6rem !important;
    }
    .u-xl-ml-32,
    .u-xl-mx-32 {
        margin-left: 8rem !important;
    }
    .u-xl-ml-auto,
    .u-xl-mx-auto {
        margin-left: auto !important;
    }
    .u-xl-p-0 {
        padding: 0 !important;
    }
    .u-xl-p-px {
        padding: 1px !important;
    }
    .u-xl-p-1 {
        padding: 0.25rem !important;
    }
    .u-xl-p-2 {
        padding: 0.5rem !important;
    }
    .u-xl-p-3 {
        padding: 0.75rem !important;
    }
    .u-xl-p-4 {
        padding: 1rem !important;
    }
    .u-xl-p-5 {
        padding: 1.25rem !important;
    }
    .u-xl-p-6 {
        padding: 1.5rem !important;
    }
    .u-xl-p-7 {
        padding: 1.75rem !important;
    }
    .u-xl-p-8 {
        padding: 2rem !important;
    }
    .u-xl-p-10 {
        padding: 2.5rem !important;
    }
    .u-xl-p-12 {
        padding: 3rem !important;
    }
    .u-xl-p-16 {
        padding: 4rem !important;
    }
    .u-xl-p-20 {
        padding: 5rem !important;
    }
    .u-xl-p-24 {
        padding: 6rem !important;
    }
    .u-xl-p-32 {
        padding: 8rem !important;
    }
    .u-xl-p-auto {
        padding: auto !important;
    }
    .u-xl-pt-0,
    .u-xl-py-0 {
        padding-top: 0 !important;
    }
    .u-xl-pt-px,
    .u-xl-py-px {
        padding-top: 1px !important;
    }
    .u-xl-pt-1,
    .u-xl-py-1 {
        padding-top: 0.25rem !important;
    }
    .u-xl-pt-2,
    .u-xl-py-2 {
        padding-top: 0.5rem !important;
    }
    .u-xl-pt-3,
    .u-xl-py-3 {
        padding-top: 0.75rem !important;
    }
    .u-xl-pt-4,
    .u-xl-py-4 {
        padding-top: 1rem !important;
    }
    .u-xl-pt-5,
    .u-xl-py-5 {
        padding-top: 1.25rem !important;
    }
    .u-xl-pt-6,
    .u-xl-py-6 {
        padding-top: 1.5rem !important;
    }
    .u-xl-pt-7,
    .u-xl-py-7 {
        padding-top: 1.75rem !important;
    }
    .u-xl-pt-8,
    .u-xl-py-8 {
        padding-top: 2rem !important;
    }
    .u-xl-pt-10,
    .u-xl-py-10 {
        padding-top: 2.5rem !important;
    }
    .u-xl-pt-12,
    .u-xl-py-12 {
        padding-top: 3rem !important;
    }
    .u-xl-pt-16,
    .u-xl-py-16 {
        padding-top: 4rem !important;
    }
    .u-xl-pt-20,
    .u-xl-py-20 {
        padding-top: 5rem !important;
    }
    .u-xl-pt-24,
    .u-xl-py-24 {
        padding-top: 6rem !important;
    }
    .u-xl-pt-32,
    .u-xl-py-32 {
        padding-top: 8rem !important;
    }
    .u-xl-pt-auto,
    .u-xl-py-auto {
        padding-top: auto !important;
    }
    .u-xl-pr-0,
    .u-xl-px-0 {
        padding-right: 0 !important;
    }
    .u-xl-pr-px,
    .u-xl-px-px {
        padding-right: 1px !important;
    }
    .u-xl-pr-1,
    .u-xl-px-1 {
        padding-right: 0.25rem !important;
    }
    .u-xl-pr-2,
    .u-xl-px-2 {
        padding-right: 0.5rem !important;
    }
    .u-xl-pr-3,
    .u-xl-px-3 {
        padding-right: 0.75rem !important;
    }
    .u-xl-pr-4,
    .u-xl-px-4 {
        padding-right: 1rem !important;
    }
    .u-xl-pr-5,
    .u-xl-px-5 {
        padding-right: 1.25rem !important;
    }
    .u-xl-pr-6,
    .u-xl-px-6 {
        padding-right: 1.5rem !important;
    }
    .u-xl-pr-7,
    .u-xl-px-7 {
        padding-right: 1.75rem !important;
    }
    .u-xl-pr-8,
    .u-xl-px-8 {
        padding-right: 2rem !important;
    }
    .u-xl-pr-10,
    .u-xl-px-10 {
        padding-right: 2.5rem !important;
    }
    .u-xl-pr-12,
    .u-xl-px-12 {
        padding-right: 3rem !important;
    }
    .u-xl-pr-16,
    .u-xl-px-16 {
        padding-right: 4rem !important;
    }
    .u-xl-pr-20,
    .u-xl-px-20 {
        padding-right: 5rem !important;
    }
    .u-xl-pr-24,
    .u-xl-px-24 {
        padding-right: 6rem !important;
    }
    .u-xl-pr-32,
    .u-xl-px-32 {
        padding-right: 8rem !important;
    }
    .u-xl-pr-auto,
    .u-xl-px-auto {
        padding-right: auto !important;
    }
    .u-xl-pb-0,
    .u-xl-py-0 {
        padding-bottom: 0 !important;
    }
    .u-xl-pb-px,
    .u-xl-py-px {
        padding-bottom: 1px !important;
    }
    .u-xl-pb-1,
    .u-xl-py-1 {
        padding-bottom: 0.25rem !important;
    }
    .u-xl-pb-2,
    .u-xl-py-2 {
        padding-bottom: 0.5rem !important;
    }
    .u-xl-pb-3,
    .u-xl-py-3 {
        padding-bottom: 0.75rem !important;
    }
    .u-xl-pb-4,
    .u-xl-py-4 {
        padding-bottom: 1rem !important;
    }
    .u-xl-pb-5,
    .u-xl-py-5 {
        padding-bottom: 1.25rem !important;
    }
    .u-xl-pb-6,
    .u-xl-py-6 {
        padding-bottom: 1.5rem !important;
    }
    .u-xl-pb-7,
    .u-xl-py-7 {
        padding-bottom: 1.75rem !important;
    }
    .u-xl-pb-8,
    .u-xl-py-8 {
        padding-bottom: 2rem !important;
    }
    .u-xl-pb-10,
    .u-xl-py-10 {
        padding-bottom: 2.5rem !important;
    }
    .u-xl-pb-12,
    .u-xl-py-12 {
        padding-bottom: 3rem !important;
    }
    .u-xl-pb-16,
    .u-xl-py-16 {
        padding-bottom: 4rem !important;
    }
    .u-xl-pb-20,
    .u-xl-py-20 {
        padding-bottom: 5rem !important;
    }
    .u-xl-pb-24,
    .u-xl-py-24 {
        padding-bottom: 6rem !important;
    }
    .u-xl-pb-32,
    .u-xl-py-32 {
        padding-bottom: 8rem !important;
    }
    .u-xl-pb-auto,
    .u-xl-py-auto {
        padding-bottom: auto !important;
    }
    .u-xl-pl-0,
    .u-xl-px-0 {
        padding-left: 0 !important;
    }
    .u-xl-pl-px,
    .u-xl-px-px {
        padding-left: 1px !important;
    }
    .u-xl-pl-1,
    .u-xl-px-1 {
        padding-left: 0.25rem !important;
    }
    .u-xl-pl-2,
    .u-xl-px-2 {
        padding-left: 0.5rem !important;
    }
    .u-xl-pl-3,
    .u-xl-px-3 {
        padding-left: 0.75rem !important;
    }
    .u-xl-pl-4,
    .u-xl-px-4 {
        padding-left: 1rem !important;
    }
    .u-xl-pl-5,
    .u-xl-px-5 {
        padding-left: 1.25rem !important;
    }
    .u-xl-pl-6,
    .u-xl-px-6 {
        padding-left: 1.5rem !important;
    }
    .u-xl-pl-7,
    .u-xl-px-7 {
        padding-left: 1.75rem !important;
    }
    .u-xl-pl-8,
    .u-xl-px-8 {
        padding-left: 2rem !important;
    }
    .u-xl-pl-10,
    .u-xl-px-10 {
        padding-left: 2.5rem !important;
    }
    .u-xl-pl-12,
    .u-xl-px-12 {
        padding-left: 3rem !important;
    }
    .u-xl-pl-16,
    .u-xl-px-16 {
        padding-left: 4rem !important;
    }
    .u-xl-pl-20,
    .u-xl-px-20 {
        padding-left: 5rem !important;
    }
    .u-xl-pl-24,
    .u-xl-px-24 {
        padding-left: 6rem !important;
    }
    .u-xl-pl-32,
    .u-xl-px-32 {
        padding-left: 8rem !important;
    }
    .u-xl-pl-auto,
    .u-xl-px-auto {
        padding-left: auto !important;
    }
}
@media (min-width: 1366px) {
    .u-xxl-m-0 {
        margin: 0 !important;
    }
    .u-xxl-m-px {
        margin: 1px !important;
    }
    .u-xxl-m-1 {
        margin: 0.25rem !important;
    }
    .u-xxl-m-2 {
        margin: 0.5rem !important;
    }
    .u-xxl-m-3 {
        margin: 0.75rem !important;
    }
    .u-xxl-m-4 {
        margin: 1rem !important;
    }
    .u-xxl-m-5 {
        margin: 1.25rem !important;
    }
    .u-xxl-m-6 {
        margin: 1.5rem !important;
    }
    .u-xxl-m-7 {
        margin: 1.75rem !important;
    }
    .u-xxl-m-8 {
        margin: 2rem !important;
    }
    .u-xxl-m-10 {
        margin: 2.5rem !important;
    }
    .u-xxl-m-12 {
        margin: 3rem !important;
    }
    .u-xxl-m-16 {
        margin: 4rem !important;
    }
    .u-xxl-m-20 {
        margin: 5rem !important;
    }
    .u-xxl-m-24 {
        margin: 6rem !important;
    }
    .u-xxl-m-32 {
        margin: 8rem !important;
    }
    .u-xxl-m-auto {
        margin: auto !important;
    }
    .u-xxl-mt-0,
    .u-xxl-my-0 {
        margin-top: 0 !important;
    }
    .u-xxl-mt-px,
    .u-xxl-my-px {
        margin-top: 1px !important;
    }
    .u-xxl-mt-1,
    .u-xxl-my-1 {
        margin-top: 0.25rem !important;
    }
    .u-xxl-mt-2,
    .u-xxl-my-2 {
        margin-top: 0.5rem !important;
    }
    .u-xxl-mt-3,
    .u-xxl-my-3 {
        margin-top: 0.75rem !important;
    }
    .u-xxl-mt-4,
    .u-xxl-my-4 {
        margin-top: 1rem !important;
    }
    .u-xxl-mt-5,
    .u-xxl-my-5 {
        margin-top: 1.25rem !important;
    }
    .u-xxl-mt-6,
    .u-xxl-my-6 {
        margin-top: 1.5rem !important;
    }
    .u-xxl-mt-7,
    .u-xxl-my-7 {
        margin-top: 1.75rem !important;
    }
    .u-xxl-mt-8,
    .u-xxl-my-8 {
        margin-top: 2rem !important;
    }
    .u-xxl-mt-10,
    .u-xxl-my-10 {
        margin-top: 2.5rem !important;
    }
    .u-xxl-mt-12,
    .u-xxl-my-12 {
        margin-top: 3rem !important;
    }
    .u-xxl-mt-16,
    .u-xxl-my-16 {
        margin-top: 4rem !important;
    }
    .u-xxl-mt-20,
    .u-xxl-my-20 {
        margin-top: 5rem !important;
    }
    .u-xxl-mt-24,
    .u-xxl-my-24 {
        margin-top: 6rem !important;
    }
    .u-xxl-mt-32,
    .u-xxl-my-32 {
        margin-top: 8rem !important;
    }
    .u-xxl-mt-auto,
    .u-xxl-my-auto {
        margin-top: auto !important;
    }
    .u-xxl-mr-0,
    .u-xxl-mx-0 {
        margin-right: 0 !important;
    }
    .u-xxl-mr-px,
    .u-xxl-mx-px {
        margin-right: 1px !important;
    }
    .u-xxl-mr-1,
    .u-xxl-mx-1 {
        margin-right: 0.25rem !important;
    }
    .u-xxl-mr-2,
    .u-xxl-mx-2 {
        margin-right: 0.5rem !important;
    }
    .u-xxl-mr-3,
    .u-xxl-mx-3 {
        margin-right: 0.75rem !important;
    }
    .u-xxl-mr-4,
    .u-xxl-mx-4 {
        margin-right: 1rem !important;
    }
    .u-xxl-mr-5,
    .u-xxl-mx-5 {
        margin-right: 1.25rem !important;
    }
    .u-xxl-mr-6,
    .u-xxl-mx-6 {
        margin-right: 1.5rem !important;
    }
    .u-xxl-mr-7,
    .u-xxl-mx-7 {
        margin-right: 1.75rem !important;
    }
    .u-xxl-mr-8,
    .u-xxl-mx-8 {
        margin-right: 2rem !important;
    }
    .u-xxl-mr-10,
    .u-xxl-mx-10 {
        margin-right: 2.5rem !important;
    }
    .u-xxl-mr-12,
    .u-xxl-mx-12 {
        margin-right: 3rem !important;
    }
    .u-xxl-mr-16,
    .u-xxl-mx-16 {
        margin-right: 4rem !important;
    }
    .u-xxl-mr-20,
    .u-xxl-mx-20 {
        margin-right: 5rem !important;
    }
    .u-xxl-mr-24,
    .u-xxl-mx-24 {
        margin-right: 6rem !important;
    }
    .u-xxl-mr-32,
    .u-xxl-mx-32 {
        margin-right: 8rem !important;
    }
    .u-xxl-mr-auto,
    .u-xxl-mx-auto {
        margin-right: auto !important;
    }
    .u-xxl-mb-0,
    .u-xxl-my-0 {
        margin-bottom: 0 !important;
    }
    .u-xxl-mb-px,
    .u-xxl-my-px {
        margin-bottom: 1px !important;
    }
    .u-xxl-mb-1,
    .u-xxl-my-1 {
        margin-bottom: 0.25rem !important;
    }
    .u-xxl-mb-2,
    .u-xxl-my-2 {
        margin-bottom: 0.5rem !important;
    }
    .u-xxl-mb-3,
    .u-xxl-my-3 {
        margin-bottom: 0.75rem !important;
    }
    .u-xxl-mb-4,
    .u-xxl-my-4 {
        margin-bottom: 1rem !important;
    }
    .u-xxl-mb-5,
    .u-xxl-my-5 {
        margin-bottom: 1.25rem !important;
    }
    .u-xxl-mb-6,
    .u-xxl-my-6 {
        margin-bottom: 1.5rem !important;
    }
    .u-xxl-mb-7,
    .u-xxl-my-7 {
        margin-bottom: 1.75rem !important;
    }
    .u-xxl-mb-8,
    .u-xxl-my-8 {
        margin-bottom: 2rem !important;
    }
    .u-xxl-mb-10,
    .u-xxl-my-10 {
        margin-bottom: 2.5rem !important;
    }
    .u-xxl-mb-12,
    .u-xxl-my-12 {
        margin-bottom: 3rem !important;
    }
    .u-xxl-mb-16,
    .u-xxl-my-16 {
        margin-bottom: 4rem !important;
    }
    .u-xxl-mb-20,
    .u-xxl-my-20 {
        margin-bottom: 5rem !important;
    }
    .u-xxl-mb-24,
    .u-xxl-my-24 {
        margin-bottom: 6rem !important;
    }
    .u-xxl-mb-32,
    .u-xxl-my-32 {
        margin-bottom: 8rem !important;
    }
    .u-xxl-mb-auto,
    .u-xxl-my-auto {
        margin-bottom: auto !important;
    }
    .u-xxl-ml-0,
    .u-xxl-mx-0 {
        margin-left: 0 !important;
    }
    .u-xxl-ml-px,
    .u-xxl-mx-px {
        margin-left: 1px !important;
    }
    .u-xxl-ml-1,
    .u-xxl-mx-1 {
        margin-left: 0.25rem !important;
    }
    .u-xxl-ml-2,
    .u-xxl-mx-2 {
        margin-left: 0.5rem !important;
    }
    .u-xxl-ml-3,
    .u-xxl-mx-3 {
        margin-left: 0.75rem !important;
    }
    .u-xxl-ml-4,
    .u-xxl-mx-4 {
        margin-left: 1rem !important;
    }
    .u-xxl-ml-5,
    .u-xxl-mx-5 {
        margin-left: 1.25rem !important;
    }
    .u-xxl-ml-6,
    .u-xxl-mx-6 {
        margin-left: 1.5rem !important;
    }
    .u-xxl-ml-7,
    .u-xxl-mx-7 {
        margin-left: 1.75rem !important;
    }
    .u-xxl-ml-8,
    .u-xxl-mx-8 {
        margin-left: 2rem !important;
    }
    .u-xxl-ml-10,
    .u-xxl-mx-10 {
        margin-left: 2.5rem !important;
    }
    .u-xxl-ml-12,
    .u-xxl-mx-12 {
        margin-left: 3rem !important;
    }
    .u-xxl-ml-16,
    .u-xxl-mx-16 {
        margin-left: 4rem !important;
    }
    .u-xxl-ml-20,
    .u-xxl-mx-20 {
        margin-left: 5rem !important;
    }
    .u-xxl-ml-24,
    .u-xxl-mx-24 {
        margin-left: 6rem !important;
    }
    .u-xxl-ml-32,
    .u-xxl-mx-32 {
        margin-left: 8rem !important;
    }
    .u-xxl-ml-auto,
    .u-xxl-mx-auto {
        margin-left: auto !important;
    }
    .u-xxl-p-0 {
        padding: 0 !important;
    }
    .u-xxl-p-px {
        padding: 1px !important;
    }
    .u-xxl-p-1 {
        padding: 0.25rem !important;
    }
    .u-xxl-p-2 {
        padding: 0.5rem !important;
    }
    .u-xxl-p-3 {
        padding: 0.75rem !important;
    }
    .u-xxl-p-4 {
        padding: 1rem !important;
    }
    .u-xxl-p-5 {
        padding: 1.25rem !important;
    }
    .u-xxl-p-6 {
        padding: 1.5rem !important;
    }
    .u-xxl-p-7 {
        padding: 1.75rem !important;
    }
    .u-xxl-p-8 {
        padding: 2rem !important;
    }
    .u-xxl-p-10 {
        padding: 2.5rem !important;
    }
    .u-xxl-p-12 {
        padding: 3rem !important;
    }
    .u-xxl-p-16 {
        padding: 4rem !important;
    }
    .u-xxl-p-20 {
        padding: 5rem !important;
    }
    .u-xxl-p-24 {
        padding: 6rem !important;
    }
    .u-xxl-p-32 {
        padding: 8rem !important;
    }
    .u-xxl-p-auto {
        padding: auto !important;
    }
    .u-xxl-pt-0,
    .u-xxl-py-0 {
        padding-top: 0 !important;
    }
    .u-xxl-pt-px,
    .u-xxl-py-px {
        padding-top: 1px !important;
    }
    .u-xxl-pt-1,
    .u-xxl-py-1 {
        padding-top: 0.25rem !important;
    }
    .u-xxl-pt-2,
    .u-xxl-py-2 {
        padding-top: 0.5rem !important;
    }
    .u-xxl-pt-3,
    .u-xxl-py-3 {
        padding-top: 0.75rem !important;
    }
    .u-xxl-pt-4,
    .u-xxl-py-4 {
        padding-top: 1rem !important;
    }
    .u-xxl-pt-5,
    .u-xxl-py-5 {
        padding-top: 1.25rem !important;
    }
    .u-xxl-pt-6,
    .u-xxl-py-6 {
        padding-top: 1.5rem !important;
    }
    .u-xxl-pt-7,
    .u-xxl-py-7 {
        padding-top: 1.75rem !important;
    }
    .u-xxl-pt-8,
    .u-xxl-py-8 {
        padding-top: 2rem !important;
    }
    .u-xxl-pt-10,
    .u-xxl-py-10 {
        padding-top: 2.5rem !important;
    }
    .u-xxl-pt-12,
    .u-xxl-py-12 {
        padding-top: 3rem !important;
    }
    .u-xxl-pt-16,
    .u-xxl-py-16 {
        padding-top: 4rem !important;
    }
    .u-xxl-pt-20,
    .u-xxl-py-20 {
        padding-top: 5rem !important;
    }
    .u-xxl-pt-24,
    .u-xxl-py-24 {
        padding-top: 6rem !important;
    }
    .u-xxl-pt-32,
    .u-xxl-py-32 {
        padding-top: 8rem !important;
    }
    .u-xxl-pt-auto,
    .u-xxl-py-auto {
        padding-top: auto !important;
    }
    .u-xxl-pr-0,
    .u-xxl-px-0 {
        padding-right: 0 !important;
    }
    .u-xxl-pr-px,
    .u-xxl-px-px {
        padding-right: 1px !important;
    }
    .u-xxl-pr-1,
    .u-xxl-px-1 {
        padding-right: 0.25rem !important;
    }
    .u-xxl-pr-2,
    .u-xxl-px-2 {
        padding-right: 0.5rem !important;
    }
    .u-xxl-pr-3,
    .u-xxl-px-3 {
        padding-right: 0.75rem !important;
    }
    .u-xxl-pr-4,
    .u-xxl-px-4 {
        padding-right: 1rem !important;
    }
    .u-xxl-pr-5,
    .u-xxl-px-5 {
        padding-right: 1.25rem !important;
    }
    .u-xxl-pr-6,
    .u-xxl-px-6 {
        padding-right: 1.5rem !important;
    }
    .u-xxl-pr-7,
    .u-xxl-px-7 {
        padding-right: 1.75rem !important;
    }
    .u-xxl-pr-8,
    .u-xxl-px-8 {
        padding-right: 2rem !important;
    }
    .u-xxl-pr-10,
    .u-xxl-px-10 {
        padding-right: 2.5rem !important;
    }
    .u-xxl-pr-12,
    .u-xxl-px-12 {
        padding-right: 3rem !important;
    }
    .u-xxl-pr-16,
    .u-xxl-px-16 {
        padding-right: 4rem !important;
    }
    .u-xxl-pr-20,
    .u-xxl-px-20 {
        padding-right: 5rem !important;
    }
    .u-xxl-pr-24,
    .u-xxl-px-24 {
        padding-right: 6rem !important;
    }
    .u-xxl-pr-32,
    .u-xxl-px-32 {
        padding-right: 8rem !important;
    }
    .u-xxl-pr-auto,
    .u-xxl-px-auto {
        padding-right: auto !important;
    }
    .u-xxl-pb-0,
    .u-xxl-py-0 {
        padding-bottom: 0 !important;
    }
    .u-xxl-pb-px,
    .u-xxl-py-px {
        padding-bottom: 1px !important;
    }
    .u-xxl-pb-1,
    .u-xxl-py-1 {
        padding-bottom: 0.25rem !important;
    }
    .u-xxl-pb-2,
    .u-xxl-py-2 {
        padding-bottom: 0.5rem !important;
    }
    .u-xxl-pb-3,
    .u-xxl-py-3 {
        padding-bottom: 0.75rem !important;
    }
    .u-xxl-pb-4,
    .u-xxl-py-4 {
        padding-bottom: 1rem !important;
    }
    .u-xxl-pb-5,
    .u-xxl-py-5 {
        padding-bottom: 1.25rem !important;
    }
    .u-xxl-pb-6,
    .u-xxl-py-6 {
        padding-bottom: 1.5rem !important;
    }
    .u-xxl-pb-7,
    .u-xxl-py-7 {
        padding-bottom: 1.75rem !important;
    }
    .u-xxl-pb-8,
    .u-xxl-py-8 {
        padding-bottom: 2rem !important;
    }
    .u-xxl-pb-10,
    .u-xxl-py-10 {
        padding-bottom: 2.5rem !important;
    }
    .u-xxl-pb-12,
    .u-xxl-py-12 {
        padding-bottom: 3rem !important;
    }
    .u-xxl-pb-16,
    .u-xxl-py-16 {
        padding-bottom: 4rem !important;
    }
    .u-xxl-pb-20,
    .u-xxl-py-20 {
        padding-bottom: 5rem !important;
    }
    .u-xxl-pb-24,
    .u-xxl-py-24 {
        padding-bottom: 6rem !important;
    }
    .u-xxl-pb-32,
    .u-xxl-py-32 {
        padding-bottom: 8rem !important;
    }
    .u-xxl-pb-auto,
    .u-xxl-py-auto {
        padding-bottom: auto !important;
    }
    .u-xxl-pl-0,
    .u-xxl-px-0 {
        padding-left: 0 !important;
    }
    .u-xxl-pl-px,
    .u-xxl-px-px {
        padding-left: 1px !important;
    }
    .u-xxl-pl-1,
    .u-xxl-px-1 {
        padding-left: 0.25rem !important;
    }
    .u-xxl-pl-2,
    .u-xxl-px-2 {
        padding-left: 0.5rem !important;
    }
    .u-xxl-pl-3,
    .u-xxl-px-3 {
        padding-left: 0.75rem !important;
    }
    .u-xxl-pl-4,
    .u-xxl-px-4 {
        padding-left: 1rem !important;
    }
    .u-xxl-pl-5,
    .u-xxl-px-5 {
        padding-left: 1.25rem !important;
    }
    .u-xxl-pl-6,
    .u-xxl-px-6 {
        padding-left: 1.5rem !important;
    }
    .u-xxl-pl-7,
    .u-xxl-px-7 {
        padding-left: 1.75rem !important;
    }
    .u-xxl-pl-8,
    .u-xxl-px-8 {
        padding-left: 2rem !important;
    }
    .u-xxl-pl-10,
    .u-xxl-px-10 {
        padding-left: 2.5rem !important;
    }
    .u-xxl-pl-12,
    .u-xxl-px-12 {
        padding-left: 3rem !important;
    }
    .u-xxl-pl-16,
    .u-xxl-px-16 {
        padding-left: 4rem !important;
    }
    .u-xxl-pl-20,
    .u-xxl-px-20 {
        padding-left: 5rem !important;
    }
    .u-xxl-pl-24,
    .u-xxl-px-24 {
        padding-left: 6rem !important;
    }
    .u-xxl-pl-32,
    .u-xxl-px-32 {
        padding-left: 8rem !important;
    }
    .u-xxl-pl-auto,
    .u-xxl-px-auto {
        padding-left: auto !important;
    }
}
.u-color-primary {
    color: #00dea5 !important;
}
.u-bg-color-primary {
    background-color: #00dea5 !important;
}
.u-color-secondary {
    color: #2e293d !important;
}
.u-bg-color-secondary {
    background-color: #2e293d !important;
}
.u-color-success {
    color: #008109 !important;
}
.u-bg-color-success {
    background-color: #008109 !important;
}
.u-color-danger {
    color: #d51b1b !important;
}
.u-bg-color-danger {
    background-color: #d51b1b !important;
}
.u-color-color-1 {
    color: #ec6337 !important;
}
.u-bg-color-color-1 {
    background-color: #ec6337 !important;
}
.u-color-color-2 {
    color: #f6c344 !important;
}
.u-bg-color-color-2 {
    background-color: #f6c344 !important;
}
.u-color-color-3 {
    color: #97c15c !important;
}
.u-bg-color-color-3 {
    background-color: #97c15c !important;
}
.u-color-color-4 {
    color: #429488 !important;
}
.u-bg-color-color-4 {
    background-color: #429488 !important;
}
.u-color-color-5 {
    color: #4994ec !important;
}
.u-bg-color-color-5 {
    background-color: #4994ec !important;
}
.u-color-color-6 {
    color: #4450af !important;
}
.u-bg-color-color-6 {
    background-color: #4450af !important;
}
body.debug:after {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: gold;
    line-height: 1;
    font-size: 12px;
    font-family: monospace;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 999999999;
    content: "xs";
}
@media (min-width: 576px) {
    body.debug:after {
        content: "sm";
    }
}
@media (min-width: 768px) {
    body.debug:after {
        content: "md";
    }
}
@media (min-width: 992px) {
    body.debug:after {
        content: "lg";
    }
}
@media (min-width: 1200px) {
    body.debug:after {
        content: "xl";
    }
}
@media (min-width: 1366px) {
    body.debug:after {
        content: "xxl";
    }
}

.single-tc_events .tickera-checkout {
    display: none;
}

.tc-get-featured-image {
	height: 4rem !important;
}
.tc-get-featured-image {
	position: relative;
	margin: 0;
	overflow: hidden;
	justify-content: center;
	display: flex; background:#2f283d;
}

.tc-events-wrap label .tc-event-datepicker {
	/*background: url(../images/calendar-icon.svg) no-repeat 7px center; */
	background-size: 27px;
	padding-left: 40px;
	border: 1px solid #aaa;
}

#filter_events {
	background: #2f283d;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500; padding:1px;
}


.tc-get-featured-image img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	max-height: 100%;
	
}






.fields-wrap .select2-container span{
	margin-bottom:0 !important;
}

.owner-field-select{
	width: 100%;
    max-width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
}


.select2-container .select2-selection--single{
	    height: 35px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-top: 2px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:35px !important;
}

.click_lang_trigger{
	display:none;
}


@media screen and (min-width: 768px) and (max-width: 1024px)  {
 .landing_page_dynamic_50952 header.c-reg-header {
    width: 780px  !important; 
}
}

@media screen and (max-width: 1024px) and (min-width: 768px)    {
 .landing_page_dynamic_50952 header.c-reg-header {
    width: 765px !important; 
}
}