/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #e1be45;
    --green: #05f6ad;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #05f6ad;
    --info: #17a2b8;
    --warning: #e1be45;
    --danger: #dc3545;
    --light: #fff;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-smxx: 360px;
    --breakpoint-sm375: 375px;
    --breakpoint-smx: 410px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-x1440: 1440px;
    --breakpoint-x1600: 1600px;
    --breakpoint-x1920: 1920px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "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;
}
*,
:after,
:before {
    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);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.08rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    text-align: left;
    background-color: #010b09;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[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 {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 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: #fff;
    background-color: transparent;
}
a,
a:hover {
    text-decoration: none;
}
a:hover {
    color: #f26725;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}
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;
}
button,
input,
optgroup,
select,
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;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    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;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: "Bangers", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #f26725;
}
.h1,
h1 {
    font-size: 2.25rem;
}
.h2,
h2 {
    font-size: 1.8rem;
}
.h3,
h3 {
    font-size: 1.575rem;
}
.h4,
h4 {
    font-size: 1.35rem;
}
.h5,
h5 {
    font-size: 1.125rem;
}
.h6,
h6 {
    font-size: 0.9rem;
}
.lead {
    font-size: 1.125rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
}
.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid hsla(0, 0%, 100%, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.125rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "\2014\A0";
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #091612;
    border: 1px solid #dee2e6;
    border-radius: 80px;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-sm375,
.container-smx,
.container-smxx,
.container-x1440,
.container-x1600,
.container-x1920,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 360px) {
    .container,
    .container-smxx {
        max-width: 340px;
    }
}
@media (min-width: 375px) {
    .container,
    .container-sm375,
    .container-smxx {
        max-width: 360px;
    }
}
@media (min-width: 410px) {
    .container,
    .container-sm375,
    .container-smx,
    .container-smxx {
        max-width: 400px;
    }
}
@media (min-width: 576px) {
    .container,
    .container-sm,
    .container-sm375,
    .container-smx,
    .container-smxx {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm,
    .container-sm375,
    .container-smx,
    .container-smxx {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-sm375,
    .container-smx,
    .container-smxx {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-sm375,
    .container-smx,
    .container-smxx,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1440px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-sm375,
    .container-smx,
    .container-smxx,
    .container-x1440,
    .container-xl {
        max-width: 1280px;
    }
}
@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-sm375,
    .container-smx,
    .container-smxx,
    .container-x1440,
    .container-x1600,
    .container-xl {
        max-width: 1540px;
    }
}
@media (min-width: 1920px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-sm375,
    .container-smx,
    .container-smxx,
    .container-x1440,
    .container-x1600,
    .container-x1920,
    .container-xl {
        max-width: 1880px;
    }
}
.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm375,
.col-sm375-1,
.col-sm375-2,
.col-sm375-3,
.col-sm375-4,
.col-sm375-5,
.col-sm375-6,
.col-sm375-7,
.col-sm375-8,
.col-sm375-9,
.col-sm375-10,
.col-sm375-11,
.col-sm375-12,
.col-sm375-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-auto,
.col-smx,
.col-smx-1,
.col-smx-2,
.col-smx-3,
.col-smx-4,
.col-smx-5,
.col-smx-6,
.col-smx-7,
.col-smx-8,
.col-smx-9,
.col-smx-10,
.col-smx-11,
.col-smx-12,
.col-smx-auto,
.col-smxx,
.col-smxx-1,
.col-smxx-2,
.col-smxx-3,
.col-smxx-4,
.col-smxx-5,
.col-smxx-6,
.col-smxx-7,
.col-smxx-8,
.col-smxx-9,
.col-smxx-10,
.col-smxx-11,
.col-smxx-12,
.col-smxx-auto,
.col-x1440,
.col-x1440-1,
.col-x1440-2,
.col-x1440-3,
.col-x1440-4,
.col-x1440-5,
.col-x1440-6,
.col-x1440-7,
.col-x1440-8,
.col-x1440-9,
.col-x1440-10,
.col-x1440-11,
.col-x1440-12,
.col-x1440-auto,
.col-x1600,
.col-x1600-1,
.col-x1600-2,
.col-x1600-3,
.col-x1600-4,
.col-x1600-5,
.col-x1600-6,
.col-x1600-7,
.col-x1600-8,
.col-x1600-9,
.col-x1600-10,
.col-x1600-11,
.col-x1600-12,
.col-x1600-auto,
.col-x1920,
.col-x1920-1,
.col-x1920-2,
.col-x1920-3,
.col-x1920-4,
.col-x1920-5,
.col-x1920-6,
.col-x1920-7,
.col-x1920-8,
.col-x1920-9,
.col-x1920-10,
.col-x1920-11,
.col-x1920-12,
.col-x1920-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1,
.col-auto {
    -webkit-box-flex: 0;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-2,
.col-3 {
    -webkit-box-flex: 0;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-4,
.col-5 {
    -webkit-box-flex: 0;
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-6,
.col-7 {
    -webkit-box-flex: 0;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-8,
.col-9 {
    -webkit-box-flex: 0;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-10,
.col-11 {
    -webkit-box-flex: 0;
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    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: 360px) {
    .col-smxx {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-smxx-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-smxx-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-smxx-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-smxx-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-smxx-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-smxx-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-smxx-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-smxx-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-smxx-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-smxx-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-smxx-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-smxx-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-smxx-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-smxx-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-smxx-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-smxx-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-smxx-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-smxx-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-smxx-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-smxx-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-smxx-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-smxx-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-smxx-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-smxx-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-smxx-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-smxx-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-smxx-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-smxx-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-smxx-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-smxx-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-smxx-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-smxx-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-smxx-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-smxx-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-smxx-0 {
        margin-left: 0;
    }
    .offset-smxx-1 {
        margin-left: 8.3333333333%;
    }
    .offset-smxx-2 {
        margin-left: 16.6666666667%;
    }
    .offset-smxx-3 {
        margin-left: 25%;
    }
    .offset-smxx-4 {
        margin-left: 33.3333333333%;
    }
    .offset-smxx-5 {
        margin-left: 41.6666666667%;
    }
    .offset-smxx-6 {
        margin-left: 50%;
    }
    .offset-smxx-7 {
        margin-left: 58.3333333333%;
    }
    .offset-smxx-8 {
        margin-left: 66.6666666667%;
    }
    .offset-smxx-9 {
        margin-left: 75%;
    }
    .offset-smxx-10 {
        margin-left: 83.3333333333%;
    }
    .offset-smxx-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 375px) {
    .col-sm375 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm375-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm375-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm375-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm375-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm375-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm375-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm375-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm375-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm375-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm375-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm375-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm375-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm375-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm375-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm375-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm375-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm375-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm375-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm375-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm375-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-sm375-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-sm375-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-sm375-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-sm375-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-sm375-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-sm375-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-sm375-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-sm375-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-sm375-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-sm375-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-sm375-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-sm375-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-sm375-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-sm375-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-sm375-0 {
        margin-left: 0;
    }
    .offset-sm375-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm375-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm375-3 {
        margin-left: 25%;
    }
    .offset-sm375-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm375-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm375-6 {
        margin-left: 50%;
    }
    .offset-sm375-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm375-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm375-9 {
        margin-left: 75%;
    }
    .offset-sm375-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm375-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 410px) {
    .col-smx {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-smx-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-smx-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-smx-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-smx-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-smx-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-smx-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-smx-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-smx-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-smx-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-smx-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-smx-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-smx-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-smx-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-smx-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-smx-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-smx-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-smx-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-smx-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-smx-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-smx-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-smx-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-smx-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-smx-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-smx-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-smx-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-smx-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-smx-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-smx-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-smx-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-smx-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-smx-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-smx-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-smx-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-smx-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-smx-0 {
        margin-left: 0;
    }
    .offset-smx-1 {
        margin-left: 8.3333333333%;
    }
    .offset-smx-2 {
        margin-left: 16.6666666667%;
    }
    .offset-smx-3 {
        margin-left: 25%;
    }
    .offset-smx-4 {
        margin-left: 33.3333333333%;
    }
    .offset-smx-5 {
        margin-left: 41.6666666667%;
    }
    .offset-smx-6 {
        margin-left: 50%;
    }
    .offset-smx-7 {
        margin-left: 58.3333333333%;
    }
    .offset-smx-8 {
        margin-left: 66.6666666667%;
    }
    .offset-smx-9 {
        margin-left: 75%;
    }
    .offset-smx-10 {
        margin-left: 83.3333333333%;
    }
    .offset-smx-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        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 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        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 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        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 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        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: 1440px) {
    .col-x1440 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-x1440-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-x1440-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-x1440-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-x1440-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-x1440-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-x1440-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-x1440-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-x1440-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-x1440-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-x1440-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-x1440-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-x1440-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-x1440-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-x1440-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-x1440-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-x1440-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-x1440-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-x1440-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-x1440-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-x1440-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-x1440-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-x1440-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-x1440-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-x1440-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-x1440-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-x1440-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-x1440-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-x1440-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-x1440-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-x1440-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-x1440-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-x1440-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-x1440-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-x1440-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-x1440-0 {
        margin-left: 0;
    }
    .offset-x1440-1 {
        margin-left: 8.3333333333%;
    }
    .offset-x1440-2 {
        margin-left: 16.6666666667%;
    }
    .offset-x1440-3 {
        margin-left: 25%;
    }
    .offset-x1440-4 {
        margin-left: 33.3333333333%;
    }
    .offset-x1440-5 {
        margin-left: 41.6666666667%;
    }
    .offset-x1440-6 {
        margin-left: 50%;
    }
    .offset-x1440-7 {
        margin-left: 58.3333333333%;
    }
    .offset-x1440-8 {
        margin-left: 66.6666666667%;
    }
    .offset-x1440-9 {
        margin-left: 75%;
    }
    .offset-x1440-10 {
        margin-left: 83.3333333333%;
    }
    .offset-x1440-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1600px) {
    .col-x1600 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-x1600-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-x1600-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-x1600-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-x1600-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-x1600-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-x1600-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-x1600-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-x1600-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-x1600-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-x1600-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-x1600-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-x1600-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-x1600-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-x1600-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-x1600-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-x1600-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-x1600-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-x1600-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-x1600-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-x1600-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-x1600-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-x1600-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-x1600-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-x1600-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-x1600-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-x1600-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-x1600-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-x1600-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-x1600-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-x1600-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-x1600-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-x1600-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-x1600-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-x1600-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-x1600-0 {
        margin-left: 0;
    }
    .offset-x1600-1 {
        margin-left: 8.3333333333%;
    }
    .offset-x1600-2 {
        margin-left: 16.6666666667%;
    }
    .offset-x1600-3 {
        margin-left: 25%;
    }
    .offset-x1600-4 {
        margin-left: 33.3333333333%;
    }
    .offset-x1600-5 {
        margin-left: 41.6666666667%;
    }
    .offset-x1600-6 {
        margin-left: 50%;
    }
    .offset-x1600-7 {
        margin-left: 58.3333333333%;
    }
    .offset-x1600-8 {
        margin-left: 66.6666666667%;
    }
    .offset-x1600-9 {
        margin-left: 75%;
    }
    .offset-x1600-10 {
        margin-left: 83.3333333333%;
    }
    .offset-x1600-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1920px) {
    .col-x1920 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-x1920-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-x1920-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-x1920-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-x1920-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-x1920-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-x1920-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-x1920-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-x1920-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-x1920-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-x1920-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-x1920-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-x1920-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-x1920-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-x1920-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-x1920-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-x1920-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-x1920-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-x1920-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-x1920-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-x1920-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-x1920-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-x1920-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-x1920-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-x1920-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-x1920-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-x1920-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-x1920-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-x1920-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-x1920-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-x1920-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-x1920-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-x1920-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-x1920-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-x1920-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-x1920-0 {
        margin-left: 0;
    }
    .offset-x1920-1 {
        margin-left: 8.3333333333%;
    }
    .offset-x1920-2 {
        margin-left: 16.6666666667%;
    }
    .offset-x1920-3 {
        margin-left: 25%;
    }
    .offset-x1920-4 {
        margin-left: 33.3333333333%;
    }
    .offset-x1920-5 {
        margin-left: 41.6666666667%;
    }
    .offset-x1920-6 {
        margin-left: 50%;
    }
    .offset-x1920-7 {
        margin-left: 58.3333333333%;
    }
    .offset-x1920-8 {
        margin-left: 66.6666666667%;
    }
    .offset-x1920-9 {
        margin-left: 75%;
    }
    .offset-x1920-10 {
        margin-left: 83.3333333333%;
    }
    .offset-x1920-11 {
        margin-left: 91.6666666667%;
    }
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.7em + 0.75rem - 9px);
    padding: 0.375rem 0.75rem;
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #fff;
    border-radius: 80px;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}
.form-control:focus {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-color: #f26725;
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: rgba(252, 253, 204, 0.5);
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: rgba(252, 253, 204, 0.5);
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: rgba(252, 253, 204, 0.5);
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: rgba(252, 253, 204, 0.5);
    opacity: 1;
}
.form-control::placeholder {
    color: rgba(252, 253, 204, 0.5);
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:focus::-ms-value {
    color: #fff;
    background-color: transparent;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 2px);
    padding-bottom: calc(0.375rem + 2px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.7;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 2px);
    padding-bottom: calc(0.5rem + 2px);
    font-size: 1.125rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 2px);
    padding-bottom: calc(0.25rem + 2px);
    font-size: 0.7875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1.1875rem;
    line-height: 1.7;
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 2px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 4px);
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 4px);
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 0.5rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #f26725;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.7875rem;
    line-height: 1.6;
    color: #212529;
    background-color: f26725;
    border-radius: 80px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #f26725;
    padding-right: calc(1.7em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2305f6ad' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.425em + 0.1875rem) center;
    background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #f26725;
    box-shadow: 0 0 0 0.2rem rgba(5, 246, 173, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.7em + 0.75rem);
    background-position: top calc(0.425em + 0.1875rem) right calc(0.425em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #f26725;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2305f6ad' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
    transparent no-repeat center right 1.75rem / calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #f26725;
    box-shadow: 0 0 0 0.2rem rgba(5, 246, 173, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #f26725;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #f26725;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #f26725;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #f26725;
    background-color: #f26725;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(5, 246, 173, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #f26725;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #f26725;
    box-shadow: 0 0 0 0.2rem rgba(5, 246, 173, 0.25);
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.7875rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 80px;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.7em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.425em + 0.1875rem) center;
    background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.7em + 0.75rem);
    background-position: top calc(0.425em + 0.1875rem) right calc(0.425em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
    transparent no-repeat center right 1.75rem / calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        -webkit-box-pack: center;
        justify-content: center;
    }
    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1.6;
    border-radius: 80px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}
.btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
    color: #212529;
    background-color: #f26725;
    border-color: #f26725;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #04d193;
    border-color: #04c48a;
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(9, 215, 153, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #212529;
    background-color: #f26725;
    border-color: #f26725;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #04c48a;
    border-color: #04b881;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(9, 215, 153, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #e1be45;
    border-color: #e1be45;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #dcb224;
    border-color: #d1aa22;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(196, 167, 65, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #e1be45;
    border-color: #e1be45;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d1aa22;
    border-color: #c6a120;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(196, 167, 65, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #f26725;
    border-color: #f26725;
}
.btn-outline-success:hover {
    color: #212529;
    background-color: #f26725;
    border-color: #f26725;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 246, 173, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #f26725;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #f26725;
    border-color: #f26725;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 246, 173, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #e1be45;
    border-color: #e1be45;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #e1be45;
    border-color: #e1be45;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 190, 69, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #e1be45;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #e1be45;
    border-color: #e1be45;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 190, 69, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #fff;
    border-color: #fff;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fff;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.btn-link:hover {
    color: #f26725;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
    border-radius: 80px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -2px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -2px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -2px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -2px;
}
.input-group-prepend {
    margin-right: -2px;
}
.input-group-append {
    margin-left: -2px;
}
.input-group-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 2px solid #fff;
    border-radius: 80px;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 4px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 4px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.44rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.custom-control-inline {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.22rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #000;
    border-color: #f26725;
    background-color: #f26725;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #f26725;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label:before {
    pointer-events: none;
    background-color: transparent;
    border: 2px solid #fff;
}
.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.22rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label:after {
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 80px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23000' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
    top: calc(0.22rem + 4px);
    left: calc(-2.25rem + 4px);
    width: calc(1rem - 8px);
    height: calc(1rem - 8px);
    background-color: #fff;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: transparent;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.7em + 0.75rem - 9px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    vertical-align: middle;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
    border: 2px solid #fff;
    border-radius: 80px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #05f6ad;
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.25);
}
.custom-select:focus::-ms-value {
    color: #fff;
    background-color: transparent;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 4px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.7875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 4px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.125rem;
}
.custom-file {
    display: inline-block;
    margin-bottom: 0;
}
.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.7em + 0.75rem - 9px);
}
.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #05f6ad;
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse);
}
.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.7em + 0.75rem - 9px);
    font-weight: 400;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 80px;
}
.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.7;
    color: #fff;
}
.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.7em + 0.75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 80px 80px 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #091612, 0 0 0 0.2rem hsla(0, 0%, 100%, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #091612, 0 0 0 0.2rem hsla(0, 0%, 100%, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #091612, 0 0 0 0.2rem hsla(0, 0%, 100%, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #05f6ad !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #04c48a !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #e1be45 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d1aa22 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #fff !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #e6e6e6 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #05f6ad !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #e1be45 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #fff !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 80px !important;
}
.rounded-top {
    border-top-left-radius: 80px !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 80px !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 80px !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 80px !important;
}
.rounded-left {
    border-top-left-radius: 80px !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.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: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}
@media (min-width: 360px) {
    .d-smxx-none {
        display: none !important;
    }
    .d-smxx-inline {
        display: inline !important;
    }
    .d-smxx-inline-block {
        display: inline-block !important;
    }
    .d-smxx-block {
        display: block !important;
    }
    .d-smxx-table {
        display: table !important;
    }
    .d-smxx-table-row {
        display: table-row !important;
    }
    .d-smxx-table-cell {
        display: table-cell !important;
    }
    .d-smxx-flex {
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-smxx-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 375px) {
    .d-sm375-none {
        display: none !important;
    }
    .d-sm375-inline {
        display: inline !important;
    }
    .d-sm375-inline-block {
        display: inline-block !important;
    }
    .d-sm375-block {
        display: block !important;
    }
    .d-sm375-table {
        display: table !important;
    }
    .d-sm375-table-row {
        display: table-row !important;
    }
    .d-sm375-table-cell {
        display: table-cell !important;
    }
    .d-sm375-flex {
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-sm375-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 410px) {
    .d-smx-none {
        display: none !important;
    }
    .d-smx-inline {
        display: inline !important;
    }
    .d-smx-inline-block {
        display: inline-block !important;
    }
    .d-smx-block {
        display: block !important;
    }
    .d-smx-table {
        display: table !important;
    }
    .d-smx-table-row {
        display: table-row !important;
    }
    .d-smx-table-cell {
        display: table-cell !important;
    }
    .d-smx-flex {
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-smx-inline-flex {
        display: -webkit-inline-box !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: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !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: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !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: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !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: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1440px) {
    .d-x1440-none {
        display: none !important;
    }
    .d-x1440-inline {
        display: inline !important;
    }
    .d-x1440-inline-block {
        display: inline-block !important;
    }
    .d-x1440-block {
        display: block !important;
    }
    .d-x1440-table {
        display: table !important;
    }
    .d-x1440-table-row {
        display: table-row !important;
    }
    .d-x1440-table-cell {
        display: table-cell !important;
    }
    .d-x1440-flex {
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-x1440-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1600px) {
    .d-x1600-none {
        display: none !important;
    }
    .d-x1600-inline {
        display: inline !important;
    }
    .d-x1600-inline-block {
        display: inline-block !important;
    }
    .d-x1600-block {
        display: block !important;
    }
    .d-x1600-table {
        display: table !important;
    }
    .d-x1600-table-row {
        display: table-row !important;
    }
    .d-x1600-table-cell {
        display: table-cell !important;
    }
    .d-x1600-flex {
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-x1600-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1920px) {
    .d-x1920-none {
        display: none !important;
    }
    .d-x1920-inline {
        display: inline !important;
    }
    .d-x1920-inline-block {
        display: inline-block !important;
    }
    .d-x1920-block {
        display: block !important;
    }
    .d-x1920-table {
        display: table !important;
    }
    .d-x1920-table-row {
        display: table-row !important;
    }
    .d-x1920-table-cell {
        display: table-cell !important;
    }
    .d-x1920-flex {
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-x1920-inline-flex {
        display: -webkit-inline-box !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: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.8571428571%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important;
}
.flex-column,
.flex-row {
    -webkit-box-direction: normal !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 360px) {
    .flex-smxx-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important;
    }
    .flex-smxx-column,
    .flex-smxx-row {
        -webkit-box-direction: normal !important;
    }
    .flex-smxx-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important;
    }
    .flex-smxx-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-smxx-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-smxx-wrap {
        flex-wrap: wrap !important;
    }
    .flex-smxx-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-smxx-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-smxx-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-smxx-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-smxx-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-smxx-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-smxx-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-smxx-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-smxx-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-smxx-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-smxx-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-smxx-around {
        justify-content: space-around !important;
    }
    .align-items-smxx-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-smxx-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-smxx-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-smxx-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-smxx-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-smxx-start {
        align-content: flex-start !important;
    }
    .align-content-smxx-end {
        align-content: flex-end !important;
    }
    .align-content-smxx-center {
        align-content: center !important;
    }
    .align-content-smxx-between {
        align-content: space-between !important;
    }
    .align-content-smxx-around {
        align-content: space-around !important;
    }
    .align-content-smxx-stretch {
        align-content: stretch !important;
    }
    .align-self-smxx-auto {
        align-self: auto !important;
    }
    .align-self-smxx-start {
        align-self: flex-start !important;
    }
    .align-self-smxx-end {
        align-self: flex-end !important;
    }
    .align-self-smxx-center {
        align-self: center !important;
    }
    .align-self-smxx-baseline {
        align-self: baseline !important;
    }
    .align-self-smxx-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 375px) {
    .flex-sm375-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important;
    }
    .flex-sm375-column,
    .flex-sm375-row {
        -webkit-box-direction: normal !important;
    }
    .flex-sm375-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important;
    }
    .flex-sm375-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm375-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm375-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm375-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm375-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm375-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-sm375-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm375-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm375-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm375-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm375-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm375-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm375-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm375-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm375-around {
        justify-content: space-around !important;
    }
    .align-items-sm375-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm375-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm375-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-sm375-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm375-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm375-start {
        align-content: flex-start !important;
    }
    .align-content-sm375-end {
        align-content: flex-end !important;
    }
    .align-content-sm375-center {
        align-content: center !important;
    }
    .align-content-sm375-between {
        align-content: space-between !important;
    }
    .align-content-sm375-around {
        align-content: space-around !important;
    }
    .align-content-sm375-stretch {
        align-content: stretch !important;
    }
    .align-self-sm375-auto {
        align-self: auto !important;
    }
    .align-self-sm375-start {
        align-self: flex-start !important;
    }
    .align-self-sm375-end {
        align-self: flex-end !important;
    }
    .align-self-sm375-center {
        align-self: center !important;
    }
    .align-self-sm375-baseline {
        align-self: baseline !important;
    }
    .align-self-sm375-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 410px) {
    .flex-smx-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important;
    }
    .flex-smx-column,
    .flex-smx-row {
        -webkit-box-direction: normal !important;
    }
    .flex-smx-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important;
    }
    .flex-smx-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-smx-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-smx-wrap {
        flex-wrap: wrap !important;
    }
    .flex-smx-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-smx-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-smx-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-smx-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-smx-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-smx-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-smx-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-smx-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-smx-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-smx-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-smx-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-smx-around {
        justify-content: space-around !important;
    }
    .align-items-smx-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-smx-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-smx-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-smx-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-smx-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-smx-start {
        align-content: flex-start !important;
    }
    .align-content-smx-end {
        align-content: flex-end !important;
    }
    .align-content-smx-center {
        align-content: center !important;
    }
    .align-content-smx-between {
        align-content: space-between !important;
    }
    .align-content-smx-around {
        align-content: space-around !important;
    }
    .align-content-smx-stretch {
        align-content: stretch !important;
    }
    .align-self-smx-auto {
        align-self: auto !important;
    }
    .align-self-smx-start {
        align-self: flex-start !important;
    }
    .align-self-smx-end {
        align-self: flex-end !important;
    }
    .align-self-smx-center {
        align-self: center !important;
    }
    .align-self-smx-baseline {
        align-self: baseline !important;
    }
    .align-self-smx-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important;
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important;
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important;
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important;
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1440px) {
    .flex-x1440-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important;
    }
    .flex-x1440-column,
    .flex-x1440-row {
        -webkit-box-direction: normal !important;
    }
    .flex-x1440-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important;
    }
    .flex-x1440-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-x1440-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-x1440-wrap {
        flex-wrap: wrap !important;
    }
    .flex-x1440-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-x1440-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-x1440-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-x1440-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-x1440-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-x1440-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-x1440-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-x1440-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-x1440-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-x1440-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-x1440-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-x1440-around {
        justify-content: space-around !important;
    }
    .align-items-x1440-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-x1440-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-x1440-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-x1440-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-x1440-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-x1440-start {
        align-content: flex-start !important;
    }
    .align-content-x1440-end {
        align-content: flex-end !important;
    }
    .align-content-x1440-center {
        align-content: center !important;
    }
    .align-content-x1440-between {
        align-content: space-between !important;
    }
    .align-content-x1440-around {
        align-content: space-around !important;
    }
    .align-content-x1440-stretch {
        align-content: stretch !important;
    }
    .align-self-x1440-auto {
        align-self: auto !important;
    }
    .align-self-x1440-start {
        align-self: flex-start !important;
    }
    .align-self-x1440-end {
        align-self: flex-end !important;
    }
    .align-self-x1440-center {
        align-self: center !important;
    }
    .align-self-x1440-baseline {
        align-self: baseline !important;
    }
    .align-self-x1440-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1600px) {
    .flex-x1600-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important;
    }
    .flex-x1600-column,
    .flex-x1600-row {
        -webkit-box-direction: normal !important;
    }
    .flex-x1600-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important;
    }
    .flex-x1600-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-x1600-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-x1600-wrap {
        flex-wrap: wrap !important;
    }
    .flex-x1600-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-x1600-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-x1600-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-x1600-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-x1600-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-x1600-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-x1600-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-x1600-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-x1600-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-x1600-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-x1600-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-x1600-around {
        justify-content: space-around !important;
    }
    .align-items-x1600-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-x1600-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-x1600-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-x1600-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-x1600-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-x1600-start {
        align-content: flex-start !important;
    }
    .align-content-x1600-end {
        align-content: flex-end !important;
    }
    .align-content-x1600-center {
        align-content: center !important;
    }
    .align-content-x1600-between {
        align-content: space-between !important;
    }
    .align-content-x1600-around {
        align-content: space-around !important;
    }
    .align-content-x1600-stretch {
        align-content: stretch !important;
    }
    .align-self-x1600-auto {
        align-self: auto !important;
    }
    .align-self-x1600-start {
        align-self: flex-start !important;
    }
    .align-self-x1600-end {
        align-self: flex-end !important;
    }
    .align-self-x1600-center {
        align-self: center !important;
    }
    .align-self-x1600-baseline {
        align-self: baseline !important;
    }
    .align-self-x1600-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1920px) {
    .flex-x1920-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important;
    }
    .flex-x1920-column,
    .flex-x1920-row {
        -webkit-box-direction: normal !important;
    }
    .flex-x1920-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important;
    }
    .flex-x1920-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-x1920-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-x1920-wrap {
        flex-wrap: wrap !important;
    }
    .flex-x1920-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-x1920-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-x1920-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-x1920-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-x1920-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-x1920-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-x1920-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-x1920-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-x1920-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-x1920-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-x1920-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-x1920-around {
        justify-content: space-around !important;
    }
    .align-items-x1920-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-x1920-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-x1920-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-x1920-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-x1920-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-x1920-start {
        align-content: flex-start !important;
    }
    .align-content-x1920-end {
        align-content: flex-end !important;
    }
    .align-content-x1920-center {
        align-content: center !important;
    }
    .align-content-x1920-between {
        align-content: space-between !important;
    }
    .align-content-x1920-around {
        align-content: space-around !important;
    }
    .align-content-x1920-stretch {
        align-content: stretch !important;
    }
    .align-self-x1920-auto {
        align-self: auto !important;
    }
    .align-self-x1920-start {
        align-self: flex-start !important;
    }
    .align-self-x1920-end {
        align-self: flex-end !important;
    }
    .align-self-x1920-center {
        align-self: center !important;
    }
    .align-self-x1920-baseline {
        align-self: baseline !important;
    }
    .align-self-x1920-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 360px) {
    .float-smxx-left {
        float: left !important;
    }
    .float-smxx-right {
        float: right !important;
    }
    .float-smxx-none {
        float: none !important;
    }
}
@media (min-width: 375px) {
    .float-sm375-left {
        float: left !important;
    }
    .float-sm375-right {
        float: right !important;
    }
    .float-sm375-none {
        float: none !important;
    }
}
@media (min-width: 410px) {
    .float-smx-left {
        float: left !important;
    }
    .float-smx-right {
        float: right !important;
    }
    .float-smx-none {
        float: none !important;
    }
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
@media (min-width: 1440px) {
    .float-x1440-left {
        float: left !important;
    }
    .float-x1440-right {
        float: right !important;
    }
    .float-x1440-none {
        float: none !important;
    }
}
@media (min-width: 1600px) {
    .float-x1600-left {
        float: left !important;
    }
    .float-x1600-right {
        float: right !important;
    }
    .float-x1600-none {
        float: none !important;
    }
}
@media (min-width: 1920px) {
    .float-x1920-left {
        float: left !important;
    }
    .float-x1920-right {
        float: right !important;
    }
    .float-x1920-none {
        float: none !important;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.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;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 360px) {
    .m-smxx-0 {
        margin: 0 !important;
    }
    .mt-smxx-0,
    .my-smxx-0 {
        margin-top: 0 !important;
    }
    .mr-smxx-0,
    .mx-smxx-0 {
        margin-right: 0 !important;
    }
    .mb-smxx-0,
    .my-smxx-0 {
        margin-bottom: 0 !important;
    }
    .ml-smxx-0,
    .mx-smxx-0 {
        margin-left: 0 !important;
    }
    .m-smxx-1 {
        margin: 0.25rem !important;
    }
    .mt-smxx-1,
    .my-smxx-1 {
        margin-top: 0.25rem !important;
    }
    .mr-smxx-1,
    .mx-smxx-1 {
        margin-right: 0.25rem !important;
    }
    .mb-smxx-1,
    .my-smxx-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-smxx-1,
    .mx-smxx-1 {
        margin-left: 0.25rem !important;
    }
    .m-smxx-2 {
        margin: 0.5rem !important;
    }
    .mt-smxx-2,
    .my-smxx-2 {
        margin-top: 0.5rem !important;
    }
    .mr-smxx-2,
    .mx-smxx-2 {
        margin-right: 0.5rem !important;
    }
    .mb-smxx-2,
    .my-smxx-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-smxx-2,
    .mx-smxx-2 {
        margin-left: 0.5rem !important;
    }
    .m-smxx-3 {
        margin: 1rem !important;
    }
    .mt-smxx-3,
    .my-smxx-3 {
        margin-top: 1rem !important;
    }
    .mr-smxx-3,
    .mx-smxx-3 {
        margin-right: 1rem !important;
    }
    .mb-smxx-3,
    .my-smxx-3 {
        margin-bottom: 1rem !important;
    }
    .ml-smxx-3,
    .mx-smxx-3 {
        margin-left: 1rem !important;
    }
    .m-smxx-4 {
        margin: 1.5rem !important;
    }
    .mt-smxx-4,
    .my-smxx-4 {
        margin-top: 1.5rem !important;
    }
    .mr-smxx-4,
    .mx-smxx-4 {
        margin-right: 1.5rem !important;
    }
    .mb-smxx-4,
    .my-smxx-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-smxx-4,
    .mx-smxx-4 {
        margin-left: 1.5rem !important;
    }
    .m-smxx-5 {
        margin: 3rem !important;
    }
    .mt-smxx-5,
    .my-smxx-5 {
        margin-top: 3rem !important;
    }
    .mr-smxx-5,
    .mx-smxx-5 {
        margin-right: 3rem !important;
    }
    .mb-smxx-5,
    .my-smxx-5 {
        margin-bottom: 3rem !important;
    }
    .ml-smxx-5,
    .mx-smxx-5 {
        margin-left: 3rem !important;
    }
    .p-smxx-0 {
        padding: 0 !important;
    }
    .pt-smxx-0,
    .py-smxx-0 {
        padding-top: 0 !important;
    }
    .pr-smxx-0,
    .px-smxx-0 {
        padding-right: 0 !important;
    }
    .pb-smxx-0,
    .py-smxx-0 {
        padding-bottom: 0 !important;
    }
    .pl-smxx-0,
    .px-smxx-0 {
        padding-left: 0 !important;
    }
    .p-smxx-1 {
        padding: 0.25rem !important;
    }
    .pt-smxx-1,
    .py-smxx-1 {
        padding-top: 0.25rem !important;
    }
    .pr-smxx-1,
    .px-smxx-1 {
        padding-right: 0.25rem !important;
    }
    .pb-smxx-1,
    .py-smxx-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-smxx-1,
    .px-smxx-1 {
        padding-left: 0.25rem !important;
    }
    .p-smxx-2 {
        padding: 0.5rem !important;
    }
    .pt-smxx-2,
    .py-smxx-2 {
        padding-top: 0.5rem !important;
    }
    .pr-smxx-2,
    .px-smxx-2 {
        padding-right: 0.5rem !important;
    }
    .pb-smxx-2,
    .py-smxx-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-smxx-2,
    .px-smxx-2 {
        padding-left: 0.5rem !important;
    }
    .p-smxx-3 {
        padding: 1rem !important;
    }
    .pt-smxx-3,
    .py-smxx-3 {
        padding-top: 1rem !important;
    }
    .pr-smxx-3,
    .px-smxx-3 {
        padding-right: 1rem !important;
    }
    .pb-smxx-3,
    .py-smxx-3 {
        padding-bottom: 1rem !important;
    }
    .pl-smxx-3,
    .px-smxx-3 {
        padding-left: 1rem !important;
    }
    .p-smxx-4 {
        padding: 1.5rem !important;
    }
    .pt-smxx-4,
    .py-smxx-4 {
        padding-top: 1.5rem !important;
    }
    .pr-smxx-4,
    .px-smxx-4 {
        padding-right: 1.5rem !important;
    }
    .pb-smxx-4,
    .py-smxx-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-smxx-4,
    .px-smxx-4 {
        padding-left: 1.5rem !important;
    }
    .p-smxx-5 {
        padding: 3rem !important;
    }
    .pt-smxx-5,
    .py-smxx-5 {
        padding-top: 3rem !important;
    }
    .pr-smxx-5,
    .px-smxx-5 {
        padding-right: 3rem !important;
    }
    .pb-smxx-5,
    .py-smxx-5 {
        padding-bottom: 3rem !important;
    }
    .pl-smxx-5,
    .px-smxx-5 {
        padding-left: 3rem !important;
    }
    .m-smxx-n1 {
        margin: -0.25rem !important;
    }
    .mt-smxx-n1,
    .my-smxx-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-smxx-n1,
    .mx-smxx-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-smxx-n1,
    .my-smxx-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-smxx-n1,
    .mx-smxx-n1 {
        margin-left: -0.25rem !important;
    }
    .m-smxx-n2 {
        margin: -0.5rem !important;
    }
    .mt-smxx-n2,
    .my-smxx-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-smxx-n2,
    .mx-smxx-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-smxx-n2,
    .my-smxx-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-smxx-n2,
    .mx-smxx-n2 {
        margin-left: -0.5rem !important;
    }
    .m-smxx-n3 {
        margin: -1rem !important;
    }
    .mt-smxx-n3,
    .my-smxx-n3 {
        margin-top: -1rem !important;
    }
    .mr-smxx-n3,
    .mx-smxx-n3 {
        margin-right: -1rem !important;
    }
    .mb-smxx-n3,
    .my-smxx-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-smxx-n3,
    .mx-smxx-n3 {
        margin-left: -1rem !important;
    }
    .m-smxx-n4 {
        margin: -1.5rem !important;
    }
    .mt-smxx-n4,
    .my-smxx-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-smxx-n4,
    .mx-smxx-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-smxx-n4,
    .my-smxx-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-smxx-n4,
    .mx-smxx-n4 {
        margin-left: -1.5rem !important;
    }
    .m-smxx-n5 {
        margin: -3rem !important;
    }
    .mt-smxx-n5,
    .my-smxx-n5 {
        margin-top: -3rem !important;
    }
    .mr-smxx-n5,
    .mx-smxx-n5 {
        margin-right: -3rem !important;
    }
    .mb-smxx-n5,
    .my-smxx-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-smxx-n5,
    .mx-smxx-n5 {
        margin-left: -3rem !important;
    }
    .m-smxx-auto {
        margin: auto !important;
    }
    .mt-smxx-auto,
    .my-smxx-auto {
        margin-top: auto !important;
    }
    .mr-smxx-auto,
    .mx-smxx-auto {
        margin-right: auto !important;
    }
    .mb-smxx-auto,
    .my-smxx-auto {
        margin-bottom: auto !important;
    }
    .ml-smxx-auto,
    .mx-smxx-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 375px) {
    .m-sm375-0 {
        margin: 0 !important;
    }
    .mt-sm375-0,
    .my-sm375-0 {
        margin-top: 0 !important;
    }
    .mr-sm375-0,
    .mx-sm375-0 {
        margin-right: 0 !important;
    }
    .mb-sm375-0,
    .my-sm375-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm375-0,
    .mx-sm375-0 {
        margin-left: 0 !important;
    }
    .m-sm375-1 {
        margin: 0.25rem !important;
    }
    .mt-sm375-1,
    .my-sm375-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm375-1,
    .mx-sm375-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm375-1,
    .my-sm375-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm375-1,
    .mx-sm375-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm375-2 {
        margin: 0.5rem !important;
    }
    .mt-sm375-2,
    .my-sm375-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm375-2,
    .mx-sm375-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm375-2,
    .my-sm375-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm375-2,
    .mx-sm375-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm375-3 {
        margin: 1rem !important;
    }
    .mt-sm375-3,
    .my-sm375-3 {
        margin-top: 1rem !important;
    }
    .mr-sm375-3,
    .mx-sm375-3 {
        margin-right: 1rem !important;
    }
    .mb-sm375-3,
    .my-sm375-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm375-3,
    .mx-sm375-3 {
        margin-left: 1rem !important;
    }
    .m-sm375-4 {
        margin: 1.5rem !important;
    }
    .mt-sm375-4,
    .my-sm375-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm375-4,
    .mx-sm375-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm375-4,
    .my-sm375-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm375-4,
    .mx-sm375-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm375-5 {
        margin: 3rem !important;
    }
    .mt-sm375-5,
    .my-sm375-5 {
        margin-top: 3rem !important;
    }
    .mr-sm375-5,
    .mx-sm375-5 {
        margin-right: 3rem !important;
    }
    .mb-sm375-5,
    .my-sm375-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm375-5,
    .mx-sm375-5 {
        margin-left: 3rem !important;
    }
    .p-sm375-0 {
        padding: 0 !important;
    }
    .pt-sm375-0,
    .py-sm375-0 {
        padding-top: 0 !important;
    }
    .pr-sm375-0,
    .px-sm375-0 {
        padding-right: 0 !important;
    }
    .pb-sm375-0,
    .py-sm375-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm375-0,
    .px-sm375-0 {
        padding-left: 0 !important;
    }
    .p-sm375-1 {
        padding: 0.25rem !important;
    }
    .pt-sm375-1,
    .py-sm375-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm375-1,
    .px-sm375-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm375-1,
    .py-sm375-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm375-1,
    .px-sm375-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm375-2 {
        padding: 0.5rem !important;
    }
    .pt-sm375-2,
    .py-sm375-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm375-2,
    .px-sm375-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm375-2,
    .py-sm375-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm375-2,
    .px-sm375-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm375-3 {
        padding: 1rem !important;
    }
    .pt-sm375-3,
    .py-sm375-3 {
        padding-top: 1rem !important;
    }
    .pr-sm375-3,
    .px-sm375-3 {
        padding-right: 1rem !important;
    }
    .pb-sm375-3,
    .py-sm375-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm375-3,
    .px-sm375-3 {
        padding-left: 1rem !important;
    }
    .p-sm375-4 {
        padding: 1.5rem !important;
    }
    .pt-sm375-4,
    .py-sm375-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm375-4,
    .px-sm375-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm375-4,
    .py-sm375-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm375-4,
    .px-sm375-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm375-5 {
        padding: 3rem !important;
    }
    .pt-sm375-5,
    .py-sm375-5 {
        padding-top: 3rem !important;
    }
    .pr-sm375-5,
    .px-sm375-5 {
        padding-right: 3rem !important;
    }
    .pb-sm375-5,
    .py-sm375-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm375-5,
    .px-sm375-5 {
        padding-left: 3rem !important;
    }
    .m-sm375-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm375-n1,
    .my-sm375-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm375-n1,
    .mx-sm375-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm375-n1,
    .my-sm375-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm375-n1,
    .mx-sm375-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm375-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm375-n2,
    .my-sm375-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm375-n2,
    .mx-sm375-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm375-n2,
    .my-sm375-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm375-n2,
    .mx-sm375-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm375-n3 {
        margin: -1rem !important;
    }
    .mt-sm375-n3,
    .my-sm375-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm375-n3,
    .mx-sm375-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm375-n3,
    .my-sm375-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm375-n3,
    .mx-sm375-n3 {
        margin-left: -1rem !important;
    }
    .m-sm375-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm375-n4,
    .my-sm375-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm375-n4,
    .mx-sm375-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm375-n4,
    .my-sm375-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm375-n4,
    .mx-sm375-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm375-n5 {
        margin: -3rem !important;
    }
    .mt-sm375-n5,
    .my-sm375-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm375-n5,
    .mx-sm375-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm375-n5,
    .my-sm375-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm375-n5,
    .mx-sm375-n5 {
        margin-left: -3rem !important;
    }
    .m-sm375-auto {
        margin: auto !important;
    }
    .mt-sm375-auto,
    .my-sm375-auto {
        margin-top: auto !important;
    }
    .mr-sm375-auto,
    .mx-sm375-auto {
        margin-right: auto !important;
    }
    .mb-sm375-auto,
    .my-sm375-auto {
        margin-bottom: auto !important;
    }
    .ml-sm375-auto,
    .mx-sm375-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 410px) {
    .m-smx-0 {
        margin: 0 !important;
    }
    .mt-smx-0,
    .my-smx-0 {
        margin-top: 0 !important;
    }
    .mr-smx-0,
    .mx-smx-0 {
        margin-right: 0 !important;
    }
    .mb-smx-0,
    .my-smx-0 {
        margin-bottom: 0 !important;
    }
    .ml-smx-0,
    .mx-smx-0 {
        margin-left: 0 !important;
    }
    .m-smx-1 {
        margin: 0.25rem !important;
    }
    .mt-smx-1,
    .my-smx-1 {
        margin-top: 0.25rem !important;
    }
    .mr-smx-1,
    .mx-smx-1 {
        margin-right: 0.25rem !important;
    }
    .mb-smx-1,
    .my-smx-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-smx-1,
    .mx-smx-1 {
        margin-left: 0.25rem !important;
    }
    .m-smx-2 {
        margin: 0.5rem !important;
    }
    .mt-smx-2,
    .my-smx-2 {
        margin-top: 0.5rem !important;
    }
    .mr-smx-2,
    .mx-smx-2 {
        margin-right: 0.5rem !important;
    }
    .mb-smx-2,
    .my-smx-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-smx-2,
    .mx-smx-2 {
        margin-left: 0.5rem !important;
    }
    .m-smx-3 {
        margin: 1rem !important;
    }
    .mt-smx-3,
    .my-smx-3 {
        margin-top: 1rem !important;
    }
    .mr-smx-3,
    .mx-smx-3 {
        margin-right: 1rem !important;
    }
    .mb-smx-3,
    .my-smx-3 {
        margin-bottom: 1rem !important;
    }
    .ml-smx-3,
    .mx-smx-3 {
        margin-left: 1rem !important;
    }
    .m-smx-4 {
        margin: 1.5rem !important;
    }
    .mt-smx-4,
    .my-smx-4 {
        margin-top: 1.5rem !important;
    }
    .mr-smx-4,
    .mx-smx-4 {
        margin-right: 1.5rem !important;
    }
    .mb-smx-4,
    .my-smx-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-smx-4,
    .mx-smx-4 {
        margin-left: 1.5rem !important;
    }
    .m-smx-5 {
        margin: 3rem !important;
    }
    .mt-smx-5,
    .my-smx-5 {
        margin-top: 3rem !important;
    }
    .mr-smx-5,
    .mx-smx-5 {
        margin-right: 3rem !important;
    }
    .mb-smx-5,
    .my-smx-5 {
        margin-bottom: 3rem !important;
    }
    .ml-smx-5,
    .mx-smx-5 {
        margin-left: 3rem !important;
    }
    .p-smx-0 {
        padding: 0 !important;
    }
    .pt-smx-0,
    .py-smx-0 {
        padding-top: 0 !important;
    }
    .pr-smx-0,
    .px-smx-0 {
        padding-right: 0 !important;
    }
    .pb-smx-0,
    .py-smx-0 {
        padding-bottom: 0 !important;
    }
    .pl-smx-0,
    .px-smx-0 {
        padding-left: 0 !important;
    }
    .p-smx-1 {
        padding: 0.25rem !important;
    }
    .pt-smx-1,
    .py-smx-1 {
        padding-top: 0.25rem !important;
    }
    .pr-smx-1,
    .px-smx-1 {
        padding-right: 0.25rem !important;
    }
    .pb-smx-1,
    .py-smx-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-smx-1,
    .px-smx-1 {
        padding-left: 0.25rem !important;
    }
    .p-smx-2 {
        padding: 0.5rem !important;
    }
    .pt-smx-2,
    .py-smx-2 {
        padding-top: 0.5rem !important;
    }
    .pr-smx-2,
    .px-smx-2 {
        padding-right: 0.5rem !important;
    }
    .pb-smx-2,
    .py-smx-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-smx-2,
    .px-smx-2 {
        padding-left: 0.5rem !important;
    }
    .p-smx-3 {
        padding: 1rem !important;
    }
    .pt-smx-3,
    .py-smx-3 {
        padding-top: 1rem !important;
    }
    .pr-smx-3,
    .px-smx-3 {
        padding-right: 1rem !important;
    }
    .pb-smx-3,
    .py-smx-3 {
        padding-bottom: 1rem !important;
    }
    .pl-smx-3,
    .px-smx-3 {
        padding-left: 1rem !important;
    }
    .p-smx-4 {
        padding: 1.5rem !important;
    }
    .pt-smx-4,
    .py-smx-4 {
        padding-top: 1.5rem !important;
    }
    .pr-smx-4,
    .px-smx-4 {
        padding-right: 1.5rem !important;
    }
    .pb-smx-4,
    .py-smx-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-smx-4,
    .px-smx-4 {
        padding-left: 1.5rem !important;
    }
    .p-smx-5 {
        padding: 3rem !important;
    }
    .pt-smx-5,
    .py-smx-5 {
        padding-top: 3rem !important;
    }
    .pr-smx-5,
    .px-smx-5 {
        padding-right: 3rem !important;
    }
    .pb-smx-5,
    .py-smx-5 {
        padding-bottom: 3rem !important;
    }
    .pl-smx-5,
    .px-smx-5 {
        padding-left: 3rem !important;
    }
    .m-smx-n1 {
        margin: -0.25rem !important;
    }
    .mt-smx-n1,
    .my-smx-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-smx-n1,
    .mx-smx-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-smx-n1,
    .my-smx-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-smx-n1,
    .mx-smx-n1 {
        margin-left: -0.25rem !important;
    }
    .m-smx-n2 {
        margin: -0.5rem !important;
    }
    .mt-smx-n2,
    .my-smx-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-smx-n2,
    .mx-smx-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-smx-n2,
    .my-smx-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-smx-n2,
    .mx-smx-n2 {
        margin-left: -0.5rem !important;
    }
    .m-smx-n3 {
        margin: -1rem !important;
    }
    .mt-smx-n3,
    .my-smx-n3 {
        margin-top: -1rem !important;
    }
    .mr-smx-n3,
    .mx-smx-n3 {
        margin-right: -1rem !important;
    }
    .mb-smx-n3,
    .my-smx-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-smx-n3,
    .mx-smx-n3 {
        margin-left: -1rem !important;
    }
    .m-smx-n4 {
        margin: -1.5rem !important;
    }
    .mt-smx-n4,
    .my-smx-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-smx-n4,
    .mx-smx-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-smx-n4,
    .my-smx-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-smx-n4,
    .mx-smx-n4 {
        margin-left: -1.5rem !important;
    }
    .m-smx-n5 {
        margin: -3rem !important;
    }
    .mt-smx-n5,
    .my-smx-n5 {
        margin-top: -3rem !important;
    }
    .mr-smx-n5,
    .mx-smx-n5 {
        margin-right: -3rem !important;
    }
    .mb-smx-n5,
    .my-smx-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-smx-n5,
    .mx-smx-n5 {
        margin-left: -3rem !important;
    }
    .m-smx-auto {
        margin: auto !important;
    }
    .mt-smx-auto,
    .my-smx-auto {
        margin-top: auto !important;
    }
    .mr-smx-auto,
    .mx-smx-auto {
        margin-right: auto !important;
    }
    .mb-smx-auto,
    .my-smx-auto {
        margin-bottom: auto !important;
    }
    .ml-smx-auto,
    .mx-smx-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1440px) {
    .m-x1440-0 {
        margin: 0 !important;
    }
    .mt-x1440-0,
    .my-x1440-0 {
        margin-top: 0 !important;
    }
    .mr-x1440-0,
    .mx-x1440-0 {
        margin-right: 0 !important;
    }
    .mb-x1440-0,
    .my-x1440-0 {
        margin-bottom: 0 !important;
    }
    .ml-x1440-0,
    .mx-x1440-0 {
        margin-left: 0 !important;
    }
    .m-x1440-1 {
        margin: 0.25rem !important;
    }
    .mt-x1440-1,
    .my-x1440-1 {
        margin-top: 0.25rem !important;
    }
    .mr-x1440-1,
    .mx-x1440-1 {
        margin-right: 0.25rem !important;
    }
    .mb-x1440-1,
    .my-x1440-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-x1440-1,
    .mx-x1440-1 {
        margin-left: 0.25rem !important;
    }
    .m-x1440-2 {
        margin: 0.5rem !important;
    }
    .mt-x1440-2,
    .my-x1440-2 {
        margin-top: 0.5rem !important;
    }
    .mr-x1440-2,
    .mx-x1440-2 {
        margin-right: 0.5rem !important;
    }
    .mb-x1440-2,
    .my-x1440-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-x1440-2,
    .mx-x1440-2 {
        margin-left: 0.5rem !important;
    }
    .m-x1440-3 {
        margin: 1rem !important;
    }
    .mt-x1440-3,
    .my-x1440-3 {
        margin-top: 1rem !important;
    }
    .mr-x1440-3,
    .mx-x1440-3 {
        margin-right: 1rem !important;
    }
    .mb-x1440-3,
    .my-x1440-3 {
        margin-bottom: 1rem !important;
    }
    .ml-x1440-3,
    .mx-x1440-3 {
        margin-left: 1rem !important;
    }
    .m-x1440-4 {
        margin: 1.5rem !important;
    }
    .mt-x1440-4,
    .my-x1440-4 {
        margin-top: 1.5rem !important;
    }
    .mr-x1440-4,
    .mx-x1440-4 {
        margin-right: 1.5rem !important;
    }
    .mb-x1440-4,
    .my-x1440-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-x1440-4,
    .mx-x1440-4 {
        margin-left: 1.5rem !important;
    }
    .m-x1440-5 {
        margin: 3rem !important;
    }
    .mt-x1440-5,
    .my-x1440-5 {
        margin-top: 3rem !important;
    }
    .mr-x1440-5,
    .mx-x1440-5 {
        margin-right: 3rem !important;
    }
    .mb-x1440-5,
    .my-x1440-5 {
        margin-bottom: 3rem !important;
    }
    .ml-x1440-5,
    .mx-x1440-5 {
        margin-left: 3rem !important;
    }
    .p-x1440-0 {
        padding: 0 !important;
    }
    .pt-x1440-0,
    .py-x1440-0 {
        padding-top: 0 !important;
    }
    .pr-x1440-0,
    .px-x1440-0 {
        padding-right: 0 !important;
    }
    .pb-x1440-0,
    .py-x1440-0 {
        padding-bottom: 0 !important;
    }
    .pl-x1440-0,
    .px-x1440-0 {
        padding-left: 0 !important;
    }
    .p-x1440-1 {
        padding: 0.25rem !important;
    }
    .pt-x1440-1,
    .py-x1440-1 {
        padding-top: 0.25rem !important;
    }
    .pr-x1440-1,
    .px-x1440-1 {
        padding-right: 0.25rem !important;
    }
    .pb-x1440-1,
    .py-x1440-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-x1440-1,
    .px-x1440-1 {
        padding-left: 0.25rem !important;
    }
    .p-x1440-2 {
        padding: 0.5rem !important;
    }
    .pt-x1440-2,
    .py-x1440-2 {
        padding-top: 0.5rem !important;
    }
    .pr-x1440-2,
    .px-x1440-2 {
        padding-right: 0.5rem !important;
    }
    .pb-x1440-2,
    .py-x1440-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-x1440-2,
    .px-x1440-2 {
        padding-left: 0.5rem !important;
    }
    .p-x1440-3 {
        padding: 1rem !important;
    }
    .pt-x1440-3,
    .py-x1440-3 {
        padding-top: 1rem !important;
    }
    .pr-x1440-3,
    .px-x1440-3 {
        padding-right: 1rem !important;
    }
    .pb-x1440-3,
    .py-x1440-3 {
        padding-bottom: 1rem !important;
    }
    .pl-x1440-3,
    .px-x1440-3 {
        padding-left: 1rem !important;
    }
    .p-x1440-4 {
        padding: 1.5rem !important;
    }
    .pt-x1440-4,
    .py-x1440-4 {
        padding-top: 1.5rem !important;
    }
    .pr-x1440-4,
    .px-x1440-4 {
        padding-right: 1.5rem !important;
    }
    .pb-x1440-4,
    .py-x1440-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-x1440-4,
    .px-x1440-4 {
        padding-left: 1.5rem !important;
    }
    .p-x1440-5 {
        padding: 3rem !important;
    }
    .pt-x1440-5,
    .py-x1440-5 {
        padding-top: 3rem !important;
    }
    .pr-x1440-5,
    .px-x1440-5 {
        padding-right: 3rem !important;
    }
    .pb-x1440-5,
    .py-x1440-5 {
        padding-bottom: 3rem !important;
    }
    .pl-x1440-5,
    .px-x1440-5 {
        padding-left: 3rem !important;
    }
    .m-x1440-n1 {
        margin: -0.25rem !important;
    }
    .mt-x1440-n1,
    .my-x1440-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-x1440-n1,
    .mx-x1440-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-x1440-n1,
    .my-x1440-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-x1440-n1,
    .mx-x1440-n1 {
        margin-left: -0.25rem !important;
    }
    .m-x1440-n2 {
        margin: -0.5rem !important;
    }
    .mt-x1440-n2,
    .my-x1440-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-x1440-n2,
    .mx-x1440-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-x1440-n2,
    .my-x1440-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-x1440-n2,
    .mx-x1440-n2 {
        margin-left: -0.5rem !important;
    }
    .m-x1440-n3 {
        margin: -1rem !important;
    }
    .mt-x1440-n3,
    .my-x1440-n3 {
        margin-top: -1rem !important;
    }
    .mr-x1440-n3,
    .mx-x1440-n3 {
        margin-right: -1rem !important;
    }
    .mb-x1440-n3,
    .my-x1440-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-x1440-n3,
    .mx-x1440-n3 {
        margin-left: -1rem !important;
    }
    .m-x1440-n4 {
        margin: -1.5rem !important;
    }
    .mt-x1440-n4,
    .my-x1440-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-x1440-n4,
    .mx-x1440-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-x1440-n4,
    .my-x1440-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-x1440-n4,
    .mx-x1440-n4 {
        margin-left: -1.5rem !important;
    }
    .m-x1440-n5 {
        margin: -3rem !important;
    }
    .mt-x1440-n5,
    .my-x1440-n5 {
        margin-top: -3rem !important;
    }
    .mr-x1440-n5,
    .mx-x1440-n5 {
        margin-right: -3rem !important;
    }
    .mb-x1440-n5,
    .my-x1440-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-x1440-n5,
    .mx-x1440-n5 {
        margin-left: -3rem !important;
    }
    .m-x1440-auto {
        margin: auto !important;
    }
    .mt-x1440-auto,
    .my-x1440-auto {
        margin-top: auto !important;
    }
    .mr-x1440-auto,
    .mx-x1440-auto {
        margin-right: auto !important;
    }
    .mb-x1440-auto,
    .my-x1440-auto {
        margin-bottom: auto !important;
    }
    .ml-x1440-auto,
    .mx-x1440-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1600px) {
    .m-x1600-0 {
        margin: 0 !important;
    }
    .mt-x1600-0,
    .my-x1600-0 {
        margin-top: 0 !important;
    }
    .mr-x1600-0,
    .mx-x1600-0 {
        margin-right: 0 !important;
    }
    .mb-x1600-0,
    .my-x1600-0 {
        margin-bottom: 0 !important;
    }
    .ml-x1600-0,
    .mx-x1600-0 {
        margin-left: 0 !important;
    }
    .m-x1600-1 {
        margin: 0.25rem !important;
    }
    .mt-x1600-1,
    .my-x1600-1 {
        margin-top: 0.25rem !important;
    }
    .mr-x1600-1,
    .mx-x1600-1 {
        margin-right: 0.25rem !important;
    }
    .mb-x1600-1,
    .my-x1600-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-x1600-1,
    .mx-x1600-1 {
        margin-left: 0.25rem !important;
    }
    .m-x1600-2 {
        margin: 0.5rem !important;
    }
    .mt-x1600-2,
    .my-x1600-2 {
        margin-top: 0.5rem !important;
    }
    .mr-x1600-2,
    .mx-x1600-2 {
        margin-right: 0.5rem !important;
    }
    .mb-x1600-2,
    .my-x1600-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-x1600-2,
    .mx-x1600-2 {
        margin-left: 0.5rem !important;
    }
    .m-x1600-3 {
        margin: 1rem !important;
    }
    .mt-x1600-3,
    .my-x1600-3 {
        margin-top: 1rem !important;
    }
    .mr-x1600-3,
    .mx-x1600-3 {
        margin-right: 1rem !important;
    }
    .mb-x1600-3,
    .my-x1600-3 {
        margin-bottom: 1rem !important;
    }
    .ml-x1600-3,
    .mx-x1600-3 {
        margin-left: 1rem !important;
    }
    .m-x1600-4 {
        margin: 1.5rem !important;
    }
    .mt-x1600-4,
    .my-x1600-4 {
        margin-top: 1.5rem !important;
    }
    .mr-x1600-4,
    .mx-x1600-4 {
        margin-right: 1.5rem !important;
    }
    .mb-x1600-4,
    .my-x1600-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-x1600-4,
    .mx-x1600-4 {
        margin-left: 1.5rem !important;
    }
    .m-x1600-5 {
        margin: 3rem !important;
    }
    .mt-x1600-5,
    .my-x1600-5 {
        margin-top: 3rem !important;
    }
    .mr-x1600-5,
    .mx-x1600-5 {
        margin-right: 3rem !important;
    }
    .mb-x1600-5,
    .my-x1600-5 {
        margin-bottom: 3rem !important;
    }
    .ml-x1600-5,
    .mx-x1600-5 {
        margin-left: 3rem !important;
    }
    .p-x1600-0 {
        padding: 0 !important;
    }
    .pt-x1600-0,
    .py-x1600-0 {
        padding-top: 0 !important;
    }
    .pr-x1600-0,
    .px-x1600-0 {
        padding-right: 0 !important;
    }
    .pb-x1600-0,
    .py-x1600-0 {
        padding-bottom: 0 !important;
    }
    .pl-x1600-0,
    .px-x1600-0 {
        padding-left: 0 !important;
    }
    .p-x1600-1 {
        padding: 0.25rem !important;
    }
    .pt-x1600-1,
    .py-x1600-1 {
        padding-top: 0.25rem !important;
    }
    .pr-x1600-1,
    .px-x1600-1 {
        padding-right: 0.25rem !important;
    }
    .pb-x1600-1,
    .py-x1600-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-x1600-1,
    .px-x1600-1 {
        padding-left: 0.25rem !important;
    }
    .p-x1600-2 {
        padding: 0.5rem !important;
    }
    .pt-x1600-2,
    .py-x1600-2 {
        padding-top: 0.5rem !important;
    }
    .pr-x1600-2,
    .px-x1600-2 {
        padding-right: 0.5rem !important;
    }
    .pb-x1600-2,
    .py-x1600-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-x1600-2,
    .px-x1600-2 {
        padding-left: 0.5rem !important;
    }
    .p-x1600-3 {
        padding: 1rem !important;
    }
    .pt-x1600-3,
    .py-x1600-3 {
        padding-top: 1rem !important;
    }
    .pr-x1600-3,
    .px-x1600-3 {
        padding-right: 1rem !important;
    }
    .pb-x1600-3,
    .py-x1600-3 {
        padding-bottom: 1rem !important;
    }
    .pl-x1600-3,
    .px-x1600-3 {
        padding-left: 1rem !important;
    }
    .p-x1600-4 {
        padding: 1.5rem !important;
    }
    .pt-x1600-4,
    .py-x1600-4 {
        padding-top: 1.5rem !important;
    }
    .pr-x1600-4,
    .px-x1600-4 {
        padding-right: 1.5rem !important;
    }
    .pb-x1600-4,
    .py-x1600-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-x1600-4,
    .px-x1600-4 {
        padding-left: 1.5rem !important;
    }
    .p-x1600-5 {
        padding: 3rem !important;
    }
    .pt-x1600-5,
    .py-x1600-5 {
        padding-top: 3rem !important;
    }
    .pr-x1600-5,
    .px-x1600-5 {
        padding-right: 3rem !important;
    }
    .pb-x1600-5,
    .py-x1600-5 {
        padding-bottom: 3rem !important;
    }
    .pl-x1600-5,
    .px-x1600-5 {
        padding-left: 3rem !important;
    }
    .m-x1600-n1 {
        margin: -0.25rem !important;
    }
    .mt-x1600-n1,
    .my-x1600-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-x1600-n1,
    .mx-x1600-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-x1600-n1,
    .my-x1600-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-x1600-n1,
    .mx-x1600-n1 {
        margin-left: -0.25rem !important;
    }
    .m-x1600-n2 {
        margin: -0.5rem !important;
    }
    .mt-x1600-n2,
    .my-x1600-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-x1600-n2,
    .mx-x1600-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-x1600-n2,
    .my-x1600-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-x1600-n2,
    .mx-x1600-n2 {
        margin-left: -0.5rem !important;
    }
    .m-x1600-n3 {
        margin: -1rem !important;
    }
    .mt-x1600-n3,
    .my-x1600-n3 {
        margin-top: -1rem !important;
    }
    .mr-x1600-n3,
    .mx-x1600-n3 {
        margin-right: -1rem !important;
    }
    .mb-x1600-n3,
    .my-x1600-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-x1600-n3,
    .mx-x1600-n3 {
        margin-left: -1rem !important;
    }
    .m-x1600-n4 {
        margin: -1.5rem !important;
    }
    .mt-x1600-n4,
    .my-x1600-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-x1600-n4,
    .mx-x1600-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-x1600-n4,
    .my-x1600-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-x1600-n4,
    .mx-x1600-n4 {
        margin-left: -1.5rem !important;
    }
    .m-x1600-n5 {
        margin: -3rem !important;
    }
    .mt-x1600-n5,
    .my-x1600-n5 {
        margin-top: -3rem !important;
    }
    .mr-x1600-n5,
    .mx-x1600-n5 {
        margin-right: -3rem !important;
    }
    .mb-x1600-n5,
    .my-x1600-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-x1600-n5,
    .mx-x1600-n5 {
        margin-left: -3rem !important;
    }
    .m-x1600-auto {
        margin: auto !important;
    }
    .mt-x1600-auto,
    .my-x1600-auto {
        margin-top: auto !important;
    }
    .mr-x1600-auto,
    .mx-x1600-auto {
        margin-right: auto !important;
    }
    .mb-x1600-auto,
    .my-x1600-auto {
        margin-bottom: auto !important;
    }
    .ml-x1600-auto,
    .mx-x1600-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1920px) {
    .m-x1920-0 {
        margin: 0 !important;
    }
    .mt-x1920-0,
    .my-x1920-0 {
        margin-top: 0 !important;
    }
    .mr-x1920-0,
    .mx-x1920-0 {
        margin-right: 0 !important;
    }
    .mb-x1920-0,
    .my-x1920-0 {
        margin-bottom: 0 !important;
    }
    .ml-x1920-0,
    .mx-x1920-0 {
        margin-left: 0 !important;
    }
    .m-x1920-1 {
        margin: 0.25rem !important;
    }
    .mt-x1920-1,
    .my-x1920-1 {
        margin-top: 0.25rem !important;
    }
    .mr-x1920-1,
    .mx-x1920-1 {
        margin-right: 0.25rem !important;
    }
    .mb-x1920-1,
    .my-x1920-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-x1920-1,
    .mx-x1920-1 {
        margin-left: 0.25rem !important;
    }
    .m-x1920-2 {
        margin: 0.5rem !important;
    }
    .mt-x1920-2,
    .my-x1920-2 {
        margin-top: 0.5rem !important;
    }
    .mr-x1920-2,
    .mx-x1920-2 {
        margin-right: 0.5rem !important;
    }
    .mb-x1920-2,
    .my-x1920-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-x1920-2,
    .mx-x1920-2 {
        margin-left: 0.5rem !important;
    }
    .m-x1920-3 {
        margin: 1rem !important;
    }
    .mt-x1920-3,
    .my-x1920-3 {
        margin-top: 1rem !important;
    }
    .mr-x1920-3,
    .mx-x1920-3 {
        margin-right: 1rem !important;
    }
    .mb-x1920-3,
    .my-x1920-3 {
        margin-bottom: 1rem !important;
    }
    .ml-x1920-3,
    .mx-x1920-3 {
        margin-left: 1rem !important;
    }
    .m-x1920-4 {
        margin: 1.5rem !important;
    }
    .mt-x1920-4,
    .my-x1920-4 {
        margin-top: 1.5rem !important;
    }
    .mr-x1920-4,
    .mx-x1920-4 {
        margin-right: 1.5rem !important;
    }
    .mb-x1920-4,
    .my-x1920-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-x1920-4,
    .mx-x1920-4 {
        margin-left: 1.5rem !important;
    }
    .m-x1920-5 {
        margin: 3rem !important;
    }
    .mt-x1920-5,
    .my-x1920-5 {
        margin-top: 3rem !important;
    }
    .mr-x1920-5,
    .mx-x1920-5 {
        margin-right: 3rem !important;
    }
    .mb-x1920-5,
    .my-x1920-5 {
        margin-bottom: 3rem !important;
    }
    .ml-x1920-5,
    .mx-x1920-5 {
        margin-left: 3rem !important;
    }
    .p-x1920-0 {
        padding: 0 !important;
    }
    .pt-x1920-0,
    .py-x1920-0 {
        padding-top: 0 !important;
    }
    .pr-x1920-0,
    .px-x1920-0 {
        padding-right: 0 !important;
    }
    .pb-x1920-0,
    .py-x1920-0 {
        padding-bottom: 0 !important;
    }
    .pl-x1920-0,
    .px-x1920-0 {
        padding-left: 0 !important;
    }
    .p-x1920-1 {
        padding: 0.25rem !important;
    }
    .pt-x1920-1,
    .py-x1920-1 {
        padding-top: 0.25rem !important;
    }
    .pr-x1920-1,
    .px-x1920-1 {
        padding-right: 0.25rem !important;
    }
    .pb-x1920-1,
    .py-x1920-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-x1920-1,
    .px-x1920-1 {
        padding-left: 0.25rem !important;
    }
    .p-x1920-2 {
        padding: 0.5rem !important;
    }
    .pt-x1920-2,
    .py-x1920-2 {
        padding-top: 0.5rem !important;
    }
    .pr-x1920-2,
    .px-x1920-2 {
        padding-right: 0.5rem !important;
    }
    .pb-x1920-2,
    .py-x1920-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-x1920-2,
    .px-x1920-2 {
        padding-left: 0.5rem !important;
    }
    .p-x1920-3 {
        padding: 1rem !important;
    }
    .pt-x1920-3,
    .py-x1920-3 {
        padding-top: 1rem !important;
    }
    .pr-x1920-3,
    .px-x1920-3 {
        padding-right: 1rem !important;
    }
    .pb-x1920-3,
    .py-x1920-3 {
        padding-bottom: 1rem !important;
    }
    .pl-x1920-3,
    .px-x1920-3 {
        padding-left: 1rem !important;
    }
    .p-x1920-4 {
        padding: 1.5rem !important;
    }
    .pt-x1920-4,
    .py-x1920-4 {
        padding-top: 1.5rem !important;
    }
    .pr-x1920-4,
    .px-x1920-4 {
        padding-right: 1.5rem !important;
    }
    .pb-x1920-4,
    .py-x1920-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-x1920-4,
    .px-x1920-4 {
        padding-left: 1.5rem !important;
    }
    .p-x1920-5 {
        padding: 3rem !important;
    }
    .pt-x1920-5,
    .py-x1920-5 {
        padding-top: 3rem !important;
    }
    .pr-x1920-5,
    .px-x1920-5 {
        padding-right: 3rem !important;
    }
    .pb-x1920-5,
    .py-x1920-5 {
        padding-bottom: 3rem !important;
    }
    .pl-x1920-5,
    .px-x1920-5 {
        padding-left: 3rem !important;
    }
    .m-x1920-n1 {
        margin: -0.25rem !important;
    }
    .mt-x1920-n1,
    .my-x1920-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-x1920-n1,
    .mx-x1920-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-x1920-n1,
    .my-x1920-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-x1920-n1,
    .mx-x1920-n1 {
        margin-left: -0.25rem !important;
    }
    .m-x1920-n2 {
        margin: -0.5rem !important;
    }
    .mt-x1920-n2,
    .my-x1920-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-x1920-n2,
    .mx-x1920-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-x1920-n2,
    .my-x1920-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-x1920-n2,
    .mx-x1920-n2 {
        margin-left: -0.5rem !important;
    }
    .m-x1920-n3 {
        margin: -1rem !important;
    }
    .mt-x1920-n3,
    .my-x1920-n3 {
        margin-top: -1rem !important;
    }
    .mr-x1920-n3,
    .mx-x1920-n3 {
        margin-right: -1rem !important;
    }
    .mb-x1920-n3,
    .my-x1920-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-x1920-n3,
    .mx-x1920-n3 {
        margin-left: -1rem !important;
    }
    .m-x1920-n4 {
        margin: -1.5rem !important;
    }
    .mt-x1920-n4,
    .my-x1920-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-x1920-n4,
    .mx-x1920-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-x1920-n4,
    .my-x1920-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-x1920-n4,
    .mx-x1920-n4 {
        margin-left: -1.5rem !important;
    }
    .m-x1920-n5 {
        margin: -3rem !important;
    }
    .mt-x1920-n5,
    .my-x1920-n5 {
        margin-top: -3rem !important;
    }
    .mr-x1920-n5,
    .mx-x1920-n5 {
        margin-right: -3rem !important;
    }
    .mb-x1920-n5,
    .my-x1920-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-x1920-n5,
    .mx-x1920-n5 {
        margin-left: -3rem !important;
    }
    .m-x1920-auto {
        margin: auto !important;
    }
    .mt-x1920-auto,
    .my-x1920-auto {
        margin-top: auto !important;
    }
    .mr-x1920-auto,
    .mx-x1920-auto {
        margin-right: auto !important;
    }
    .mb-x1920-auto,
    .my-x1920-auto {
        margin-bottom: auto !important;
    }
    .ml-x1920-auto,
    .mx-x1920-auto {
        margin-left: auto !important;
    }
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 360px) {
    .text-smxx-left {
        text-align: left !important;
    }
    .text-smxx-right {
        text-align: right !important;
    }
    .text-smxx-center {
        text-align: center !important;
    }
}
@media (min-width: 375px) {
    .text-sm375-left {
        text-align: left !important;
    }
    .text-sm375-right {
        text-align: right !important;
    }
    .text-sm375-center {
        text-align: center !important;
    }
}
@media (min-width: 410px) {
    .text-smx-left {
        text-align: left !important;
    }
    .text-smx-right {
        text-align: right !important;
    }
    .text-smx-center {
        text-align: center !important;
    }
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1440px) {
    .text-x1440-left {
        text-align: left !important;
    }
    .text-x1440-right {
        text-align: right !important;
    }
    .text-x1440-center {
        text-align: center !important;
    }
}
@media (min-width: 1600px) {
    .text-x1600-left {
        text-align: left !important;
    }
    .text-x1600-right {
        text-align: right !important;
    }
    .text-x1600-center {
        text-align: center !important;
    }
}
@media (min-width: 1920px) {
    .text-x1920-left {
        text-align: left !important;
    }
    .text-x1920-right {
        text-align: right !important;
    }
    .text-x1920-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #05f6ad !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #03ab78 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
.text-warning {
    color: #e1be45 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #bb981e !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
.text-light {
    color: #fff !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #d9d9d9 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #fff !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.v-select {
    position: relative;
    font-family: inherit;
}
.v-select,
.v-select * {
    box-sizing: border-box;
}
@-webkit-keyframes vSelectSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes vSelectSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.vs__fade-enter-active,
.vs__fade-leave-active {
    pointer-events: none;
    -webkit-transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
    transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}
.vs__fade-enter,
.vs__fade-leave-to {
    opacity: 0;
}
.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
    cursor: not-allowed;
    background-color: #f8f8f8;
}
.v-select[dir="rtl"] .vs__actions {
    padding: 0 3px 0 6px;
}
.v-select[dir="rtl"] .vs__clear {
    margin-left: 6px;
    margin-right: 0;
}
.v-select[dir="rtl"] .vs__deselect {
    margin-left: 0;
    margin-right: 2px;
}
.v-select[dir="rtl"] .vs__dropdown-menu {
    text-align: right;
}
.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: flex;
    padding: 0 0 4px;
    background: none;
    border: 1px solid rgba(60, 60, 60, 0.26);
    border-radius: 4px;
    white-space: normal;
}
.vs__selected-options {
    display: -webkit-box;
    display: flex;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative;
}
.vs__actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px 6px 0 3px;
}
.vs--searchable .vs__dropdown-toggle {
    cursor: text;
}
.vs--unsearchable .vs__dropdown-toggle {
    cursor: pointer;
}
.vs--open .vs__dropdown-toggle {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.vs__open-indicator {
    fill: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
    transition: -webkit-transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
    transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
    transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855), -webkit-transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
    -webkit-transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
    transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}
.vs--open .vs__open-indicator {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
}
.vs--loading .vs__open-indicator {
    opacity: 0;
}
.vs__clear {
    fill: #fff;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 8px;
}
.vs__dropdown-menu {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    max-height: 350px;
    min-width: 160px;
    overflow-y: auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(60, 60, 60, 0.26);
    border-top-style: none;
    border-radius: 0 0 4px 4px;
    text-align: left;
    list-style: none;
    background: #282828;
}
.vs__no-options {
    text-align: center;
}
.vs__dropdown-option {
    line-height: 1.42857143;
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #333;
    white-space: nowrap;
}
.vs__dropdown-option:hover {
    cursor: pointer;
}
.vs__dropdown-option--highlight {
    background: #353535;
    color: #fff;
}
.vs__dropdown-option--disabled {
    background: inherit;
    color: rgba(60, 60, 60, 0.5);
}
.vs__dropdown-option--disabled:hover {
    cursor: inherit;
}
.vs__selected {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid rgba(60, 60, 60, 0.26);
    border-radius: 4px;
    color: #333;
    line-height: 1.4;
    margin: 4px 2px 0;
    padding: 0 0.25em;
    z-index: 0;
}
.vs__deselect {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 4px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    fill: #fff;
    text-shadow: 0 1px 0 #fff;
}
.vs--single .vs__selected {
    background-color: transparent;
    border-color: transparent;
}
.vs--single.vs--open .vs__selected {
    position: absolute;
    opacity: 0.4;
}
.vs--single.vs--searching .vs__selected {
    display: none;
}
.vs__search::-webkit-search-cancel-button {
    display: none;
}
.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
    display: none;
}
.vs__search,
.vs__search:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.4;
    font-size: 1em;
    border: 1px solid transparent;
    border-left: none;
    outline: none;
    margin: 4px 0 0;
    padding: 0 7px;
    background: none;
    box-shadow: none;
    width: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    z-index: 1;
}
.vs__search::-webkit-input-placeholder {
    color: inherit;
}
.vs__search::-moz-placeholder {
    color: inherit;
}
.vs__search:-ms-input-placeholder {
    color: inherit;
}
.vs__search::-ms-input-placeholder {
    color: inherit;
}
.vs__search::placeholder {
    color: inherit;
}
.vs--unsearchable .vs__search {
    opacity: 1;
}
.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
    cursor: pointer;
}
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
    opacity: 0.2;
}
.vs__spinner {
    align-self: center;
    opacity: 0;
    font-size: 5px;
    text-indent: -9999em;
    overflow: hidden;
    border: 0.9em solid hsla(0, 0%, 39.2%, 0.1);
    border-left-color: rgba(60, 60, 60, 0.45);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: vSelectSpinner 1.1s linear infinite;
    animation: vSelectSpinner 1.1s linear infinite;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}
.vs__spinner,
.vs__spinner:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}
.vs--loading .vs__spinner {
    opacity: 1;
}
body.modal {
    overflow: hidden;
}
#App {
    position: relative;
}
.btn.cracked {
    position: relative;
    height: 49.27px;
    width: 260px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}
.btn.cracked svg {
    display: block;
    height: 49.27px;
    width: 260px;
    -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
}
.btn.cracked svg g {
    fill: #fcfdcc;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}
.btn.cracked span {
    color: #030e0e;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-transform: uppercase;
    font-size: 1.5rem;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.btn.cracked:hover span {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate(-50%, -50%);
    transform: scale3d(1.1, 1.1, 1.1) translate(-50%, -50%);
}
.btn.cracked:hover svg g {
    fill: #fff;
}
.btn.standard {
    border: 2px solid hsla(0, 0%, 100%, 0.3);
    background-color: transparent;
    letter-spacing: 0.05rem;
    position: relative;
    padding: 0.35rem 1.5rem;
    font-size: 0.75rem;
    white-space: nowrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-weight: 400;
}
.btn.standard span,
.btn.standard svg {
    position: relative;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    pointer-events: none;
}
.btn.standard:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.04, 1.2);
    transform: translate(-50%, -50%) scale(1.04, 1.2);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background-color: transparent;
    -webkit-transition: background-color 0.05s ease, -webkit-transform 0.15s ease;
    transition: background-color 0.05s ease, -webkit-transform 0.15s ease;
    transition: transform 0.15s ease, background-color 0.05s ease;
    transition: transform 0.15s ease, background-color 0.05s ease, -webkit-transform 0.15s ease;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 45px;
}
.btn.standard.in:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition-duration: 0.15s, 0.05s;
    transition-duration: 0.15s, 0.05s;
    background-color: #fff;
}
.btn.standard.in span,
.btn.standard.in svg {
    color: #212529;
}
.btn.standard.out:before {
    -webkit-transform: translate(-50%, -50%) scale(1.04, 1.2);
    transform: translate(-50%, -50%) scale(1.04, 1.2);
    -webkit-transition-duration: 0.4s, 0.4s;
    transition-duration: 0.4s, 0.4s;
    background-color: transparent;
}
.btn.standard.out span,
.btn.standard.out svg {
    color: #fff;
}
.btn.standard:active:before,
.btn.standard:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(0.99, 0.97);
    transform: translate(-50%, -50%) scale(0.99, 0.97);
    background-color: #f26725;
}
.btn.standard:active span,
.btn.standard:active svg,
.btn.standard:hover span,
.btn.standard:hover svg {
    color: #212529;
}
.btn.standard.social-btn {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn.standard.social-btn:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.btn.standard.social-btn:active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn.standard.submitting {
    border-color: transparent;
}
.btn.standard.submitting:hover:before {
    background-color: transparent;
}
button.modal {
    position: relative;
    border: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 1.25rem 0.75rem;
}
@media (min-width: 992px) {
    button.modal {
        padding: 0.25rem;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}
@media (min-width: 1200px) {
    button.modal {
        padding: 0.75rem;
    }
}
button.modal .icon {
    padding: 4px;
    width: 33px;
    height: 33px;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s;
    transition: transform 0.2s ease, opacity 0.2s, -webkit-transform 0.2s ease;
    opacity: 0.8;
    position: relative;
    margin-left: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
button.modal .icon g.group > g {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform-origin: 12px 12px;
    transform-origin: 12px 12px;
    -webkit-transform: scaleX(0.6) scaleY(0.6);
    transform: scaleX(0.6) scaleY(0.6);
}
button.modal:hover .icon {
    opacity: 1;
}
button.modal:hover .icon g.group > g {
    -webkit-transform: scaleX(0.85) scaleY(0.85);
    transform: scaleX(0.85) scaleY(0.85);
}
button.modal:focus {
    box-shadow: none;
}
button.modal.open .icon,
button.modal.open .icon g.group > g {
    -webkit-transform: rotate(0) scaleX(1) scaleY(1);
    transform: rotate(0) scaleX(1) scaleY(1);
}
button.modal.open:hover .icon g.group > g.four,
button.modal.open:hover .icon g.group > g.one,
button.modal.open:hover .icon g.group > g.three,
button.modal.open:hover .icon g.group > g.two {
    -webkit-transform: scaleX(1.05) scaleY(1.05);
    transform: scaleX(1.05) scaleY(1.05);
}
.btn-group-sm > button.modal.btn,
button.modal.btn-sm {
    font-size: 1rem;
}
.form-control[readonly] {
    background: inherit;
}
input:-internal-autofill-selected {
    background-color: transparent !important;
    color: #f26725 !important;
}
.academies-bg {
    background: transparent url(images/brouillard.png) top no-repeat;
    background-size: cover;
}
@media (min-width: 992px) {
    .academies-bg {
        background: transparent url(images/brouillard.png) top no-repeat;
        background-size: cover;
    }
}
.academies-bg h2 {
    color: #042625;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 2rem;
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s;
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 768px) {
    .academies-bg h2 {
        font-size: 3rem;
    }
}
.paragraphCgu {
    color: black;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    padding: 35px !important;
    text-align: justify;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000001;
    cursor: pointer;
    opacity: 1;
    background: rgba(0, 0, 0, 0.85);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 1%;
}
@media (min-width: 992px) {
    .overlay {
        padding: 0 10%;
    }
}
.overlay .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.overlay button.modal {
    position: fixed;
    top: 0;
    right: 0;
}
div.bar {
    margin: -1.5% 0 -2.3%;
    position: relative;
    z-index: 2;
}
div.bar img {
    width: 100%;
}
@media (min-width: 992px) {
    div.bar {
        margin: -4% 0 -2.3%;
    }
}
@media (min-width: 992px) {
    .top-bar {
        min-height: 28px;
        position: absolute;
        right: 0;
        top: -6px;
        z-index: 1;
    }
}
@media (min-width: 1200px) {
    .top-bar {
        top: 0;
    }
}
@media (min-width: 1920px) {
    .top-bar {
        top: 5px;
    }
}
.top-bar .social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 24px;
}
.top-bar .social span {
    color: white;
    font-size: 0.725rem;
    letter-spacing: 0.025rem;
    font-family: "Bangers", sans-serif;
    font-weight: 500;
    margin-right: 0.5rem;
    text-transform: uppercase;
}
.top-bar .social a {
    color: #ecfffd;
    font-size: 1.375rem;
    margin: 0 0.275rem;
}
@media (min-width: 992px) {
    .top-bar .social a {
        font-size: 1rem;
        margin: 10px 0.175rem;
    }
}
@media (min-width: 1200px) {
    .top-bar .social a {
        font-size: 1.0625rem;
        margin: 0 0.175rem;
    }
}
.top-bar .social a:hover {
    color: #f26725;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-filter: drop-shadow(0 0 14px hsla(0, 0%, 100%, 0));
        filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0));
    }
    50% {
        -webkit-filter: drop-shadow(0 0 14px #fff);
        filter: drop-shadow(0 0 14px white);
    }
    to {
        -webkit-filter: drop-shadow(0 0 14px hsla(0, 0%, 100%, 0));
        filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0));
    }
}
@keyframes pulse {
    0% {
        -webkit-filter: drop-shadow(0 0 14px hsla(0, 0%, 100%, 0));
        filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0));
    }
    50% {
        -webkit-filter: drop-shadow(0 0 14px #fff);
        filter: drop-shadow(0 0 14px white);
    }
    to {
        -webkit-filter: drop-shadow(0 0 14px hsla(0, 0%, 100%, 0));
        filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0));
    }
}
@media (min-width: 768px) {
    section#Header {
        background-image: url(images/home-bg.jpg);
    }
}
@media (min-width: 992px) {
    section#Header {
        background-image: url(images/home-bg.jpg);
    }
}
section#Header {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
@media (min-width: 768px) {
    section#Header {
        height: 0;
        padding-top: 106.6666666667%;
    }
}
@media (min-width: 992px) {
    section#Header {
        padding-top: 47.9166666667%;
    }
}
@media (min-width: 768px) {
    section#Header > .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
section#Header .meta {
    position: relative;
    height: 450px;
}
section#Header .meta h1 {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
section#Header .meta div {
    /*margin-top: -15px;*/
    text-align: center;
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.08rem;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
@media (min-width: 768px) {
    section#Header .meta {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -20%;
    }
}
@media (min-width: 992px) {
    section#Header .meta {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
    }
}
section#Header picture {
    position: absolute;
    width: 100%;
}
@media (min-width: 992px) {
    section#Header .meta picture {
        width: 50%;
    }
}
section#Header .meta picture img {
    margin-top: 20px;
    height: auto;
}
@media (min-width: 992px) {
    section#Header .meta picture img {
        margin-bottom: 5%;
        padding: 0 5%;
    }
}
section#Header .right-column {
    position: absolute;
    top: 0;
    right: 1.1%;
}
@media (min-width: 768px) {
    section#Header .right-column {
        right: 2.55%;
        width: 44%;
    }
}
@media (min-width: 992px) {
    section#Header .right-column {
        width: 30%;
        top: 56%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
aside#Signup {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 1rem;
    margin-top: -3rem;
}
@media (min-width: 768px) {
    aside#Signup {
        position: absolute;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 21, 21, 0)), color-stop(50%, rgba(8, 21, 21, 0.6)), to(rgba(8, 21, 21, 0.9)));
        background: linear-gradient(180deg, rgba(8, 21, 21, 0), rgba(8, 21, 21, 0.6) 50%, rgba(8, 21, 21, 0.9));
        margin-top: 0;
        width: 100%;
    }
}
@media (min-width: 992px) {
    aside#Signup {
        padding-bottom: 0;
        width: 38%;
        right: 0;
        left: auto;
        top:0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(8, 21, 21, 0)), color-stop(50%, rgba(8, 21, 21, 0.2)), to(rgba(8, 21, 21, 0.2)));
        background: linear-gradient(90deg, rgba(8, 21, 21, 0), rgba(8, 21, 21, 0.2) 50%, rgba(8, 21, 21, 0.2));
    }
    aside#Signup:before {
        content: none;
    }
}
@media (min-width: 1200px) {
    aside#Signup {
        width: 30%;
    }
}
aside#Signup > div {
    position: relative;
}
@media (min-width: 992px) {
    aside#Signup > div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
aside#Signup > div h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: 500;
    color: #f26725;
}
@media (min-width: 992px) {
    aside#Signup > div h2 {
        margin-bottom: 1rem;
    }
}
@media (min-width: 1200px) {
    aside#Signup > div h2 {
        font-size: 2rem;
    }
}
aside#Signup > div h2 span {
    display: block;
    line-height: 1;
}
aside#Signup > div h2 span:first-child {
    font-size: 2rem;
}
@media (min-width: 1200px) {
    aside#Signup > div h2 span:first-child {
        font-size: 3rem;
    }
}
aside#Signup form {
    margin: 0 auto;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}
@media (min-width: 576px) {
    aside#Signup form {
        padding: 0 9rem;
    }
}
@media (min-width: 768px) {
    aside#Signup form {
        padding: 0;
        max-width: 640px;
    }
}
@media (min-width: 992px) {
    aside#Signup form {
        max-width: none;
    }
}
aside#Signup form.submitting {
    opacity: 0;
    pointer-events: none;
}
aside#Signup .form-group {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    aside#Signup .form-group {
        width: 50%;
    }
}
@media (min-width: 992px) {
    aside#Signup .form-group {
        width: auto;
    }
}
@media (min-width: 1440px) {
    aside#Signup .form-group {
        margin-bottom: 0.5rem;
    }
}
aside#Signup .form-group label {
    font-size: 0.75rem;
    font-family: "Bangers", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    color: hsla(0, 0%, 100%, 0.7);
    margin-bottom: 0.25rem;
}
@media (min-width: 1440px) {
    aside#Signup .form-group label {
        margin-bottom: 0.5rem;
    }
}
aside#Signup .form-group label + div {
    position: relative;
    height: calc(1.7em + 0.75rem + 14px);
    padding-top: 4px;
}
@media (min-width: 768px) {
    aside#Signup .form-group label + div {
        height: calc(1.7em + 0.75rem + 8px);
    }
}
@media (min-width: 1440px) {
    aside#Signup .form-group label + div {
        height: calc(1.7em + 0.75rem + 23px);
        padding-top: 13px;
    }
}
aside#Signup .form-group label + div.focused:after {
    opacity: 0.8;
}
aside#Signup .form-group label + div.hovered:after {
    opacity: 0.4;
}
aside#Signup .form-group label + div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    pointer-events: none;
}
aside#Signup .form-group label[for="Email"] + div {
    background: transparent url(images/email-field-1.png) 50% no-repeat;
    background-size: cover;
}
aside#Signup .form-group label[for="Email"] + div:after {
    background: transparent url(images/email-field-1-outline.png) 50% no-repeat;
    background-size: cover;
}
aside#Signup .form-group input {
    text-align: center;
    color: #f26725;
    border: none;
    border-radius: 50px;
    padding: 0.875rem;
    width: 75%;
    margin: 0 auto;
}
@media (min-width: 992px) {
    aside#Signup .form-group input {
        font-size: 1rem;
    }
}
@media (min-width: 1200px) {
    aside#Signup .form-group input {
        font-size: 1.275rem;
    }
}
aside#Signup .form-group input:-internal-autofill-selected {
    background-color: transparent;
}
aside#Signup .form-group input:focus {
    border-radius: 30px;
    outline: none;
    box-shadow: none;
}
aside#Signup .formwrapper {
    position: relative;
}
@media (min-width: 768px) {
    aside#Signup .custom-control {
        padding: 0 5rem;
    }
}
@media (min-width: 992px) {
    aside#Signup .custom-control {
        padding: 0 1.5rem;
    }
}
@media (min-width: 1200px) {
    aside#Signup .custom-control {
        padding: 0 0 0 1.5rem;
    }
}
aside#Signup .custom-checkbox {
    margin: 10px 1rem 5px;
}
@media (min-width: 992px) {
    aside#Signup .custom-checkbox {
        margin: 5px 0;
    }
}
@media (min-width: 1200px) {
    aside#Signup .custom-checkbox {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
@media (min-width: 1440px) {
    aside#Signup .custom-checkbox {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
aside#Signup .custom-control-label {
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.2;
    padding-left: 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #d1d2aa;
}
@media (min-width: 992px) {
    aside#Signup .custom-control-label {
        font-size: 0.675rem;
        width: 85%;
    }
}
@media (min-width: 1200px) {
    aside#Signup .custom-control-label {
        font-size: 0.75rem;
        padding-left: 1rem;
        width: 90%;
    }
}
@media (min-width: 1440px) {
    aside#Signup .custom-control-label {
        width: 80%;
        font-size: 0.8125rem;
    }
}
aside#Signup .custom-control-label a {
    color: #fff;
    text-decoration: underline;
}
aside#Signup .custom-control-label a:hover {
    color: #e1be45;
}
aside#Signup .custom-control-label:after,
aside#Signup .custom-control-label:before {
    top: 0.125rem;
    width: 1.5rem;
    height: 1.5rem;
}
aside#Signup .custom-control-label:before {
    border-color: #d1d2aa;
}
aside#Signup hr {
    margin: 40px auto 20px;
    max-width: 82%;
}
@media (min-width: 992px) {
    aside#Signup hr {
        margin: 40px auto;
    }
}
@media (min-width: 1200px) {
    aside#Signup hr {
        margin: 30px auto;
    }
}
@media (min-width: 1440px) {
    aside#Signup hr {
        margin: 50px auto;
    }
}
.form-control::-webkit-input-placeholder {
    font-size: 0.875rem;
    position: relative;
    bottom: 4px;
}
.form-control::-moz-placeholder {
    font-size: 0.875rem;
    position: relative;
    bottom: 4px;
}
.form-control:-ms-input-placeholder {
    font-size: 0.875rem;
    position: relative;
    bottom: 4px;
}
.form-control::-ms-input-placeholder {
    font-size: 0.875rem;
    position: relative;
    bottom: 4px;
}
.form-control::placeholder {
    font-size: 0.875rem;
    position: relative;
    bottom: 4px;
}
@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    border: none;
    -webkit-text-fill-color: #f26725;
    -webkit-box-shadow: none;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
section#Launch {
    background-color: #010b09;
    position: relative;
    height: 0;
    padding-top: 66.6666666667%;
    -webkit-clip-path: url(#about-clip-path);
    clip-path: url(#about-clip-path);
    z-index: 1;
    margin-top: -20px;
    margin-bottom: -20px;
}
@media (min-width: 768px) {
    section#Launch {
        background-color: #010b09;
        padding-top: 35.15625%;
    }
}
@media (min-width: 992px) {
    section#Launch {
        background-color: #010b09;
        padding-top: 18.0208333333%;
    }
}
section#Launch .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
@media (min-width: 375px) {
    section#Launch .content {
        padding: 15px;
    }
}
@media (min-width: 768px) {
    section#Launch .content {
        padding: 30px;
    }
}
section#Launch h2 {
    text-align: center;
    text-transform: uppercase;
    color: #f26725;
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
    margin-bottom: 1rem;
}
@media (min-width: 375px) {
    section#Launch h2 {
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 768px) {
    section#Launch h2 {
        margin-bottom: 1rem;
        font-size: 2.5rem;
    }
}
@media (min-width: 992px) {
    section#Launch h2 {
        margin-bottom: 0;
    }
}
.clip-svg {
    position: absolute;
    width: 0;
    height: 0;
}
svg.academy clipPath {
    -webkit-transform: scale(0.00455, 0.00185);
    transform: scale(0.00455, 0.00185);
}
@media (min-width: 992px) {
    #Academies {
        position: relative;
        height: 0;
        padding-top: 56.25%;
    }
}
#Academies.before-enter h2 {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
#Academies.before-enter .academy:first-child {
    -webkit-transform: translateX(240%);
    transform: translateX(240%);
}
#Academies.before-enter .academy:nth-child(2) {
    -webkit-transform: translateX(170%);
    transform: translateX(170%);
}
#Academies.before-enter .academy:nth-child(3) {
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
}
#Academies.before-enter .academy .meta {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
#Academies.enter h2 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
#Academies.enter .academy {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
#Academies.enter .academy .meta {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
#Academies.enter.after-enter .academy .meta {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#Academies .content {
    padding: 60px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
@media (min-width: 992px) {
    #Academies .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
    }
}
#Academies .academies {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1360px;
    -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
}
@media (min-width: 768px) {
    #Academies .academies {
        flex-wrap: nowrap;
    }
}
#Academies .academy {
    margin: 4px 2px;
    position: relative;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 768px) {
    #Academies .academy {
        margin: 0 2px;
    }
}
#Academies .academy:first-child {
    -webkit-clip-path: url(#academy-clip-path-1);
    clip-path: url(#academy-clip-path-1);
    background-color: #dc3545;
}
#Academies .academy:nth-child(2) {
    -webkit-clip-path: url(#academy-clip-path-2);
    clip-path: url(#academy-clip-path-2);
    background-color: #28a745;
}
#Academies .academy:nth-child(3) {
    -webkit-clip-path: url(#academy-clip-path-3);
    clip-path: url(#academy-clip-path-3);
    background-color: #007bff;
}
#Academies .academy:nth-child(2) .meta {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
#Academies .academy:nth-child(3) .meta {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
#Academies .academy img {
    width: 100%;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 1.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 1.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 1.5s cubic-bezier(0.65, 0, 0.35, 1);
}
#Academies .academy:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
#Academies .academy:hover .meta {
    -webkit-transform: translateY(22px) !important;
    transform: translateY(22px) !important;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#Academies .academy:hover .meta svg {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
#Academies .academy:hover .meta .name {
    color: #d5faec;
}
#Academies .academy .meta {
    color: #f26725;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    font-family: "Bangers", sans-serif;
    font-weight: 500;
    line-height: 1;
    padding: 0.5rem;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
@media (min-width: 768px) {
    #Academies .academy .meta {
        font-size: 0.525rem;
    }
}
@media (min-width: 992px) {
    #Academies .academy .meta {
        font-size: 0.625rem;
        padding: 0.75rem;
    }
}
@media (min-width: 1200px) {
    #Academies .academy .meta {
        font-size: 0.75rem;
    }
}
#Academies .academy .meta svg {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.5s;
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    font-size: 1.125rem;
    color: #fff;
}
#Academies .academy .meta .name {
    margin-top: 0.75rem;
    font-size: 1.375rem;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #f26725;
}
@media (min-width: 768px) {
    #Academies .academy .meta .name {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    #Academies .academy .meta .name {
        font-size: 1rem;
        letter-spacing: 0.1rem;
    }
}
@media (min-width: 1200px) {
    #Academies .academy .meta .name {
        font-size: 1.7rem;
    }
}
#Academies .academy:first-child .meta .name {
    color: #dc3545;
}
#Academies .academy:nth-child(2) .meta .name {
    color: #28a745;
}
#Academies .academy:nth-child(3) .meta .name {
    color: #007bff;
}
#about-clip-path {
    -webkit-transform: scale(0.0005208333, 0.0018552876);
    transform: scale(0.0005208333, 0.0018552876);
}
section#Description {
    background-color: #010b09;
    /*background-size: cover;*/
    position: relative;
    height: 0;
    padding-top: 46.875%;
    -webkit-clip-path: url(#about-clip-path);
    clip-path: url(#about-clip-path);
    margin-bottom: -6px;
    margin-top: -6px;
    z-index: 1;
}
@media (min-width: 768px) {
    section#Description {
        background-color: #010b09;
        /*background-size: cover;*/
        padding-top: 35.15625%;
        margin-bottom: -20px;
        margin-top: -20px;
    }
}
@media (min-width: 992px) {
    section#Description {
        background-color: #010b09;
        /*background-size: cover;*/
        padding-top: 20.2604166667%;
        margin-bottom: -20px;
        margin-top: -20px;
    }
}
section#Description.before-enter h2,
section#Description.before-enter p {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
section#Description.enter h2,
section#Description.enter p {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
section#Description .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
section#Description h2 {
    text-align: center;
    text-transform: uppercase;
    color: #f26725;
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s;
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 768px) {
    section#Description h2 {
        font-size: 2.5rem;
    }
}
section#Description p {
    font-weight: 500;
    max-width: 930px;
    margin: 0 auto;
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s;
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
@media (min-width: 768px) {
    section#Description p {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) {
    section#Description p {
        font-size: 1.375rem;
    }
}
#feature-clip-path {
    -webkit-transform: scale(0.000625, 0.0013020833);
    transform: scale(0.000625, 0.0013020833);
}
section#Features {
    padding: 4rem 0;
}
section#Features.before-enter h2 {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
section#Features.enter h2 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
section#Features .feature {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1rem;
}

section#Features .feature picture div:first-child {
    position: absolute;
    z-index: 1;
    padding: 20px 40px 20px 20px;
    display: none;
}
@media (min-width: 768px) {
    section#Features .feature {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        padding: 0;
    }
}
section#Features .feature.before-enter .meta,
section#Features .feature.before-enter > picture img {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
section#Features .feature.enter .meta,
section#Features .feature.enter > picture img {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
section#Features .feature .meta {
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    /*background: radial-gradient(ellipse at center, rgba(248, 248, 225, 0.5) 0, rgba(237, 237, 192, 0) 60%);*/
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s;
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 768px) {
    section#Features .feature .meta {
        width: 33%;
    }
}
section#Features .feature .meta:hover img {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
section#Features .feature .meta:hover h3 {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
section#Features .feature .meta h3 {
    color: #163330;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
@media (min-width: 1200px) {
    section#Features .feature .meta h3 {
        font-size: 2.375rem;
    }
}
section#Features .feature .meta img {
    width: auto;
    height: 120px;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 992px) {
    section#Features .feature .meta img {
        height: 240px;
    }
}
@media (min-width: 768px) {
    section#Features .feature .meta a.btn.cracked {
        height: 38px;
        width: 200px;
    }
    section#Features .feature .meta a.btn.cracked span {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) {
    section#Features .feature .meta a.btn.cracked {
        height: 49.27px;
        width: 260px;
    }
}
@media (min-width: 768px) {
    section#Features .feature > picture {
        width: 67%;
        -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
    }
}
section#Features .feature > picture img {
    -webkit-clip-path: url(#feature-clip-path);
    clip-path: url(#feature-clip-path);
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s;
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
section#Features .feature > picture div {
    width: 100%;
    text-align: center;
}
section#Features .feature > picture p {
    font-weight: 500;
    text-align: center;
}
@media (min-width: 992px) {
    section#Features .feature > picture p {
        font-size: 1.375rem;
    }
}
@media (min-width: 768px) {
    section#Features .feature > picture p {
        font-size: 1.25rem;
    }
}
section#Features .feature {
    margin-bottom: 3rem;
}
@media (min-width: 1200px) {
    section#Features .feature:nth-child(2) > picture,
    section#Features .feature:nth-child(4) > picture,
    section#Features .feature:nth-child(6) > picture {
        margin-right: 20px;
    }
}
@media (min-width: 768px) {
    section#Features .feature:last-child,
    section#Features .feature:nth-child(3),
    section#Features .feature:nth-child(5) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }
}
@media (min-width: 1200px) {
    section#Features .feature:last-child > picture,
    section#Features .feature:nth-child(3) > picture,
    section#Features .feature:nth-child(5) > picture {
        margin-left: 20px;
    }
}
.footer-separation {
    margin-top: -14px;
}
@media (min-width: 992px) {
    .footer-separation {
        margin-top: -25px;
    }
}
@media (min-width: 1200px) {
    .footer-separation {
        margin-top: -27px;
    }
}
@media (min-width: 1440px) {
    .footer-separation {
        margin-top: -32px;
    }
}
footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #010b09;
    padding: 30px 15px 10px;
    position: relative;
}
@media (min-width: 992px) {
    footer {
        padding: 0 30px 10px;
    }
}
@media (min-width: 1200px) {
    footer {
        padding: 0 30px 10px;
    }
}
footer .studio {
    position: relative;
    text-align: center;
}
@media (min-width: 992px) {
    footer .studio {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-perspective: 40px;
        perspective: 40px;
    }
}
footer .studio > div:first-child {
    margin-bottom: 3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (min-width: 992px) {
    footer .studio > div:first-child {
        margin-bottom: 0;
        display: block;
    }
}
footer .studio a {
    display: inline-block;
}
footer .studio img {
    width: 240px;
    height: auto;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    footer .studio img {
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    }
}
@media (min-width: 992px) {
    footer .studio img {
        margin-right: 3rem;
        margin-bottom: 0;
        width: 180px;
    }
}
@media (min-width: 1200px) {
    footer .studio img {
        width: 240px;
    }
}
@media (min-width: 992px) {
    footer .studio a,
    footer .studio button {
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    }
}
footer .links {
    font-size: 0.75rem;
    display: flex;
}
footer .links > a {
    margin: 0 20px;
}
footer .legal {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (min-width: 768px) {
    footer .legal {
        margin: 0 auto;
        max-width: 1040px;
    }
}
footer .legal p {
    font-size: 0.75rem;
    color: hsla(0, 0%, 100%, 0.6);
}
@media (min-width: 768px) {
    footer .logo-garden {
        margin-bottom: 30px;
    }
}
footer .logo-garden > div {
    text-align: center;
    margin: 10px 10px 0;
}
@media (min-width: 992px) {
    footer .logo-garden > div {
        margin: 0 10px;
    }
}
footer .logo-garden a {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
footer .logo-garden a:hover {
    -webkit-transform: scale3d(1.03, 1.03, 1);
    transform: scale3d(1.03, 1.03, 1);
}
footer .logo-garden img {
    margin: 0 20px;
}
footer .logo-garden .riot img {
    width: 90px;
    height: auto;
}
@media (min-width: 992px) {
    footer .logo-garden .riot img {
        width: 109px;
    }
}
footer .logo-garden .riotforge img {
    width: 50px;
    height: auto;
}
@media (min-width: 992px) {
    footer .logo-garden .riotforge img {
        width: 66px;
    }
}
footer .social {
    text-align: center;
    margin: 20px 0;
}
@media (min-width: 768px) {
    footer .social {
        margin: 0;
    }
}
footer .social a {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    font-size: 2rem;
    margin: 0 0.875rem;
}
@media (min-width: 768px) {
    footer .social a {
        margin: 0 0 0 0.5rem;
    }
}
@media (min-width: 992px) {
    footer .social a {
        margin: 0 0 0 1rem;
    }
}
footer .social a:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
footer .pegi {
    text-align: center;
    margin: 20px 0;
}
@media (min-width: 768px) {
    footer .pegi {
        margin: 0;
    }
}
footer .pegi img.pegi {
    width: 90px;
    height: auto;
}
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: table;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 560px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto;
    position: relative;
}
.modal-content button.close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.modal-content button.close:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
@media (min-width: 768px) {
    .modal-content {
        height: 100%;
    }
}
@media (min-width: 992px) {
    .modal-content {
        height: auto;
    }
}
.modal-header h3 {
    margin-top: 0;
    color: #f26725;
}
.modal-body {
    margin: 20px 0;
}
.modal-enter,
.modal-leave-active {
    opacity: 0;
}
.modal-enter .modal-content,
.modal-leave-active .modal-content {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* SPRITES WARRIOR */
@media (min-width: 375px) {
    .infinite-sprite-warrior {
        margin: 0 auto;
        width: calc(2560px / 10);
        height: 325px;
        background: url(images/sprites/knight-sprite-mobile.png);
        animation: sprite-mobile 1s steps(10) infinite;
    }
}
@media (min-width: 1600px) {
    .infinite-sprite-warrior {
        margin: 0 auto;
        width: calc(5120px / 10);
        height: 512px;
        background: url(images/sprites/knight-sprite.png);
        animation: sprite 1s steps(10) infinite;
    }
}
/* SPRITES HUNTER */
@media (min-width: 375px) {
    .infinite-sprite-hunter {
        margin: 0 auto;
        width: calc(2560px / 10);
        height: 325px;
        background: url(images/sprites/archer-sprite-mobile.png);
        animation: sprite-mobile 1s steps(10) infinite;
    }
}
@media (min-width: 1600px) {
    .infinite-sprite-hunter {
        margin: 0 auto;
        width: calc(5120px / 10);
        height: 512px;
        background: url(images/sprites/archer-sprite.png);
        animation: sprite 1s steps(10) infinite;
    }
}
/* SPRITES MAGICIAN */
@media (min-width: 375px) {
    .infinite-sprite-magician {
        margin: 0 auto;
        width: calc(2560px / 10);
        height: 325px;
        background: url(images/sprites/magician-sprite-mobile.png);
        animation: sprite-mobile 1s steps(10) infinite;
    }
}
@media (min-width: 1600px) {
    .infinite-sprite-magician {
        margin: 0 auto;
        width: calc(5120px / 10);
        height: 512px;
        background: url(images/sprites/magician-sprite.png);
        animation: sprite 1s steps(10) infinite;
    }
}
@keyframes sprite {
    from { background-position: 0; }
    to { background-position: 5120px; }
}
@keyframes sprite-mobile {
    from { background-position: 0px; }
    to { background-position: 2560px; }
}
.banner {
    transition: all 200ms linear 0s;
    position: fixed;
    left: 50%;
    text-align: center;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px 5px 18px;
    font-size: 13px;
    line-height: 32px;
    color: #6b6b72;
    background-color: #fff;
    border: 1px solid #f0f0f7;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 375px) {
    .banner-cookie {
        white-space: normal;
        width: 100%;
        bottom: 0;
    }
}
@media (min-width: 768px) {
    .banner-cookie {
        bottom: 12px;
        white-space: nowrap;
        width: auto;
        border-radius: 4px;
    }
}
.banner-button {
    margin-left: 20px;
    border:none;
    background: 0;
    border: 0;
}
.banner-button:focus {
    outline: none;
}
.banner-cross {
    color: #f26725;
    cursor: pointer;
}