
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: rgb(165, 0, 52);
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: rgb(165, 0, 52);
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: rgb(165, 0, 52);
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "LG Smart Regular";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

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

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

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

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

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

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

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(27, 26, 30, .1)
}

small,
.small {
    font-size: 0.875em;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

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

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

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

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

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

.blockquote-footer {
    display: block;
    font-size: 0.875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

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

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

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

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

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

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

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

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

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(27, 26, 30, .05)
}

.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(27, 26, 30, .075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #e6b8c6
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #d07a95
}

.table-hover .table-primary:hover {
    background-color: #dfa5b7
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #dfa5b7
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #e6b8c6
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #d07a95
}

.table-hover .table-danger:hover {
    background-color: #dfa5b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #dfa5b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(27, 26, 30, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(15, 14, 16, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(15, 14, 16, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

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

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

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

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.form-control::-ms-expand {
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff266a;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25)
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

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

select.form-control:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 1px 0
}

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

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

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

.was-validated input:valid,
input.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated input:valid:focus,
input.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

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

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

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

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #a50034
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(165, 0, 52, .9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

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

.was-validated input:invalid,
input.is-invalid {
    border-color: #a50034;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='rgb%28165, 0, 52%29' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='rgb%28165, 0, 52%29' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated input:invalid:focus,
input.is-invalid:focus {
    border-color: #a50034;
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #a50034;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='rgb%28165, 0, 52%29' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='rgb%28165, 0, 52%29' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #a50034;
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25)
}

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25)
}

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

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #a50034;
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

@media(min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #fff;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #a50034;
    border-color: #a50034
}

.btn-primary:hover {
    color: #fff;
    background-color: #7f0028;
    border-color: #720024
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #7f0028;
    border-color: #720024;
    -webkit-box-shadow: 0 0 0 .2rem rgba(179, 38, 82, .5);
    box-shadow: 0 0 0 .2rem rgba(179, 38, 82, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    /* background-color: #a50034; */
    /* border-color: #a50034 */
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #720024;
    border-color: #650020
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(179, 38, 82, .5);
    box-shadow: 0 0 0 .2rem rgba(179, 38, 82, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #a50034;
    border-color: #a50034
}

.btn-danger:hover {
    color: #fff;
    background-color: #7f0028;
    border-color: #720024
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #7f0028;
    border-color: #720024;
    -webkit-box-shadow: 0 0 0 .2rem rgba(179, 38, 82, .5);
    box-shadow: 0 0 0 .2rem rgba(179, 38, 82, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #a50034;
    border-color: #a50034
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #720024;
    border-color: #650020
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(179, 38, 82, .5);
    box-shadow: 0 0 0 .2rem rgba(179, 38, 82, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #a50034;
    border-color: #a50034
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #a50034;
    border-color: #a50034
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .5);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #a50034;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #a50034;
    border-color: #a50034
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .5);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #a50034;
    border-color: #a50034
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #a50034;
    border-color: #a50034
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .5);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #a50034;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #a50034;
    border-color: #a50034
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .5);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #a50034;
    text-decoration: none
}

.btn-link:hover {
    color: #59001c;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

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

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

.breadcrumb-item.active {
    color: #6c757d
}

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

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #a50034;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #59001c;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .25)
}

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

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

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

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5
}

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #a50034
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #720024
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .5);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #a50034
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #720024
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .5);
    box-shadow: 0 0 0 .2rem rgba(165, 0, 52, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #630c29;
    background-color: #edccd6;
    border-color: #e6b8c6
}

.alert-primary hr {
    border-top-color: #dfa5b7
}

.alert-primary .alert-link {
    color: #360616
}

.alert-secondary {
    color: #45494f;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #2d3034
}

.alert-success {
    color: #226332;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #153d1f
}

.alert-info {
    color: #19616e;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #103c44
}

.alert-warning {
    color: #927112;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #654e0c
}

.alert-danger {
    color: #630c29;
    background-color: #edccd6;
    border-color: #e6b8c6
}

.alert-danger hr {
    border-top-color: #dfa5b7
}

.alert-danger .alert-link {
    color: #360616
}

.alert-light {
    color: #8e8e90;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #747477
}

.alert-dark {
    color: #282b30;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #111214
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #a50034;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #fff;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(27, 26, 30, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #a50034;
    border-color: #a50034
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #630c29;
    background-color: #e6b8c6
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #630c29;
    background-color: #dfa5b7
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #630c29;
    border-color: #630c29
}

.list-group-item-secondary {
    color: #45494f;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #45494f;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #45494f;
    border-color: #45494f
}

.list-group-item-success {
    color: #226332;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #226332;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #226332;
    border-color: #226332
}

.list-group-item-info {
    color: #19616e;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #19616e;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #19616e;
    border-color: #19616e
}

.list-group-item-warning {
    color: #927112;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #927112;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #927112;
    border-color: #927112
}

.list-group-item-danger {
    color: #630c29;
    background-color: #e6b8c6
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #630c29;
    background-color: #dfa5b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #630c29;
    border-color: #630c29
}

.list-group-item-light {
    color: #8e8e90;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #8e8e90;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #8e8e90;
    border-color: #8e8e90
}

.list-group-item-dark {
    color: #282b30;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #282b30;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #282b30;
    border-color: #282b30
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #1b1a1e;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #1b1a1e;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(27, 26, 30, .1);
    box-shadow: 0 .25rem .75rem rgba(27, 26, 30, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

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

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

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

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

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

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

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

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(27, 26, 30, .2);
    border-radius: .3rem;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

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

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

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

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

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -moz-min-content;
        height: -webkit-min-content;
        height: min-content
    }

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

@media(min-width: 992px) {

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

@media(min-width: 1200px) {
    .modal-xl {
        max-width: 1200px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "LG Smart Regular";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: flex-start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

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

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

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #1b1a1e
}

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

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

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #1b1a1e
}

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

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

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #1b1a1e
}

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

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

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #1b1a1e
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #1b1a1e;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "LG Smart Regular";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: flex-start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(27, 26, 30, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^=top]>.arrow {
    bottom: calc(-0.5rem - 1px)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^=top]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(27, 26, 30, .25)
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^=top]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^=right]>.arrow {
    left: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^=right]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(27, 26, 30, .25)
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^=right]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^=bottom]>.arrow {
    top: calc(-0.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(27, 26, 30, .25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^=left]>.arrow {
    right: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^=left]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(27, 26, 30, .25)
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^=left]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #fff
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

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

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

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

    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: .25em solid currentcolor;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

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

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.align-text-bottom {
    vertical-align: text-bottom
}

.align-text-top {
    vertical-align: text-top
}

.bg-primary {
    background-color: #a50034
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #720024
}

.bg-secondary {
    background-color: #6c757d
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62
}

.bg-success {
    background-color: #28a745
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34
}

.bg-info {
    background-color: #17a2b8
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b
}

.bg-warning {
    background-color: #ffc107
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00
}

.bg-danger {
    background-color: #a50034
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #720024
}

.bg-light {
    background-color: #f8f9fa
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5
}

.bg-dark {
    background-color: #343a40
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124
}

.bg-white {
    background-color: #F0ECE4;
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0)
}

.border {
    border: 1px solid #dee2e6
}

.border-top {
    border-top: 1px solid #dee2e6
}

.border-right {
    border-right: 1px solid #dee2e6
}

.border-bottom {
    border-bottom: 1px solid #dee2e6
}

.border-left {
    border-left: 1px solid #dee2e6
}

.border-0 {
    border: 0
}

.border-top-0 {
    border-top: 0
}

.border-right-0 {
    border-right: 0
}

.border-bottom-0 {
    border-bottom: 0
}

.border-left-0 {
    border-left: 0
}

.border-primary {
    border-color: #a50034
}

.border-secondary {
    border-color: #6c757d
}

.border-success {
    border-color: #28a745
}

.border-info {
    border-color: #17a2b8
}

.border-warning {
    border-color: #ffc107
}

.border-danger {
    border-color: #a50034
}

.border-light {
    border-color: #f8f9fa
}

.border-dark {
    border-color: #343a40
}

.border-white {
    border-color: #fff
}

.rounded-sm {
    border-radius: .2rem
}

.rounded {
    border-radius: .25rem
}

.rounded-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-right {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.rounded-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-left {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-lg {
    border-radius: .3rem
}

.rounded-circle {
    border-radius: 50%
}

.rounded-pill {
    border-radius: 50rem
}

.rounded-0 {
    border-radius: 0
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block
}

.d-table {
    display: table
}

.d-table-row {
    display: table-row
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media(min-width: 576px) {
    .d-sm-none {
        display: none
    }

    .d-sm-inline {
        display: inline
    }

    .d-sm-inline-block {
        display: inline-block
    }

    .d-sm-block {
        display: block
    }

    .d-sm-table {
        display: table
    }

    .d-sm-table-row {
        display: table-row
    }

    .d-sm-table-cell {
        display: table-cell
    }

    .d-sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display: none
    }

    .d-md-inline {
        display: inline
    }

    .d-md-inline-block {
        display: inline-block
    }

    .d-md-block {
        display: block
    }

    .d-md-table {
        display: table
    }

    .d-md-table-row {
        display: table-row
    }

    .d-md-table-cell {
        display: table-cell
    }

    .d-md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .d-md-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display: none
    }

    .d-lg-inline {
        display: inline
    }

    .d-lg-inline-block {
        display: inline-block
    }

    .d-lg-block {
        display: block
    }

    .d-lg-table {
        display: table
    }

    .d-lg-table-row {
        display: table-row
    }

    .d-lg-table-cell {
        display: table-cell
    }

    .d-lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display: none
    }

    .d-xl-inline {
        display: inline
    }

    .d-xl-inline-block {
        display: inline-block
    }

    .d-xl-block {
        display: block
    }

    .d-xl-table {
        display: table
    }

    .d-xl-table-row {
        display: table-row
    }

    .d-xl-table-cell {
        display: table-cell
    }

    .d-xl-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media print {
    .d-print-none {
        display: none
    }

    .d-print-inline {
        display: inline
    }

    .d-print-inline-block {
        display: inline-block
    }

    .d-print-block {
        display: block
    }

    .d-print-table {
        display: table
    }

    .d-print-table-row {
        display: table-row
    }

    .d-print-table-cell {
        display: table-cell
    }

    .d-print-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .d-print-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.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 iframe,
.embed-responsive embed,
.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.85714286%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.flex-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.align-content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.align-self-auto {
    -ms-flex-item-align: auto;
    align-self: auto
}

.align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center
}

.align-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

@media(min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .flex-sm-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .flex-sm-fill {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .justify-content-sm-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .justify-content-sm-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .justify-content-sm-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .align-items-sm-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .align-items-sm-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .align-items-sm-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto;
        align-self: auto
    }

    .align-self-sm-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .align-self-sm-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .align-self-sm-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }
}

@media(min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .flex-md-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .flex-md-fill {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .justify-content-md-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .justify-content-md-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .justify-content-md-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .justify-content-md-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .align-items-md-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .align-items-md-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .align-items-md-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .align-content-md-start {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .align-content-md-end {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .align-content-md-center {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto;
        align-self: auto
    }

    .align-self-md-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .align-self-md-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .align-self-md-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }
}

@media(min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .flex-lg-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .flex-lg-fill {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .justify-content-lg-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .justify-content-lg-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .justify-content-lg-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .align-items-lg-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .align-items-lg-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .align-items-lg-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto;
        align-self: auto
    }

    .align-self-lg-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .align-self-lg-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .align-self-lg-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }
}

@media(min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .flex-xl-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .flex-xl-fill {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .justify-content-xl-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .justify-content-xl-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .justify-content-xl-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .align-items-xl-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .align-items-xl-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .align-items-xl-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto;
        align-self: auto
    }

    .align-self-xl-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .align-self-xl-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .align-self-xl-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.float-none {
    float: none
}

@media(min-width: 576px) {
    .float-sm-left {
        float: left
    }

    .float-sm-right {
        float: right
    }

    .float-sm-none {
        float: none
    }
}

@media(min-width: 768px) {
    .float-md-left {
        float: left
    }

    .float-md-right {
        float: right
    }

    .float-md-none {
        float: none
    }
}

@media(min-width: 992px) {
    .float-lg-left {
        float: left
    }

    .float-lg-right {
        float: right
    }

    .float-lg-none {
        float: none
    }
}

@media(min-width: 1200px) {
    .float-xl-left {
        float: left
    }

    .float-xl-right {
        float: right
    }

    .float-xl-none {
        float: none
    }
}

.user-select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all
}

.user-select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.user-select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.position-static {
    position: static
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.position-fixed {
    position: fixed
}

.position-sticky {
    position: sticky
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports(position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(27, 26, 30, .075);
    box-shadow: 0 .125rem .25rem rgba(27, 26, 30, .075)
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(27, 26, 30, .15);
    box-shadow: 0 .5rem 1rem rgba(27, 26, 30, .15)
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(27, 26, 30, .175);
    box-shadow: 0 1rem 3rem rgba(27, 26, 30, .175)
}

.shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none
}

.w-25 {
    width: 25%
}

.w-50 {
    width: 50%
}

.w-75 {
    width: 75%
}

.w-100 {
    width: 100%
}

.w-auto {
    width: auto
}

.h-25 {
    height: 25%
}

.h-50 {
    height: 50%
}

.h-75 {
    height: 75%
}

.h-100 {
    height: 100%
}

.h-auto {
    height: auto
}

.mw-100 {
    max-width: 100%
}

.mh-100 {
    max-height: 100%
}

.min-vw-100 {
    min-width: 100vw
}

.min-vh-100 {
    min-height: 100vh
}

.vw-100 {
    width: 100vw
}

.vh-100 {
    height: 100vh
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify
}

.text-wrap {
    white-space: normal
}

.text-nowrap {
    white-space: nowrap
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

@media(min-width: 576px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }
}

@media(min-width: 768px) {
    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }
}

@media(min-width: 992px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }
}

@media(min-width: 1200px) {
    .text-xl-left {
        text-align: left
    }

    .text-xl-right {
        text-align: right
    }

    .text-xl-center {
        text-align: center
    }
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.font-weight-light {
    font-weight: 300
}

.font-weight-lighter {
    font-weight: lighter
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-bolder {
    font-weight: bolder
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff
}

.text-primary {
    color: #000000;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #59001c
}

.text-secondary {
    color: #6c757d
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54
}

.text-success {
    color: #28a745
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c
}

.text-info {
    color: #17a2b8
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674
}

.text-warning {
    color: #ffc107
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00
}

.text-danger {
    color: #a50034
}

a.text-danger:hover,
a.text-danger:focus {
    color: #59001c
}

.text-light {
    color: #f8f9fa
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da
}

.text-dark {
    color: #343a40
}

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

.text-body {
    color: #fff
}

.text-muted {
    color: #6c757d
}

.text-black-50 {
    color: rgba(27, 26, 30, .5)
}

.text-white-50 {
    color: rgba(255, 255, 255, .5)
}

.text-hide {
    font: 0/0 a;
    color: rgba(0, 0, 0, 0);
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.text-decoration-none {
    text-decoration: none
}

.text-break {
    word-break: break-word;
    word-wrap: break-word
}

.text-reset {
    color: inherit
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px
    }

    .container {
        min-width: 992px
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #1b1a1e
    }

    .table {
        border-collapse: collapse
    }

    .table td,
    .table th {
        background-color: #fff
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.block {
    margin: 0;
    position: relative
}

@media(min-width: 768px) {
    .block {
        margin: 0
    }
}

.block>.row {
    position: relative;
    z-index: 3
}

@media(min-width: 768px) {
    .block>.row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.block__content {
    padding-top: 36px;
    padding-bottom: 40px;
    position: relative;
    letter-spacing: -0.003em
}

@media(min-width: 375px) {
    .block__content {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media(min-width: 768px) {
    .block__content {
        padding: 20px 24px 20px 0
    }
}

@media(min-width: 1200px) {
    .block__content {
        padding-right: 48px;
        padding-top: 18px
    }
}

.block__content p:last-of-type {
    margin-bottom: 0
}

.block__content .btn {
    margin-top: 24px
}

@media(max-width: 539.98px) {
    .block__content .btn {
        width: 100%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
        display: block
    }
}

.block__content .more {
    margin-top: 33px
}

.block__image {
    padding: 0;
    margin: 0 -16px;
    position: relative
}

@media(min-width: 540px) {
    .block__image {
        margin: 0
    }
}

.block__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(min-width: 768px) {
    .block__image img {
        width: 50vw;
        max-width: 720px;
        height: 100%;
        min-height: 340px;
        max-height: 520px;
        -o-object-position: top center;
        object-position: top center;
        left: -16px
    }
}

.block--light::after,
.block--dark::after {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    left: -16px;
    z-index: 1
}

@media(min-width: 540px) {

    .block--light::after,
    .block--dark::after {
        width: 100vw;
        max-width: 1680px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.block--light.block--offset::after,
.block--dark.block--offset::after {
    top: 143px;
    border-top-right-radius: 64px
}

@media(min-width: 768px) {

    .block--light.block--offset::after,
    .block--dark.block--offset::after {
        top: 110px
    }
}

@media(min-width: 992px) {

    .block--light.block--offset::after,
    .block--dark.block--offset::after {
        top: 143px
    }
}

@media(min-width: 1200px) {

    .block--light.block--offset::after,
    .block--dark.block--offset::after {
        top: 200px
    }
}

@media(min-width: 768px) {

    .block--light.block--offset>.row,
    .block--dark.block--offset>.row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(min-width: 768px) {

    .block--light.block--offset .block__content,
    .block--dark.block--offset .block__content {
        padding-top: 80px
    }
}

@media(min-width: 992px) {

    .block--light.block--offset .block__content,
    .block--dark.block--offset .block__content {
        padding-top: 140px
    }
}

@media(min-width: 1200px) {

    .block--light.block--offset .block__content,
    .block--dark.block--offset .block__content {
        padding-top: 196px
    }
}

@media(min-width: 1400px) {

    .block--light.block--offset .block__content,
    .block--dark.block--offset .block__content {
        padding-right: 50px
    }
}

@media(min-width: 1400px) {

    .block--light.block--offset .block__image,
    .block--dark.block--offset .block__image {
        padding-left: 18px
    }
}

.block--light::after {
    background: #f9f7f5
}

.block--dark::after {
    background: #f9eee6
}

.block--dark+.block--slides.block--dark::after {
    border-radius: 0
}

.block--dark+.block--slides.block--reverse.block--dark::after {
    border-radius: 0
}

@media(min-width: 768px) {
    .block--reverse>.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(min-width: 768px) {
    .block--reverse .block__image img {
        margin-left: 16px;
        left: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width: 767.98px) {
    .block--reverse .block__content {
        padding-bottom: 40px
    }
}

@media(min-width: 768px) {
    .block--reverse .block__content {
        padding-right: 0;
        padding-left: 24px
    }
}

@media(min-width: 1200px) {
    .block--reverse .block__content {
        padding-left: 48px
    }
}

.block--rounded {
    padding-top: 40px;
    padding-bottom: 40px
}

@media(min-width: 768px) {
    .block--rounded {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media(min-width: 1200px) {
    .block--rounded {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.block--rounded .block__image {
    max-width: 510px;
    margin: 0 auto
}

@media(min-width: 540px) {
    .block--rounded .block__image {
        max-width: none
    }
}

@media(min-width: 1200px) {
    .block--rounded .block__image {
        width: 100%;
        padding-left: 20px
    }
}

@media(min-width: 1400px) {
    .block--rounded .block__image {
        padding-left: 40px
    }
}

.block--rounded .block__image img {
    width: 100%;
    min-width: 288px;
    height: calc(100vw - 32px);
    min-height: 288px;
    border-radius: 64px
}

@media(min-width: 540px) {
    .block--rounded .block__image img {
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0
    }
}

@media(min-width: 768px) {
    .block--rounded .block__image img {
        max-width: none;
        max-height: none;
        height: 334px;
        margin-left: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }
}

@media(min-width: 992px) {
    .block--rounded .block__image img {
        height: auto
    }
}

.block--rounded .block__content {
    padding: 20px 0 0
}

@media(min-width: 1200px) {
    .block--rounded .block__content {
        padding-top: 0
    }
}

@media(min-width: 1200px) {
    .block--rounded.block--reverse .block__image {
        padding-left: 0;
        padding-right: 20px
    }
}

@media(min-width: 1400px) {
    .block--rounded.block--reverse .block__image {
        padding-right: 40px
    }
}

@media(min-width: 768px) {
    .block--rounded.block--reverse .block__image img {
        margin-left: 0
    }
}

@media(min-width: 768px) {
    .block--rounded.block--reverse .block__content {
        padding-left: 0
    }
}

@media(min-width: 1200px) {
    .block--rounded.block--reverse .block__content {
        padding-left: 0
    }
}

.block--slides {
    padding-top: 36px;
    padding-bottom: 40px
}

@media(min-width: 768px) {
    .block--slides {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media(min-width: 1200px) {
    .block--slides {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media(min-width: 768px) {
    .block--slides>.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.block--slides>.row>.col-12 {
    position: relative
}

.block--slides .block__heading {
    margin-bottom: 18px
}

@media(min-width: 1200px) {
    .block--slides .block__heading {
        margin-bottom: 21px
    }
}

.block--slides .block__content {
    padding: 0 0 40px;
    position: relative
}

@media(min-width: 768px) {
    .block--slides .block__content {
        padding: 24px 0 36px 24px
    }
}

@media(min-width: 992px) {
    .block--slides .block__content {
        padding-right: 24px
    }
}

@media(min-width: 1200px) {
    .block--slides .block__content {
        padding: 74px 40px 40px 42px
    }
}

@media(max-width: 767.98px) {
    .block--slides .block__content h2 {
        line-height: 100%
    }
}

.block--slides .block__image {
    max-width: 510px;
    margin: 0 auto;
    position: relative
}

@media(min-width: 540px) {
    .block--slides .block__image {
        max-width: none
    }
}

@media(min-width: 768px) {
    .block--slides .block__image {
        position: absolute;
        top: 0;
        right: 16px;
        left: 16px
    }
}

@media(min-width: 1200px) {
    .block--slides .block__image {
        left: -22px
    }
}

.block--slides .block__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 64px;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: opacity .6s linear;
    transition: opacity .6s linear
}

.block--slides[data-active="1"] .block__image img[data-image="1"],
.block--slides[data-active="2"] .block__image img[data-image="2"],
.block--slides[data-active="3"] .block__image img[data-image="3"],
.block--slides[data-active="4"] .block__image img[data-image="4"],
.block--slides[data-active="5"] .block__image img[data-image="5"] {
    position: relative;
    z-index: 1;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.block--slides.block--dark::after {
    border-top-right-radius: 64px
}

@media(min-width: 768px) {
    .block--slides.block--reverse>.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media(min-width: 768px) {
    .block--slides.block--reverse .block__content {
        padding: 24px 24px 36px 0
    }
}

@media(min-width: 992px) {
    .block--slides.block--reverse .block__content {
        padding-left: 24px
    }
}

@media(min-width: 1200px) {
    .block--slides.block--reverse .block__content {
        padding: 80px 24px 40px 46px
    }
}

@media(min-width: 1200px) {
    .block--slides.block--reverse .block__image {
        left: 16px;
        right: -22px
    }
}

@media(min-width: 768px) {
    .block--slides.block--reverse .block__slides {
        border-top-right-radius: 40px;
        border-top-left-radius: 0;
        margin-right: 0;
        margin-left: -74px
    }
}

.block--slides.block--reverse.block--dark::after {
    border-top-left-radius: 64px;
    border-top-right-radius: 0
}

.block__slides {
    padding: 16px;
    border-radius: 40px 0 40px 40px;
    margin: -80px 16px 0;
    position: relative;
    z-index: 5;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(27, 26, 30, .15);
    box-shadow: 0 2px 10px rgba(27, 26, 30, .15)
}

@media(min-width: 768px) {
    .block__slides {
        padding: 22px 24px 24px;
        border-top-right-radius: 0;
        border-top-left-radius: 40px;
        margin: 0 -108px 0 0
    }
}

@media(min-width: 1200px) {
    .block__slides {
        padding-right: 40px;
        padding-left: 40px;
        margin-right: -74px
    }
}

.block__slides-toggle {
    padding: 24px 40px 22px 0;
    display: block;
    position: relative;
    font-size: 22px;
    line-height: 22px;
    color: #1b1a1e;
    text-decoration: none
}

@media(min-width: 1200px) {
    .block__slides-toggle {
        padding-top: 28px;
        padding-bottom: 24px;
        font-size: 24px;
        line-height: 24px
    }
}

.block__slides-toggle::after {
    content: "";
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNTkgOS4yMTQ4NEwxMiAxMy43OTQ4TDcuNDEgOS4yMTQ4NEw2IDEwLjYyNDhMMTIgMTYuNjI0OEwxOCAxMC42MjQ4TDE2LjU5IDkuMjE0ODRaIiBmaWxsPSIjQTUwMDM0Ii8+PC9zdmc+") no-repeat center center;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.block__slides-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease
}

.block__slides-content .more {
    margin-top: 25px;
    letter-spacing: .05em
}

@media(min-width: 768px) {
    .block__slides-content .more {
        margin-top: 9px
    }
}

.block__slides-space {
    padding-top: 6px;
    padding-bottom: 18px
}

@media(min-width: 768px) {
    .block__slides-space {
        padding-bottom: 25px
    }
}

@media(min-width: 1200px) {
    .block__slides-space {
        padding-top: 8px;
        padding-bottom: 18px;
        letter-spacing: -0.003em
    }
}

.block__slides-space>p,
.block__slides-space>ul {
    margin-bottom: 6px
}

.block__slides-space>ul {
    padding-left: 18px;
    list-style: disc outside none
}

.block__slides-space>ul li {
    list-style: disc outside none
}

.block__slides-space>*:last-child {
    margin-bottom: 0 !important
}

.block__slides-item {
    border-bottom: 1px solid #e4e4e4
}

.block__slides-item:last-of-type {
    border-bottom: none
}

.block__slides-item.active .block__slides-content,
[data-active="1"] .block__slides-item[data-product="1"] .block__slides-content,
[data-active="2"] .block__slides-item[data-product="2"] .block__slides-content,
[data-active="3"] .block__slides-item[data-product="3"] .block__slides-content,
[data-active="4"] .block__slides-item[data-product="4"] .block__slides-content,
[data-active="5"] .block__slides-item[data-product="5"] .block__slides-content {
    max-height: 500px
}

@media(min-width: 768px) {

    .block__slides-item.active .block__slides-content,
    [data-active="1"] .block__slides-item[data-product="1"] .block__slides-content,
    [data-active="2"] .block__slides-item[data-product="2"] .block__slides-content,
    [data-active="3"] .block__slides-item[data-product="3"] .block__slides-content,
    [data-active="4"] .block__slides-item[data-product="4"] .block__slides-content,
    [data-active="5"] .block__slides-item[data-product="5"] .block__slides-content {
        max-height: 400px
    }
}

@media(min-width: 1200px) {

    .block__slides-item.active .block__slides-content,
    [data-active="1"] .block__slides-item[data-product="1"] .block__slides-content,
    [data-active="2"] .block__slides-item[data-product="2"] .block__slides-content,
    [data-active="3"] .block__slides-item[data-product="3"] .block__slides-content,
    [data-active="4"] .block__slides-item[data-product="4"] .block__slides-content,
    [data-active="5"] .block__slides-item[data-product="5"] .block__slides-content {
        max-height: 300px
    }
}

[data-active="1"] .block__slides-item[data-product="1"] .block__slides-toggle::after,
[data-active="2"] .block__slides-item[data-product="2"] .block__slides-toggle::after,
[data-active="3"] .block__slides-item[data-product="3"] .block__slides-toggle::after,
[data-active="4"] .block__slides-item[data-product="4"] .block__slides-toggle::after,
[data-active="5"] .block__slides-item[data-product="5"] .block__slides-toggle::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer-box .business .footer-component .footer-contents .footer-contents-box:first-child.box-wrap,
.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap:last-child,
.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap:last-child ul,
.footer-box .footer-component .footer-contents,
.footer-box .footer-component .sub-contents.social {
    zoom: 1
}

.footer-box .business .footer-component .footer-contents .footer-contents-box.box-wrap:first-child:before,
.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap:last-child:before,
.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap:last-child ul:before,
.footer-box .footer-component .footer-contents:before,
.footer-box .footer-component .sub-contents.social:before,
.footer-box .business .footer-component .footer-contents .footer-contents-box.box-wrap:first-child:after,
.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap:last-child:after,
.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap:last-child ul:after,
.footer-box .footer-component .footer-contents:after,
.footer-box .footer-component .sub-contents.social:after {
    content: " ";
    display: table
}

.footer-box .business .footer-component .footer-contents .footer-contents-box.box-wrap:first-child:after,
.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap:last-child:after,
.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap:last-child ul:after,
.footer-box .footer-component .footer-contents:after,
.footer-box .footer-component .sub-contents.social:after {
    clear: both
}

*,
* :before,
* :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    background: #fff
}

body {
    /* font-size: 1.125rem; */
    color: rgba(27, 26, 30, .87);
    -webkit-font-smoothing: antialiased;
}

p {
    margin-top: 0;
    margin-bottom: 1.251rem;
    font-family: "LG EI Text";
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0px;
    font-family: "LG EI Text";
}

a {
    font-family: "LG EI Text";
    /* color: #a50034; */
    text-decoration: none;
    text-decoration-thickness: .0625em;
    text-underline-offset: .167em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    outline: none !important
}

@media(hover: hover) {

    a:hover,
    a:focus {
        text-decoration: none
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: .5em;
    /* font-family: "LG Smart Regular", sans-serif; */
    font-family: "LG EI Title";
    font-weight: 400
}

h1,
.h1 {
    font-size: 60px
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 70px
    }
}

h2,
.h2 {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 111.1%
}

@media(min-width: 1200px) {

    h2,
    .h2 {
        font-size: 48px;
        line-height: 100%
    }
}

h3,
.h3 {
    margin-bottom: 19px;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: .006em
}

@media(min-width: 1200px) {

    h3,
    .h3 {
        font-size: 36px;
        line-height: 111.1%
    }
}

h4,
.h4 {
    font-size: 28px;
    line-height: 114.3%
}

@media(min-width: 1200px) {

    h4,
    .h4 {
        font-size: 30px;
        line-height: 106.7%
    }
}

h5,
.h5 {
    font-size: 20px;
    line-height: 120%
}

@media(min-width: 1200px) {

    h5,
    .h5 {
        font-size: 22px;
        line-height: 109.1%
    }
}

h6,
.h6 {
    font-weight: bold
}

.paragraph--unpublished {
    background: rgba(0, 0, 0, 0)
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal
}

.visually-hidden:active,
.visually-hidden:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto
}

.clearfix::after {
    display: table;
    clear: both;
    content: ""
}

.responsive-video {
    padding-top: 56.25%;
    height: 0px;
    width: 100%;
    position: relative
}

.responsive-video iframe,
.responsive-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}
@font-face {
    font-family: "LG EI Title";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/LG EI_Headline Light.otf") format("opentype");
}

@font-face {
    font-family: "LG EI Title";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/LG EI_Headline Regular.otf") format("opentype");
}

@font-face {
    font-family: "LG EI Title";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/LG EI_Headline Semibold.otf") format("opentype");
}

@font-face {
    font-family: "LG EI Title";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/LG EI_Headline Bold.otf") format("opentype");
}

@font-face {
    font-family: "LG EI Title";
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/LG EI_Headline Thin.otf") format("opentype");
}

@font-face {
    font-family: "LG EI Text";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/LG EI_Text Regular.ttf") format("truetype");
}

@font-face {
    font-family: "LG EI Text";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/LG EI_Text Light.ttf") format("opentype");
}

@font-face {
    font-family: "LG EI Text";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/LG EI_Text SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "LG EI Text";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/LG EI_Text Bold.ttf") format("truetype");
}


@font-face {
    font-family: "LG Smart Light";
    font-display: swap;
    font-weight: 300;
    font-style: normal;
    src: local("☺"), url("../fonts/LG_Smart_Light.woff2") format("woff2"), url("../fonts/LG_Smart_Light.woff") format("woff")
}

@font-face {
    font-family: "LG Smart Regular";
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: local("☺"), url("../fonts/LG_Smart_Regular.woff2") format("woff2"), url("../fonts/LG_Smart_Regular.woff") format("woff")
}

@font-face {
    font-family: "LG Smart Regular";
    font-display: swap;
    font-weight: 400;
    font-style: italic;
    src: local("☺"), url("../fonts/LG_Smart_Regular_Italic.woff2") format("woff2"), url("../fonts/LG_Smart_Regular_Italic.woff") format("woff")
}

@font-face {
    font-family: "LG Smart SemiBold";
    font-display: swap;
    font-weight: 600;
    font-style: normal;
    src: local("☺"), url("../fonts/LG_Smart_SemiBold.woff2") format("woff2"), url("../fonts/LG_Smart_SemiBold.woff") format("woff")
}

@font-face {
    font-family: "LG Smart Bold";
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: local("☺"), url("../fonts/LG_Smart_Bold.woff2") format("woff2"), url("../fonts/LG_Smart_Bold.woff") format("woff")
}

@font-face {
    font-family: "LG Smart";
    font-display: swap;
    font-weight: 700;
    font-style: italic;
    src: local("☺"), url("../fonts/LG_Smart_Bold_Italic.woff2") format("woff2"), url("../fonts/LG_Smart_Bold_Italic.woff") format("woff")
}

.admin__left,
.admin__right {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width: 768px) {

    .admin__left,
    .admin__right {
        width: 50%
    }
}

.admin__left {
    top: 0;
    left: 0;
    height: 30%;
    background-color: #1b1a1e;
    -ms-flex-line-pack: center;
    align-content: center
}

@media(min-width: 768px) {
    .admin__left {
        height: 100%
    }
}

.admin__left img {
    max-width: 275px;
    width: 100%
}

.admin__right {
    bottom: 0;
    right: 0;
    height: 70%;
    background-color: #fff;
    overflow-y: scroll
}

@media(min-width: 768px) {
    .admin__right {
        height: 100%;
        -ms-flex-line-pack: center;
        align-content: center
    }
}

.admin__right .page__breadcrumb {
    display: none
}

.admin__right .container {
    padding: 0
}

.admin__right .form-actions {
    margin-top: 20px
}

.admin__right .user-pass p {
    font-size: .9rem
}

.admin__content {
    padding: 40px 25px 25px
}

.admin__content .form__description {
    display: none
}

.messages,
.webform-confirmation__message {
    padding: 15px 20px;
    margin: 20px 0;
    border-color: rgba(27, 26, 30, .87);
    border-style: dashed;
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.messages.messages--status,
.webform-confirmation__message.messages--status {
    background-color: #4f8b12
}

.messages.messages--warning,
.webform-confirmation__message.messages--warning {
    background-color: #f04f24
}

.messages.messages--error,
.webform-confirmation__message.messages--error {
    background-color: red
}

.messages a,
.webform-confirmation__message a {
    color: #fff;
    text-decoration: underline
}

.toolbar .toolbar-bar,
nav.toolbar-lining.clearfix {
    color: #1b1a1e
}

.footer-box {
    background: #fff;
    margin: 0 -15px;
    word-break: break-word
}

@media print {
    .footer-box {
        display: none
    }
}

.footer-box .skip_nav {
    max-width: 1280px;
    margin: 0 auto
}

.footer-box .footer-component {
    max-width: 1385px;
    margin: 0 auto;
    padding: 22px 0 30px
}

@media(max-width: 913px) {
    .footer-box .footer-component {
        padding: 0 24px 40px
    }
}

.footer-box .footer-component .footer-caution {
    font-size: 14px;
    line-height: 20px;
    padding: 25px 0;
    color: #6b6b6b
}

.footer-box .footer-component .footer-caution .caution-header {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e4e4e4
}

.footer-box .footer-component .footer-caution a,
.footer-box .footer-component .footer-caution button {
    color: #a50034;
    text-decoration: none;
    margin-left: 5px
}

.footer-box .footer-component .footer-caution p {
    margin: 0 0 19px
}

.footer-box .footer-component .footer-caution p:last-child {
    margin: 0
}

.footer-box .footer-component .footer-caution strong,
.footer-box .footer-component .footer-caution b {
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 700
}

.footer-box .footer-component .sub-contents.social {
    padding: 20px 0
}

@media(max-width: 767px) {
    .footer-box .footer-component .sub-contents.social {
        padding: 20px 0 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-box .footer-component .sub-contents.social:before,
    .footer-box .footer-component .sub-contents.social:after {
        content: none !important
    }
}

@media(max-width: 415px) {
    .footer-box .footer-component .sub-contents.social {
        display: block
    }
}

.footer-box .footer-component .sub-contents.social .country-information {
    padding: 6px 0 0
}

@media(min-width: 768px) {
    .footer-box .footer-component .sub-contents.social .country-information {
        float: left
    }
}

@media(max-width: 767px) {
    .footer-box .footer-component .sub-contents.social .country-information {
        padding: 0
    }
}

.footer-box .footer-component .sub-contents.social .country-information a {
    font-size: 14px;
    line-height: 20.02px;
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400;
    padding-left: 28px;
    display: block;
    background: url("https://www.lg.com/lg5-common/images/common/icons/country.svg") left top no-repeat;
    background-size: 25px 20px
}

.footer-box .footer-component .sub-contents.social .social-links {
    font-size: 0
}

@media(min-width: 768px) {
    .footer-box .footer-component .sub-contents.social .social-links {
        float: right
    }
}

@media(max-width: 767px) {
    .footer-box .footer-component .sub-contents.social .social-links {
        margin-top: 0
    }
}

@media(max-width: 415px) {
    .footer-box .footer-component .sub-contents.social .social-links {
        margin-top: 26px
    }
}

.footer-box .footer-component .sub-contents.social .social-links li {
    display: inline-block
}

.footer-box .footer-component .sub-contents.social .social-links li .social-icon {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 16px
}

.footer-box .footer-component .sub-contents.social .social-links li .social-icon img {
    width: 100%;
    height: auto
}

@media(max-width: 767px) {
    .footer-box .footer-component .sub-contents.social .social-links li .social-icon {
        margin-left: 0px;
        margin-right: 12px
    }
}

.footer-box .footer-component .sub-contents.social .social-links li .social-icon.icon-facebook {
    background: url("https://www.lg.com/lg5-common/images/common/icons/facebook-circle-fill.svg") left top no-repeat
}

.footer-box .footer-component .sub-contents.social .social-links li .social-icon.icon-twitter {
    background: url("https://www.lg.com/lg5-common/images/common/icons/twitter-circle-fill.svg") left top no-repeat
}

.footer-box .footer-component .sub-contents.social .social-links li .social-icon.icon-google {
    background: url("https://www.lg.com/lg5-common/images/common/icons/google-circle-fill.svg") left top no-repeat
}

.footer-box .footer-component .sub-contents.social .social-links li .social-icon.icon-pinterest {
    background: url("https://www.lg.com/lg5-common/images/common/icons/pinterest-circle-fill.svg") left top no-repeat
}

.footer-box .footer-component .sub-contents.social .social-links li .social-icon.icon-youtube {
    background: url("https://www.lg.com/lg5-common/images/common/icons/youtube-circle-fill.svg") left top no-repeat
}

.footer-box .footer-component .sub-contents.social .social-links li .social-icon.icon-email {
    background: url("https://www.lg.com/lg5-common/images/common/icons/email-circle-fill.svg") left top no-repeat
}

.footer-box .footer-component .sub-contents.social .social-links li .social-icon.icon-instagram {
    background: url("https://www.lg.com/lg5-common/images/common/icons/instagram-circle-fill.svg") left top no-repeat
}

.footer-box .footer-component .sub-contents.social .social-links li .social-icon.icon-linked-in {
    background: url("https://www.lg.com/lg5-common/images/common/icons/linked-in-fill.svg") left top no-repeat
}

.footer-box .footer-component .sub-contents.social .social-links li .social-icon.icon-spiceworks {
    background: url("https://www.lg.com/lg5-common/images/common/icons/spiceworks-fill.svg") left top no-repeat
}

.footer-box .footer-component .sub-contents.social .social-links li .social-icon.icon-snapchat {
    background: url("https://www.lg.com/lg5-common/images/common/icons/snapchat-fill.svg") left top no-repeat
}

.footer-box .footer-component .sub-contents.social .social-links li:last-child .social-icon {
    margin-right: 0
}

.footer-box .footer-component .footer-contents {
    padding-top: 30px;
    padding-bottom: 50px;
    display: table
}

@media(max-width: 1199px) {
    .footer-box .footer-component .footer-contents {
        width: 100%;
        display: block
    }
}

.footer-box .footer-component .footer-contents .no-link {
    font-size: 14px;
    line-height: 16px;
    color: #6b6b6b
}

.footer-box .footer-component .footer-contents a {
    font-size: 14px;
    line-height: 16px;
    color: #757575
}

.footer-box .footer-component .footer-contents a.social-support-fb {
    display: inline-block;
    line-height: 20px;
    margin-bottom: 8px
}

.footer-box .footer-component .footer-contents a.social-support-fb:before {
    display: inline-block;
    content: "";
    margin-right: 8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("https://www.lg.com/lg5-common/images/common/icons/facebook-circle-line-m.svg") left top no-repeat
}

.footer-box .footer-component .footer-contents a.social-support-tw {
    display: inline-block;
    line-height: 20px
}

.footer-box .footer-component .footer-contents a.social-support-tw:before {
    display: inline-block;
    content: "";
    margin-right: 8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("https://www.lg.com/lg5-common/images/common/icons/twitter-circle-line-m.svg") left top no-repeat
}

.footer-box .footer-component .footer-contents ul {
    margin-bottom: 11px
}

.footer-box .footer-component .footer-contents ul li {
    margin-bottom: 8px
}

.footer-box .footer-component .footer-contents ul li.social {
    margin-bottom: 4px
}

.footer-box .footer-component .footer-contents ul li.social a {
    color: #333
}

.footer-box .footer-component .footer-contents ul li:last-child {
    margin-bottom: 0
}

.footer-box .footer-component .footer-contents .footer-title {
    margin-bottom: 16px
}

.footer-box .footer-component .footer-contents .footer-title .no-link,
.footer-box .footer-component .footer-contents .footer-title a {
    font-size: 17px;
    line-height: 21px;
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400;
    color: #333
}

.footer-box .footer-component .footer-contents .footer-title+.support-text+.footer-title {
    margin-top: 29px
}

.footer-box .footer-component .footer-contents .footer-title:last-child {
    margin-bottom: 16px !important
}

.footer-box .footer-component .footer-contents .footer-sub-title a {
    font-size: 16px;
    line-height: 24px;
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400;
    color: #1b1a1e
}

.footer-box .footer-component .footer-contents .footer-sub-title+ul {
    margin-top: 4px;
    margin-bottom: 11px
}

.footer-box .footer-component .footer-contents .footer-sub-title+ul li {
    padding-left: 10px
}

.footer-box .footer-component .footer-contents .support-text {
    margin-bottom: 16px
}

.footer-box .footer-component .footer-contents ul+.footer-title {
    margin-top: 28px
}

.footer-box .footer-component .footer-contents .link-bottom .link-wrap {
    margin-bottom: 0
}

.footer-box .footer-component .footer-contents .footer-contents-box {
    width: 16.978%;
    font-size: 0;
    display: table-cell;
    vertical-align: top
}

.footer-box .footer-component .footer-contents .footer-contents-box .footer-title a,
.footer-box .footer-component .footer-contents .footer-contents-box .footer-title h5,
.footer-box .footer-component .footer-contents .footer-contents-box .footer-title h6 {
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400;
    color: #000
}

.footer-box .footer-component .footer-contents .footer-contents-box .footer-title h6,
.footer-box .footer-component .footer-contents .footer-contents-box .footer-title a {
    font-size: 14px;
    line-height: 14.7px;
    margin-top: 16px
}

.footer-box .footer-component .footer-contents .footer-contents-box .footer-title h5 {
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 16px
}

.footer-box .footer-component .footer-contents .footer-contents-box .footer-title:first-child>a {
    margin-top: 0;
    font-size: 17px
}

.footer-box .footer-component .footer-contents .footer-contents-box .footer-sub-title a,
.footer-box .footer-component .footer-contents .footer-contents-box .link-wrap>ul>li:not([class]) a,
.footer-box .footer-component .footer-contents .footer-contents-box .link-wrap>.box-wrap>ul>li:not([class]) a {
    display: block;
    font-size: 14px;
    line-height: 21.6px;
    padding-bottom: 0;
    margin-bottom: 16px;
    color: #757575
}

.footer-box .footer-component .footer-contents .footer-contents-box .footer-sub-title a h6,
.footer-box .footer-component .footer-contents .footer-contents-box .link-wrap>ul>li:not([class]) a h6,
.footer-box .footer-component .footer-contents .footer-contents-box .link-wrap>.box-wrap>ul>li:not([class]) a h6 {
    font-size: 14px
}

.footer-box .footer-component .footer-contents .footer-contents-box .footer-sub-title ul li,
.footer-box .footer-component .footer-contents .footer-contents-box .link-wrap>ul>li:not([class]) ul li,
.footer-box .footer-component .footer-contents .footer-contents-box .link-wrap>.box-wrap>ul>li:not([class]) ul li {
    padding-left: 16px
}

.footer-box .footer-component .footer-contents .footer-contents-box .footer-sub-title ul li a,
.footer-box .footer-component .footer-contents .footer-contents-box .link-wrap>ul>li:not([class]) ul li a,
.footer-box .footer-component .footer-contents .footer-contents-box .link-wrap>.box-wrap>ul>li:not([class]) ul li a {
    font-size: 14px;
    line-height: 21.6px;
    color: #757575;
    margin-top: 16px
}

.footer-box .footer-component .footer-contents .footer-contents-box ul {
    margin-top: 5px;
    margin-bottom: 9px
}

.footer-box .footer-component .footer-contents .footer-contents-box ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #6b6b6b
}

.footer-box .footer-component .footer-contents .footer-contents-box li.link-wrap {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    margin-bottom: 19px
}

.footer-box .footer-component .footer-contents .footer-contents-box li.link-wrap:nth-child(5),
.footer-box .footer-component .footer-contents .footer-contents-box li.link-wrap:nth-child(6),
.footer-box .footer-component .footer-contents .footer-contents-box li.link-wrap:nth-child(7),
.footer-box .footer-component .footer-contents .footer-contents-box li.link-wrap:nth-child(8) {
    margin-bottom: 0
}

.footer-box .footer-component .footer-contents .footer-contents-box li.link-wrap.box-wrap {
    margin-bottom: 0
}

.footer-box .footer-component .footer-contents .footer-contents-box li.link-wrap.box-wrap+.box-wrap {
    margin-top: 24px
}

.footer-box .footer-component .footer-contents .footer-contents-box.column-4 {
    width: 65.9%
}

.footer-box .footer-component .footer-contents .footer-contents-box.column-4 .box-wrap+.box-wrap {
    margin-top: 0px
}

.footer-box .footer-component .footer-contents .footer-contents-box.column-4 .box-wrap+.box-wrap .link-wrap {
    margin-bottom: 0
}

.footer-box .footer-component .footer-contents .footer-contents-box.products-columns {
    width: 49.9%
}

.footer-box .footer-component .footer-contents .footer-contents-box.products-columns li.link-wrap {
    width: 50%
}

@media(max-width: 1440px) {
    .footer-box .footer-component .footer-contents .footer-contents-box.products-columns li.link-wrap {
        width: 33%
    }
}

.footer-box .footer-component .footer-contents .footer-contents-box.column-1 {
    border-left: 1px solid #ccc
}

.footer-box .footer-component .footer-contents .footer-contents-box.column-1 .link-wrap {
    width: 100%;
    padding-left: 25px
}

@media(max-width: 1199px) {
    .footer-box .footer-component .footer-contents .footer-contents-box.column-1 .link-wrap {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0
    }

    .footer-box .footer-component .footer-contents .footer-contents-box.column-1 .link-wrap.box-wrap {
        width: 25%;
        padding-right: 25px;
        display: inline-block;
        vertical-align: top
    }

    .footer-box .footer-component .footer-contents .footer-contents-box.column-1 .link-wrap.box-wrap+.box-wrap {
        margin-top: 0
    }
}

.footer-box .footer-component .footer-contents .footer-contents-box.column-1 ul {
    padding-bottom: 5px
}

.footer-box .footer-component .footer-contents .footer-contents-box.column-1 .support-text {
    display: inline-block
}

@media(max-width: 1199px) {
    .footer-box .footer-component .footer-contents .footer-contents-box.column-1:last-child .box-wrap:nth-child(2) .support-text {
        width: 100%
    }

    .footer-box .footer-component .footer-contents .footer-contents-box.column-1:last-child .box-wrap:nth-child(2) .support-text+.support-text {
        margin-top: 0
    }

    .footer-box .footer-component .footer-contents .footer-contents-box.column-1:last-child .box-wrap:nth-child(2) .support-text+.link-text {
        margin-top: 0px;
        vertical-align: top;
        line-height: 16px
    }
}

@media(max-width: 991px) {
    .footer-box .footer-component .footer-contents .footer-contents-box.column-1:last-child .box-wrap {
        width: 25%
    }

    .footer-box .footer-component .footer-contents .footer-contents-box.column-1:last-child .box-wrap:nth-child(2) {
        width: 50%
    }

    .footer-box .footer-component .footer-contents .footer-contents-box.column-1:last-child .box-wrap:nth-child(2) .support-text {
        width: 50%
    }

    .footer-box .footer-component .footer-contents .footer-contents-box.column-1:last-child .box-wrap:nth-child(2) .support-text+.support-text {
        margin-top: 0px
    }

    .footer-box .footer-component .footer-contents .footer-contents-box.column-1:last-child .box-wrap:nth-child(2) .support-text+.link-text {
        margin-top: 0px;
        vertical-align: top;
        line-height: 16px
    }

    .footer-box .footer-component .footer-contents .footer-contents-box.column-1:last-child .box-wrap:last-child {
        margin-top: 24px
    }
}

@media(max-width: 1440px) {
    .footer-box .footer-component .footer-contents .footer-contents-box.column-1 {
        padding: 0 10px
    }
}

.footer-box .footer-component .footer-contents .footer-contents-box span:not(.no-link) {
    display: block;
    font-size: 14px;
    line-height: 125%;
    margin-bottom: 8px;
    color: #757575
}

.footer-box .footer-component .footer-contents .footer-contents-box span:not(.no-link):last-child {
    margin-bottom: 0
}

.footer-box .footer-component .footer-contents .footer-contents-box .ico-right {
    line-height: 24px
}

.footer-box .footer-component .footer-contents .footer-contents-box .ico-right:after {
    background: url("https://www.lg.com/lg5-common/images/common/icons/page-right.svg") 0 1px no-repeat
}

.footer-box .footer-component .footer-contents .footer-contents-box .ico-blank {
    text-decoration: none
}

.footer-box .footer-component .footer-contents .footer-contents-box .ico-blank:hover {
    text-decoration: underline
}

.footer-box .footer-component .footer-contents .footer-contents-box .ico-blank:after {
    background: url("https://www.lg.com/lg5-common/images/common/icons/blank-dimgray.svg") 0 0 no-repeat
}

.footer-box .footer-component .footer-contents .footer-contents-box:last-child {
    border-right: 0
}

.footer-box .footer-component .footer-contents .footer-contents-box:last-child .link-wrap {
    padding-right: 0
}

.footer-box .footer-component .footer-contents .footer-contents-box:last-child .link-wrap:first-child .box-wrap .footer-title:last-child {
    margin-bottom: 10px
}

@media(max-width: 1199px) {
    .footer-box .footer-component .footer-contents .footer-contents-box:last-child .link-wrap {
        width: 100%
    }
}

.footer-box .footer-bottom-box {
    background: #000;
    border: 1px solid #333
}

.footer-box .footer-bottom-box[data-multishop=N] {
    min-height: 345px
}

@media(max-width: 415px) {
    .footer-box .footer-bottom-box[data-multishop=N] {
        min-height: 746px
    }
}

.footer-box .footer-bottom-box .footer-bottom {
    margin: 0 15px;
    padding: 0 15px
}

.footer-box .footer-bottom-box .footer-bottom .footer-component {
    max-width: 1344px;
    margin: 0 auto;
    padding: 40px 0 22px;
    font-size: 0
}

.footer-box .footer-bottom-box .footer-bottom .footer-component .bottom-links {
    position: relative
}

.footer-box .footer-bottom-box .footer-bottom .footer-component .bottom-links .links-left {
    width: calc(100% - 564px);
    min-width: 364px
}

.footer-box .footer-bottom-box .footer-bottom .footer-component .bottom-links .links-left .footer-util-box {
    max-width: 600px;
    margin-bottom: 26px
}

.footer-box .footer-bottom-box .footer-bottom .footer-component .bottom-links .links-left .footer-util-box li {
    display: inline-block
}

.footer-box .footer-bottom-box .footer-bottom .footer-component .bottom-links .links-left .footer-util-box li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 21.6px;
    color: #fff;
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    margin-right: 32px;
    margin-bottom: 24px;
    position: relative
}

@media(max-width: 1440px) {
    .footer-box .footer-bottom-box .footer-bottom .footer-component .bottom-links .links-left {
        width: auto
    }
}

.footer-box .footer-bottom-box .footer-bottom .footer-component .bottom-links .links-right {
    position: absolute;
    right: 70px;
    top: 163px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 8px;
    width: 257px;
    height: 64px;
    line-height: 64px;
    background: #fff url("../img/icon-jungdo.jpg") 0 0 no-repeat;
    background-position: 0 4.5px;
    overflow: hidden
}

.footer-box .footer-bottom-box .footer-bottom .footer-component .bottom-links .links-right a {
    font-size: 14px;
    line-height: 17.5px;
    color: #000;
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400;
    text-transform: none;
    padding-left: 72px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 28px
}

.footer-box .footer-bottom-box .footer-bottom .footer-component .bottom-links .links-right a:after {
    background: none
}

.footer-box .footer-bottom-box .footer-bottom .footer-component .bottom-links .links-right .icon-right {
    position: absolute;
    right: 16px;
    top: 37%;
    background: url("https://www.lg.com/lg5-common/images/common/icons/link-right-nightrider.svg") no-repeat;
    background-size: 10px 20px;
    height: 20px;
    width: 10px
}

.footer-box .footer-bottom-box .footer-bottom .footer-component .bottom-links .connect-link a {
    color: #b2b2b2
}

.footer-box .footer-bottom-box .footer-bottom .footer-component .copyright {
    margin-top: 5px;
    font-size: 14px;
    line-height: 14.7px;
    color: #757575;
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400
}

.footer-box .footer-bottom-box .footer-bottom .footer-component .copyright .footer-logo {
    display: block;
    margin-bottom: 15px
}

@media(min-width: 1024px)and (max-width: 1360px) {

    .footer-box .footer-component,
    .footer-box .hidden-mobile>.footer-component,
    .footer-box .visible-mobile>.footer-component {
        padding-left: 24px;
        padding-right: 24px
    }
}

.footer-box .visible-mobile .footer-component .footer-contents {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 24px;
    border-top: 1px solid #ccc
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 26px
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:before,
.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:after {
    content: none
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .footer-title {
    font-size: 18px;
    line-height: 24px;
    color: #1b1a1e;
    margin-bottom: 7px
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .box-wrap {
    margin-bottom: 5px
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap .footer-title .no-link,
.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap .footer-title a {
    font-size: 17px;
    line-height: 21px;
    color: #333;
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 600
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap .support-text {
    margin-top: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap .support-text span {
    font-size: 14px;
    line-height: 22px
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap .footer-title .support-text {
    width: 100%;
    padding-top: 7px
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap .ico-right {
    margin-top: 9px
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap+.box-wrap {
    margin-top: 17px
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap:first-child .footer-title {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 13px
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap:first-child .half .footer-title {
    float: none;
    margin: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap span {
    margin-bottom: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap:last-child ul li {
    margin-bottom: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box .link-wrap .box-wrap:last-child div.social {
    margin-bottom: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box ul.m-support-list .half {
    display: inline-block;
    width: 50%;
    margin: 0 !important
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box ul.m-support-list .half .footer-title {
    margin-bottom: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box.site-list {
    margin-bottom: 9px;
    display: block;
    width: 100%
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box.site-list li.link-wrap {
    border-top: 1px solid #ccc
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box.site-list li.link-wrap:last-child {
    border-bottom: 1px solid #ccc
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box.site-list .category-block:first-of-type .depth-category {
    border-top: none !important
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) {
    margin-bottom: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap {
    width: 50%;
    position: relative;
    margin-top: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap>.box-wrap {
    margin-bottom: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap>.box-wrap:nth-child(2) {
    margin-top: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap>.box-wrap:nth-child(2) .footer-title {
    margin-top: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap:first-child .box-wrap {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap:first-child .box-wrap:last-child {
    margin-top: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap:last-child {
    border-left: 1px solid #ccc;
    padding-left: 23px
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap:last-child .box-wrap .footer-title {
    margin-top: 0;
    margin-bottom: 32px
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap:last-child .box-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap:last-child .box-wrap ul .footer-sub-title {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap:last-child .box-wrap ul .footer-sub-title:last-child a,
.footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap:last-child .box-wrap ul .footer-sub-title:nth-last-child(2) a {
    margin-bottom: 0
}

@media(max-width: 590px) {
    .footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) {
        display: block
    }

    .footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap {
        width: 100%
    }

    .footer-box .visible-mobile .footer-component .footer-contents .footer-contents-box:not(.site-list) .link-wrap:last-child {
        border-left: 0;
        padding-left: 0;
        padding-top: 40px;
        margin-top: 40px;
        border-top: 1px solid #ccc
    }
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1 {
    position: relative;
    display: block;
    margin-bottom: 0 !important;
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 600
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1.has-category {
    background: url("https://www.lg.com/lg5-common/images/common/icons/accordion-open-nightrider.svg") 100% center no-repeat
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1.on {
    background: url("https://www.lg.com/lg5-common/images/common/icons/accordion-close-nightrider.svg") 100% center no-repeat;
    border-bottom: 1px solid #ccc
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1.on a.no-link span:after {
    display: none
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1 a {
    display: block;
    padding: 24px 0
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1 a span {
    font-size: 18px;
    line-height: 120%;
    color: #1b1a1e;
    position: relative;
    display: inline-block;
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2 {
    position: relative;
    display: none;
    overflow: hidden;
    margin: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2 .depth-category {
    position: relative;
    display: block;
    padding-left: 16px;
    margin-bottom: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2 .depth-category .category-button {
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400;
    padding: 24px 0;
    display: block;
    text-decoration: none
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2 .depth-category .category-button span {
    font-size: 18px;
    line-height: 21.6px;
    color: #000;
    position: relative;
    display: inline-block
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2 .depth-category.has-category .category-button {
    background: url("https://www.lg.com/lg5-common/images/common/icons/accordion-expand-nightrider.svg") right center no-repeat;
    border-bottom: 1px solid #ccc
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2 .depth-category.has-category.on .category-button {
    background: url("https://www.lg.com/lg5-common/images/common/icons/accordion-fold-nightrider.svg") right center no-repeat
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2 .category-block {
    margin-bottom: -1px
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2 .category-block:last-child .depth-category.has-category .category-button {
    border-bottom: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2 .depth-1-category-link {
    position: relative;
    display: block;
    padding: 0 10px
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2 .depth-1-category-link a {
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400;
    padding: 15px 0 16px;
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #1b1a1e
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1-list,
.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list {
    position: relative;
    display: none;
    overflow: hidden;
    margin: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1-list ul,
.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list ul {
    margin: 0;
    padding: 24px 0
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1-list li:last-child,
.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list li:last-child {
    padding-bottom: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1-list li .no-link,
.footer-box .visible-mobile .footer-component .footer-contents .depth-1-list li a,
.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list li .no-link,
.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list li a {
    font-size: 16px;
    line-height: 1;
    color: #000;
    padding-left: 16px;
    display: block
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1-list .category-block>ul>li,
.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list .category-block>ul>li {
    margin-bottom: 24px
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1-list .category-block>ul>li a,
.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list .category-block>ul>li a {
    color: #757575;
    font-size: 14px;
    line-height: 14.7px
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-1-list .category-block>ul>li:last-child,
.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list .category-block>ul>li:last-child {
    margin-bottom: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .button-layer {
    position: absolute;
    width: 40px;
    height: 100%;
    z-index: 2;
    right: 0;
    top: 0;
    background: none
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list .depth-2-category-link a {
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 600;
    color: #1b1a1e
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list.in-depth li {
    padding-left: 16px;
    margin-bottom: 24px
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list.in-depth li.depth-title {
    padding-left: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list.in-depth li a,
.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list.in-depth li a span {
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14.7px;
    color: #757575;
    display: inline-block;
    position: relative
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list.in-depth li:last-child {
    margin-bottom: 0
}

.footer-box .visible-mobile .footer-component .footer-contents .depth-2-list.in-depth li+li.depth-title {
    padding-top: 0
}

.footer-box .visible-mobile .footer-bottom-box .footer-bottom {
    position: relative;
    padding: 0 24px 50px;
    margin: 0
}

.footer-box .visible-mobile .footer-bottom-box .footer-bottom .footer-component .bottom-links li {
    display: inline-block
}

.footer-box .visible-mobile .footer-bottom-box .footer-bottom .footer-component .bottom-links li a {
    font-size: 18px;
    line-height: 21.7px;
    color: #fff;
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400;
    display: inline-block;
    padding-right: 32px;
    position: relative;
    margin-bottom: 24px
}

@media(max-width: 415px) {
    .footer-box .visible-mobile .footer-bottom-box .footer-bottom .footer-component .bottom-links li {
        display: block
    }
}

.footer-box .visible-mobile .footer-bottom-box .footer-bottom .footer-component .copyright {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px
}

.footer-box .visible-mobile .footer-bottom-box .footer-bottom .links-bottom {
    border-radius: 8px;
    height: 64px;
    width: 257px;
    background: #fff;
    position: absolute;
    bottom: 16%;
    right: 25px
}

.footer-box .visible-mobile .footer-bottom-box .footer-bottom .links-bottom .links-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.footer-box .visible-mobile .footer-bottom-box .footer-bottom .links-bottom .links-wrap a {
    font-size: 14px;
    line-height: 19px;
    text-transform: none;
    color: #000;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-family: "LG Smart Regular", sans-serif;
    font-weight: 400;
    padding-left: 80px;
    padding-right: 24px;
    background: url("https://www.lg.com/lg5-common/images/common/footer/icon-jungdo-m.jpg") 14px center no-repeat
}

.footer-box .visible-mobile .footer-bottom-box .footer-bottom .links-bottom .links-wrap a:after {
    background: url("https://www.lg.com/lg5-common/images/common/icons/link-right-nightrider.svg") 0 1px no-repeat
}

@media(max-width: 415px) {
    .footer-box .visible-mobile .footer-bottom-box .footer-bottom .links-bottom {
        position: relative;
        margin-left: 24px
    }
}

.hidden-mobile {
    display: block
}

.visible-mobile {
    display: none
}

@media(max-width: 1023px) {
    .hidden-mobile {
        display: none
    }

    .visible-mobile {
        display: block
    }
}

@media(max-width: 767px) {
    .footer-box .business .footer-component .footer-contents {
        padding-top: 0
    }
}

.footer-box .business .footer-component .footer-contents .footer-contents-box {
    width: 20%;
    padding: 0 25px
}

.footer-box .business .footer-component .footer-contents .footer-contents-box:first-child {
    padding-left: 0
}

@media(max-width: 767px) {

    .footer-box .business .footer-component .footer-contents .footer-contents-box .footer-title a,
    .footer-box .business .footer-component .footer-contents .footer-contents-box .footer-title .no-link {
        font-size: 17px;
        line-height: 21px;
        color: #333;
        font-family: "LG Smart Regular", sans-serif;
        font-weight: 600
    }
}

@media(max-width: 767px) {
    .footer-box .business .footer-component .footer-contents .footer-contents-box.site-list {
        padding-bottom: 10px
    }
}

@media(max-width: 767px) {
    .footer-box .business .footer-component .footer-contents .footer-contents-box.site-list .link-wrap:first-child {
        border-top: 1px solid #e4e4e4
    }
}

@media(max-width: 1199px) {
    .footer-box .business .footer-component .footer-contents .footer-contents-box.support {
        padding: 0 25px 0 0
    }
}

.footer-box .business .footer-component .footer-contents .footer-contents-box li.link-wrap {
    width: 100%;
    padding-right: 0
}

@media(max-width: 991px) {
    .footer-box .business .footer-component .footer-contents .footer-contents-box li.link-wrap:first-child .box-wrap {
        margin-top: -8px
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box li.link-wrap:last-child {
        margin-bottom: 0
    }
}

.footer-box .business .footer-component .footer-contents .footer-contents-box li.link-wrap:only-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .footer-box .business .footer-component .footer-contents .footer-contents-box .inner-box-wrap {
        padding-bottom: 12px
    }
}

@media(max-width: 1199px) {
    .footer-box .business .footer-component .footer-contents .footer-contents-box {
        display: table-cell;
        border-bottom: 0;
        border-right: 1px solid #e4e4e4;
        padding: 0 25px 0 25px;
        width: 25%
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box:first-child {
        padding: 0;
        width: 100%;
        display: block;
        border-right: 0;
        border-bottom: 1px solid #e4e4e4
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box:first-child li.link-wrap {
        width: 25%;
        display: inline-block;
        vertical-align: top
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box:first-child li.link-wrap .footer-title {
        margin: 0 0 24px 0;
        padding: 0 25px
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box:first-child li.link-wrap.box-wrap {
        margin-top: 0
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box:first-child li.link-wrap:nth-child(1) .footer-title,
    .footer-box .business .footer-component .footer-contents .footer-contents-box:first-child li.link-wrap:nth-child(5) .footer-title {
        padding: 0 25px 0 0
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box:first-child+.footer-contents-box {
        padding-left: 0
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box:last-child {
        border-right: 0
    }
}

@media(max-width: 767px) {
    .footer-box .business .footer-component .footer-contents .footer-contents-box {
        padding: 0
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box:first-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 10px
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box.contents-top {
        padding: 0;
        margin-bottom: 0;
        margin-top: 15px
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box.contents-top li.link-wrap {
        width: 50%
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box.contents-top li.link-wrap.box-wrap {
        margin-top: 0
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box.contents-top li.link-wrap.box-wrap+.box-wrap {
        margin-top: 0
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box.contents-top li.link-wrap.box-wrap .footer-title {
        padding: 0
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box.contents-top li.link-wrap.box-wrap.contact .footer-title {
        float: left;
        width: 100%;
        margin: 0 0 7px 0
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box.contents-top li.link-wrap.box-wrap.contact .support-text {
        clear: both;
        vertical-align: top;
        padding-top: 7px
    }

    .footer-box .business .footer-component .footer-contents .footer-contents-box.contents-top li.link-wrap.box-wrap.contact .support-text a {
        margin-top: 0;
        line-height: 22px
    }
}

.footer-box .business .footer-component .footer-bottom-box .connect-link {
    margin-top: 5px
}

.footer-box .business .footer-component .footer-bottom-box .connect-link a {
    font-size: 14px;
    line-height: 24px;
    color: #b2b2b2;
    text-decoration: underline
}

.footer-box .business .footer-component .footer-bottom-box .footer-bottom .footer-component .links-left a {
    margin-bottom: 3px
}

.footer-box .business .footer-component .footer-bottom-box .footer-bottom .footer-component .copyright {
    margin-top: 2px
}

@media(max-width: 991px) {
    .footer-box .business .footer-component .footer-bottom-box .footer-bottom .footer-component .bottom-links {
        position: relative
    }

    .footer-box .business .footer-component .footer-bottom-box .footer-bottom .footer-component .bottom-links .links-left a {
        margin-bottom: 5px
    }

    .footer-box .business .footer-component .footer-bottom-box .footer-bottom .footer-component .bottom-links .links-right {
        top: 0;
        -webkit-transform: none;
        transform: none
    }

    .footer-box .business .footer-component .footer-bottom-box .footer-bottom .footer-component .copyright {
        margin-top: 0
    }
}

@media(max-width: 767px) {
    .footer-box .business .footer-component .footer-bottom-box .footer-bottom .footer-component {
        padding-bottom: 25px
    }

    .footer-box .business .footer-component .footer-bottom-box .footer-bottom .footer-component .bottom-links {
        margin-bottom: 10px
    }

    .footer-box .business .footer-component .footer-bottom-box .footer-bottom .footer-component .connect-link {
        margin-top: 8px
    }
}

.dealer-locator-sticky-footer {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(27, 26, 30, .15);
    box-shadow: 0px 0px 0px 0px rgba(27, 26, 30, .15);
    border-radius: 0px 0px 24px 24px;
    display: flex ;
    justify-content: center;
}

.block .row {
    position: relative;
    z-index: 3
}

@media(min-width: 768px) {
    .block .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media(min-width: 768px) {
    .cta .row {
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cta .row .col {
    position: static
}

@media(min-width: 768px) {
    .hero .row {
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.hero .row .col-12 {
    position: static
}

@media(min-width: 768px) {
    .block--slides .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.block--slides .row .col-12 {
    position: relative
}

@media(min-width: 1400px) {
    .media .row .col-lg-6:nth-child(1) .media__item {
        margin-right: 64px
    }

    .media .row .col-lg-6:nth-child(2) .media__item {
        margin-left: 64px
    }
}

@media(min-width: 768px) {
    .cta .row {
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cta .row .col {
    position: static
}

.features--light::after,
.block--dark::after,
.cta::before {
    display: none !important
}

@media(min-width: 768px) {
    .block--slides.block--reverse .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

section.features--light,
section.block.block--dark,
section.dark-bg {
    background: var(--beige-gradient, linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(67deg, rgba(232, 220, 212, 0) 0%, #E8DCD4 100%))
}

@media(min-width: 768px) {

    section.features--light,
    section.block.block--dark,
    section.dark-bg {
        margin-top: 25px
    }
}

@media(min-width: 992px) {

    section.features--light,
    section.block.block--dark,
    section.dark-bg {
        margin-top: 40px
    }
}

.navbar::after,
.navbar__nav {
    max-width: 1600px
}

.footer-box {
    margin: 0
}

.footer-box .footer-component {
    max-width: 1390px
}

.no-margin {
    margin: 0px !important
}

.form-group {
    margin-bottom: 10px;
    margin-top: 10px;
    width:47%;
}
.form-group label{
    color: #333333;
}
.form-item-str-comments{
    display: flex;
    flex-direction: column-reverse;
}
.form-item-str-comments label{
    display: block !important;
    color: #000000;

}
.your-details h2{
    width: 94%;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: -2%;
    font-family: "LG EI Text";
    color: #000000;

}
.your-details{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}



.form-item-str-postal-code{
    width: 97%;
}
#edit-str-which-best-describes-your-needs--wrapper, #edit-str-when-planning-purchase--wrapper, #edit-str-this-is-for--wrapper, .js-form-item-str-comments, #edit-str-keep-in-touch--wrapper, #edit-processed-text, #edit-processed-text-01{
    width: 97%;

}
.form-item-str-first-name label, .form-item-str-last-name label, .form-item-str-email label, .form-item-str-phone label, .form-item-str-postal-code label{
    background-color: #FFFFFF;
    color: #333333;
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
}
#edit-str-first-namecustom-error, #edit-str-last-namecustom-error{
    background-color: transparent;
}
.form-item-str-comments label{
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
}
#edit-processed-text-01 .agree-check{
    padding: 5px;
}
.agree-check a{
    text-decoration: underline;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 138%;
}
.fieldset__label{
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}
.accept-terms{
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    color: #000000;
}
#edit-str-email-error, #edit-str-postal-code-error, #edit-str-phone-error, #edit-str-first-name-error, #edit-str-last-name-error{
    background-color: transparent;
}
.form-item-str-postal-code{
    margin-bottom: 25px;
}
#edit-str-comments{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 21px;
}
.fieldset__wrapper{
    margin-left: 10px;
}

.webform-submission-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-family: 'LG EI Text';
}

.form-group.radio {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(min-width: 992px) {
    .form-group.radio {
        position: static;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

body .description {
    margin-bottom: 20px
}

.checkbox-box {
    display: inline-block;
    position: relative;
    margin: 0;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 15px;
    /* max-width: 575px */
}

.checkbox-box .error {
    position: absolute;
    bottom: -30px;
    left: 48px !important
}

.checkbox-box.disabled {
    cursor: default
}

.checkbox-box .checkbox-btn {
    position: absolute;
    left: 0;
    top: 5px;
    width: 19px;
    height: 20px;
    border: 2px solid rgba(27, 26, 30, .87);
    border-radius: 4px;
    background-color: #fff;
    color: #FD312E;
}

.checkbox-box .text {
    display: inline-block;
    padding-left: 46px;
    font-family: 'LG EI Text';
    font-size: 18px;
    line-height: 138%;
    color: #000000;
    vertical-align: middle
}

.checkbox-box input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.checkbox-box input[type=checkbox]:hover~.checkbox-btn,
.checkbox-box input[type=checkbox]:focus~.checkbox-btn {
    border-color: #EA1917;
    border-width: 2px;
    background-color: #f8fbff
}

.checkbox-box input[type=checkbox]:checked~.checkbox-btn {
    border-color: #FD312E;
    border-width: 2px;
    background-color: #fff
}

.checkbox-box input[type=checkbox]:checked~.checkbox-btn+.text {
    color: rgba(27, 26, 30, .87)
}

.checkbox-box input[type=checkbox]:checked~.checkbox-btn:after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    width: 10px;
    height: 3px;
    margin-top: -4px;
    border-style: solid;
    border-color: #EA1917;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.checkbox-box input[type=checkbox]:disabled~.checkbox-btn,
.checkbox-box input[type=checkbox]:checked:disabled~.checkbox-btn:after {
    opacity: .5
}

.checkbox-box input[type=checkbox]:disabled+.checkbox-btn+.text {
    opacity: .4
}

.checkbox-box input[type=checkbox]:focus:disabled+.checkbox-btn,
.checkbox-box input[type=checkbox]:hover:disabled+.checkbox-btn {
    border: 1px solid #6b6b6b;
    background-color: #fff
}

.checkbox-box input[type=checkbox]:checked:disabled+.checkbox-btn {
    border-color: #a50034;
    border-width: 2px;
    background-color: #a50034
}

.view-more {
    font-size: 14px;
    line-height: 18px
}

.breadcrumbs {
    /* padding: 25px 0px; */
    font-size: .9rem
}

.breadcrumbs .container {
    padding: 0px
}

.body--dark .breadcrumbs {
    color: #fff
}

.body--dark .breadcrumbs a {
    color: #fff
}

.breadcrumbs a {
    -webkit-transition: none;
    transition: none;
    color: rgba(27, 26, 30, .87);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.33%;
    text-decoration: none;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content
}

.breadcrumbs a:hover {
    color: #a50034
}

@media(min-width: 768px) {
    .breadcrumbs a {
        font-size: 16px
    }
}

.breadcrumbs ol {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width: 576px) {
    .breadcrumbs ol {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs li+li::before {
    content: "/";
    display: inline-block;
    padding: 0 4px;
    font-size: 16px
}

.btn {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 9px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .7px;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: color .2s ease, border-color .2s ease, background-color .2s ease;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn.disabled {
    opacity: 1 !important;
    border-color: #ededed !important;
    background: #ededed !important;
    color: #afafb1 !important;
    cursor: not-allowed
}

.btn,
.btn--primary,
.btn--secondary,
.btn--outline {
    border-radius: 4px;
    width: 100%
}

@media(min-width: 768px) {

    .btn,
    .btn--primary,
    .btn--secondary,
    .btn--outline {
        width: auto
    }
}

.btn--primary {
    background: #a50034;
    color: #fff
}

.btn--primary.btn--outline {
    color: #FFFFFF;
    background: #ea1917;
    border: none;
    border-radius: 24px;
    padding: 10px;
    text-transform: none;
}

.btn--secondary,
.btn--outline {
    color: rgba(27, 26, 30, .87);
    border: 1px solid rgba(27, 26, 30, .5);
    background: #fff;
    -webkit-transition: background-color 500ms ease, border-color 500ms ease;
    transition: background-color 500ms ease, border-color 500ms ease
}

.btn--chevron {
    position: relative;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.btn--chevron::after {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 8px;
    background: url("../img/icon-chevron.svg") center center no-repeat;
    background-size: contain;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out
}

.btn--chevron:hover {
    color: #a50034
}

.btn--chevron:hover::after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.btn--arrow {
    text-transform: uppercase;
    color: #1b1a1e;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.btn--arrow::after {
    content: "";
    display: inline-block;
    height: 22px;
    width: 22px;
    margin-left: 15px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNTkgOS4yMTQ4NEwxMiAxMy43OTQ4TDcuNDEgOS4yMTQ4NEw2IDEwLjYyNDhMMTIgMTYuNjI0OEwxOCAxMC42MjQ4TDE2LjU5IDkuMjE0ODRaIiBmaWxsPSIjQTUwMDM0Ii8+PC9zdmc+") center center no-repeat;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out
}

.btn--arrow:hover::after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

a:hover .btn--arrow::after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.btn--sm {
    padding-bottom: .6rem;
    padding-top: .6rem
}

.btn--lg {
    padding-left: 16px;
    padding-right: 16px
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

th,
td {
    text-align: left;
    padding: 10px;
    border-top: 1px solid #1b1a1e
}

th {
    background-color: rgba(27, 26, 30, .87)
}

th:first-of-type {
    border-left: 1px solid #1b1a1e;
    border-top-left-radius: 10px
}

th:last-of-type {
    border-right: 1px solid #1b1a1e;
    border-top-right-radius: 10px
}

td:first-of-type {
    border-left: 1px solid #1b1a1e
}

td:last-of-type {
    border-right: 1px solid #1b1a1e
}

tr:nth-child(even) td {
    background-color: rgba(27, 26, 30, .87)
}

tr:last-of-type td {
    border-bottom: 1px solid #1b1a1e
}

tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px
}

tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px
}

.modal {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

@media(max-width: 767.98px) {
    .modal .modal-dialog {
        margin: 0px
    }
}

.modal .modal-content {
    border: 0;
    padding: 16px
}

.modal .modal-header {
    border: none;
    padding: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.modal .modal-body>section {
    margin: 20px 0px
}

.modal textarea {
    width: 100%
}

body .ui-dialog,
body .ui-dialog *,
body .ui-widget input,
body .ui-widget select,
body .ui-widget textarea,
body .ui-widget button {
    font-family: "LG Smart Regular", sans-serif
}

body .ui-dialog .ui-dialog-titlebar {
    background-color: #fff
}

body .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
    background-color: #1b1a1e
}

body .ui-dialog .ui-widget-content.ui-dialog-content {
    max-height: none
}

.list--inline,
.list--links,
#block-ammunition-local-tasks ul,
#block-ammunition-primary-local-tasks ul {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 0
}

.list--inline {
    gap: 12px
}

.list--nobullets {
    list-style: none;
    padding-left: 0
}

.list--links,
#block-ammunition-local-tasks ul,
#block-ammunition-primary-local-tasks ul {
    border: 1px solid rgba(27, 26, 30, .87);
    border-radius: 13px;
    overflow: hidden
}

.list--links li,
#block-ammunition-local-tasks ul li,
#block-ammunition-primary-local-tasks ul li {
    border-right: 1px solid rgba(27, 26, 30, .87)
}

.list--links li:last-child,
#block-ammunition-local-tasks ul li:last-child,
#block-ammunition-primary-local-tasks ul li:last-child {
    border-right: 0
}

.list--links a,
#block-ammunition-local-tasks ul a,
#block-ammunition-primary-local-tasks ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 105px;
    padding: 1rem 2.4rem;
    line-height: 1.3;
    background-color: #fff;
    color: rgba(27, 26, 30, .87);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%
}

.list--links a.is-active,
#block-ammunition-local-tasks ul a.is-active,
#block-ammunition-primary-local-tasks ul a.is-active {
    background-color: rgba(27, 26, 30, .87);
    color: #fff
}

.dealer-search--card_item.selected-dealer .select-dealer,
.dealer-search--card_item .select-dealer:checked,
.select-dealer-check:checked {
    width: 15px;
    height: 15px;
    background-image: url(/themes/custom/ammunition/img/Dealer-Checked.png) !important;
    /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAxCAYAAACcXioiAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASNSURBVHgB7VldbttGEP6onxR19ODegDlBVcQp+mb5BLEek9SAdQI7J7B1AlsnsIq0zqOcE0R+KxAXcU4Q9gZ6cJzAkriZEWmH3J1d/ohIEEQfYFkkRzv/s7NDYIUVVviu4aEivMRGZw60a8AmoNoK3jrdXo8fT+gvIGaBAt4RzfgJLsaoAEspMEJn/ROu9kJgH1+Ezcs6oI9xDfX+E/wboCRKKcCCf8TVgYoErwDesKwihRX4B4/2KEQOUdjimaIE9NF/hjfDAj8qpsApNo4cVqc4986A+TlQv1zD/aCLMcf+wmPX+ODTV8oNdDyox7AYwIN3/BRvnqNKBeKQGTFzYYmAPvok8NmtwHlAntylfwfkTd9YkXLjZ8y6XVxmrpdLAbL8a0H4Cd3r/4mLYyyBv7Gx7y0USXuElXiKi62s32cqIIeNF1DSbS1TPZJ4iT/8EPPXujfyhFPN9ZDdLAh/WaXwDF6L16Svl8n7CmqfDOisdFYPyFap1vL5eGKyhtkDWz40bIvRQnqCTbKE52T/gKvdxG68+D1VnYA9R9evXGWS1yYltkLM3uJLTlABaXKOiKEkeiCyxOx98h6F0nNXwp7i922F8ASZ+0N2vY8T+yh5j7zwi+QFMQci66eZuoXnRA9HyLW5sVfVCfVOBzaKiNdC0TtcoyHmgi2JO9p130LHTVyploL6p8NTPDpykOg89ySimiBQR499m7u5SrEgKImoyjzclp7dYHqGqIu9xfqLhWxpGAqEhvW5PbDiAEuCEvtkhLYRej2Kd9oHXiXv1akV0emkEPpVuz4XaOJWwGwDSoCqTGNXeqAwH6evzVZGUsBPXjS1zSWx3GNUBLnHYtQ13p5u3DwKTAPI8FEZTMEYNwZvZYSapECKyNERtlEZ5FDsmbxzKfBdQVIgpbVUISJwe1AV0pvWLU5M3nl2YpUimqLpQ2ZqSe4yUO+ku/cM3qaiggJpwaaWWFeW8loO1r1G463+1wkMBQTBNiFgitkQgkuLwwscjZ3O2/C6pIBGpLZtO2UI1cPy6NsfqVSbQV3CWKcwFNiJJmapHuQaTbFf2cF/Z6TEACUROtrq+NCfMJwX7AjTPFsZ1YWy9jykxH7otKINakACHToIdJ5jiUhU4AYzrfdXvutsGgni9WzlUAM1abXuM1LcRhAPz3ykBK2LRrKeiV/g4XENXrIHpyNl47es83Dc5HGf5COuInykVIsjJc7vozV0zY/i02DySMkrDCnUeoUU4E3kHhrvtYW+waHezdPaSnCVUUZsK7bOiBmhYsTCj4S+yDn0zRxsCaGErzXY4kR35Qojs5njKuMZFWDhibdZQ6c84ISNYl6fymGcJXxMlw3Oh5/QcA53i4zF42k17y2O4W6rm2dYXGi8LofTHeLxOs75FNfUxutTGq/PMW+HqG/GO6ytyx3ksXwpBRiusfiSKDXtLnyg4VDhBKa6/hcqgxqsofWgzKh+qZd8XD0oLA69aBbqoxioGcSghdZxkRcjOip7zcpDp1qU5HxA9+O/u9estBtPbndj7nh3KnrNusIKPzo+A0Nq1Y44N6VHAAAAAElFTkSuQmCC") */
}
.dealer-search--card_item.selected-dealer .select-dealer,
.dealer-search--card_item .select-dealer:checked
{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAxCAYAAACcXioiAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASNSURBVHgB7VldbttGEP6onxR19ODegDlBVcQp+mb5BLEek9SAdQI7J7B1AlsnsIq0zqOcE0R+KxAXcU4Q9gZ6cJzAkriZEWmH3J1d/ohIEEQfYFkkRzv/s7NDYIUVVviu4aEivMRGZw60a8AmoNoK3jrdXo8fT+gvIGaBAt4RzfgJLsaoAEspMEJn/ROu9kJgH1+Ezcs6oI9xDfX+E/wboCRKKcCCf8TVgYoErwDesKwihRX4B4/2KEQOUdjimaIE9NF/hjfDAj8qpsApNo4cVqc4986A+TlQv1zD/aCLMcf+wmPX+ODTV8oNdDyox7AYwIN3/BRvnqNKBeKQGTFzYYmAPvok8NmtwHlAntylfwfkTd9YkXLjZ8y6XVxmrpdLAbL8a0H4Cd3r/4mLYyyBv7Gx7y0USXuElXiKi62s32cqIIeNF1DSbS1TPZJ4iT/8EPPXujfyhFPN9ZDdLAh/WaXwDF6L16Svl8n7CmqfDOisdFYPyFap1vL5eGKyhtkDWz40bIvRQnqCTbKE52T/gKvdxG68+D1VnYA9R9evXGWS1yYltkLM3uJLTlABaXKOiKEkeiCyxOx98h6F0nNXwp7i922F8ASZ+0N2vY8T+yh5j7zwi+QFMQci66eZuoXnRA9HyLW5sVfVCfVOBzaKiNdC0TtcoyHmgi2JO9p130LHTVyploL6p8NTPDpykOg89ySimiBQR499m7u5SrEgKImoyjzclp7dYHqGqIu9xfqLhWxpGAqEhvW5PbDiAEuCEvtkhLYRej2Kd9oHXiXv1akV0emkEPpVuz4XaOJWwGwDSoCqTGNXeqAwH6evzVZGUsBPXjS1zSWx3GNUBLnHYtQ13p5u3DwKTAPI8FEZTMEYNwZvZYSapECKyNERtlEZ5FDsmbxzKfBdQVIgpbVUISJwe1AV0pvWLU5M3nl2YpUimqLpQ2ZqSe4yUO+ku/cM3qaiggJpwaaWWFeW8loO1r1G463+1wkMBQTBNiFgitkQgkuLwwscjZ3O2/C6pIBGpLZtO2UI1cPy6NsfqVSbQV3CWKcwFNiJJmapHuQaTbFf2cF/Z6TEACUROtrq+NCfMJwX7AjTPFsZ1YWy9jykxH7otKINakACHToIdJ5jiUhU4AYzrfdXvutsGgni9WzlUAM1abXuM1LcRhAPz3ykBK2LRrKeiV/g4XENXrIHpyNl47es83Dc5HGf5COuInykVIsjJc7vozV0zY/i02DySMkrDCnUeoUU4E3kHhrvtYW+waHezdPaSnCVUUZsK7bOiBmhYsTCj4S+yDn0zRxsCaGErzXY4kR35Qojs5njKuMZFWDhibdZQ6c84ISNYl6fymGcJXxMlw3Oh5/QcA53i4zF42k17y2O4W6rm2dYXGi8LofTHeLxOs75FNfUxutTGq/PMW+HqG/GO6ytyx3ksXwpBRiusfiSKDXtLnyg4VDhBKa6/hcqgxqsofWgzKh+qZd8XD0oLA69aBbqoxioGcSghdZxkRcjOip7zcpDp1qU5HxA9+O/u9estBtPbndj7nh3KnrNusIKPzo+A0Nq1Y44N6VHAAAAAElFTkSuQmCC")
}
input[type=radio]:checked {
    background: url(/themes/custom/ammunition/img/Radio-Checked.png);
    background-position: center;
}
.dealer-search--card_item .select-dealer,
.select-dealer-check {
    width: 15px;
    height: 15px;
    background-image: url(/themes/custom/ammunition/img/Dealer-Unchecked.png);
    /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASiSURBVHgB7Vkxb9tGFH7vFNGSYVJGAaGAJdcFqiXePNlTOrlTOjlTNmfyZG/dOjV/IJ7cJd46pVsne8skd2kne9FgxaRHAabaWKYkXt6jnYR3JCVRomQE8QcIEI93fPfevffu3XcAD3jA1w2EjFCpfL8hJDwG9NelhFVAtEBK61YKugDSJmG2RDiTUpw4znkdMsBECtRqNavzv7cNArc/TXZ02CS+LjG/7zgNG8bEWArwxG+uu3tSym3IBPhmXEVykBLLSysvej3/gCy+AdlhFaG/aZUWXde9OkszMNUKLFdWfk20Ovs5wjH9q4uePDMWDLvRaLj8ilfM+8+r9nM0UZTrIMVmkssh4usLp/kSslQg8PX33QMKxDirc2DuF4vG0ccJj4JK5btnKGGX/lajb7FemM/vjPK9kRSoLq38EZk8WRyl/+ri8uIQJgC7JBlgN7oiWLcvm8+HjR8aA+w2NPmftWayen/LvrTfwoRw21f/mNbCXwjkVgBhJaola9Gk9wNlDFSgWl3ZIsv8ojQinNLktx3HGTv16Wi32y4pcYyYW6fHcujVWsm0XLft/ps0NtGFKpVaFaVHrqP4KFv+eZaTV2VWSGZOlYnSLRTnniTFg0j6GMquGmDk89OcPIO/zTJud+47SOQ9ZzdpTKwCbH0a+SzcxgE7zcl/BMug7LQfbqPU/YIzYVz/WAXurB+GPWm2SYOLy+ZrCEqNz+h0vNj9J8GF1JTJeR5mjIjMhA00ogBXlaAFkeO8ewMzRvHaONJj4W5uCiIKIJXDakNQHswcjRZlHfQV2UL2H+v9ogpIoXSSEk/g3iCUM4NEHL4CEqRSm+RycAr3BNHLq5UpH5j0PjHjFAUMw5h66kyC4amZiNwjkkqjCmhFVZoKM2sEcRAGBbLeR8AXjqgC4dQFt2cBuCfUvtFkU0rX+8S5kNLJ87yYA8ds4Bn6YQcj8RizDwgl6/g+RiJ/VvAfdXXZjt4nbgX+1j6T5eE9HXzQN9VISo8o4COqnSRs3lscIPwUfmRCTO8SUSBgzLQapNPpbsKMcXcaDBvOjmPz4tMoSrV09uUezBq6TCFjS5pYBQrvDb32ry4vLWfEwg0HMxWgVQSSDlRxfWMV4B2QCCZFCarP925PatMFywholjCE/DPpNJi4E89d51/pscCH/Gkq8YlI0Hw/yfqMRFqldd26KZmLHv19Emq2EPvrplV+2263Mq2RgsmDR+wf/BBup9V4ScZPpOIH8kJMOhG5xNZYCzWXmYglJY6zUiJE4SiTZze2nXcHg8YOZeaYGTPNxQ1Ug4pWordVMks3g0inURAELAYuUlZeCKIWnebQ7DcSvf5tvnzcfeSvqUrgHP1+tMzSVlpanDfG+XnzqbVQ+p0en9JvDrTJFwr5nVardTPsW9nS6xKOKC2cCEH0uqHR61QUBnWVDxskdRC9fkj0+m8wIlLf0AymxSfAmGx36huadvvqNCBiBV/i4SpkALZ6oZjfOW+epyYQJrrkC8hYFHtUAXLVmG5FghsdeVgoGIeTHFszvWYNOCW+YgWsACsUvmbl05SEMySahiverK5ZH/CArx0fAGaT/5kLEn2/AAAAAElFTkSuQmCC"); */
    background-size: cover;
    background-repeat: no-repeat;
    /* border-radius: 40px; */
    
    border: 0;
    color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-offset: 0px !important;
    border: none !important;
    box-shadow: none !important;
    margin: 5px 10px 5px 0px
}

@media(min-width: 768px) {

    .dealer-search--card_item .select-dealer,
    input[type=radio] {
        margin: 2px 10px 5px 0px
    }
    
}

.star-ratings {
    margin-bottom: 10px
}

.fiveStar .rating__group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.fiveStar span{
    text-decoration: underline;
}
.fiveStar .rating__icon {
    pointer-events: none
}

.fiveStar .rating__input {
    position: absolute !important;
    left: -9999px !important
}

.fiveStar .rating__label {
    padding: .1rem;
    margin: 0;
    font-size: 18px;
}

.fiveStar .rating__icon {
    color: #eee
}

.fiveStar .rating__group[data-rating="1"] .rating__label:nth-child(-n+1) .rating__icon {
    color: orange
}

.fiveStar .rating__group[data-rating="2"] .rating__label:nth-child(-n+2) .rating__icon {
    color: orange
}
.fiveStar a{
    margin-left: 8px;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}
.fiveStar .rating__group[data-rating="3"] .rating__label:nth-child(-n+3) .rating__icon {
    color: orange
}

.fiveStar .rating__group[data-rating="4"] .rating__label:nth-child(-n+4) .rating__icon {
    color: orange
}

.fiveStar .rating__group[data-rating="5"] .rating__label:nth-child(-n+5) .rating__icon {
    color: orange
}

.block--slides {
    border-top-right-radius: 60px
}

.block--slides .block__image p {
    font-size: 14px;
    max-width: 550px
}

@media(min-width: 992px) {
    .block--slides .block__image p {
        margin-left: 1.5rem;
        margin-top: 1rem
    }
}

.block--slides .block__content {
    padding: 36px 0 43px;
    position: relative
}

@media(min-width: 768px) {
    .block--slides .block__content {
        padding: 0
    }
}

@media(min-width: 1200px) {
    .block--slides .block__content {
        padding-top: 73px;
        margin-right: -10px;
        left: 18px
    }
}

.block--slides .block__content h3 {
    text-transform: uppercase;
    font-size: 14px
}

.block--slides .block__heading {
    margin-bottom: 18px
}

@media(min-width: 1200px) {
    .block--slides .block__heading {
        margin-bottom: 21px
    }
}

@media(min-width: 768px) {
    .block--slides .block--reverse .block__slides {
        margin-left: -70px
    }
}

.-z-1 {
    z-index: -1
}

.origin-0 {
    -webkit-transform-origin: 0%;
    transform-origin: 0%
}

.floating-control {
    padding: .75rem
}

.input-component .floating-control:not(:-moz-placeholder-shown)~.floating-label {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
    --tw-translate-y: -1.5rem
}

.input-component .floating-control:not(:-ms-input-placeholder)~.floating-label {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
    --tw-translate-y: -1.5rem
}

.input-component .floating-control:focus~.floating-label,
.input-component .floating-control:not(:placeholder-shown)~.floating-label,
.input-component .floating-control:not([value=""]):invalid~.floating-label,
.input-component .floating-control:not([value=""]):valid~.floating-label {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
    --tw-translate-y: -1.5rem
}

.floating-control:focus~.floating-label,
.floating-control~.floating-label {
    color: rgba(27, 26, 30, .8);
    left: 10px
}

.floating-select:focus~.floating-label,
.floating-select~.floating-label {
    left: 5px
}

#outlined {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(27, 26, 30, .9)
}

.floating-select {
    width: 100%;
    height: 40px
}

@media(min-width: 992px) {
    .floating-select {
        width: 220px
    }
}

.dealer-search--form {
    position: relative
}

.dealer-search--form .container {
    padding-left: 0px;
    padding-right: 0px
}

@media(min-width: 768px) {
    .dealer-search--form .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.dealer-search--bg {
    background: #F9F7F1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding: 10px 15px 8px;
    border-radius: 32px;
}

.show-results .dealer-search--bg {
    min-height: auto
}

.no-results .dealer-search--bg,
.show-results .dealer-search--bg {
    /* background: #fafafa */
}

@media(min-width: 500px)and (max-width: 767px) {
    .dealer-search--grid {
        margin: 0 auto;
        width: 370px
    }
}

.show-results .dealer-search--grid>.dealer-search--total-results,
.show-results .dealer-search--grid>.dealer-search--miles,
.show-results .dealer-search--unselect {
    -webkit-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
    opacity: 1;
    font-family: 'LG EI Text';
    display: block
}

.dealer-search--grid>.dealer-search--total-results,
.dealer-search--grid>.dealer-search--miles,
.show-results .dealer-search-middle-results,
.no-results .dealer-search--grid>.dealer-search--total-results,
.no-results .dealer-search--grid>.dealer-search--miles {
    -webkit-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
    opacity: 0;
    display: none
}

.dealer-search-middle-results {
    text-align: center
}

#results {
    margin-bottom: 0px
}

.dealer-search--unselect {
    text-align: center;
    opacity: 0;
    display: none
}

.dealer-search--control #search-error {
    position: absolute;
    bottom: -33px
}

.error~.error {
    font-weight: 400;
    color: #a50034;
    font-size: 18px
}

.radio .error~.error {
    background: #fff;
    bottom: 122px;
    left: 0px;
    position: absolute
}

@media(min-width: 992px) {
    .radio .error~.error {
        bottom: 41px
    }
}

#str_which_best_describes_your_needs-error {
    top: -27px
}

fieldset.radios--wrapper {
    margin-bottom: 25px
}

.request-quote-body {
    margin-top: 30px;
    margin-bottom: 30px
}

.request-quote-body .click-to-unselect {
    margin: 20px 0px 30px
}

.request-quote-body #str_selected_dealers_table,
.request-quote-body .dealer-search--card__address .address1,
.request-quote-body .dealer-search--card__address .zip {
    display: none
}

.request-quote-body .dealer-search--card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}
.dealer-search--card__header{
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    font-weight: 600;
    font-family: "LG EI Text";

}
.request-quote-body .dealer-search--card__header {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0px;
    font-size: 20px;
    line-height: 20px;
    position: static
}

.request-quote-body .dealer-search--card__header span {
    padding-right: 0px
}

.request-quote-body .dealer-search--card__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px
}

.dealer-search--card .dealer-search--card__footer a{
    font-size: 16px;
}

.request-quote-body {
    text-transform: uppercase;
    font-size: 14px
}
.dealer-search--card__address{
    font-size: 12px;
    font-weight: 400;
    font-family: 'LG EI Text';
}
.request-quote-body .dealer-search--card__footer .btn {
    border-color: rgba(165, 0, 52, .5);
    color: #a50034
}

.selected-dealers-modal-form.dealer-search--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /* max-width: 666px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: scroll;
    scrollbar-color: #a50034 rgba(224, 224, 224, .2);
    scrollbar-width: 156px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    scroll-padding: 0px 10px;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.selected-dealers-modal-form.dealer-search--items .btn {
    letter-spacing: .0125rem
}

@media(min-width: 768px) {
    .selected-dealers-modal-form.dealer-search--items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow-x: visible;
        width: 100%
    }
}
@media(max-width:550px){
    .search-results {
        padding: 16px !important;
    }
    .search-results .container{
        padding: 0;
    }
    .get-a-quote-btn{
        /* max-width: 160px; */
        width: 100%;
        text-decoration: none;
    }

}
@media(min-width: 992px) {
    .selected-dealers-modal-form.dealer-search--items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 16px;
        width: 100%
    }
}

.selected-dealers-modal-form.dealer-search--items .dealer-search--card_item {
    width: 206px !important;
    height: auto;
    margin-bottom: 10px;
    scroll-snap-align: start
}

.selected-dealers-modal-form.dealer-search--items .dealer-search--card_item,
.selected-dealers-modal-form.dealer-search--items .dealer-search--card_item:hover {
    border-color: rgba(27, 26, 30, .5)
}

.selected-dealers-modal-form.dealer-search--items .star-ratings,
.selected-dealers-modal-form.dealer-search--items .dealer-search--card__tag,
.selected-dealers-modal-form.dealer-search--items .dealer-search--card__address,
.selected-dealers-modal-form.dealer-search--items .google-stars-placeholder,
.selected-dealers-modal-form.dealer-search--items .dealer-search--card__bottom,
.selected-dealers-modal-form.dealer-search--items .min-h24eight {
    display: none;
}
.selected-dealers-modal-form.dealer-search--items {
    .js-form-type-radio {
        width: 20% !important;
    }
    /* .dealer-search--card__tier {
        width: 45px;
        height: 49px;
    } */
    .dealer-search--card__header {
        width: 60% !important;
        color: #000000;
    }
    .dealer-search--card_item--label {
        border: solid 2px black;
        width: 270px;
    }
}
.dealer-search--card__tier{
    border-radius: 0px;
    margin-left: 30px;
    /* width: 50px; */
    /* height: 50px; */
}

.request-quote-modal-form {
    margin: 0 auto;
    max-width: 600px
}

.request-quote-modal-form .form-item-str-address {
    display: none
}

.request-quote-modal-form #edit-actions {
    text-align: center
}

.request-quote-modal-form .form-item-str-describe-your-needs label:last-child {
    display: none
}

.dealer-search--results {
    position: relative
}

.dealer-search--form {
    margin-top: 30px
}

.dealer-search--form .container {
    max-width: 1060px;
    margin: 0 auto
}

.dealer-search--items {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
    row-gap: 16px
}

@media(min-width: 768px) {
    .dealer-search--items {
        width: 100%;
        max-width: 950px;
        overflow: visible
    }
}

@media(min-width: 992px) {
    .dealer-search--items {
        gap: 16px;
        row-gap: 16px
    }
}

@media(min-width: 560px)and (max-width: 767px) {
    .dealer-search--items {
        width: 360px;
        /* grid-template-columns: repeat(2, minmax(0, 1fr)) */
    }
}

.dealer-search--card_item {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(27, 26, 30, .15);
    box-shadow: 0px 2px 10px 0px rgba(27, 26, 30, .15)
}

.dealer-search--card_item:hover {
    border-color: #e4e4e4
}

.dealer-search--card_item .select-dealer {
    display: block;
    /* position: absolute; */
    margin: 4px;
    background-color: rgba(0, 0, 0, 0);
    /* border-radius: 40px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* top: 0px;
    left: -22px */
}

.dealer-search--card_item--label {
    position: relative;
    cursor: pointer;
    padding: 16px 16px;
    margin: 0px;
    height: 100%;
    background-color: #FFFFFF;
    border: 2px solid #CBC8C2;
}


@media(min-width: 560px)and (max-width: 767px) {
    .dealer-search--card_item--label {
        padding: 15px 10px
    }
}

.dealer-search--card__header span {
    padding-right: 25px
}

.dealer-search--card__footer .btn {
    width: 100%
}

@media(min-width: 560px)and (max-width: 767px) {
    .dealer-search--card .fiveStar .rating__label {
        padding: 0px
    }
}

.dealer-search--card__tag {
    margin-top: 10px;
    height: 50px;
    display: flex;
    align-items: end;
}

.badge {
    /* background-color: #e0e0e0; */
    color: #000000;
    font-family: "LG EI Text";
    /* text-transform: uppercase; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .021px;
    border-radius: 16px;
    margin: 5px 5px 0px 0px;
    padding: 0px 8px;
    border: 1px solid #CBC8C2;
}

.dealer-locator-sticky-footer .wrapper {
    gap: 5px;
    padding: 5px;
}

.dealer-locator-sticky-footer .sticky-footer-total-wrapper {
    /* max-width: 275px; */
    /* width: 100%; */
    display: flex;
    /* justify-content: center; */
    margin: 0 auto
}

@media(min-width: 768px) {
    .dealer-locator-sticky-footer .sticky-footer-total-wrapper {
        margin: 0
    }
}

.max-selected-validation {
    display: none
}

.sticky-footer-total-selected {
    color: #000000;
    /* text-transform: lowercase; */
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0px;
    padding: 7px;
}

.show-max-selected .max-selected-validation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.show-max-selected .sticky-footer-total-selected {
    /* border: 1px solid #a50034; */
    color: #a50034;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #000000;
    font-family: 'LG EI Text';
}

.get-a-quote-modal h2 {
    margin-bottom: 30px
}

.dealer-search--card__header.relative.leading-normal {
    margin-bottom: 10px
}

.dealer-search--card__body.flex.flex-row.flex-nowrap.justify-start.p-2 {
    padding-left: 0px
}

span.font-medium.text-xl.truncate.group-hover\:whitespace-break-spaces {
    white-space: break-spaces
}

.dealer-search--card__header>.flex {
    max-height: 56px
}

.dealer-search--card__bottom {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

body .container>.container {
    max-width: none;
    padding: 0px;
    margin: 0
}

/* UI Desighn Update for Drupal */

/* Wrapper and text-center */
.no-results-wrapper {
    background-color: transparent;
    text-align: center;
    padding: 20px;
}
.result-message-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Styling for the "0 Results" header */
.no-results-header {
    margin: 15px 0;
    font-size: 16px;
}

/* Main container with background, shadow, padding */
.results-container {
    max-width: 64rem;
    margin: 0 auto;
    padding: 32px;
}

/* Message paragraph styling */
.results-message {
    color: #000000;
    margin-bottom: 32px;
    line-height: 1.5;
    font-size: 18px;
    width: 69%;
    opacity: 1;
}

/* Grid container for splitting New Equipment and Repairs */
.grid-container {
    display: flex;
    /* flex-wrap: wrap; */
    
    
    /* border-top: 1px solid #e2e8f0; */
    /* border-bottom: 1px solid #e2e8f0; */
}
.mobile-number{
    text-wrap: nowrap;
    color: #a50034;
}

/* for Mobile Screens */
@media(max-width:768px){
    .footer-instruction-superscript, .criteria-section-star{
        margin-right: 8px;
    }
    .tax-credits-heading{
        font-size: 36px !important;
    }
    .result-container{
        margin-top: 10px !important;
    }
    .dealer-tab{
        width: 50%;
    }
    .tax-credits{
        margin: 45px 20px 0px 20px !important;
    }
    .equipment-section, .repairs-section {
        padding: 1px;
    }
    .form-group{
        width: 97%;
    }
    #edit-actions-submit{
        width: 100% !important;
    }
    #edit-str-this-is-for--wrapper label, #edit-str-keep-in-touch--wrapper label, #edit-str-when-planning-purchase--wrapper label, #edit-str-which-best-describes-your-needs--wrapper label{
        margin-top: -5px;
        margin-left: 10px;
    }
    .results-container{
        padding: 0px;
    }
    .grid-container {
        flex-direction: column;
        gap: 25px;
        padding: 10px 25px;
        align-items: center;
    }
    .section-text {
        height: 100px !important;
    }
    .results-message{
        font-size: 18px;
        width: 100%;
    } 
    .no-results-wrapper{
        padding: 0px;
    }
    .vertical-bar-section{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .vertical-bar{
        width: 85%;
        background-color: #707070;
        display: block;
        height: 1px;
    }
    
}

/* For larger screens, split into two columns */
@media (min-width: 768px) {
    .no-results-wrapper{
        padding: 2px 20px 35px 20px;
    }
    .results-container{
        padding: 3% 2px 2%;
    }
    .grid-container {
        display: flex;
        justify-content: space-between;
    }
    .results-message {
        color: #000000;
        font-size: 18px;
        margin-bottom: 32px;
        line-height: 1.5rem;
        width: 69%;
        opacity: 1;
    }
    .vertical-bar-section{
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    .vertical-bar{
        width: 1px;
        margin-top: 80%;
        height: 50%;
        background-color: #707070;
    }
    /* Divider between two columns */
    /* .grid-container > div {
        /* border-right: 1px solid #e2e8f0; */
    /* }  */

    .grid-container > div:last-child {
        border-right: none;
    }
    /* .equipment-section, .repairs-section ,.water-product-section{
        padding: 24px;
    } */
}

/* Common section styling */


/* Section title */
.section-title {
    color: #000000;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: "LG EI Text";
}

/* Section text */
.section-text {
    color: #000000; 
    margin-top: 15px;
    margin-bottom: auto;
    height: 104px;
}

/* Contact information styling */
.contact-info {
    font-size: 1.125rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 8px;
}

/* Links */
.link-highlight {
    text-decoration: none;
}

.email-link {
    color: #a50034;
    text-decoration: underline;
    font-weight: 600;
}

/* Contact button */
.contact-button {
    position: absolute;
    bottom: 2%;
    width: 137px;
    background-color: #EA1917;
    font-size: 18px;
    color: white;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 32px;
    text-decoration: none;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;    
    font-family: "LG EI Text";
}
.button-contact-section{
    /* margin-top: 40px; */
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;

}
.dealer-search--card__footer .invoca-call-button {
    width: 190px;
    border-radius: 32px;
    background-color: #EA1917;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding:14px 18px 14px 18px;
    height: 48px;
    font-family: "LG EI Text";
}
.button-contact-section{
    height: 96px;

}

.dealer-search--card__footer, .button-contact-section {
    display: flex; 
    align-items: start; 
    justify-content: center; 
    /* height: 96px; */
}
 
/* .dealer-search--card__footer .btn {
    margin-top: auto !important;
}  */
/*# sourceMappingURL=style.css.map */

.js-form-item-str-describe-your-needs {
    display: grid;
    .form-textarea {
        order: 1;
    }
    .js-form-required {
        order: 0;
    }
    #edit-str-describe-your-needs-error {
        order: 2;
        display: none !important;
    }
    #describeNeedsErrorMessage {
        order: 2;
    }
}
@media(max-width: 765px) {
    .g-recaptcha {
        margin: auto !important;
    }
}

@media(max-width:550px){
    .dealer-quote-no-result h2, .Banner-text-section h2{
        font-size: 36px;
    }
    .dealer-quote-content p{
        width: 100% !important;
    }
    .submitted-page{
        width: 100%;
    }
    .tab-container{
        padding: 0px 10px;
    }
    .dealer-tab{
        width: 50%;
        padding: 11px 10px 11px 10px !important;
    }
    .dealer-quote-no-result p{
        width: 100% !important;
    }

}



/* Dealer-Locator UI Update  */

.Banner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(to right, #f5f5f5, #eaeaea); */
    padding: 30px;
    border-radius: 20px;
    max-width: 1200px;
    margin: 50px auto;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    text-align: left;
}

.Banner-image-section {
    flex: 1;
}
.tax-credits-content{
    color: #000000;
}
.Banner-image-section img {
    width: 100%;
    max-width: 490px;
    height: 315px;
    border-radius: 46px;
}

.Banner-text-section {
    flex: 1;
    padding: 20px 10px 20px 40px;
}

.Banner-text-section h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 112%;
    letter-spacing: -1%;
    color: #000000;
}

.Banner-text-section p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 138%;
}
@media(max-width: 899px) {
    .Banner-container {
        display: flex;
        flex-direction: column;
    }
    .Banner-text-section{
        max-width: 480px;
        padding: 0;
        margin-top: 40px;
    }
    .Banner-image-section{
        max-width: 480px;
    }
}
@media(max-width:600px){
    .equipment-section .dealer-search--card__footer{
        height: 110px;
    }
    .grid-container{
        padding: 10px 10px !important;
    }
    .Banner-image-section{
        max-width: 363px;
    }
    .tab-container{
        margin-bottom: 25px;
    }
    .dealer-search--card__header{
        margin-left: 2px;
    }
    .get-a-quote-submit{
        width: 90%;
    }
    .Banner-image-section img{
        height: 220px;
    }
    .rebates-button{
        width: 100% !important;
    }
    .form-zip-search{
        max-width: 300px;
        width: 100%;
    }
    .input-component{
        max-width: 300px;
    }
    .dealer-search--control{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Banner-text-section{
        max-width: 363px;
        margin-top: 30px;
    }
    .dealer-locator-container{
        padding: 0;
    }
    .result-content p{
        width: 95%;
    }
}
.rebates-button{
    width: 155px;
    height: 48px !important;
    background-color: #EA1917 !important;
    border-radius: 32px;
    padding: 13px !important;
    border: none;
    margin: auto;
    /* font-family: LG EI; */
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
}

#lg-header{
    background-color: #F0ECE4;
    border-bottom: #CBC8C2;
}
#lg-header img{
    border-radius: 1px;
}

.dialog-off-canvas-main-canvas{
    background-color: #F0ECE4;
}

.tab-container {
    display: flex;
    justify-content: center;
    /* padding: 10px 0; */
    margin: 60px 0px 45px 0px;
    /* border-bottom: 1px solid #CBC8C2; */
}

.dealer-tab {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    line-height: 120%;
    position: relative;
    padding: 11px 24px 11px 24px;
    /* margin: 10px 10px 0px 10px; */
    border-bottom: 1px solid #CBC8C2;
    display: flex;
    align-items: self-end;
}
.dealer-tab h2{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    line-height: 120%;
    position: relative;
    margin-bottom: 0;
    font-family: "LG EI Text";

}

.dealer-tab.active {
    color: #000;
    border-bottom: 2px solid #EA1917;

}

.dealer-tab.active::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-box{
    background-color: #F0ECE4;
}

#main-content{
    margin-top: -50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contractor-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.product-card-container {
    text-align: center;
    background: #F9F7F1;
    border-radius: 32px;
    /* padding: 30px; */
    max-width: 1200px;
    margin: 0px 20px 0px 20px;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
}

.product-card-container h2 {
    font-size: 48px;
    line-height: 112%;
    font-weight: 600;
    letter-spacing: -1%;
    margin-bottom: 5px;
    color: #000000;
    margin-top: 36px;
}
.product-card-container p{
    color: #000000;
}

.card p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 138%;
    margin-bottom: 40px;
    margin-top: 12px;

}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 20px 25px;
}

.card {
    background: white;
    border: 2px solid #ddd;
    border-radius: 16px;
    padding: 0 15px 25px 15px;
    width: 250px;
    text-align: left;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
}
@media(max-width:900px){
    .find-contractor{
        width: 295px !important;
    }
    .search-update-button{
        width: 128px !important;
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 900px) {
    .card {
        width: 100% !important;
        max-width: 295px;
    }
    
    .dealer-locator-section {
        background: rgb(240 236 228 / 91%) !important;
    }
    .Banner-container {
        padding-bottom: 0% !important;
        margin-bottom: 0 !important;
    }
    .tab-container {
        margin-top: 0 !important;
    }
}

.card.selected {
    border: 2px solid #000000;
}

.card .icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -2%;
    margin: 0;
    color: #000000;
    font-family: "LG EI Text";
}

.card input[type="checkbox"] {
    margin-top: 10px;
    transform: scale(1.2);
    position: absolute;
    bottom:7%;
}

.zipcode-input {
    width: 90%;
    max-width: 300px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0;
}

.recaptcha-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaeaea;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.cta-button {
    background: red;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.cta-button:hover {
    background: darkred;
}

.find-contractor{
    border-radius: 30px;
    background-color: #EA1917 !important;
    width: 181px;
    height: 48px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: "LG EI Text";
    color: #FFFFFF;
    letter-spacing: 0%;
}

.block--reverse{
    display: none;
}

/* Pro-plumber-Style */

.pro-dealer-container{
    max-width: 1200px;
    display: flex;
    padding: 0px 40px 0px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
.pro-dealer-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.real-pros{
    width: 100%;
    text-align: center;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.real-pros > h2{
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -1%;
    line-height: 112%;
    width: 100%;
    text-align: center;
}
.real-pros > p{
    font-size: 16px;
    line-height: 138%;
    font-weight: 400;
    color: #333333;
    width: 70%;
}
.plumber-benefits{
    gap: 20px;
    width: 100%;
}
.plumber-benefits p{
    margin-top: 15px;
}


img{
    border-radius: 50px;
}
.benefits-section{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.save-money{
    flex-direction: row-reverse;
}
.cutting-edge{
    flex-direction: row-reverse;
}
.benefits-section div img{
    width: 100%;
    
}
.cutting-image ,.save-money-image{
    width: 65%;
    padding: 50px 0px 50px 50px;
}

.Expertise-image ,.professionals-image {
    padding: 50px 50px 50px 0px;
    width: 65%;

}
.experts-badge img{
     width: 40px !important;
     border-radius: 0px;
}
.experts-badge{
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.Expertise-content ,.professionals-content{
    width: 35%;
    padding: 40px 0px 40px 40px;
}
.cutting-content ,.save-money-content{
    padding: 40px 40px 40px 0px;
    width: 35%;
}
.plumber-benefits h2{
    font-size: 48px;
    line-height: 112%;
    margin: 0;
    color: #000000;
    font-weight:600;
    margin: 15px 0px;
    width: 90%;
}
.plumber-benefits p{
    font-size: 16px;
    line-height: 128%;
    color: #333333;
}
.cutting-content h2{
    width:100%;
}
@media (max-width: 1250px) {
    .pro-dealer-container{
        padding: 0px 40px 0px 40px;
    }
}
@media(max-width:950px){
    .benefits-section{
        flex-direction: column;
    }
    .experts-badge img{
        margin-top: 20px;
    }
    .plumber-benefits h2{
        margin: 15px 0;
    }

    .cutting-image ,.save-money-image,.Expertise-image ,.professionals-image{
        padding: 0;
        width: 100%;
    }
    .cutting-content ,.save-money-content,.Expertise-content ,.professionals-content{
        width: 100%;
        padding: 0;
    }
    .real-pros{
        width: 70%;

    }
    .plumber-benefits{
        width: 80%;
    }
}
@media(max-width:620px){
    .real-pros,.plumber-benefits{
        width: 100%;
    }
    .pro-dealer-container{
        padding: 20px;
    }
    .real-pros p{
        width: 100% !important;
    }
    .product-card-container{
        margin: 12px;
    }
    .real-pros > h2{
        font-size: 36px;
        line-height: 112%;
        letter-spacing: -1%;
        font-weight: 600;
    }
    .plumber-benefits h2{
        font-size: 36px;
        line-height: 112%;
        letter-spacing: -1%;
        font-weight: 600;
        margin: 15px 0;
    }
    .benefits-section{
        margin-top: 40px;
    }
    .experts-badge img{
        margin-top: 20px;
    }
}
.dealer-content {
   
    display: none;
}
.dealer-content.active {
    display: block;
    /* margin-top: 30px; */
}

/* #main-content > div.p-dealer-search.paragraph--default > div.container.mt-5.mb-5{
    display: none;
} */

div.container.mt-5.mb-5{
    display: none;
}
.form-zip-search{
    max-width: 304px;
}
.input-component{
    margin: 0;
}
.rc-anchor-normal{
    width: 332px !important;
}
.form-zip-label{
    background-color: white;
    font-family: 'LG EI Text';
}
.dealer-locator-container{
    width: 100%;
}
.dealer-locator-section{
    width: 100%;
}
.criteria-section{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 64px;

}
.footer-instruction{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.tax-credits-heading{
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    line-height: 112%;
    /* font-family: LG EI; */

}
.footer-instruction-content{
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 122%;
    color: #000000;
}

.criteria-section-content{
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 122%;
    color: #000000;
}
.footer-instruction-superscript ,.criteria-section-star{
   margin-right: 7px;
   font-size: 12px;

}

.footer-instruction-superscript sup {
    top: -1.2em;
}
.criteria-section-star{
    top: -0.5em;
    position: relative;
}
.tax-credits{
    margin: 150px 20px 0 20px;
}
.tax-credits-para{
    margin-top: 20px;
    font-size: 18px;
    line-height: 128%;
    font-weight: 400;
    width: 100% !important;
}

/* stepper design  */

/* .stepper-container {
    max-width: 1200px;
    margin: auto;
    background: #E6E1D6;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  }

  .stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
  }
  
  .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    z-index: 1;
  }
  
  .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 15px; /* aligns with the center of the circle 
    right: -50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: -1;
  }
  
  .step:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: -1;
  }
  
  .step.completed:not(:last-child)::after,
  .step.completed:not(:first-child)::before {
    background-color: #007bff; /* or green if you want completed to show progress 
  }

  .step:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: -1;
  }
  .step.active:not(:last-child)::after,
  .step.completed:not(:last-child)::after {
    background-color: #007bff;
  }

  .step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ccc;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    transition: background 0.3s;
    position: relative;
  }

  .step.active .step-number {
    background: #007bff;
  }

  .step.completed .step-number {
    background: #28a745;
  }

  .step.completed .step-number::before {
    content: "✓";
    font-size: 18px;
    color: white;
  }

  .step.completed .step-number span {
    display: none;
  }

  .step-label {
    font-size: 14px;
  }

  .step-content {
    margin-bottom: 20px;
  }

  .step-panel {
    display: none;
  }

  .step-panel.active {
    display: block;
  }

  .step-buttons {
    display: flex;
    justify-content: space-between;
  } */
  .result-container{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    margin-top: 60px;
  }
  .dealer-result-container{
    max-width: 950px;
    width: 100%;
    background-color: #f9f7f1;
    border-radius: 24px;
  }
  .result-content h2, .dealer-quote-content h2, .dealer-quote-no-result h2
  {
    font-weight: 600;
    font-size: 48px;
    line-height: 112%;
    letter-spacing: -1%;
    text-align: center;
    color: #000000;
  }
  .result-content p{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    margin-bottom: 1px;
    width: 55%;
    color: #000000;
  }
  .dealer-quote-content p{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    margin-bottom: 10px;
    width: 85%;
    color: #000000;
  }
  .dealer-quote-no-result p{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 138%;
    margin-bottom: 10px;
    width: 85%;
    color: #000000;
  }
  .result-content, .dealer-quote-content, .dealer-quote-no-result{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 30px 0px 30px;
  }
  .result-count .result-count-container p{
    text-align: center;
    font-weight: 700;
    size: 16px;
    line-height: 138%;
    width: 100%;
    /* margin-bottom: 8px; */
  }
  .result-count-container{
    max-width: 100%;
    background-color: #E6E1D6;
    padding: 8px;
  }
  .result-count{
    /* height: 38px; */
  }
  .dealer-container-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.whole-result-container{
    max-width: 1200px;
    background-color: #F0ECE4;
    /* border: 1px solid #CBC8C2; */
    width: 100%;
}
.search-results{
    padding: 25px;
}
.update-search-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 50px 70px 50px;
}
.update-search-button button{
    width: 212px;
    height: 56px;
    padding: 0;
    background-color: white;
    border-radius: 32px;
    border: 1px solid #646464;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    font-family: 'LG EI Text';
}
.dealer-stepper-design{
    width: 100%;
    background: #E6E1D6;
}
.back-button button{
    margin: 20px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    font-family: 'LG EI Text';
    color: #000000;
}
.back-button img{
    padding: 4px;

}
.dealer-selection-count{
    background-color: #E6E1D6;
    /* border-radius: 0px 0px 24px 24px; */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.get-a-quote-btn{
    padding: 13px 23px 13px 23px;
    border-radius: 32px;
    background-color: #EA1917;
    font-weight: 600;
    font-size: 20px;
    font-family: 'LG EI Text';
    color: #FFFFFF;
}
.get-a-quote-btn:disabled{
    opacity: .65;
}
.disabled-link {
    pointer-events: none;
    opacity: 0.65;
    cursor: not-allowed;
  }
  
.cancel-button{
    border: 1px solid #646464;
    border-radius: 32px;
    padding: 10px 35px 10px 35px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    height: 56px;
    font-family: 'LG EI Text';
}
.search-update-button{
    width: 128px;
    height: 56px;
}
.search-update-button-container{
    display: flex;
    flex-direction: row;
    width: 307px;
    justify-content: space-around;
}
.searched-zipcode, .zero-result-zipcode{
    font-weight: bold;
    text-decoration: underline;
}
#edit-str-selected-dealers{
    display: none;
}
#edit-actions{
    width: 120%;
    display: flex;
    justify-content: center;
    padding: 18px;
    background-color: #E6E1D6;
    margin-left: -16px;
    margin-right: -15px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.get-a-quote-submit{
    width: 127px;
    height: 56px;
    border-radius: 32px;
    background-color: #EA1917;
    color: #FFFFFF;
    border: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    font-family: 'LG EI Text';
}

.form-type{
    display: flex;
    justify-content: center;
}
.form-type h2{
    width: 94%;
    font-weight: 600;
    font-size: 30px;
    line-height: 112%;
    color: #000000;

}

.contact-us-form{
    width: 100%;
    margin-top: 50px;

}
.contact-us-form h2{
    font-size: 48px;
    font-weight: 600;
    line-height: 112%;
    width: 100%;
    text-align: center;
}

.all-set-container{
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #F0ECE4;
    justify-content: center;
}
.confirmation-box{
    max-width: 956px;
    border-radius: 20px;
    background-color: #F9F7F1;
}

/* For ContactUs page */

.all-set-container{
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #F0ECE4;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
}
.confirmation-box{
    max-width: 956px;
    width: 100%;
    border-radius: 20px;
    background-color: #F9F7F1;
    padding: 30px;
}
.confirmation-box h1{
    font-size: 48px;
    font-weight: 600;
    line-height: 112%;
    margin-bottom: 5px;
    color: #000000;
}
.confirmation-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 138%;
    margin-bottom: 0;
    color: #333333;
}
.next-section{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    justify-content: center;
    align-items: center;
}
.next-section-image img{
    max-width: 606px;
    height: 454px;
    border-radius: 64px;
}
.next-text{
    text-align: left;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
}
.next-section-image{
    margin-left: 55px;
}
.submitted-page{
    
    background-color: #EA1917;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 32px;
    font-family: "LG EI Text";
}
.next-text h2{
    font-weight: 600;
    font-size: 48px;
    line-height: -1%;
    color: #000000;
}
.next-text p{
    font-size: 16px;
    line-height: 138%;
    font-weight: 400;
    color: #000000;
}

@media(max-width:1000px){
    .next-section{
        flex-direction: column;
        max-width: 606px;
        width: 100%;
    }
    .next-text{
        margin-top: 20px;
        margin-left: 0;
    }
    .next-section-image{
        margin-left: 0;
    }
    .next-section-image img{
        height: auto;
    }
}
@media(max-width:600px){
    .next-section{
        width: 100%;
    }
    .dealer-quote-content p{
        width: 100% !important;
    }
    .dealer-tab h2{
        font-size: 16px;
    }
    .result-content h2, .dealer-quote-content h2, .dealer-quote-no-result h2{
        font-size: 36px;
    }
    .result-content, .dealer-quote-content, .dealer-quote-no-result{
        padding: 40px 20px 0px 20px;
    }
    .result-content p {
        width: 100%;
    }
    .update-search-button{
        margin: 20px 50px 30px 50px;
    }
    .submitted-page{
        width:100%;
    }
    .next-section-image img{
        width: 100%;
    }
    .all-set-container{
        padding: 20px;
    }
    .next-text h2{
        font-weight: 600;
        font-size: 36px;
        line-height: 112%;
        line-height: -1%;
        
    }
    .confirmation-box h1{
        font-size: 36px;
        font-weight: 600;
        line-height: 112%;
        margin-bottom: 5px;
        color: #000000;
    }
}

.criteria-section-content{

}
.dealer-quote-form
{
    margin-top: 40px;
}
/* Stepper Design for Thank you page  */


.completion-stepper-wrapper {
    width: 100%;
    padding: 40px 20px 20px;
    background-color: #E6E1D6;
    max-width: 1200px;
  }

  .completion-stepper-container {
    max-width: 650px;
    margin: 0 auto;
  }

  .completion-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .completion-step {
    text-align: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
  }

  .circle {
    background-color: #e42313;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px auto;
    font-size: 16px;
  }

  .label {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #333333;
  }

  .line {
    flex-grow: 1;
    height: 1px;
    background-color: #BDBDBD;
    margin: 0 12px;
  }


  /* Stepper for Dealer cards page and Dealer quote page */

  .dealer-completion-stepper-wrapper {
    padding: 20px 20px 20px;
    max-width: 1200px;
    background-color: #E6E1D6;
    width: 100%;
  }

  .dealer-completion-stepper-container {
    max-width: 650px;
    margin: 0 auto;
  }

  .dealer-completion-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-family: 'LG EI Text';
  }

  .dealer-completion-step {
    text-align: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
  }

  .dealer-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 8px auto;
    font-size: 12px;
    background-color: #646464;
    color: white;
  }

  .active .dealer-circle {
    background-color: #000;
  }

  .completed .dealer-circle {
    background-color: #e42313;
  }

  .dealer-label {
    font-weight: bold;
    color: #222;
  }

  .dealer-line {
    flex-grow: 1;
    height: 1px;
    background-color: #BDBDBD;
    margin: 0 12px;
  }

  .dealer-controls {
    text-align: center;
    margin: 30px;
  }

  .dealer-controls button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 10px;
  }
  .google-profile-container{
    margin-left: 10%;
  }
  .google-profile-link{
    font-size: 12px;
    font-weight: 400;
    line-height: 122%;
    color: #000000;
    /* margin-left: 11px; */
    text-decoration: underline;
  }

  .dealer-selected-container{
    background-color: #E6E1D6;
    padding: 40px 0px;
    margin-bottom: 40px;
  }

  .contractor-selections h2{
    text-align: center;
    font-size: 36px;
    /* font-family: LG EI; */
    font-weight: 600;
    line-height: 112%;
    color: #000000;
  }

  .contractor-selections p{
    text-align: center;
    font-size: 16px;
    line-height: 138%;
    font-weight: 400;
    color: #000000;
  }

  .pagination li {
    background-color: #CBC8C2;
    width: 8px;
    height: 8px;
    margin: 5px;
    border-radius: 50%;
}
.pagination {
    padding: 0 30px;
    .page {
        color: transparent !important;
    }
    .disabled {
        display: none !important;
    }
    .active {
        background-color: #000000 !important;
    }
  }
  .asterisk-indicator{
    font-size: 14px;
    font-weight: 400;
    line-height: 138%;
    color: #333333;
    width: 97%;
    margin-bottom:0;
  }

  .footer-logo {
    img {
        border-radius: 0 !important;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 961px) {
    .section-text {
        height: 150px !important;
    }
    .section-text-contact {
        height: 159.5px !important;
    }
  }
  @media screen and (min-width: 961px) {
    .section-text-first {
        height: 127px !important;
    }
    .section-text-contact {
        height: 137px !important;
    }
  }

  .contractors-selection-limit{
    font-size: 14px;
    font-weight: 700;
    font-family: 'LG EI Text';
    line-height: 138%;
    color: #333333;
  }
  .show-has-results p{
    font-size: 14px;
    color: #333333;
  }
  .dealer-search-total-results, .empty-dealer{
    color: #333333;
  }
  .show-has-results{
    font-size: 14px;
    columns: #333333;
  }
  .option{
    color: #000000 !important;
    font-size: 18px;
    font-weight: 400 !important;
  }

/* Card-like container for each equipment/service block */
.equipment-section, .water-product-section, .repairs-section {
    /* background: white;
    border: 2px solid #ddd; */
    border-radius: 16px;
    width: 300px;
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 20px;
    /* margin: 20px; */
}

/* Titles for each section */
.section-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

/* Descriptive paragraph */
.section-text, .section-text-contact, .section-text-first {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
    /* margin-bottom: 40px; */
}

/* Call buttons */
.dealer-search--card__footer a,
.button-contact-section a {
    display: inline-block;
    padding: 12px 18px;
    background-color: #EA1917;
    color: #fff;
    border-radius: 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.2s ease-in-out;
    align-self: center;
}

/* Hover state */
.dealer-search--card__footer a:hover,
.button-contact-section a:hover {
    background-color: #c41513;
}

/* Container adjustments */
.results-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px 20px;
}

/* Mobile responsiveness */
@media (max-width: 960px) {
    .equipment-section, .water-product-section, .repairs-section {
        width: 100%;
        max-width: 340px;
    }
}

@media (max-width: 600px) {
    .results-container {
        flex-direction: column;
        gap: 20px;
    }
    .button-contact-section{
        height: 90px;
    }
    .water-product-section .invoca-call-button{
        margin-top: 40px;
    }
    .equipment-section, .water-product-section, .repairs-section {
        width: 100%;
        padding: 15px 2px !important;
    }
}

.show-no-results{
    margin-top: 0;
}
.input-search-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

@media(max-width:560px){
    .dealer-search--card__bottom {
        height: 76px !important;
        /* display: contents !important; */
    }
    .product-card-container h2{
        font-size: 36px;
    }
    .form-type h2{
        font-size: 26px;
    }
    .contact-us-form h2{
        font-size: 36px;
    }
}


/* This is for Admin login page */

.user-login-form .form-group{
    width: 100%;

}

.user-login-form #edit-actions{
    width: 100%;
    background: transparent;
    justify-content: flex-start;
    
}
.dealer-search--items{
    width: 100%;
}