/*global css*/
*,
: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: Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}
[tabindex="-1"]:focus {
    outline: 0 !important
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .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;
    text-decoration-skip-ink: none
}
address {
    font-style: normal;
    line-height: inherit
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem
}
dl,
ol,
ul {
    margin-top: 0
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
b,
strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}
a:hover {
    color: #0056b3;
    text-decoration: underline
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus {
    outline: 0
}
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
}
figure {
    margin: 0 0 1rem
}
img {
    border-style: none
}
img,
svg {
    vertical-align: middle
}
svg {
    overflow: hidden
}
table {
    border-collapse: collapse
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}
th {
    text-align: inherit
}
label {
    display: inline-block;
    margin-bottom: .5rem
}
button {
    border-radius: 0
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}
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
}
[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}
[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
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}
textarea {
    overflow: auto;
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}
progress {
    vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}
output {
    display: inline-block
}
summary {
    display: list-item;
    cursor: pointer
}
template {
    display: none
}
[hidden] {
    display: none !important
}
.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:524px) {
    .container {
        max-width: 524px
    }
}
@media (min-width:768px) {
    .container {
        max-width: 744px
    }
}
@media (min-width:864px) {
    .container {
        max-width: 840px
    }
}
@media (min-width:1112px) {
    .container {
        max-width: 1080px
    }
}
@media (min-width:1448px) {
    .container {
        max-width: 1448px
    }
}
.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}
.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-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}
.order-first {
    order: -1
}
.order-last {
    order: 13
}
.order-0 {
    order: 0
}
.order-1 {
    order: 1
}
.order-2 {
    order: 2
}
.order-3 {
    order: 3
}
.order-4 {
    order: 4
}
.order-5 {
    order: 5
}
.order-6 {
    order: 6
}
.order-7 {
    order: 7
}
.order-8 {
    order: 8
}
.order-9 {
    order: 9
}
.order-10 {
    order: 10
}
.order-11 {
    order: 11
}
.order-12 {
    order: 12
}
.offset-1 {
    margin-left: 8.33333%
}
.offset-2 {
    margin-left: 16.66667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.33333%
}
.offset-5 {
    margin-left: 41.66667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.33333%
}
.offset-8 {
    margin-left: 66.66667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.33333%
}
.offset-11 {
    margin-left: 91.66667%
}
@media (min-width:524px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}
@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}
@media (min-width:864px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}
@media (min-width:1112px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}
@media (min-width:1448px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxl-first {
        order: -1
    }
    .order-xxl-last {
        order: 13
    }
    .order-xxl-0 {
        order: 0
    }
    .order-xxl-1 {
        order: 1
    }
    .order-xxl-2 {
        order: 2
    }
    .order-xxl-3 {
        order: 3
    }
    .order-xxl-4 {
        order: 4
    }
    .order-xxl-5 {
        order: 5
    }
    .order-xxl-6 {
        order: 6
    }
    .order-xxl-7 {
        order: 7
    }
    .order-xxl-8 {
        order: 8
    }
    .order-xxl-9 {
        order: 9
    }
    .order-xxl-10 {
        order: 10
    }
    .order-xxl-11 {
        order: 11
    }
    .order-xxl-12 {
        order: 12
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}
.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: #28a745 !important
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !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: #ffc107 !important
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !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: #f8f9fa !important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !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: #28a745 !important
}
.border-info {
    border-color: #17a2b8 !important
}
.border-warning {
    border-color: #ffc107 !important
}
.border-danger {
    border-color: #dc3545 !important
}
.border-light {
    border-color: #f8f9fa !important
}
.border-dark {
    border-color: #343a40 !important
}
.border-white {
    border-color: #fff !important
}
.rounded {
    border-radius: .25rem !important
}
.rounded-top {
    border-top-left-radius: .25rem !important
}
.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}
.rounded-left {
    border-top-left-radius: .25rem !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: flex !important
}
.d-inline-flex {
    display: inline-flex !important
}
@media (min-width:524px) {
    .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: flex !important
    }
    .d-sm-inline-flex {
        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: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}
@media (min-width:864px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}
@media (min-width:1112px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}
@media (min-width:1448px) {
    .d-xxl-none {
        display: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}
@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}
.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.85714%
}
.embed-responsive-16by9:before {
    padding-top: 56.25%
}
.embed-responsive-3by4:before {
    padding-top: 133.33333%
}
.embed-responsive-1by1:before {
    padding-top: 100%
}
.flex-row {
    flex-direction: row !important
}
.flex-column {
    flex-direction: column !important
}
.flex-row-reverse {
    flex-direction: row-reverse !important
}
.flex-column-reverse {
    flex-direction: column-reverse !important
}
.flex-wrap {
    flex-wrap: wrap !important
}
.flex-nowrap {
    flex-wrap: nowrap !important
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}
.flex-fill {
    flex: 1 1 auto !important
}
.flex-grow-0 {
    flex-grow: 0 !important
}
.flex-grow-1 {
    flex-grow: 1 !important
}
.flex-shrink-0 {
    flex-shrink: 0 !important
}
.flex-shrink-1 {
    flex-shrink: 1 !important
}
.justify-content-start {
    justify-content: flex-start !important
}
.justify-content-end {
    justify-content: flex-end !important
}
.justify-content-center {
    justify-content: center !important
}
.justify-content-between {
    justify-content: space-between !important
}
.justify-content-around {
    justify-content: space-around !important
}
.align-items-start {
    align-items: flex-start !important
}
.align-items-end {
    align-items: flex-end !important
}
.align-items-center {
    align-items: center !important
}
.align-items-baseline {
    align-items: baseline !important
}
.align-items-stretch {
    align-items: stretch !important
}
.align-content-start {
    align-content: flex-start !important
}
.align-content-end {
    align-content: flex-end !important
}
.align-content-center {
    align-content: center !important
}
.align-content-between {
    align-content: space-between !important
}
.align-content-around {
    align-content: space-around !important
}
.align-content-stretch {
    align-content: stretch !important
}
.align-self-auto {
    align-self: auto !important
}
.align-self-start {
    align-self: flex-start !important
}
.align-self-end {
    align-self: flex-end !important
}
.align-self-center {
    align-self: center !important
}
.align-self-baseline {
    align-self: baseline !important
}
.align-self-stretch {
    align-self: stretch !important
}
@media (min-width:524px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        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 {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        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 {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}
@media (min-width:864px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}
@media (min-width:1112px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}
@media (min-width:1448px) {
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        justify-content: center !important
    }
    .justify-content-xxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        justify-content: space-around !important
    }
    .align-items-xxl-start {
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        align-items: center !important
    }
    .align-items-xxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-between {
        align-content: space-between !important
    }
    .align-content-xxl-around {
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}
.float-left {
    float: left !important
}
.float-right {
    float: right !important
}
.float-none {
    float: none !important
}
@media (min-width:524px) {
    .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:864px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}
@media (min-width:1112px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}
@media (min-width:1448px) {
    .float-xxl-left {
        float: left !important
    }
    .float-xxl-right {
        float: right !important
    }
    .float-xxl-none {
        float: 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;
    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 .125rem .25rem rgba(0, 0, 0, .075) !important
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(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-quarter {
    margin: .25rem !important
}
.mt-quarter,
.my-quarter {
    margin-top: .25rem !important
}
.mr-quarter,
.mx-quarter {
    margin-right: .25rem !important
}
.mb-quarter,
.my-quarter {
    margin-bottom: .25rem !important
}
.ml-quarter,
.mx-quarter {
    margin-left: .25rem !important
}
.m-half {
    margin: .5rem !important
}
.mt-half,
.my-half {
    margin-top: .5rem !important
}
.mr-half,
.mx-half {
    margin-right: .5rem !important
}
.mb-half,
.my-half {
    margin-bottom: .5rem !important
}
.ml-half,
.mx-half {
    margin-left: .5rem !important
}
.m-0 {
    margin: 0 !important
}
.mt-0,
.my-0 {
    margin-top: 0 !important
}
.mr-0,
.mx-0 {
    margin-right: 0 !important
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important
}
.ml-0,
.mx-0 {
    margin-left: 0 !important
}
.m-1 {
    margin: 1rem !important
}
.mt-1,
.my-1 {
    margin-top: 1rem !important
}
.mr-1,
.mx-1 {
    margin-right: 1rem !important
}
.mb-1,
.my-1 {
    margin-bottom: 1rem !important
}
.ml-1,
.mx-1 {
    margin-left: 1rem !important
}
.m-2 {
    margin: 1.5rem !important
}
.mt-2,
.my-2 {
    margin-top: 1.5rem !important
}
.mr-2,
.mx-2 {
    margin-right: 1.5rem !important
}
.mb-2,
.my-2 {
    margin-bottom: 1.5rem !important
}
.ml-2,
.mx-2 {
    margin-left: 1.5rem !important
}
.m-3 {
    margin: 2rem !important
}
.mt-3,
.my-3 {
    margin-top: 2rem !important
}
.mr-3,
.mx-3 {
    margin-right: 2rem !important
}
.mb-3,
.my-3 {
    margin-bottom: 2rem !important
}
.ml-3,
.mx-3 {
    margin-left: 2rem !important
}
.m-4 {
    margin: 2.5rem !important
}
.mt-4,
.my-4 {
    margin-top: 2.5rem !important
}
.mr-4,
.mx-4 {
    margin-right: 2.5rem !important
}
.mb-4,
.my-4 {
    margin-bottom: 2.5rem !important
}
.ml-4,
.mx-4 {
    margin-left: 2.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
}
.m-6 {
    margin: 3.5rem !important
}
.mt-6,
.my-6 {
    margin-top: 3.5rem !important
}
.mr-6,
.mx-6 {
    margin-right: 3.5rem !important
}
.mb-6,
.my-6 {
    margin-bottom: 3.5rem !important
}
.ml-6,
.mx-6 {
    margin-left: 3.5rem !important
}
.m-12 {
    margin: .75rem !important
}
.mt-12,
.my-12 {
    margin-top: .75rem !important
}
.mr-12,
.mx-12 {
    margin-right: .75rem !important
}
.mb-12,
.my-12 {
    margin-bottom: .75rem !important
}
.ml-12,
.mx-12 {
    margin-left: .75rem !important
}
.p-quarter {
    padding: .25rem !important
}
.pt-quarter,
.py-quarter {
    padding-top: .25rem !important
}
.pr-quarter,
.px-quarter {
    padding-right: .25rem !important
}
.pb-quarter,
.py-quarter {
    padding-bottom: .25rem !important
}
.pl-quarter,
.px-quarter {
    padding-left: .25rem !important
}
.p-half {
    padding: .5rem !important
}
.pt-half,
.py-half {
    padding-top: .5rem !important
}
.pr-half,
.px-half {
    padding-right: .5rem !important
}
.pb-half,
.py-half {
    padding-bottom: .5rem !important
}
.pl-half,
.px-half {
    padding-left: .5rem !important
}
.p-0 {
    padding: 0 !important
}
.pt-0,
.py-0 {
    padding-top: 0 !important
}
.pr-0,
.px-0 {
    padding-right: 0 !important
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important
}
.pl-0,
.px-0 {
    padding-left: 0 !important
}
.p-1 {
    padding: 1rem !important
}
.pt-1,
.py-1 {
    padding-top: 1rem !important
}
.pr-1,
.px-1 {
    padding-right: 1rem !important
}
.pb-1,
.py-1 {
    padding-bottom: 1rem !important
}
.pl-1,
.px-1 {
    padding-left: 1rem !important
}
.p-2 {
    padding: 1.5rem !important
}
.pt-2,
.py-2 {
    padding-top: 1.5rem !important
}
.pr-2,
.px-2 {
    padding-right: 1.5rem !important
}
.pb-2,
.py-2 {
    padding-bottom: 1.5rem !important
}
.pl-2,
.px-2 {
    padding-left: 1.5rem !important
}
.p-3 {
    padding: 2rem !important
}
.pt-3,
.py-3 {
    padding-top: 2rem !important
}
.pr-3,
.px-3 {
    padding-right: 2rem !important
}
.pb-3,
.py-3 {
    padding-bottom: 2rem !important
}
.pl-3,
.px-3 {
    padding-left: 2rem !important
}
.p-4 {
    padding: 2.5rem !important
}
.pt-4,
.py-4 {
    padding-top: 2.5rem !important
}
.pr-4,
.px-4 {
    padding-right: 2.5rem !important
}
.pb-4,
.py-4 {
    padding-bottom: 2.5rem !important
}
.pl-4,
.px-4 {
    padding-left: 2.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
}
.p-6 {
    padding: 3.5rem !important
}
.pt-6,
.py-6 {
    padding-top: 3.5rem !important
}
.pr-6,
.px-6 {
    padding-right: 3.5rem !important
}
.pb-6,
.py-6 {
    padding-bottom: 3.5rem !important
}
.pl-6,
.px-6 {
    padding-left: 3.5rem !important
}
.p-12 {
    padding: .75rem !important
}
.pt-12,
.py-12 {
    padding-top: .75rem !important
}
.pr-12,
.px-12 {
    padding-right: .75rem !important
}
.pb-12,
.py-12 {
    padding-bottom: .75rem !important
}
.pl-12,
.px-12 {
    padding-left: .75rem !important
}
.m-nquarter {
    margin: -.25rem !important
}
.mt-nquarter,
.my-nquarter {
    margin-top: -.25rem !important
}
.mr-nquarter,
.mx-nquarter {
    margin-right: -.25rem !important
}
.mb-nquarter,
.my-nquarter {
    margin-bottom: -.25rem !important
}
.ml-nquarter,
.mx-nquarter {
    margin-left: -.25rem !important
}
.m-nhalf {
    margin: -.5rem !important
}
.mt-nhalf,
.my-nhalf {
    margin-top: -.5rem !important
}
.mr-nhalf,
.mx-nhalf {
    margin-right: -.5rem !important
}
.mb-nhalf,
.my-nhalf {
    margin-bottom: -.5rem !important
}
.ml-nhalf,
.mx-nhalf {
    margin-left: -.5rem !important
}
.m-n1 {
    margin: -1rem !important
}
.mt-n1,
.my-n1 {
    margin-top: -1rem !important
}
.mr-n1,
.mx-n1 {
    margin-right: -1rem !important
}
.mb-n1,
.my-n1 {
    margin-bottom: -1rem !important
}
.ml-n1,
.mx-n1 {
    margin-left: -1rem !important
}
.m-n2 {
    margin: -1.5rem !important
}
.mt-n2,
.my-n2 {
    margin-top: -1.5rem !important
}
.mr-n2,
.mx-n2 {
    margin-right: -1.5rem !important
}
.mb-n2,
.my-n2 {
    margin-bottom: -1.5rem !important
}
.ml-n2,
.mx-n2 {
    margin-left: -1.5rem !important
}
.m-n3 {
    margin: -2rem !important
}
.mt-n3,
.my-n3 {
    margin-top: -2rem !important
}
.mr-n3,
.mx-n3 {
    margin-right: -2rem !important
}
.mb-n3,
.my-n3 {
    margin-bottom: -2rem !important
}
.ml-n3,
.mx-n3 {
    margin-left: -2rem !important
}
.m-n4 {
    margin: -2.5rem !important
}
.mt-n4,
.my-n4 {
    margin-top: -2.5rem !important
}
.mr-n4,
.mx-n4 {
    margin-right: -2.5rem !important
}
.mb-n4,
.my-n4 {
    margin-bottom: -2.5rem !important
}
.ml-n4,
.mx-n4 {
    margin-left: -2.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-n6 {
    margin: -3.5rem !important
}
.mt-n6,
.my-n6 {
    margin-top: -3.5rem !important
}
.mr-n6,
.mx-n6 {
    margin-right: -3.5rem !important
}
.mb-n6,
.my-n6 {
    margin-bottom: -3.5rem !important
}
.ml-n6,
.mx-n6 {
    margin-left: -3.5rem !important
}
.m-n12 {
    margin: -.75rem !important
}
.mt-n12,
.my-n12 {
    margin-top: -.75rem !important
}
.mr-n12,
.mx-n12 {
    margin-right: -.75rem !important
}
.mb-n12,
.my-n12 {
    margin-bottom: -.75rem !important
}
.ml-n12,
.mx-n12 {
    margin-left: -.75rem !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:524px) {
    .m-sm-quarter {
        margin: .25rem !important
    }
    .mt-sm-quarter,
    .my-sm-quarter {
        margin-top: .25rem !important
    }
    .mr-sm-quarter,
    .mx-sm-quarter {
        margin-right: .25rem !important
    }
    .mb-sm-quarter,
    .my-sm-quarter {
        margin-bottom: .25rem !important
    }
    .ml-sm-quarter,
    .mx-sm-quarter {
        margin-left: .25rem !important
    }
    .m-sm-half {
        margin: .5rem !important
    }
    .mt-sm-half,
    .my-sm-half {
        margin-top: .5rem !important
    }
    .mr-sm-half,
    .mx-sm-half {
        margin-right: .5rem !important
    }
    .mb-sm-half,
    .my-sm-half {
        margin-bottom: .5rem !important
    }
    .ml-sm-half,
    .mx-sm-half {
        margin-left: .5rem !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: 1rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 1rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 1rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 1rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 1rem !important
    }
    .m-sm-2 {
        margin: 1.5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 1.5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 1.5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 1.5rem !important
    }
    .m-sm-3 {
        margin: 2rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 2rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 2rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 2rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 2rem !important
    }
    .m-sm-4 {
        margin: 2.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 2.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 2.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 2.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 2.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
    }
    .m-sm-6 {
        margin: 3.5rem !important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 3.5rem !important
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 3.5rem !important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 3.5rem !important
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 3.5rem !important
    }
    .m-sm-12 {
        margin: .75rem !important
    }
    .mt-sm-12,
    .my-sm-12 {
        margin-top: .75rem !important
    }
    .mr-sm-12,
    .mx-sm-12 {
        margin-right: .75rem !important
    }
    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: .75rem !important
    }
    .ml-sm-12,
    .mx-sm-12 {
        margin-left: .75rem !important
    }
    .p-sm-quarter {
        padding: .25rem !important
    }
    .pt-sm-quarter,
    .py-sm-quarter {
        padding-top: .25rem !important
    }
    .pr-sm-quarter,
    .px-sm-quarter {
        padding-right: .25rem !important
    }
    .pb-sm-quarter,
    .py-sm-quarter {
        padding-bottom: .25rem !important
    }
    .pl-sm-quarter,
    .px-sm-quarter {
        padding-left: .25rem !important
    }
    .p-sm-half {
        padding: .5rem !important
    }
    .pt-sm-half,
    .py-sm-half {
        padding-top: .5rem !important
    }
    .pr-sm-half,
    .px-sm-half {
        padding-right: .5rem !important
    }
    .pb-sm-half,
    .py-sm-half {
        padding-bottom: .5rem !important
    }
    .pl-sm-half,
    .px-sm-half {
        padding-left: .5rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: 1rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 1rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 1rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 1rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 1rem !important
    }
    .p-sm-2 {
        padding: 1.5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 1.5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 1.5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 1.5rem !important
    }
    .p-sm-3 {
        padding: 2rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 2rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 2rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 2rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 2rem !important
    }
    .p-sm-4 {
        padding: 2.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 2.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 2.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 2.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 2.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
    }
    .p-sm-6 {
        padding: 3.5rem !important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 3.5rem !important
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 3.5rem !important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 3.5rem !important
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 3.5rem !important
    }
    .p-sm-12 {
        padding: .75rem !important
    }
    .pt-sm-12,
    .py-sm-12 {
        padding-top: .75rem !important
    }
    .pr-sm-12,
    .px-sm-12 {
        padding-right: .75rem !important
    }
    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: .75rem !important
    }
    .pl-sm-12,
    .px-sm-12 {
        padding-left: .75rem !important
    }
    .m-sm-nquarter {
        margin: -.25rem !important
    }
    .mt-sm-nquarter,
    .my-sm-nquarter {
        margin-top: -.25rem !important
    }
    .mr-sm-nquarter,
    .mx-sm-nquarter {
        margin-right: -.25rem !important
    }
    .mb-sm-nquarter,
    .my-sm-nquarter {
        margin-bottom: -.25rem !important
    }
    .ml-sm-nquarter,
    .mx-sm-nquarter {
        margin-left: -.25rem !important
    }
    .m-sm-nhalf {
        margin: -.5rem !important
    }
    .mt-sm-nhalf,
    .my-sm-nhalf {
        margin-top: -.5rem !important
    }
    .mr-sm-nhalf,
    .mx-sm-nhalf {
        margin-right: -.5rem !important
    }
    .mb-sm-nhalf,
    .my-sm-nhalf {
        margin-bottom: -.5rem !important
    }
    .ml-sm-nhalf,
    .mx-sm-nhalf {
        margin-left: -.5rem !important
    }
    .m-sm-n1 {
        margin: -1rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -1rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -1rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -1rem !important
    }
    .m-sm-n2 {
        margin: -1.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -1.5rem !important
    }
    .m-sm-n3 {
        margin: -2rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -2rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -2rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -2rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -2rem !important
    }
    .m-sm-n4 {
        margin: -2.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -2.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -2.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -2.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -2.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-n6 {
        margin: -3.5rem !important
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -3.5rem !important
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -3.5rem !important
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -3.5rem !important
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -3.5rem !important
    }
    .m-sm-n12 {
        margin: -.75rem !important
    }
    .mt-sm-n12,
    .my-sm-n12 {
        margin-top: -.75rem !important
    }
    .mr-sm-n12,
    .mx-sm-n12 {
        margin-right: -.75rem !important
    }
    .mb-sm-n12,
    .my-sm-n12 {
        margin-bottom: -.75rem !important
    }
    .ml-sm-n12,
    .mx-sm-n12 {
        margin-left: -.75rem !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-quarter {
        margin: .25rem !important
    }
    .mt-md-quarter,
    .my-md-quarter {
        margin-top: .25rem !important
    }
    .mr-md-quarter,
    .mx-md-quarter {
        margin-right: .25rem !important
    }
    .mb-md-quarter,
    .my-md-quarter {
        margin-bottom: .25rem !important
    }
    .ml-md-quarter,
    .mx-md-quarter {
        margin-left: .25rem !important
    }
    .m-md-half {
        margin: .5rem !important
    }
    .mt-md-half,
    .my-md-half {
        margin-top: .5rem !important
    }
    .mr-md-half,
    .mx-md-half {
        margin-right: .5rem !important
    }
    .mb-md-half,
    .my-md-half {
        margin-bottom: .5rem !important
    }
    .ml-md-half,
    .mx-md-half {
        margin-left: .5rem !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: 1rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 1rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 1rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 1rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 1rem !important
    }
    .m-md-2 {
        margin: 1.5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 1.5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 1.5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 1.5rem !important
    }
    .m-md-3 {
        margin: 2rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 2rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 2rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 2rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 2rem !important
    }
    .m-md-4 {
        margin: 2.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 2.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 2.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 2.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 2.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
    }
    .m-md-6 {
        margin: 3.5rem !important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 3.5rem !important
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 3.5rem !important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 3.5rem !important
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 3.5rem !important
    }
    .m-md-12 {
        margin: .75rem !important
    }
    .mt-md-12,
    .my-md-12 {
        margin-top: .75rem !important
    }
    .mr-md-12,
    .mx-md-12 {
        margin-right: .75rem !important
    }
    .mb-md-12,
    .my-md-12 {
        margin-bottom: .75rem !important
    }
    .ml-md-12,
    .mx-md-12 {
        margin-left: .75rem !important
    }
    .p-md-quarter {
        padding: .25rem !important
    }
    .pt-md-quarter,
    .py-md-quarter {
        padding-top: .25rem !important
    }
    .pr-md-quarter,
    .px-md-quarter {
        padding-right: .25rem !important
    }
    .pb-md-quarter,
    .py-md-quarter {
        padding-bottom: .25rem !important
    }
    .pl-md-quarter,
    .px-md-quarter {
        padding-left: .25rem !important
    }
    .p-md-half {
        padding: .5rem !important
    }
    .pt-md-half,
    .py-md-half {
        padding-top: .5rem !important
    }
    .pr-md-half,
    .px-md-half {
        padding-right: .5rem !important
    }
    .pb-md-half,
    .py-md-half {
        padding-bottom: .5rem !important
    }
    .pl-md-half,
    .px-md-half {
        padding-left: .5rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: 1rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 1rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 1rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 1rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 1rem !important
    }
    .p-md-2 {
        padding: 1.5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 1.5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 1.5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 1.5rem !important
    }
    .p-md-3 {
        padding: 2rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 2rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 2rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 2rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 2rem !important
    }
    .p-md-4 {
        padding: 2.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 2.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 2.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 2.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 2.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
    }
    .p-md-6 {
        padding: 3.5rem !important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 3.5rem !important
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 3.5rem !important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 3.5rem !important
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 3.5rem !important
    }
    .p-md-12 {
        padding: .75rem !important
    }
    .pt-md-12,
    .py-md-12 {
        padding-top: .75rem !important
    }
    .pr-md-12,
    .px-md-12 {
        padding-right: .75rem !important
    }
    .pb-md-12,
    .py-md-12 {
        padding-bottom: .75rem !important
    }
    .pl-md-12,
    .px-md-12 {
        padding-left: .75rem !important
    }
    .m-md-nquarter {
        margin: -.25rem !important
    }
    .mt-md-nquarter,
    .my-md-nquarter {
        margin-top: -.25rem !important
    }
    .mr-md-nquarter,
    .mx-md-nquarter {
        margin-right: -.25rem !important
    }
    .mb-md-nquarter,
    .my-md-nquarter {
        margin-bottom: -.25rem !important
    }
    .ml-md-nquarter,
    .mx-md-nquarter {
        margin-left: -.25rem !important
    }
    .m-md-nhalf {
        margin: -.5rem !important
    }
    .mt-md-nhalf,
    .my-md-nhalf {
        margin-top: -.5rem !important
    }
    .mr-md-nhalf,
    .mx-md-nhalf {
        margin-right: -.5rem !important
    }
    .mb-md-nhalf,
    .my-md-nhalf {
        margin-bottom: -.5rem !important
    }
    .ml-md-nhalf,
    .mx-md-nhalf {
        margin-left: -.5rem !important
    }
    .m-md-n1 {
        margin: -1rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -1rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -1rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -1rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -1rem !important
    }
    .m-md-n2 {
        margin: -1.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -1.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -1.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -1.5rem !important
    }
    .m-md-n3 {
        margin: -2rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -2rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -2rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -2rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -2rem !important
    }
    .m-md-n4 {
        margin: -2.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -2.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -2.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -2.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -2.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-n6 {
        margin: -3.5rem !important
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -3.5rem !important
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -3.5rem !important
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -3.5rem !important
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -3.5rem !important
    }
    .m-md-n12 {
        margin: -.75rem !important
    }
    .mt-md-n12,
    .my-md-n12 {
        margin-top: -.75rem !important
    }
    .mr-md-n12,
    .mx-md-n12 {
        margin-right: -.75rem !important
    }
    .mb-md-n12,
    .my-md-n12 {
        margin-bottom: -.75rem !important
    }
    .ml-md-n12,
    .mx-md-n12 {
        margin-left: -.75rem !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:864px) {
    .m-lg-quarter {
        margin: .25rem !important
    }
    .mt-lg-quarter,
    .my-lg-quarter {
        margin-top: .25rem !important
    }
    .mr-lg-quarter,
    .mx-lg-quarter {
        margin-right: .25rem !important
    }
    .mb-lg-quarter,
    .my-lg-quarter {
        margin-bottom: .25rem !important
    }
    .ml-lg-quarter,
    .mx-lg-quarter {
        margin-left: .25rem !important
    }
    .m-lg-half {
        margin: .5rem !important
    }
    .mt-lg-half,
    .my-lg-half {
        margin-top: .5rem !important
    }
    .mr-lg-half,
    .mx-lg-half {
        margin-right: .5rem !important
    }
    .mb-lg-half,
    .my-lg-half {
        margin-bottom: .5rem !important
    }
    .ml-lg-half,
    .mx-lg-half {
        margin-left: .5rem !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: 1rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 1rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 1rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 1rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 1rem !important
    }
    .m-lg-2 {
        margin: 1.5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 1.5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 1.5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 1.5rem !important
    }
    .m-lg-3 {
        margin: 2rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 2rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 2rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 2rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 2rem !important
    }
    .m-lg-4 {
        margin: 2.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 2.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 2.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 2.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 2.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
    }
    .m-lg-6 {
        margin: 3.5rem !important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 3.5rem !important
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 3.5rem !important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 3.5rem !important
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 3.5rem !important
    }
    .m-lg-12 {
        margin: .75rem !important
    }
    .mt-lg-12,
    .my-lg-12 {
        margin-top: .75rem !important
    }
    .mr-lg-12,
    .mx-lg-12 {
        margin-right: .75rem !important
    }
    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: .75rem !important
    }
    .ml-lg-12,
    .mx-lg-12 {
        margin-left: .75rem !important
    }
    .p-lg-quarter {
        padding: .25rem !important
    }
    .pt-lg-quarter,
    .py-lg-quarter {
        padding-top: .25rem !important
    }
    .pr-lg-quarter,
    .px-lg-quarter {
        padding-right: .25rem !important
    }
    .pb-lg-quarter,
    .py-lg-quarter {
        padding-bottom: .25rem !important
    }
    .pl-lg-quarter,
    .px-lg-quarter {
        padding-left: .25rem !important
    }
    .p-lg-half {
        padding: .5rem !important
    }
    .pt-lg-half,
    .py-lg-half {
        padding-top: .5rem !important
    }
    .pr-lg-half,
    .px-lg-half {
        padding-right: .5rem !important
    }
    .pb-lg-half,
    .py-lg-half {
        padding-bottom: .5rem !important
    }
    .pl-lg-half,
    .px-lg-half {
        padding-left: .5rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: 1rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 1rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 1rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 1rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 1rem !important
    }
    .p-lg-2 {
        padding: 1.5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 1.5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 1.5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 1.5rem !important
    }
    .p-lg-3 {
        padding: 2rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 2rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 2rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 2rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 2rem !important
    }
    .p-lg-4 {
        padding: 2.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 2.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 2.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 2.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 2.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
    }
    .p-lg-6 {
        padding: 3.5rem !important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 3.5rem !important
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 3.5rem !important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 3.5rem !important
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 3.5rem !important
    }
    .p-lg-12 {
        padding: .75rem !important
    }
    .pt-lg-12,
    .py-lg-12 {
        padding-top: .75rem !important
    }
    .pr-lg-12,
    .px-lg-12 {
        padding-right: .75rem !important
    }
    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: .75rem !important
    }
    .pl-lg-12,
    .px-lg-12 {
        padding-left: .75rem !important
    }
    .m-lg-nquarter {
        margin: -.25rem !important
    }
    .mt-lg-nquarter,
    .my-lg-nquarter {
        margin-top: -.25rem !important
    }
    .mr-lg-nquarter,
    .mx-lg-nquarter {
        margin-right: -.25rem !important
    }
    .mb-lg-nquarter,
    .my-lg-nquarter {
        margin-bottom: -.25rem !important
    }
    .ml-lg-nquarter,
    .mx-lg-nquarter {
        margin-left: -.25rem !important
    }
    .m-lg-nhalf {
        margin: -.5rem !important
    }
    .mt-lg-nhalf,
    .my-lg-nhalf {
        margin-top: -.5rem !important
    }
    .mr-lg-nhalf,
    .mx-lg-nhalf {
        margin-right: -.5rem !important
    }
    .mb-lg-nhalf,
    .my-lg-nhalf {
        margin-bottom: -.5rem !important
    }
    .ml-lg-nhalf,
    .mx-lg-nhalf {
        margin-left: -.5rem !important
    }
    .m-lg-n1 {
        margin: -1rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -1rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -1rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -1rem !important
    }
    .m-lg-n2 {
        margin: -1.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -1.5rem !important
    }
    .m-lg-n3 {
        margin: -2rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -2rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -2rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -2rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -2rem !important
    }
    .m-lg-n4 {
        margin: -2.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -2.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -2.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -2.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -2.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-n6 {
        margin: -3.5rem !important
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -3.5rem !important
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -3.5rem !important
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -3.5rem !important
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -3.5rem !important
    }
    .m-lg-n12 {
        margin: -.75rem !important
    }
    .mt-lg-n12,
    .my-lg-n12 {
        margin-top: -.75rem !important
    }
    .mr-lg-n12,
    .mx-lg-n12 {
        margin-right: -.75rem !important
    }
    .mb-lg-n12,
    .my-lg-n12 {
        margin-bottom: -.75rem !important
    }
    .ml-lg-n12,
    .mx-lg-n12 {
        margin-left: -.75rem !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:1112px) {
    .m-xl-quarter {
        margin: .25rem !important
    }
    .mt-xl-quarter,
    .my-xl-quarter {
        margin-top: .25rem !important
    }
    .mr-xl-quarter,
    .mx-xl-quarter {
        margin-right: .25rem !important
    }
    .mb-xl-quarter,
    .my-xl-quarter {
        margin-bottom: .25rem !important
    }
    .ml-xl-quarter,
    .mx-xl-quarter {
        margin-left: .25rem !important
    }
    .m-xl-half {
        margin: .5rem !important
    }
    .mt-xl-half,
    .my-xl-half {
        margin-top: .5rem !important
    }
    .mr-xl-half,
    .mx-xl-half {
        margin-right: .5rem !important
    }
    .mb-xl-half,
    .my-xl-half {
        margin-bottom: .5rem !important
    }
    .ml-xl-half,
    .mx-xl-half {
        margin-left: .5rem !important
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: 1rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 1rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 1rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 1rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 1rem !important
    }
    .m-xl-2 {
        margin: 1.5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 1.5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 1.5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 1.5rem !important
    }
    .m-xl-3 {
        margin: 2rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 2rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 2rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 2rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 2rem !important
    }
    .m-xl-4 {
        margin: 2.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 2.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 2.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 2.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 2.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
    }
    .m-xl-6 {
        margin: 3.5rem !important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 3.5rem !important
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 3.5rem !important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 3.5rem !important
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 3.5rem !important
    }
    .m-xl-12 {
        margin: .75rem !important
    }
    .mt-xl-12,
    .my-xl-12 {
        margin-top: .75rem !important
    }
    .mr-xl-12,
    .mx-xl-12 {
        margin-right: .75rem !important
    }
    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: .75rem !important
    }
    .ml-xl-12,
    .mx-xl-12 {
        margin-left: .75rem !important
    }
    .p-xl-quarter {
        padding: .25rem !important
    }
    .pt-xl-quarter,
    .py-xl-quarter {
        padding-top: .25rem !important
    }
    .pr-xl-quarter,
    .px-xl-quarter {
        padding-right: .25rem !important
    }
    .pb-xl-quarter,
    .py-xl-quarter {
        padding-bottom: .25rem !important
    }
    .pl-xl-quarter,
    .px-xl-quarter {
        padding-left: .25rem !important
    }
    .p-xl-half {
        padding: .5rem !important
    }
    .pt-xl-half,
    .py-xl-half {
        padding-top: .5rem !important
    }
    .pr-xl-half,
    .px-xl-half {
        padding-right: .5rem !important
    }
    .pb-xl-half,
    .py-xl-half {
        padding-bottom: .5rem !important
    }
    .pl-xl-half,
    .px-xl-half {
        padding-left: .5rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: 1rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 1rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 1rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 1rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 1rem !important
    }
    .p-xl-2 {
        padding: 1.5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 1.5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 1.5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 1.5rem !important
    }
    .p-xl-3 {
        padding: 2rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 2rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 2rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 2rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 2rem !important
    }
    .p-xl-4 {
        padding: 2.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 2.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 2.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 2.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 2.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
    }
    .p-xl-6 {
        padding: 3.5rem !important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 3.5rem !important
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 3.5rem !important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 3.5rem !important
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 3.5rem !important
    }
    .p-xl-12 {
        padding: .75rem !important
    }
    .pt-xl-12,
    .py-xl-12 {
        padding-top: .75rem !important
    }
    .pr-xl-12,
    .px-xl-12 {
        padding-right: .75rem !important
    }
    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: .75rem !important
    }
    .pl-xl-12,
    .px-xl-12 {
        padding-left: .75rem !important
    }
    .m-xl-nquarter {
        margin: -.25rem !important
    }
    .mt-xl-nquarter,
    .my-xl-nquarter {
        margin-top: -.25rem !important
    }
    .mr-xl-nquarter,
    .mx-xl-nquarter {
        margin-right: -.25rem !important
    }
    .mb-xl-nquarter,
    .my-xl-nquarter {
        margin-bottom: -.25rem !important
    }
    .ml-xl-nquarter,
    .mx-xl-nquarter {
        margin-left: -.25rem !important
    }
    .m-xl-nhalf {
        margin: -.5rem !important
    }
    .mt-xl-nhalf,
    .my-xl-nhalf {
        margin-top: -.5rem !important
    }
    .mr-xl-nhalf,
    .mx-xl-nhalf {
        margin-right: -.5rem !important
    }
    .mb-xl-nhalf,
    .my-xl-nhalf {
        margin-bottom: -.5rem !important
    }
    .ml-xl-nhalf,
    .mx-xl-nhalf {
        margin-left: -.5rem !important
    }
    .m-xl-n1 {
        margin: -1rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -1rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -1rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -1rem !important
    }
    .m-xl-n2 {
        margin: -1.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -1.5rem !important
    }
    .m-xl-n3 {
        margin: -2rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -2rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -2rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -2rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -2rem !important
    }
    .m-xl-n4 {
        margin: -2.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -2.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -2.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -2.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -2.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-n6 {
        margin: -3.5rem !important
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -3.5rem !important
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -3.5rem !important
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -3.5rem !important
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -3.5rem !important
    }
    .m-xl-n12 {
        margin: -.75rem !important
    }
    .mt-xl-n12,
    .my-xl-n12 {
        margin-top: -.75rem !important
    }
    .mr-xl-n12,
    .mx-xl-n12 {
        margin-right: -.75rem !important
    }
    .mb-xl-n12,
    .my-xl-n12 {
        margin-bottom: -.75rem !important
    }
    .ml-xl-n12,
    .mx-xl-n12 {
        margin-left: -.75rem !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:1448px) {
    .m-xxl-quarter {
        margin: .25rem !important
    }
    .mt-xxl-quarter,
    .my-xxl-quarter {
        margin-top: .25rem !important
    }
    .mr-xxl-quarter,
    .mx-xxl-quarter {
        margin-right: .25rem !important
    }
    .mb-xxl-quarter,
    .my-xxl-quarter {
        margin-bottom: .25rem !important
    }
    .ml-xxl-quarter,
    .mx-xxl-quarter {
        margin-left: .25rem !important
    }
    .m-xxl-half {
        margin: .5rem !important
    }
    .mt-xxl-half,
    .my-xxl-half {
        margin-top: .5rem !important
    }
    .mr-xxl-half,
    .mx-xxl-half {
        margin-right: .5rem !important
    }
    .mb-xxl-half,
    .my-xxl-half {
        margin-bottom: .5rem !important
    }
    .ml-xxl-half,
    .mx-xxl-half {
        margin-left: .5rem !important
    }
    .m-xxl-0 {
        margin: 0 !important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }
    .m-xxl-1 {
        margin: 1rem !important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 1rem !important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 1rem !important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 1rem !important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 1rem !important
    }
    .m-xxl-2 {
        margin: 1.5rem !important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 1.5rem !important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 1.5rem !important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 1.5rem !important
    }
    .m-xxl-3 {
        margin: 2rem !important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 2rem !important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 2rem !important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 2rem !important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 2rem !important
    }
    .m-xxl-4 {
        margin: 2.5rem !important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 2.5rem !important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 2.5rem !important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 2.5rem !important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 2.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }
    .m-xxl-6 {
        margin: 3.5rem !important
    }
    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 3.5rem !important
    }
    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 3.5rem !important
    }
    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 3.5rem !important
    }
    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 3.5rem !important
    }
    .m-xxl-12 {
        margin: .75rem !important
    }
    .mt-xxl-12,
    .my-xxl-12 {
        margin-top: .75rem !important
    }
    .mr-xxl-12,
    .mx-xxl-12 {
        margin-right: .75rem !important
    }
    .mb-xxl-12,
    .my-xxl-12 {
        margin-bottom: .75rem !important
    }
    .ml-xxl-12,
    .mx-xxl-12 {
        margin-left: .75rem !important
    }
    .p-xxl-quarter {
        padding: .25rem !important
    }
    .pt-xxl-quarter,
    .py-xxl-quarter {
        padding-top: .25rem !important
    }
    .pr-xxl-quarter,
    .px-xxl-quarter {
        padding-right: .25rem !important
    }
    .pb-xxl-quarter,
    .py-xxl-quarter {
        padding-bottom: .25rem !important
    }
    .pl-xxl-quarter,
    .px-xxl-quarter {
        padding-left: .25rem !important
    }
    .p-xxl-half {
        padding: .5rem !important
    }
    .pt-xxl-half,
    .py-xxl-half {
        padding-top: .5rem !important
    }
    .pr-xxl-half,
    .px-xxl-half {
        padding-right: .5rem !important
    }
    .pb-xxl-half,
    .py-xxl-half {
        padding-bottom: .5rem !important
    }
    .pl-xxl-half,
    .px-xxl-half {
        padding-left: .5rem !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }
    .p-xxl-1 {
        padding: 1rem !important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 1rem !important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 1rem !important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 1rem !important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 1rem !important
    }
    .p-xxl-2 {
        padding: 1.5rem !important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 1.5rem !important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 1.5rem !important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 1.5rem !important
    }
    .p-xxl-3 {
        padding: 2rem !important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 2rem !important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 2rem !important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 2rem !important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 2rem !important
    }
    .p-xxl-4 {
        padding: 2.5rem !important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 2.5rem !important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 2.5rem !important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 2.5rem !important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 2.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }
    .p-xxl-6 {
        padding: 3.5rem !important
    }
    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 3.5rem !important
    }
    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 3.5rem !important
    }
    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 3.5rem !important
    }
    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 3.5rem !important
    }
    .p-xxl-12 {
        padding: .75rem !important
    }
    .pt-xxl-12,
    .py-xxl-12 {
        padding-top: .75rem !important
    }
    .pr-xxl-12,
    .px-xxl-12 {
        padding-right: .75rem !important
    }
    .pb-xxl-12,
    .py-xxl-12 {
        padding-bottom: .75rem !important
    }
    .pl-xxl-12,
    .px-xxl-12 {
        padding-left: .75rem !important
    }
    .m-xxl-nquarter {
        margin: -.25rem !important
    }
    .mt-xxl-nquarter,
    .my-xxl-nquarter {
        margin-top: -.25rem !important
    }
    .mr-xxl-nquarter,
    .mx-xxl-nquarter {
        margin-right: -.25rem !important
    }
    .mb-xxl-nquarter,
    .my-xxl-nquarter {
        margin-bottom: -.25rem !important
    }
    .ml-xxl-nquarter,
    .mx-xxl-nquarter {
        margin-left: -.25rem !important
    }
    .m-xxl-nhalf {
        margin: -.5rem !important
    }
    .mt-xxl-nhalf,
    .my-xxl-nhalf {
        margin-top: -.5rem !important
    }
    .mr-xxl-nhalf,
    .mx-xxl-nhalf {
        margin-right: -.5rem !important
    }
    .mb-xxl-nhalf,
    .my-xxl-nhalf {
        margin-bottom: -.5rem !important
    }
    .ml-xxl-nhalf,
    .mx-xxl-nhalf {
        margin-left: -.5rem !important
    }
    .m-xxl-n1 {
        margin: -1rem !important
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -1rem !important
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -1rem !important
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -1rem !important
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -1rem !important
    }
    .m-xxl-n2 {
        margin: -1.5rem !important
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -1.5rem !important
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -1.5rem !important
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -1.5rem !important
    }
    .m-xxl-n3 {
        margin: -2rem !important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -2rem !important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -2rem !important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -2rem !important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -2rem !important
    }
    .m-xxl-n4 {
        margin: -2.5rem !important
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -2.5rem !important
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -2.5rem !important
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -2.5rem !important
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -2.5rem !important
    }
    .m-xxl-n5 {
        margin: -3rem !important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxl-n6 {
        margin: -3.5rem !important
    }
    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -3.5rem !important
    }
    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -3.5rem !important
    }
    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -3.5rem !important
    }
    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -3.5rem !important
    }
    .m-xxl-n12 {
        margin: -.75rem !important
    }
    .mt-xxl-n12,
    .my-xxl-n12 {
        margin-top: -.75rem !important
    }
    .mr-xxl-n12,
    .mx-xxl-n12 {
        margin-right: -.75rem !important
    }
    .mb-xxl-n12,
    .my-xxl-n12 {
        margin-bottom: -.75rem !important
    }
    .ml-xxl-n12,
    .mx-xxl-n12 {
        margin-left: -.75rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
.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:524px) {
    .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:864px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}
@media (min-width:1112px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}
@media (min-width:1448px) {
    .text-xxl-left {
        text-align: left !important
    }
    .text-xxl-right {
        text-align: right !important
    }
    .text-xxl-center {
        text-align: center !important
    }
}
.text-lowercase {
    text-transform: lowercase !important
}
.text-uppercase {
    text-transform: uppercase !important
}
.text-capitalize {
    text-transform: capitalize !important
}
.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: #28a745 !important
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}
.text-info {
    color: #17a2b8 !important
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}
.text-warning {
    color: #ffc107 !important
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}
.text-danger {
    color: #dc3545 !important
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}
.text-light {
    color: #f8f9fa !important
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}
.text-dark {
    color: #343a40 !important
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}
.text-body {
    color: #212529 !important
}
.text-muted {
    color: #6c757d !important
}
.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}
.text-white-50 {
    color: hsla(0, 0%, 100%, .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-reset {
    color: inherit !important
}
.visible {
    visibility: visible !important
}
.invisible {
    visibility: hidden !important
}
a {
    color: #0055a6
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
.academyicon {
    font-family: academy !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga"1;
    font-feature-settings: "liga", normal, "dlig";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-gift-box:before {
    content: "\E92A"
}
.icon-garbage:before {
    content: "\E94A"
}
.icon-package:before {
    content: "\E93D"
}
.icon-store:before {
    content: "\E93F"
}
.icon-share:before {
    content: "\E947"
}
.icon-person:before {
    content: "\E948"
}
.icon-print:before {
    content: "\E949"
}
.icon-phone:before {
    content: "\E904"
}
.icon-phone-filled:before {
    content: "\E93C"
}
.icon-pencil:before {
    content: "\E93B"
}
.icon-list-view:before {
    content: "\E936"
}
.icon-color-wheel:before {
    content: "\E900"
}
.icon-checkbox-active:before {
    content: "\E92F"
}
.icon-group-2:before {
    content: "\E930"
}
.icon-group-3:before {
    content: "\E931"
}
.icon-group-4:before {
    content: "\E933"
}
.icon-group-10:before {
    content: "\E934"
}
.icon-group:before {
    content: "\E935"
}
.icon-alert:before {
    content: "\E901"
}
.icon-arrow-down:before {
    content: "\E902"
}
.icon-arrow-left:before {
    content: "\E925"
}
.icon-arrow-right:before {
    content: "\E926"
}
.icon-arrow-up:before {
    content: "\E903"
}
.icon-cart:before {
    content: "\E905"
}
.icon-chat-filled:before {
    content: "\E906"
}
.icon-chat:before {
    content: "\E907"
}
.icon-check-circle:before {
    content: "\E908"
}
.icon-check-mark:before {
    content: "\E909"
}
.icon-chevron-down:before {
    content: "\E927"
}
.icon-chevron-left:before {
    content: "\E90A"
}
.icon-chevron-right:before {
    content: "\E90B"
}
.icon-chevron-up:before {
    content: "\E928"
}
.icon-close:before {
    content: "\E90C"
}
.icon-collapse:before {
    content: "\E90D"
}
.icon-credit-card:before {
    content: "\E90E"
}
.icon-edit:before {
    content: "\E90F"
}
.icon-email-filled:before {
    content: "\E910"
}
.icon-email:before {
    content: "\E911"
}
.icon-expand:before {
    content: "\E912"
}
.icon-favorite:before {
    content: "\E913"
}
.icon-filter:before {
    content: "\E914"
}
.icon-information:before {
    content: "\E915"
}
.icon-location-pin-filled:before {
    content: "\E916"
}
.icon-location-pin:before {
    content: "\E917"
}
.icon-lock-open:before {
    content: "\E918"
}
.icon-lock:before {
    content: "\E919"
}
.icon-menu:before {
    content: "\E91A"
}
.icon-minus:before {
    content: "\E932"
}
.icon-plus:before {
    content: "\E91B"
}
.icon-question:before {
    content: "\E91C"
}
.icon-radio-active:before {
    content: "\E91D"
}
.icon-radio-inactive:before {
    content: "\E91E"
}
.icon-search:before {
    content: "\E91F"
}
.icon-shipping-truck:before {
    content: "\E929"
}
.icon-checkbox-inactive:before {
    content: "\E920"
}
.icon-warning:before {
    content: "\E921"
}
.icon-x-circle:before {
    content: "\E922"
}
.icon-zoom-in:before {
    content: "\E923"
}
.icon-zoom-out:before {
    content: "\E924"
}
[class*=container-fluid],
[class^=container] {
    padding-right: 1rem;
    padding-left: 1rem
}
@media (min-width:524px) {
    [class*=col-] {
        padding-left: 1rem;
        padding-right: 1rem
    }
    [class^=row] {
        margin-left: -1rem;
        margin-right: -1rem
    }
    [class*=container-fluid],
    [class^=container] {
        padding-right: 1rem;
        padding-left: 1rem
    }
}
@media (min-width:768px) {
    [class*=col-] {
        padding-left: 1rem;
        padding-right: 1rem
    }
    [class^=row] {
        margin-left: -1rem;
        margin-right: -1rem
    }
    [class*=container-fluid],
    [class^=container] {
        padding-right: 1rem;
        padding-left: 1rem
    }
}
@media (min-width:864px) {
    [class*=col-] {
        padding-left: 1rem;
        padding-right: 1rem
    }
    [class^=row] {
        margin-left: -1rem;
        margin-right: -1rem
    }
    [class*=container-fluid],
    [class^=container] {
        padding-right: 1rem;
        padding-left: 1rem
    }
}
@media (min-width:1112px) {
    [class*=col-] {
        padding-left: 1rem;
        padding-right: 1rem
    }
    [class^=row] {
        margin-left: -1rem;
        margin-right: -1rem
    }
    [class*=container-fluid],
    [class^=container] {
        padding-right: 1rem;
        padding-left: 1rem
    }
}
.ReactModal__Body--open,
.ReactModal__Body--open_mac,
.ReactModal__findAStore--open,
.ReactModal__Html--open {
    overflow: hidden
}
.ReactModal__findAStore--open {
    padding-right: 17px
}
.modalContent {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    right: auto;
    bottom: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    overflow-y: auto;
    background: #fff;
    max-height: 100%;
    z-index: 100
}
@media (min-width:768px) {
    .modalContent {
        width: 60vw;
        height: auto
    }
}
.modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4)
}
.modalCloseButton {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 22px;
    width: 22px;
    background: #fff;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 22px;
    color: #585858
}
@media (min-width:768px) {
    .modalCloseButton {
        top: 24px;
        right: 24px
    }
}
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.slick-track {
    top: 0;
    left: 0
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}
.slick-track:after {
    clear: both
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
@font-face {
    font-family: slick;
    src: url(../fonts/Slick/slick.eot);
    src: url(../fonts/Slick/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/Slick/slick.ttf) format("truetype"), url(../fonts/Slick/slick.woff) format("woff"), url(../fonts/Slick/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-prev {
    left: -25px
}
[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}
.slick-prev:before {
    content: "\2190"
}
[dir=rtl] .slick-prev:before {
    content: "\2192"
}
.slick-next {
    right: -25px
}
[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}
.slick-next:before {
    content: "\2192"
}
[dir=rtl] .slick-next:before {
    content: "\2190"
}
.slick-dotted.slick-slider {
    margin-bottom: 30px
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}
.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 70px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: rgba(0, 0, 0, .5)
}
.swiper-button-next {
    border-radius: 0 4px 4px 0
}
.swiper-button-prev {
    border-radius: 4px 0 0 4px
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .1;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: 0
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: 0
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%
}
.dark .swiper-pagination-bullet,
.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, .5);
    opacity: .5
}
.dark .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, .5);
    opacity: 1
}
.light .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .4
}
.light .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1
}
.dark .swiper-pagination-bullet-active {
    background: #000
}
.light .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
    animation-duration: 3s;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50"/></filter></svg>#filter');
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
    perspective: 1200px
}
.c-product__ratings-reviews>div .product-card-reviews {
    display: inline;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.33
}
.horizontal.product-card .c-product__ratings-reviews {
    font-size: 12px
}
.product-card-reviews .bv_main_container .bv_numReviews_component_container {
    padding: 0 !important
}
.product-card-reviews .bv_main_container .bv_stars_component_container {
    display: none !important
}
.product-card-reviews .bv_main_container .bv_numReviews_component_container button {
    font-size: 10px !important;
    line-height: 14px !important;
    padding: 0 !important;
    position: relative !important
}
@media only screen and (min-width:992px) {
    .product-card-reviews .bv_main_container .bv_numReviews_component_container button {
        font-size: 12px !important;
        line-height: 16px !important
    }
}
.product-card [data-bv-show=inline_rating] .bv_main_container .bv_numReviews_component_container {
    padding-left: 0 !important
}
.vertical.product-card .product-card-reviews .bv_main_container .bv_numReviews_component_container button {
    font-size: 12px !important;
    line-height: 16px !important
}
.tfc-fitrec-product a:focus,
.tfc-fitrec-product button:focus {
    outline: none !important;
    border: 1px solid #4d90fe !important;
    box-shadow: 0 0 5px #4d90fe !important
}
input::-ms-clear,
input::-ms-reveal {
    display: none
}
.c-product__title {
    font-size: .75rem;
    line-height: 1rem;
    font-family: inherit;
    color: #767676;
    text-transform: uppercase;
    margin-bottom: .5rem !important
}
@media (max-width:576px) {
    .c-product__title {
        color: #7f7f7f
    }
}
.c-product__description {
    font-size: .875rem;
    line-height: 1.125rem;
    font-family: Helvetica Neue, sans-serif;
    color: #333;
    height: 3.375rem;
    overflow: hidden
}
@media (min-width:576px) {
    .c-product__description {
        font-size: 1rem;
        line-height: 1.25rem;
        height: 3.75rem
    }
}
.c-product__ratings-reviews {
    height: 2rem
}
.c-product__colors-available {
    font-size: .625rem;
    line-height: .875rem;
    font-family: Helvetica Neue, sans-serif;
    color: #333
}
@media (min-width:768px) {
    .c-product__colors-available {
        height: 1rem
    }
}
@media (min-width:864px) {
    .c-product__colors-available {
        font-size: .75rem;
        line-height: 1rem
    }
}
.c-price__sub,
.c-price__super {
    font-family: inherit;
    letter-spacing: 0
}
.c-price__super {
    top: .1rem;
    vertical-align: text-top
}
.c-price__sub {
    font-size: 2.25rem;
    line-height: 2.25rem
}
.c-price__super {
    font-size: .875rem;
    line-height: .875rem
}
.list-price .c-price__sub {
    font-size: 1.5rem;
    line-height: 1.5rem
}
.list-price .c-price__super {
    font-size: .625rem;
    line-height: .625rem
}
.c-price-in-cart {
    font-family: inherit;
    font-size: 1.5rem;
    line-height: 1.5rem
}
.c-price-compare {
    font-size: .75rem;
    line-height: .75rem
}
.c-price__tooltip-icon {
    font-size: 1rem;
    line-height: 1rem;
    color: #585858;
    padding-left: 5px
}
.c-price__tooltip-text {
    width: 250px;
    background-color: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 6px 12px 0 rgba(0, 0, 0, .04), 0 2px 5px 0
}
.c-product__badge {
    z-index: 2
}
.horizontal {
    width: 100%
}
.horizontal section>div {
    display: flex;
    width: 100%;
    flex-flow: wrap;
    align-items: flex-end;
    justify-content: flex-start
}
.horizontal section>div>div {
    width: 100%
}
.horizontal section span:last-child {
    position: relative
}
.horizontal section span.c-price__sub,
.horizontal section span.c-price__tooltip-icon,
.horizontal section span.list-price {
    position: static
}
.horizontal .c-product__lazyspinner {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: relative
}
.horizontal .c-product__lazyspinner:after {
    content: " ";
    position: absolute;
    right: calc(50% - 23px);
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: transparent transparent #1f56a0;
    -webkit-animation: a .8s linear infinite;
    animation: a .8s linear infinite;
    animation-duration: 3s;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
.horizontal .c-product__description {
    font-size: .75rem;
    line-height: 1rem;
    height: 3rem
}
@media (min-width:576px) {
    .horizontal .c-product__description {
        color: #767676;
        font-size: .875rem;
        line-height: 1.125rem;
        height: 3.375rem
    }
}
@media (max-width:767px) {
    .horizontal .c-product__description {
        height: auto
    }
}
.horizontal .c-product__colors-available {
    font-size: .625rem;
    line-height: .875rem;
    font-family: Helvetica Neue, sans-serif;
    color: #333
}
.horizontal .c-product__colors-available.m-noratings {
    padding: 0
}
.horizontal .c-product__title {
    margin-bottom: 0 !important
}
@media (min-width:768px) {
    .horizontal .c-product__title {
        margin-bottom: .5rem !important;
        min-height: 2rem
    }
}
.horizontal .c-price__sub {
    font-size: 1.75rem;
    line-height: 1.75rem
}
.horizontal .c-price__super {
    font-size: .625rem;
    line-height: .625rem
}
.horizontal .list-price .c-price__sub {
    font-family: inherit;
    font-size: 1.25rem;
    line-height: 1.25rem
}
.horizontal .list-price .c-price__super {
    font-family: inherit;
    font-size: .5rem;
    line-height: .5rem
}
.horizontal .c-price-in-cart {
    font-size: 1rem;
    line-height: 1rem;
    font-family: inherit
}
.horizontal .c-price-compare {
    font-size: .625rem;
    line-height: .625rem;
    font-family: Helvetica Neue, sans-serif
}
@media (min-width:524px) {
    .horizontal .c-price__sub {
        font-size: 2.25rem;
        line-height: 2.25rem
    }
    .horizontal .c-price__super {
        font-size: .875rem;
        line-height: .875rem
    }
    .horizontal .list-price .c-price__sub {
        font-size: 1.5rem;
        line-height: 1.5rem
    }
    .horizontal .list-price .c-price__super {
        font-size: .625rem;
        line-height: .625rem
    }
    .horizontal .c-price-in-cart {
        font-size: 1.5rem;
        line-height: 1.5rem
    }
    .horizontal .c-price-compare {
        font-size: .75rem;
        line-height: .75rem
    }
}
@media (max-width:767.98px) {
    .horizontal {
        display: flex;
        flex-wrap: wrap
    }
}
@media (max-width:1447px) {
    .sc-product-card.col-4 {
        height: 500px
    }
}
@media (max-width:1112px) {
    .sc-product-card.col-4 {
        max-width: 420px;
        height: 445px
    }
}
@media (max-width:864px) {
    .sc-product-card.col-4 {
        max-width: 372px;
        height: 420px
    }
}
@media (max-width:768px) {
    .sc-product-card.col-4 {
        height: 475px
    }
}
@media (max-width:524px) {
    .sc-product-card.col-4 {
        max-width: 213.33333px;
        height: 425px
    }
}
@media (max-width:320px) {
    .sc-product-card.col-4 {
        max-width: 66.66667vw
    }
}
.vertical div:hover>img {
    opacity: 1
}
.vertical .c-product__colors-available {
    height: 1rem;
    padding-bottom: .25rem;
    margin-bottom: .5rem
}
.price_in_cart .c-price-compare,
.special_price>div:last-child {
    color: #7f7f7f !important
}
.fade-enter {
    opacity: .01
}
.fade-enter-active {
    opacity: 1;
    transition: opacity 3s ease-in
}
.fade-exit {
    opacity: 1
}
.fade-exit-active {
    opacity: .01;
    transition: opacity 3s ease-in
}
.fade-200ms-enter {
    opacity: .01
}
.fade-200ms-enter-active {
    opacity: 1;
    transition: opacity .2s ease-in
}
.fade-200ms-exit {
    opacity: 1
}
.fade-200ms-exit-active {
    opacity: .01;
    transition: opacity .2s ease-in
}
.fade-300ms-enter {
    opacity: .01
}
.fade-300ms-enter-active {
    opacity: 1;
    transition: opacity .3s ease-in
}
.fade-300ms-exit {
    opacity: 1
}
.fade-300ms-exit-active {
    opacity: .01;
    transition: opacity .3s ease-in
}
.fade-400ms-enter {
    opacity: .01
}
.fade-400ms-enter-active {
    opacity: 1;
    transition: opacity .4s ease-in
}
.fade-400ms-exit {
    opacity: 1
}
.fade-400ms-exit-active {
    opacity: .01;
    transition: opacity .4s ease-in
}
.fade-500ms-enter {
    opacity: .01
}
.fade-500ms-enter-active {
    opacity: 1;
    transition: opacity .5s ease-in
}
.fade-500ms-exit {
    opacity: 1
}
.fade-500ms-exit-active {
    opacity: .01;
    transition: opacity .5s ease-in
}
.fade-grow-enter {
    opacity: .01;
    height: 0;
    overflow: hidden
}
.fade-grow-enter-active {
    opacity: 1;
    height: 54px;
    transition: height .4s ease-in, opacity .4s ease-in
}
.fade-grow-exit {
    opacity: 1;
    height: 54px;
    overflow: hidden
}
.fade-grow-exit-active {
    opacity: .01;
    height: 0;
    transition: height .4s ease-in, opacity .4s ease-in
}
@-webkit-keyframes b {
    to {
        right: 100%
    }
    0% {
        right: 0
    }
}
@keyframes b {
    0% {
        right: 100%
    }
    to {
        right: 0
    }
}
@-webkit-keyframes c {
    0% {
        opacity: 1
    }
    to {
        opacity: .01
    }
}
@keyframes c {
    0% {
        opacity: 1
    }
    to {
        opacity: .01
    }
}
.button-loader-enter:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #0255cc;
    height: 3px
}
.button-loader-enter-active:before {
    -webkit-animation: b .2s ease-out forwards, c .3s ease-out .2s forwards;
    animation: b .2s ease-out forwards, c .3s ease-out .2s forwards;
    animation-duration: 3s;
}
@media (max-width:768px) {
    .pdp-container {
        max-width: 100% !important;
        padding-left: 1rem;
        padding-right: 1rem
    }
}
[data-component=productDetailsNoDifferentSelection],
[data-component=productDetailsNoDifferentSelection] .breadCrumbComponent {
    margin-left: -1rem;
    margin-right: -1rem
}
div[data-component=banner] .siteBanner {
    min-height: 65px
}
div[data-component=banner] .animate-opacity {
    -webkit-animation: d .4s ease-in;
    animation: d .4s ease-in;
    animation-duration: 3s;
}
@-webkit-keyframes d {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}
@keyframes d {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}
html.at-body-opacity1 body {
    opacity: 1
}
body.at-body-opacity0 {
    opacity: 0
}
body.at-body-opacity1 {
    opacity: 1
}
.loader-height {
    height: calc(100vh - 452px)
}
@media screen and (min-width:768px) {
    .loader-height {
        height: calc(100vh - 365px)
    }
}
[data-component=cart],
[data-component=checkout],
[data-component=myaccount] {
    min-height: calc(100vh - 526px)
}
@media screen and (min-width:768px) {
    [data-component=cart],
    [data-component=checkout],
    [data-component=myaccount] {
        min-height: calc(100vh - 360px)
    }
}
.remove-spinner__number-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}
/*evergage css*/
.container {
    max-width: 1080px !important
}
.c--recs--pd-rating.svg-stars {
    font-size: 16px;
    margin: 0
}
.svg-stars svg {
    width: 80px
}
[data-eg-item-status="Hot Deal"],
[data-eg-item-status=None],
[data-eg-item-status=none] {
    display: none !important
}
.gap {
    background: #f5f5f5;
    border: none;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, .1);
    height: .25rem
}
.br-4 {
    border-radius: .25rem
}
.br-8 {
    border-radius: .5rem
}
.cover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.top-0 {
    top: 0
}
.right-0 {
    right: 0
}
.bottom-0 {
    bottom: 0
}
.left-0 {
    left: 0
}
.color-black {
    color: #333 !important
}
.color-white {
    color: #fff !important
}
.color-blue {
    color: #05a !important
}
.bg-white {
    background: #fff
}
.bg-red {
    background: #e00
}
.bg-blue {
    background: #05a
}
.fw-900 {
    font-weight: 900
}
.fz-24 {
    font-size: 24px;
    line-height: 30px
}
.fz-20 {
    font-size: 20px;
    line-height: 24px
}
.fz-16 {
    font-size: 16px;
    line-height: 20px
}
.fz-14 {
    font-size: 14px;
    line-height: 16px
}
.fz-12 {
    font-size: 12px;
    line-height: 12px
}
.homepage {
    background: #fcfcfc
}
.mxw-80 {
    max-width: 80%
}
.pullup-40 {
    margin-top: -2.5rem;
    position: relative
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 2px 2px 0 rgba(0, 0, 0, .04), 0 0 2px 0 rgba(0, 0, 0, .1);
    position: relative;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    white-space: normal
}
@media (min-width:1280px) {
    a.card:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
        z-index: 1
    }
}
@media (max-width:767px) {
    .recs--3 .card,
    .recs--4 .card {
        flex: 1 0 80%
    }
}
@media (min-width:768px) {
    .recs--3 .card {
        width: calc((100% / 3) - 2rem)
    }
    .recs--4 .card {
        width: calc(25% - 2rem)
    }
}
.recs--3 .card .card--img-wrapper img,
.recs--4 .card .card--img-wrapper img {
    max-width: 126px
}
@media (min-width:768px) {
    .recs--3 .card .card--img-wrapper img,
    .recs--4 .card .card--img-wrapper img {
        max-width: 174px
    }
}
@media (max-width:767px) {
    .recs .card {
        flex: 1 0 80%
    }
    .recs .card img {
        max-width: 126px
    }
}
@media (min-width:768px) {
    .recs .card {
        flex: 1
    }
}
.card--pd-name {
    font-size: .875rem;
    line-height: 1.125rem
}
.card--pd-name.clamp-1 {
    height: 1.125rem
}
.card--pd-name.clamp-2 {
    height: 2.25rem
}
.card--pd-name.clamp-3 {
    height: 3.375rem
}
.clamp-1,
.clamp-2,
.clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}
.clamp-1 {
    -webkit-line-clamp: 1
}
.clamp-2 {
    -webkit-line-clamp: 2
}
.clamp-3 {
    -webkit-line-clamp: 3
}
.card--pd-price {
    font-size: .875rem;
    line-height: 1.125rem
}
.card--pd-price~.card--pd-price {
    display: none
}
.mapped~.card--pd-price {
    display: none !important
}
.badge--sale {
    border-radius: 50%;
    height: 3rem;
    width: 3rem
}
.svg-stars {
    height: 1rem !important
}
.star--off,
.star--on {
    height: 1rem !important
}
.star--off img,
.star--on img {
    max-width: 80px !important
}
.star--on {
    margin-top: -1rem !important;
    overflow: hidden
}
.star--off {
    margin-right: .25rem;
    width: 80px
}
.star--count {
    font-size: .8rem;
    line-height: .8rem
}
@media (max-width:767px) {
    .mobile-overflow-scroll {
        flex-flow: row nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }
    .mobile-overflow-scroll:after {
        content: '';
        flex: 0 0 1rem
    }
}
.col-4 {
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%
}
#seocontainer h2,
#seocontainer h3,
#seocontainer h4,
#seocontainer h5,
#seocontainer h6 {
    font-size: 20px !important
}
.wrapper:not(.academyicon) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
.ReactModal__Content h2 {
    font-size: 2rem;
    line-height: 1
}
.ReactModal__Content button {
    font-family: inherit !important
}
[data-auid=shopByCategory_title] {
    font-size: 2rem !important;
    line-height: 1 !important;
    margin-bottom: 1rem !important
}
[data-auid=shopByCategory_title] span {
    font-size: inherit !important;
    line-height: inherit !important
}
.c-price__sub {
    display: flex;
    font-weight: 700;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    padding-right: .5rem !important
}
.c-price__super {
    font-size: .75rem !important;
    line-height: 1rem !important;
    padding-top: 0 !important;
    top: .25rem !important
}
.list-price .c-price__sub {
    font-weight: 400 !important
}
.list-price {
    align-items: center !important;
    display: inline-flex !important;
    margin-left: 0 !important
}
.css-1e1r9n3 {
    font-size: 12px !important;
    line-height: 1rem !important;
    margin: 0 !important
}
.product-card .was_now_price {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}
.css-heka6k {
    margin-left: 0 !important
}
.css-1e1r9n3 {
    line-height: 1rem !important;
    padding-right: .5rem
}
.css-xnoh5a {
    font-weight: 700 !important
}
.css-xni2wy {
    font-family: inherit
}
.orderConfirmation h1.pt-5 {
    font-size: 24px !important;
    line-height: 32px;
    margin-bottom: 0 !important;
    padding-top: 0 !important
}
.orderConfirmation h1.pt-5+p {
    line-height: 2rem
}
.orderConfirmation {
    height: auto !important
}
.orderConfirmation .orderConfirmation {
    background: #f5f5f5;
    padding: 1rem
}
.orderConfirmation .css-subxaf.o-copy__16bold {
    line-height: 1.5rem !important;
    margin: 0 !important
}
.orderConfirmation .css-1uwax9k {
    font-size: 2rem !important;
    line-height: 1 !important
}
/*additional hp css by vic*/
/*gutters*/
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 8px !important;
    padding-left: 8px !important;
}
/*colors and bg*/
.bg-mothersday {
    background: #be7db5;
}
.bg-aca-red {
    background: #fe3732;
}
.bg-winter-blue {
    background: #82E7E1;
}
.bg-icon-gray {
    background: #efefef;
}
.bg-fleece-gray {
    background: #ebebeb;
}
.bg-sky-blue {
    background: #44ace1;
}
.bg-gray {
    background: #F3F3F3;
}
.bg-gray-fw {
    background: #e7e7e7;
}
.bg-darkgray {
    background: #e4e4e4;
}
.bg-tailgating-gray {
    background: #dfdfdf;
}
.bg-shipping-blue {
    background: #003264;
}
.bg-sports-blue {
    background-color: #1528a1;
}
.bg-bts-blue {
    background: #e5f2f8
}
.bg-dirt {
    background-color: #d7d6ad;
}
.bg-hunting-tan {
    background: #d7d6ae60;
}
.bg-hunting-light-green {
    background: #d4d5ad;
}
.bg-hunting-light-green-10 {
    background: #ececde99;
}
.bg-hunting-darktan {
    background: #d8d6ad;
}
.bg-fitness {
    background: #401938;
}
.bg-gray-2 {
    background: #e1e1e1;
}
.bg-aqua {
    background: #82e7e1;
}
.bg-hunting-orange {
    background: #d66000;
}
.bg-hunting-green {
    background: #1e4137;
}
.color-bts-dark-blue {
    color: #1928a2;
}
.color-hunting-orange {
    color: #d66000;
}
.color-fitness {
    color: #401938;
}
.color-sports-blue {
    color: #1528a1;
}
.color-hunting-green {
    color: #1e4137;
}
.color-aca-red {
    color: #fe3732;
}
.color-hol-red {
    color: #D11E25;
}
/*font sizes and weights*/
.fz-10 {
    font-size: 10px;
    line-height: 12px;
}
.fz-12 {
    font-size: 12px;
    line-height: 12px;
}
.fz-14 {
    font-size: 14px;
    line-height: 14px;
}
.fz-15 {
    font-size: 15px;
    line-height: 15px;
}
.fz-24 {
    font-size: 24px;
    line-height: 24px;
}
.fz-28 {
    font-size: 28px;
    line-height: 28px;
}
.fz-30 {
    font-size: 30px;
    line-height: 28px;
}
.fz-35 {
    font-size: 35px;
    line-height: 33px;
}
.fz-40 {
    font-size: 40px;
    line-height: 35px;
}
.fz-50 {
    font-size: 50px;
    line-height: 45px;
}
.fz-60 {
    font-size: 60px;
    line-height: 55px;
}
.fz-16-14 {
    font-size: 16px;
    line-height: 18px;
}
.fz-16-12 {
    font-size: 16px;
    line-height: 18px;
}
.fz-20-16 {
    font-size: 20px;
    line-height: 18px;
}
.fz-28-20 {
    font-size: 28px;
    line-height: 28px;
}
.fz-40-30 {
    font-size: 40px;
    line-height: 36px;
}
.fz-40-24 {
    font-size: 40px;
    line-height: 36px;
}
.fz-50-30 {
    font-size: 50px;
    line-height: 45px;
}
.fz-50-40 {
    font-size: 50px;
    line-height: 45px;
}
.fz-60-50 {
    font-size: 60px;
    line-height: 55px;
}
.fw-100 {
    font-weight: 100;
}
.fw-400 {
    font-weight: 400;
}
/*buttons*/
/*blue*/
.bttn-pill-aca-blue {
    background: none;
    cursor: pointer;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #1928A0;
    color: #1928A0;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-pill-aca-blue:hover {
    background: #1928A0;
    border: 3px solid #1928A0;
    color: #fff;
}
/*red*/
.bttn-pill-aca-red {
    background: none;
    cursor: pointer;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #D11E25;
    color: #D11E25;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-pill-aca-red:hover {
    background: #D11E25;
    border: 3px solid #D11E25;
    color: #fff;
}
/*black*/
.bttn-pill-aca-black {
    cursor: pointer;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #333333;
    color: #333333;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-pill-aca-black:hover {
    background: #333333;
    border: 3px solid #333333;
    color: #fff;
}
/*green*/
.bttn-pill-aca-green {
    cursor: pointer;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #1D6C55;
    color: #1D6C55;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-pill-aca-green:hover {
    background: #1D6C55;
    border: 3px solid #1D6C55;
    color: #fff;
}
/*red bg white solid*/
.bttn-pill-aca-white-red {
    cursor: pointer;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    color: red;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-pill-aca-white-red:hover {
    background: red;
    border: 3px solid #ffffff;
    color: #fff;
}
/*red bg white border*/
.bttn-pill-aca-red-white {
    cursor: pointer;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    background: red;
    color: #ffffff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-pill-aca-red-white:hover {
    background: #ffffff;
    border: 3px solid #ffffff;
    color: red;
}
/*green bg white solid*/
.bttn-pill-aca-green-white {
    cursor: pointer;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    background: none;
    color: #ffffff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-pill-aca-green-white:hover {
    background: #ffffff;
    border: 3px solid #ffffff;
    color: #1d6c56;
}
/*flex*/
.text-underline {
    text-decoration: underline;
}
.text-underline-none {
    text-decoration: none !important;
}
.justify-content-start {
    justify-content: flex-start;
}
.justify-content-space-between {
    justify-content: space-between;
}
.justify-content-evenly {
    justify-content: space-evenly;
}
/*ghost*/
.nomobile {
    display: block !important;
}
.nodesktop {
    display: none !important;
}
/* second set */
.mxw-1048 {
    max-width: 1048px !important;
}
/* bg */
.bg-crocs-green {
    background: #65c294;
}
.bg-dark-mint {
    background: #82e6e1;
}
.bg-work-brown {
    background: #c69c6c;
}
.bg-dark-brown {
    background: #8b6238;
}
.bg-darkgray {
    background: #ececec;
}
.bg-hunting-tan-green {
    background: #e3e2cd;
}
.bg-copper {
    background: #96604f;
}
.bg-charcoal {
    background: #1e1f25;
}
.bg-purple-fitness {
    background: #401939;
}
.bg-fitness-khaki {
    background: #d7d6ad;
}
.bg-light-gray {
    background: #f7f7f7;
}
.bg-gray-andrew {
    background: #eaeaea;
}
.bg-workwear-khaki {
    background: #d7d6ad;
}
.bg-dirtygreen {
    background: #124c5a;
}
.bg-darkblue {
    background: #023061;
}
.bg-skyblue {
    background: #44ace1;
}
.bg-light-blue {
    background: #44ace129;
}
.bg-fun-red {
    background: #fe3633;
}
.bg-white-sptra {
    background: rgba(255, 255, 255, 0.8);
}
.bg-gray-flash {
    background: #f0f0f0;
}
.bg-mint {
    background: #c1f3f0;
}
.bg-tan-holiday {
    background: #f3ece2;
}
.bg-tan-app {
    background: #f9f6f1;
}
.bg-yoga-tan {
    background: #f3ece2;
}
.bg-hunting-tan2 {
    background: #fcfaf7 !important;
}
.bg-red-holiday {
    background: #d11f25;
}
.bg-red-flashsale {
    background: #f22132;
}
.bg-green-holiday {
    background: #2c6d55;
}
.bg-cold-holiday {
    background: #c6f2f1;
}
.bg-black {
    background: #333;
}
.bg-andrew-white {
    background: #fcfcfc;
}
.bg-khaki2 {
    background: #f3ece2;
}
.bg-gold-gg {
    background: #c0a56b;
}
.bg-clearance {
    background: #f9e62a;
}
.bg-pink {
    background: #f7cacd;
}
/* text color */
.color-clearance {
    color: #f9e62a;
}
.color-gold {
    color: #bfa56b;
}
.color-hunting-green {
    color: #1e4137;
}
.color-holiday-red {
    color: #d11e25;
}
.color-holiday-green {
    color: #276d54;
}
.color-red-flashsale {
    color: #f22132;
}
.color-skyblue {
    color: #44ace1;
}
.color-purple-fitness {
    color: #401939;
}
.color-copper {
    color: #96604f;
}
.color-spring-yellow {
    color: #fdf383;
}
/* font and weight sizes */
.fz-16 {
    font-size: 16px !important;
    line-height: 16px !important;
}
.fz-18 {
    font-size: 18px;
    line-height: 18px;
}
.fz-18-14 {
    font-size: 18px;
    line-height: 18px;
}
.fz-24-20 {
    font-size: 24px;
    line-height: 24px;
}
.fz-24-22 {
    font-size: 24px;
    line-height: 24px;
}
.fz-24-14 {
    font-size: 24px;
    line-height: 22px;
}
.fz-24-18 {
    font-size: 24px;
    line-height: 22px;
}
.fz-30-24 {
    font-size: 30px;
    line-height: 28px;
}
.fz-40-24 {
    font-size: 40px;
    line-height: 35px;
}
.fz-40-30 {
    font-size: 40px;
    line-height: 35px;
}
.fz-50-40 {
    font-size: 50px;
    line-height: 45px;
}
.fz-60-30 {
    font-size: 60px;
    line-height: 55px;
}
.fz-60-40 {
    font-size: 60px;
    line-height: 55px;
}
.fz-80-40 {
    font-size: 80px;
    line-height: 80px;
}
.fz-80-60 {
    font-size: 80px;
    line-height: 80px;
}
.fw-700 {
    font-weight: 700;
}
/* square buttons */
.bttn-square-aca-black {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #333333;
    color: #333333;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-black:hover {
    background: #333333;
    border: 3px solid #333333;
    color: #ffffff;
}
.bttn-square-aca-purple {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #401939;
    color: #401939;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-purple:hover {
    background: #401939;
    border: 3px solid #401939;
    color: #ffffff;
}
.bttn-square-aca-white-purple {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-white-purple:hover {
    background: #ffffff;
    border: 3px solid #ffffff;
    color: #401939;
}
.bttn-square-aca-green-solid-xmas {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-green-solid-xmas:hover {
    background: #ffffff;
    border: 3px solid #ffffff;
    color: #2c6d55;
    text-decoration: none;
}
.bttn-square-aca-green {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #2c6d55;
    color: #2c6d55;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-green:hover {
    background: #2c6d55;
    border: 3px solid #2c6d55;
    color: #ffffff;
    text-decoration: none;
}
.bttn-square-aca-hunting-green {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #1e4137;
    color: #1e4137;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-hunting-green:hover {
    background: #1e4137;
    border: 3px solid #1e4137;
    color: #ffffff;
    text-decoration: none;
}
.bttn-square-aca-white-green {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-white-green:hover {
    background: #ffffff;
    border: 3px solid #ffffff;
    color: #1e4137;
}
.bttn-square-aca-white {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-white:hover {
    background: #fff;
    border: 3px solid #fff;
    color: #d11f25;
}
.bttn-square-aca-white-sky {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-white-sky:hover {
    background: #fff;
    border: 3px solid #fff;
    color: #44ace1;
}
.bttn-square-aca-white-grn {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-white-grn:hover {
    background: #fff;
    border: 3px solid #fff;
    color: #2c6d55;
}
.bttn-square-aca-gold {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #bfa56b;
    color: #bfa56b;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-gold:hover {
    background: #bfa56b;
    border: 3px solid #bfa56b;
    color: #bfa56b;
}
.bttn-square-aca-blue {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #1928a0;
    color: #1928a0;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-blue:hover {
    background: #1928a0;
    border: 3px solid #1928a0;
    color: #fff;
}
.bttn-square-aca-blue-white {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-blue-white:hover {
    background: #ffffff;
    border: 3px solid #ffffff;
    color: #1928a0;
}
.bttn-square-aca-red {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #d11e25;
    color: #d11e25;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-red:hover {
    background: #d11e25;
    border: 3px solid #d11e25;
    color: #ffffff;
}
.bttn-square-aca-white-red {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-white-red:hover {
    background: #ffffff;
    border: 3px solid #ffffff;
    color: #d11e25;
}
.bttn-square-aca-red-flashsale {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #f22132;
    color: #f22132;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-red-flashsale:hover {
    background: #f22132;
    border: 3px solid #f22132;
    color: #ffffff;
}
.bttn-square-aca-bluesports2 {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #1a2fa3;
    color: #1a2fa3;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-bluesports2:hover {
    background: #1a2fa3;
    border: 3px solid #1a2fa3;
    color: #ffffff;
}
.bttn-square-aca-skyblue {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-skyblue:hover {
    background: #ffffff;
    border: 3px solid #44ace1;
    color: #44ace1;
}
.bttn-square-aca-white-bluesports {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-white-bluesports:hover {
    background: #ffffff;
    border: 3px solid #ffffff;
    color: #1a2fa3;
}
.bttn-square-aca-white-solid-red {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    background: #ffffff;
    opacity: 0.85;
    border: 3px solid #ffffff;
    color: #000000;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-white-solid-red:hover {
    background: #f22132;
    border: 3px solid #ffffff;
    color: #ffffff;
}
.bttn-square-aca-red-solid-white {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    background: #f22132;
    opacity: 0.85;
    border: 3px solid #f22132;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bttn-square-aca-red-solid-white:hover {
    background: #ffffff;
    border: 3px solid #ffffff;
    color: #f22132;
}
.bttn-min-width-150 {
    min-width: 150px;
}
.bttn-min-width-160 {
    min-width: 160px;
}
.bttn-max-width-150 {
    max-width: 150px;
}
.bttn-max-width-160 {
    max-width: 160px;
}
/* negative margin */
.tp-neg-150 {
    margin-top: -150px;
}
.tp-neg-60 {
    margin-top: -60px;
}
.tp-neg-85 {
    margin-top: -85px;
}
@media (max-width: 768px) {
    .nodesktop {
        display: block !important;
    }
    /*buttons*/
    /*blue*/
    .bttn-pill-aca-blue {
        width: 90%;
        background: none;
        cursor: pointer;
        padding: 7px 20px;
        font-size: 14px;
        font-weight: 700;
        border: 3px solid #1928A0;
        color: #1928A0;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        margin-top: 0.75rem;
        max-width: 500px;
        text-align: center;
    }
    .bttn-pill-aca-blue:hover {
        background: #1928A0;
        border: 3px solid #1928A0;
        color: #fff;
    }
    /*red*/
    .bttn-pill-aca-red {
        width: 90%;
        background: none;
        cursor: pointer;
        padding: 7px 20px;
        font-size: 14px;
        font-weight: 700;
        border: 3px solid #D11E25;
        color: #D11E25;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        margin-top: 0.75rem;
        max-width: 500px;
        text-align: center;
    }
    .bttn-pill-aca-red:hover {
        background: #D11E25;
        border: 3px solid #D11E25;
        color: #fff;
    }
    /*black*/
    .bttn-pill-aca-black {
        width: 90%;
        cursor: pointer;
        padding: 7px 20px;
        font-size: 14px;
        font-weight: 700;
        border: 3px solid #333333;
        color: #333333;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        margin-top: 0.75rem;
        max-width: 500px;
        text-align: center;
    }
    .bttn-pill-aca-black:hover {
        background: #333333;
        border: 3px solid #333333;
        color: #fff;
    }
    /*green*/
    .bttn-pill-aca-green {
        width: 90%;
        cursor: pointer;
        padding: 7px 20px;
        font-size: 14px;
        font-weight: 700;
        border: 3px solid #1D6C55;
        color: #1D6C55;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        margin-top: 0.75rem;
        max-width: 500px;
        text-align: center;
    }
    .bttn-pill-aca-green:hover {
        background: #1D6C55;
        border: 3px solid #1D6C55;
        color: #fff;
    }
    /*red bg white solid*/
    .bttn-pill-aca-white-red {
        width: 90%;
        cursor: pointer;
        padding: 7px 20px;
        font-size: 14px;
        font-weight: 700;
        border: 3px solid #ffffff;
        color: red;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        margin-top: 0.75rem;
        max-width: 500px;
        text-align: center;
    }
    .bttn-pill-aca-white-red:hover {
        background: red;
        border: 3px solid #ffffff;
        color: #fff;
    }
    /*red bg white border*/
    .bttn-pill-aca-red-white {
        width: 90%;
        cursor: pointer;
        padding: 7px 20px;
        font-size: 14px;
        font-weight: 700;
        border: 3px solid #ffffff;
        background: red;
        color: #ffffff;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        margin-top: 0.75rem;
        max-width: 500px;
        text-align: center;
    }
    .bttn-pill-aca-red-white:hover {
        background: #ffffff;
        border: 3px solid #ffffff;
        color: red;
    }
    /*green bg white solid*/
    .bttn-pill-aca-green-white {
        width: 90%;
        cursor: pointer;
        padding: 7px 20px;
        font-size: 14px;
        font-weight: 700;
        border: 3px solid #ffffff;
        background: none;
        color: #ffffff;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        margin-top: 0.75rem;
        max-width: 500px;
        text-align: center;
    }
    .bttn-pill-aca-green-white:hover {
        background: #ffffff;
        border: 3px solid #ffffff;
        color: #1d6c56;
    }
    /* second set */
    .nomobile {
        display: none !important;
    }
    /* font sizes */
    .fz-16-12 {
        font-size: 12px;
        line-height: 14px;
    }
    .fz-16-14 {
        font-size: 14px;
        line-height: 16px;
    }
    .fz-18-14 {
        font-size: 14px;
        line-height: 16px;
    }
    .fz-24-20 {
        font-size: 20px;
        line-height: 20px;
    }
    .fz-24-14 {
        font-size: 14px;
        line-height: 14px;
    }
    .fz-24-18 {
        font-size: 18px;
        line-height: 18px;
    }
    .fz-24-22 {
        font-size: 22px;
        line-height: 24px;
    }
    .fz-40-30 {
        font-size: 30px !important;
        line-height: 28px !important;
    }
    .fz-40-24 {
        font-size: 24px !important;
        line-height: 24px !important;
    }
    .fz-50-40 {
        font-size: 40px;
        line-height: 35px;
    }
    .fz-50-30 {
        font-size: 30px;
        line-height: 28px;
    }
    .fz-60-30 {
        font-size: 30px;
        line-height: 28px;
    }
    .fz-60-40 {
        font-size: 40px;
        line-height: 35px;
    }
    .fz-30-24 {
        font-size: 24px;
        line-height: 24px;
    }
    .tp-neg-60 {
        margin-top: 0;
    }
    .tp-neg-85 {
        margin-top: 0;
    }
}
