

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

.blockquote,
hr {
    margin-bottom: 1rem
}

.display-1,
.display-2,
.display-3,
.display-4,
.lead {
    font-weight: 300
}

.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
}

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

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

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

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

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(38, 50, 56, .1)
}

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

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

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

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

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

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

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

.blockquote {
    font-size: 1.25rem
}

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

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

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -15px; */
    /* margin-left: -15px */
}

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

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
/* 
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
} */

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3e84ef;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(13, 71, 161, .25)
}

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

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

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(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

.form-control-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-lg,
.form-control-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg {
    line-height: 1.5
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

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

.form-text {
    display: block;
    margin-top: .25rem
}
/* 
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

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

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

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

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

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

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

.invalid-tooltip,
.valid-tooltip {
    z-index: 5;
    padding: .5rem;
    line-height: 1;
    border-radius: .2rem;
    max-width: 100%
}

.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: 80%;
    color: #424242
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(66, 66, 66, .8)
}

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

.custom-control-input.is-valid~.custom-control-label,
.form-check-input.is-valid~.form-check-label,
.was-validated .custom-control-input:valid~.custom-control-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #424242
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #424242
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #424242;
    box-shadow: 0 0 0 .2rem rgba(66, 66, 66, .25)
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #828282
}

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

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(66, 66, 66, .25)
}

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

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(66, 66, 66, .25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(218, 64, 54, .8)
}

.btn-block,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

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

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #da4036
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #da4036;
    box-shadow: 0 0 0 .2rem rgba(218, 64, 54, .25)
}

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

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

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(218, 64, 54, .25)
}

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(218, 64, 54, .25)
}

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

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

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

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        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 .custom-select,
    .form-inline .input-group {
        width: auto
    }

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(13, 71, 161, .25)
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(13, 71, 161, .5)
}

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

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

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #0a377e;
    border-color: #093272
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d47a1;
    border-color: #0d47a1
}

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

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

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

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

.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-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(66, 66, 66, .5)
}

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

.btn-success:hover {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #292929
}

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

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

.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(254, 153, 0, .5)
}

.btn-info {
    color: #212529;
    background-color: #fe9900;
    border-color: #fe9900
}

.btn-info:hover {
    color: #fff;
    background-color: #1ababa;
    border-color: #19afaf
}

.btn-info.disabled,
.btn-info:disabled {
    color: #212529;
    background-color: #fe9900;
    border-color: #fe9900
}

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

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

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

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

.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-danger.focus,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(218, 64, 54, .5)
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c52e24;
    border-color: #bb2c22
}

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

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

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

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

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

.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-dark.focus,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

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

.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-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(13, 71, 161, .5)
}

.btn-outline-primary {
    color: #0d47a1;
    background-color: transparent;
    background-image: none;
    border-color: #0d47a1
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d47a1;
    background-color: transparent
}

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

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

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

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

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

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

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

.btn-outline-success {
    color: #424242;
    background-color: transparent;
    background-image: none;
    border-color: #424242
}

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

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #424242;
    background-color: transparent
}

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

.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(254, 153, 0, .5)
}

.btn-outline-info {
    color: #fe9900;
    background-color: transparent;
    background-image: none;
    border-color: #fe9900
}

.btn-outline-info:hover {
    color: #212529;
    background-color: #fe9900;
    border-color: #fe9900
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #fe9900;
    background-color: transparent
}

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

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

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

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

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

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

.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(218, 64, 54, .5)
}

.btn-outline-danger {
    color: #da4036;
    background-color: transparent;
    background-image: none;
    border-color: #da4036
}

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

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #da4036;
    background-color: transparent
}

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

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

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

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

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

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

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

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

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

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

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

.btn-link,
.btn-link:hover {
    background-color: transparent
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
    text-decoration: underline
}

.btn-link {
    font-weight: 400;
    color: #0d47a1
}

.btn-link:hover {
    color: #07285a
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none
}

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

.btn-lg {
    line-height: 1.5
}

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

.btn-block {
    width: 100%
}

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.form-input,
.gfield input,
.gfield textarea,
select {
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

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

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

.bg-primary {
    background-color: #0d47a1 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #093272 !important
}

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

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

.bg-success {
    background-color: #424242 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #292929 !important
}

.bg-info {
    background-color: #fe9900 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #19afaf !important
}

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

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

.bg-danger {
    background-color: #da4036 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bb2c22 !important
}

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

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

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

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

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

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

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

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

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

.border-0 {
    border: 0 !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-left,
.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

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

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

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

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

.border-primary {
    border-color: #0d47a1 !important
}

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

.border-success {
    border-color: #424242 !important
}

.border-info {
    border-color: #fe9900 !important
}

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

.border-danger {
    border-color: #da4036 !important
}

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

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

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

.rounded {
    border-radius: .25rem !important
}

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

.rounded-0 {
    border-radius: 0 !important
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

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

    .d-sm-inline {
        display: inline !important
    }

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

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

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

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

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

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

    .d-md-inline {
        display: inline !important
    }

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

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

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

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

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

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

    .d-lg-inline {
        display: inline !important
    }

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

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

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

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

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

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

    .d-xl-inline {
        display: inline !important
    }

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

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

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

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

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

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

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before,
.svg-wrapper {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    z-index: 1030;
    left: 0;
    right: 0
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(38, 50, 56, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(38, 50, 56, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(38, 50, 56, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}


.ginput_container_select {
    position: relative
}

.ginput_container_select:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #fe9900;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%)
}

.page--box-calculator .ginput_container_select:after,
.page--box-preview .ginput_container_select:after {
    margin-top: 10px
}

select {
    width: 100%;
    height: 40px;
    padding: 0 7.5px;
    border-radius: 4px;
    font-size: 13px;
    color: #263238;
    -webkit-appearance: none;
    transition-property: all;
    transition-duration: .4s
}

@media(min-width:768px) {
    select {
        font-size: 14.5px
    }
}

@media(min-width:992px) {
    select {
        font-size: 16px
    }
}

select:active,
select:focus {
    border-color: #0d47a1
}

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

.ginput_container_checkbox li,
.wordpress .ginput_container_checkbox li {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    position: relative
}

.ginput_container_checkbox li:before,
.wordpress .ginput_container_checkbox li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    width: 7px;
    height: 3px;
    margin: 0;
    background: #0d47a1;
    z-index: 10;
    border-radius: 4px;
    transform: rotate(45deg);
    opacity: 0;
    pointer-events: none
}

.ginput_container_checkbox li:after,
.wordpress .ginput_container_checkbox li:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 7px;
    width: 10px;
    height: 3px;
    margin: 0;
    background: #0d47a1;
    z-index: 10;
    border-radius: 4px;
    transform: rotate(-36deg);
    opacity: 0;
    pointer-events: none
}

.ginput_container_checkbox li.is-checked:after,
.ginput_container_checkbox li.is-checked:before,
.wordpress .ginput_container_checkbox li.is-checked:after,
.wordpress .ginput_container_checkbox li.is-checked:before {
    display: block;
    opacity: 1
}

.ginput_container_checkbox li input,
.wordpress .ginput_container_checkbox li input {
    margin-right: 10px
}

.ginput_container_checkbox li label,
.wordpress .ginput_container_checkbox li label {
    margin: 0;
    line-height: 1.5
}

.ginput_container_checkbox li a,
.wordpress .ginput_container_checkbox li a {
    color: #263238;
    text-decoration: underline
}

.ginput_container_radio {
    margin-top: 15px
}

.ginput_container_radio li {
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.ginput_container_radio li:last-child {
    margin-bottom: 0
}

.ginput_container_radio input {
    width: 20px;
    height: 20px;
    border: 3px solid #fe9900;
    margin: 0;
    border-radius: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ginput_container_radio input:checked {
    background: #fe9900
}

.ginput_container_radio label {
    max-width: calc(100% - 35px);
    margin: 0 0 0 15px;
    font-size: 13px;
    font-weight: 300;
    color: #263238
}

@media(min-width:768px) {
    .ginput_container_radio label {
        font-size: 14.5px
    }
}

@media(min-width:992px) {
    .ginput_container_radio label {
        font-size: 16px
    }
}

.ginput_container_fileupload .gform_drop_area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.ginput_container_fileupload .gform_drop_instructions {
    margin-top: 2.5px;
    margin-bottom: 0;
    font-weight: 700
}

.ginput_container_fileupload .gform_button_select_files {
    border: 0;
    margin: 8.5px 0 5.5px 7.5px;
    padding: 0;
    background: 0 0;
    appearance: none;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: lowercase
}

.ginput_container_fileupload .gform_button_select_files:active,
.ginput_container_fileupload .gform_button_select_files:focus,
.ginput_container_fileupload .gform_button_select_files:hover {
    color: #fe9900
}

@media(min-width:768px) {
    .ginput_container_fileupload .gform_button_select_files {
        font-size: 14.5px
    }
}

@media(min-width:992px) {
    .ginput_container_fileupload .gform_button_select_files {
        font-size: 16px
    }
}

.gform_drop_instructions,
.ginput_preview,
.ginput_preview>strong {
    font-size: 13px;
    font-weight: 300;
    color: #263238
}

@media(min-width:768px) {

    .gform_drop_instructions,
    .ginput_preview,
    .ginput_preview>strong {
        font-size: 14.5px
    }
}

@media(min-width:992px) {

    .gform_drop_instructions,
    .ginput_preview,
    .ginput_preview>strong {
        font-size: 16px
    }
}

.ginput_recaptcha {
    transform: translateX(-9.5vw) scale(.725)
}

.gform_footer {
    margin: 40px 0 0 15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start
}

.gform_button {
    max-width: calc(100% - 15px)
}

.gfield.captcha label {
    display: none
}

@media(min-width:768px) {
    .ginput_recaptcha {
        transform: translateX(0) scale(1)
    }

    .divider-list-item.column-count-1-of-2 {
        padding-right: 15px
    }

    .divider-list-item.column-count-2-of-2 {
        padding-left: 15px
    }
}

li.gfmc-column ul,
li[class*=column-count-1]>div>ul {
    padding-left: 0;
    margin-left: 0
}

.gform_fields.top_label.form_sublabel_below.description_below {
    clear: both
}

li[class*=column-count-] {
    vertical-align: top;
    box-sizing: border-box;
    display: inline-block
}

.gfmc-column {
    display: inline-grid;
    vertical-align: text-top
}

.hamburger,
.hamburger-box {
    display: inline-block;
    position: relative
}

.gfmc-column .gform_wrapper {
    width: 100%
}

@media screen and (max-width:600px) {
    li.gfmc-column {
        width: 100% !important
    }
}

.hamburger {
    padding: 15px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 40px;
    height: 24px
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.flickity-button,
.svg-wrapper {
    transition-duration: .4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

/*!Flickity v2.2.1
https://flickity.metafizzy.co
----------------------------------------------*/


.mapboxgl-map {
    font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: transparent
}

.mapboxgl-canvas {
    position: absolute;
    left: 0;
    top: 0
}

.mapboxgl-map:-webkit-full-screen {
    width: 100%;
    height: 100%
}

.mapboxgl-canary {
    background-color: salmon
}

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
    cursor: pointer
}

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
    touch-action: pan-x pan-y
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: pinch-zoom
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: none
}

.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right {
    position: absolute;
    pointer-events: none;
    z-index: 2
}

.mapboxgl-ctrl-top-left {
    top: 0;
    left: 0
}

.mapboxgl-ctrl-top-right {
    top: 0;
    right: 0
}

.mapboxgl-ctrl-bottom-left {
    bottom: 0;
    left: 0
}

.mapboxgl-ctrl-bottom-right {
    right: 0;
    bottom: 0
}

.mapboxgl-ctrl {
    clear: both;
    pointer-events: auto;
    transform: translate(0)
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
    margin: 10px 0 0 10px;
    float: left
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    margin: 10px 10px 0 0;
    float: right
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
    margin: 0 0 10px 10px;
    float: left
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
    margin: 0 10px 10px 0;
    float: right
}

.mapboxgl-ctrl-group {
    border-radius: 4px;
    background: #fff
}

.mapboxgl-ctrl-group:not(:empty) {
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .1)
}

.mapboxgl-ctrl-group button {
    width: 29px;
    height: 29px;
    display: block;
    padding: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer
}

.mapboxgl-ctrl-group button+button {
    border-top: 1px solid #ddd
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

@media(-ms-high-contrast:active) {
    .mapboxgl-ctrl-group:not(:empty) {
        box-shadow: 0 0 0 2px ButtonText
    }

    .mapboxgl-ctrl-icon {
        background-color: transparent
    }

    .mapboxgl-ctrl-group button+button {
        border-top: 1px solid ButtonText
    }
}

.mapboxgl-ctrl button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.mapboxgl-ctrl-group button:focus {
    box-shadow: 0 0 2px 2px #0096ff
}

.mapboxgl-ctrl button:disabled {
    cursor: not-allowed
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
    opacity: .25
}

.mapboxgl-ctrl button:not(:disabled):hover {
    background-color: rgba(0, 0, 0, .05)
}

.mapboxgl-ctrl-group button:focus:focus-visible {
    box-shadow: 0 0 2px 2px #0096ff
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
    box-shadow: none
}

.mapboxgl-ctrl-group button:focus:first-child {
    border-radius: 4px 4px 0 0
}

.mapboxgl-ctrl-group button:focus:last-child {
    border-radius: 0 0 4px 4px
}

.mapboxgl-ctrl-group button:focus:only-child {
    border-radius: inherit
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjMzMzJz48cGF0aCBkPSdNMTAgMTNjLS43NSAwLTEuNS43NS0xLjUgMS41UzkuMjUgMTYgMTAgMTZoOWMuNzUgMCAxLjUtLjc1IDEuNS0xLjVTMTkuNzUgMTMgMTkgMTNoLTl6Jy8+PC9zdmc+)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjMzMzJz48cGF0aCBkPSdNMTQuNSA4LjVjLS43NSAwLTEuNS43NS0xLjUgMS41djNoLTNjLS43NSAwLTEuNS43NS0xLjUgMS41UzkuMjUgMTYgMTAgMTZoM3YzYzAgLjc1Ljc1IDEuNSAxLjUgMS41UzE2IDE5Ljc1IDE2IDE5di0zaDNjLjc1IDAgMS41LS43NSAxLjUtMS41UzE5Ljc1IDEzIDE5IDEzaC0zdi0zYzAtLjc1LS43NS0xLjUtMS41LTEuNXonLz48L3N2Zz4=)
}

@media(-ms-high-contrast:active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjZmZmJz48cGF0aCBkPSdNMTAgMTNjLS43NSAwLTEuNS43NS0xLjUgMS41UzkuMjUgMTYgMTAgMTZoOWMuNzUgMCAxLjUtLjc1IDEuNS0xLjVTMTkuNzUgMTMgMTkgMTNoLTl6Jy8+PC9zdmc+)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjZmZmJz48cGF0aCBkPSdNMTQuNSA4LjVjLS43NSAwLTEuNS43NS0xLjUgMS41djNoLTNjLS43NSAwLTEuNS43NS0xLjUgMS41UzkuMjUgMTYgMTAgMTZoM3YzYzAgLjc1Ljc1IDEuNSAxLjUgMS41UzE2IDE5Ljc1IDE2IDE5di0zaDNjLjc1IDAgMS41LS43NSAxLjUtMS41UzE5Ljc1IDEzIDE5IDEzaC0zdi0zYzAtLjc1LS43NS0xLjUtMS41LTEuNXonLz48L3N2Zz4=)
    }
}

@media(-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTAgMTNjLS43NSAwLTEuNS43NS0xLjUgMS41UzkuMjUgMTYgMTAgMTZoOWMuNzUgMCAxLjUtLjc1IDEuNS0xLjVTMTkuNzUgMTMgMTkgMTNoLTl6Jy8+PC9zdmc+)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQuNSA4LjVjLS43NSAwLTEuNS43NS0xLjUgMS41djNoLTNjLS43NSAwLTEuNS43NS0xLjUgMS41UzkuMjUgMTYgMTAgMTZoM3YzYzAgLjc1Ljc1IDEuNSAxLjUgMS41UzE2IDE5Ljc1IDE2IDE5di0zaDNjLjc1IDAgMS41LS43NSAxLjUtMS41UzE5Ljc1IDEzIDE5IDEzaC0zdi0zYzAtLjc1LS43NS0xLjUtMS41LTEuNXonLz48L3N2Zz4=)
    }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjMzMzJz48cGF0aCBkPSdNMjQgMTZ2NS41YzAgMS43NS0uNzUgMi41LTIuNSAyLjVIMTZ2LTFsMy0xLjUtNC01LjUgMS0xIDUuNSA0IDEuNS0zaDF6TTYgMTZsMS41IDMgNS41LTQgMSAxLTQgNS41IDMgMS41djFINy41QzUuNzUgMjQgNSAyMy4yNSA1IDIxLjVWMTZoMXptNy0xMXYxbC0zIDEuNSA0IDUuNS0xIDEtNS41LTRMNiAxM0g1VjcuNUM1IDUuNzUgNS43NSA1IDcuNSA1SDEzem0xMSAyLjVjMC0xLjc1LS43NS0yLjUtMi41LTIuNUgxNnYxbDMgMS41LTQgNS41IDEgMSA1LjUtNCAxLjUgM2gxVjcuNXonLz48L3N2Zz4=)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTguNSAxNmMtMS43NSAwLTIuNS43NS0yLjUgMi41VjI0aDFsMS41LTMgNS41IDQgMS0xLTQtNS41IDMtMS41di0xaC01LjV6TTEzIDE4LjVjMC0xLjc1LS43NS0yLjUtMi41LTIuNUg1djFsMyAxLjVMNCAyNGwxIDEgNS41LTQgMS41IDNoMXYtNS41em0zLThjMCAxLjc1Ljc1IDIuNSAyLjUgMi41SDI0di0xbC0zLTEuNUwyNSA1bC0xLTEtNS41IDRMMTcgNWgtMXY1LjV6TTEwLjUgMTNjMS43NSAwIDIuNS0uNzUgMi41LTIuNVY1aC0xbC0xLjUgM0w1IDQgNCA1bDQgNS41TDUgMTJ2MWg1LjV6Jy8+PC9zdmc+)
}

@media(-ms-high-contrast:active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjZmZmJz48cGF0aCBkPSdNMjQgMTZ2NS41YzAgMS43NS0uNzUgMi41LTIuNSAyLjVIMTZ2LTFsMy0xLjUtNC01LjUgMS0xIDUuNSA0IDEuNS0zaDF6TTYgMTZsMS41IDMgNS41LTQgMSAxLTQgNS41IDMgMS41djFINy41QzUuNzUgMjQgNSAyMy4yNSA1IDIxLjVWMTZoMXptNy0xMXYxbC0zIDEuNSA0IDUuNS0xIDEtNS41LTRMNiAxM0g1VjcuNUM1IDUuNzUgNS43NSA1IDcuNSA1SDEzem0xMSAyLjVjMC0xLjc1LS43NS0yLjUtMi41LTIuNUgxNnYxbDMgMS41LTQgNS41IDEgMSA1LjUtNCAxLjUgM2gxVjcuNXonLz48L3N2Zz4=)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjZmZmJz48cGF0aCBkPSdNMTguNSAxNmMtMS43NSAwLTIuNS43NS0yLjUgMi41VjI0aDFsMS41LTMgNS41IDQgMS0xLTQtNS41IDMtMS41di0xaC01LjV6TTEzIDE4LjVjMC0xLjc1LS43NS0yLjUtMi41LTIuNUg1djFsMyAxLjVMNCAyNGwxIDEgNS41LTQgMS41IDNoMXYtNS41em0zLThjMCAxLjc1Ljc1IDIuNSAyLjUgMi41SDI0di0xbC0zLTEuNUwyNSA1bC0xLTEtNS41IDRMMTcgNWgtMXY1LjV6TTEwLjUgMTNjMS43NSAwIDIuNS0uNzUgMi41LTIuNVY1aC0xbC0xLjUgM0w1IDQgNCA1bDQgNS41TDUgMTJ2MWg1LjV6Jy8+PC9zdmc+)
    }
}

@media(-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMjQgMTZ2NS41YzAgMS43NS0uNzUgMi41LTIuNSAyLjVIMTZ2LTFsMy0xLjUtNC01LjUgMS0xIDUuNSA0IDEuNS0zaDF6TTYgMTZsMS41IDMgNS41LTQgMSAxLTQgNS41IDMgMS41djFINy41QzUuNzUgMjQgNSAyMy4yNSA1IDIxLjVWMTZoMXptNy0xMXYxbC0zIDEuNSA0IDUuNS0xIDEtNS41LTRMNiAxM0g1VjcuNUM1IDUuNzUgNS43NSA1IDcuNSA1SDEzem0xMSAyLjVjMC0xLjc1LS43NS0yLjUtMi41LTIuNUgxNnYxbDMgMS41LTQgNS41IDEgMSA1LjUtNCAxLjUgM2gxVjcuNXonLz48L3N2Zz4=)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTguNSAxNmMtMS43NSAwLTIuNS43NS0yLjUgMi41VjI0aDFsMS41LTMgNS41IDQgMS0xLTQtNS41IDMtMS41di0xaC01LjV6TTEzIDE4LjVjMC0xLjc1LS43NS0yLjUtMi41LTIuNUg1djFsMyAxLjVMNCAyNGwxIDEgNS41LTQgMS41IDNoMXYtNS41em0zLThjMCAxLjc1Ljc1IDIuNSAyLjUgMi41SDI0di0xbC0zLTEuNUwyNSA1bC0xLTEtNS41IDRMMTcgNWgtMXY1LjV6TTEwLjUgMTNjMS43NSAwIDIuNS0uNzUgMi41LTIuNVY1aC0xbC0xLjUgM0w1IDQgNCA1bDQgNS41TDUgMTJ2MWg1LjV6Jy8+PC9zdmc+)
    }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjMzMzJz48cGF0aCBkPSdNMTAuNSAxNGw0LTggNCA4aC04eicvPjxwYXRoIGQ9J00xMC41IDE2bDQgOCA0LThoLTh6JyBmaWxsPScjY2NjJy8+PC9zdmc+)
}

@media(-ms-high-contrast:active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjZmZmJz48cGF0aCBkPSdNMTAuNSAxNGw0LTggNCA4aC04eicvPjxwYXRoIGQ9J00xMC41IDE2bDQgOCA0LThoLTh6JyBmaWxsPScjOTk5Jy8+PC9zdmc+)
    }
}

@media(-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyOSAyOScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTAuNSAxNGw0LTggNCA4aC04eicvPjxwYXRoIGQ9J00xMC41IDE2bDQgOCA0LThoLTh6JyBmaWxsPScjY2NjJy8+PC9zdmc+)
    }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjMzMzJz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScyJy8+PC9zdmc+)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjYWFhJz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScyJy8+PHBhdGggZD0nTTE0IDVsMSAxLTkgOS0xLTEgOS05eicgZmlsbD0ncmVkJy8+PC9zdmc+)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjMzNiNWU1Jz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScyJy8+PC9zdmc+)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjZTU4OTc4Jz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScyJy8+PC9zdmc+)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjMzNiNWU1Jz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48L3N2Zz4=)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjZTU0ZTMzJz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48L3N2Zz4=)
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
    -webkit-animation: mapboxgl-spin 2s linear infinite;
    -moz-animation: mapboxgl-spin 2s infinite linear;
    -o-animation: mapboxgl-spin 2s infinite linear;
    -ms-animation: mapboxgl-spin 2s infinite linear;
    animation: mapboxgl-spin 2s linear infinite
}

@media(-ms-high-contrast:active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjZmZmJz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScyJy8+PC9zdmc+)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjOTk5Jz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScyJy8+PHBhdGggZD0nTTE0IDVsMSAxLTkgOS0xLTEgOS05eicgZmlsbD0ncmVkJy8+PC9zdmc+)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjMzNiNWU1Jz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScyJy8+PC9zdmc+)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjZTU4OTc4Jz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScyJy8+PC9zdmc+)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjMzNiNWU1Jz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48L3N2Zz4=)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjZTU0ZTMzJz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48L3N2Zz4=)
    }
}

@media(-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScyJy8+PC9zdmc+)
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMjknIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsPScjNjY2Jz48cGF0aCBkPSdNMTAgNEM5IDQgOSA1IDkgNXYuMUE1IDUgMCAwMDUuMSA5SDVzLTEgMC0xIDEgMSAxIDEgMWguMUE1IDUgMCAwMDkgMTQuOXYuMXMwIDEgMSAxIDEtMSAxLTF2LS4xYTUgNSAwIDAwMy45LTMuOWguMXMxIDAgMS0xLTEtMS0xLTFoLS4xQTUgNSAwIDAwMTEgNS4xVjVzMC0xLTEtMXptMCAyLjVhMy41IDMuNSAwIDExMCA3IDMuNSAzLjUgMCAxMTAtN3onLz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScyJy8+PHBhdGggZD0nTTE0IDVsMSAxLTkgOS0xLTEgOS05eicgZmlsbD0ncmVkJy8+PC9zdmc+)
    }
}

@-webkit-keyframes mapboxgl-spin {
    0% {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@-moz-keyframes mapboxgl-spin {
    0% {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(1turn)
    }
}

@-o-keyframes mapboxgl-spin {
    0% {
        -o-transform: rotate(0)
    }

    to {
        -o-transform: rotate(1turn)
    }
}

@-ms-keyframes mapboxgl-spin {
    0% {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(1turn)
    }
}

@keyframes mapboxgl-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

a.mapboxgl-ctrl-logo {
    display: none !important;
    width: 88px;
    height: 23px;
    margin: 0 0 -4px -4px;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nODgnIGhlaWdodD0nMjMnIHZpZXdCb3g9JzAgMCA4OCAyMycgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycgZmlsbC1ydWxlPSdldmVub2RkJz48ZGVmcz48cGF0aCBpZD0nYScgZD0nTTExLjUgMi4yNWM1LjEwNSAwIDkuMjUgNC4xNDUgOS4yNSA5LjI1cy00LjE0NSA5LjI1LTkuMjUgOS4yNS05LjI1LTQuMTQ1LTkuMjUtOS4yNSA0LjE0NS05LjI1IDkuMjUtOS4yNXpNNi45OTcgMTUuOTgzYy0uMDUxLS4zMzgtLjgyOC01LjgwMiAyLjIzMy04Ljg3M2E0LjM5NSA0LjM5NSAwIDAxMy4xMy0xLjI4YzEuMjcgMCAyLjQ5LjUxIDMuMzkgMS40Mi45MS45IDEuNDIgMi4xMiAxLjQyIDMuMzkgMCAxLjE4LS40NDkgMi4zMDEtMS4yOCAzLjEzQzEyLjcyIDE2LjkzIDcgMTYgNyAxNmwtLjAwMy0uMDE3ek0xNS4zIDEwLjVsLTIgLjgtLjggMi0uOC0yLTItLjggMi0uOC44LTIgLjggMiAyIC44eicvPjxwYXRoIGlkPSdiJyBkPSdNNTAuNjMgOGMuMTMgMCAuMjMuMS4yMy4yM1Y5Yy43LS43NiAxLjctMS4xOCAyLjczLTEuMTggMi4xNyAwIDMuOTUgMS44NSAzLjk1IDQuMTdzLTEuNzcgNC4xOS0zLjk0IDQuMTljLTEuMDQgMC0yLjAzLS40My0yLjc0LTEuMTh2My43N2MwIC4xMy0uMS4yMy0uMjMuMjNoLTEuNGMtLjEzIDAtLjIzLS4xLS4yMy0uMjNWOC4yM2MwLS4xMi4xLS4yMy4yMy0uMjNoMS40em0tMy44Ni4wMWMuMDEgMCAuMDEgMCAuMDEtLjAxLjEzIDAgLjIyLjEuMjIuMjJ2Ny41NWMwIC4xMi0uMS4yMy0uMjMuMjNoLTEuNGMtLjEzIDAtLjIzLS4xLS4yMy0uMjNWMTVjLS43Ljc2LTEuNjkgMS4xOS0yLjczIDEuMTktMi4xNyAwLTMuOTQtMS44Ny0zLjk0LTQuMTkgMC0yLjMyIDEuNzctNC4xOSAzLjk0LTQuMTkgMS4wMyAwIDIuMDIuNDMgMi43MyAxLjE4di0uNzVjMC0uMTIuMS0uMjMuMjMtLjIzaDEuNHptMjYuMzc1LS4xOWE0LjI0IDQuMjQgMCAwMC00LjE2IDMuMjljLS4xMy41OS0uMTMgMS4xOSAwIDEuNzdhNC4yMzMgNC4yMzMgMCAwMDQuMTcgMy4zYzIuMzUgMCA0LjI2LTEuODcgNC4yNi00LjE5IDAtMi4zMi0xLjktNC4xNy00LjI3LTQuMTd6TTYwLjYzIDVjLjEzIDAgLjIzLjEuMjMuMjN2My43NmMuNy0uNzYgMS43LTEuMTggMi43My0xLjE4IDEuODggMCAzLjQ1IDEuNCAzLjg0IDMuMjguMTMuNTkuMTMgMS4yIDAgMS44LS4zOSAxLjg4LTEuOTYgMy4yOS0zLjg0IDMuMjktMS4wMyAwLTIuMDItLjQzLTIuNzMtMS4xOHYuNzdjMCAuMTItLjEuMjMtLjIzLjIzaC0xLjRjLS4xMyAwLS4yMy0uMS0uMjMtLjIzVjUuMjNjMC0uMTIuMS0uMjMuMjMtLjIzaDEuNHptLTM0IDExaC0xLjRjLS4xMyAwLS4yMy0uMTEtLjIzLS4yM1Y4LjIyYy4wMS0uMTMuMS0uMjIuMjMtLjIyaDEuNGMuMTMgMCAuMjIuMTEuMjMuMjJ2LjY4Yy41LS42OCAxLjMtMS4wOSAyLjE2LTEuMWguMDNjMS4wOSAwIDIuMDkuNiAyLjYgMS41NS40NS0uOTUgMS40LTEuNTUgMi40NC0xLjU2IDEuNjIgMCAyLjkzIDEuMjUgMi45IDIuNzhsLjAzIDUuMmMwIC4xMy0uMS4yMy0uMjMuMjNoLTEuNDFjLS4xMyAwLS4yMy0uMTEtLjIzLS4yM3YtNC41OWMwLS45OC0uNzQtMS43MS0xLjYyLTEuNzEtLjggMC0xLjQ2LjctMS41OSAxLjYybC4wMSA0LjY4YzAgLjEzLS4xMS4yMy0uMjMuMjNoLTEuNDFjLS4xMyAwLS4yMy0uMTEtLjIzLS4yM3YtNC41OWMwLS45OC0uNzQtMS43MS0xLjYyLTEuNzEtLjg1IDAtMS41NC43OS0xLjYgMS44djQuNWMwIC4xMy0uMS4yMy0uMjMuMjN6bTUzLjYxNSAwaC0xLjYxYy0uMDQgMC0uMDgtLjAxLS4xMi0uMDMtLjA5LS4wNi0uMTMtLjE5LS4wNi0uMjhsMi40My0zLjcxLTIuMzktMy42NWEuMjEzLjIxMyAwIDAxLS4wMy0uMTJjMC0uMTIuMDktLjIxLjIxLS4yMWgxLjYxYy4xMyAwIC4yNC4wNi4zLjE3bDEuNDEgMi4zNyAxLjQtMi4zN2EuMzQuMzQgMCAwMS4zLS4xN2gxLjZjLjA0IDAgLjA4LjAxLjEyLjAzLjA5LjA2LjEzLjE5LjA2LjI4bC0yLjM3IDMuNjUgMi40MyAzLjdjMCAuMDUuMDEuMDkuMDEuMTMgMCAuMTItLjA5LjIxLS4yMS4yMWgtMS42MWMtLjEzIDAtLjI0LS4wNi0uMy0uMTdsLTEuNDQtMi40Mi0xLjQ0IDIuNDJhLjM0LjM0IDAgMDEtLjMuMTd6bS03LjEyLTEuNDljLTEuMzMgMC0yLjQyLTEuMTItMi40Mi0yLjUxIDAtMS4zOSAxLjA4LTIuNTIgMi40Mi0yLjUyIDEuMzMgMCAyLjQyIDEuMTIgMi40MiAyLjUxIDAgMS4zOS0xLjA4IDIuNTEtMi40MiAyLjUyem0tMTkuODY1IDBjLTEuMzIgMC0yLjM5LTEuMTEtMi40Mi0yLjQ4di0uMDdjLjAyLTEuMzggMS4wOS0yLjQ5IDIuNC0yLjQ5IDEuMzIgMCAyLjQxIDEuMTIgMi40MSAyLjUxIDAgMS4zOS0xLjA3IDIuNTItMi4zOSAyLjUzem0tOC4xMS0yLjQ4Yy0uMDEgMS4zNy0xLjA5IDIuNDctMi40MSAyLjQ3cy0yLjQyLTEuMTItMi40Mi0yLjUxYzAtMS4zOSAxLjA4LTIuNTIgMi40LTIuNTIgMS4zMyAwIDIuMzkgMS4xMSAyLjQxIDIuNDhsLjAyLjA4em0xOC4xMiAyLjQ3Yy0xLjMyIDAtMi4zOS0xLjExLTIuNDEtMi40OHYtLjA2Yy4wMi0xLjM4IDEuMDktMi40OCAyLjQxLTIuNDhzMi40MiAxLjEyIDIuNDIgMi41MWMwIDEuMzktMS4wOSAyLjUxLTIuNDIgMi41MXonLz48L2RlZnM+PG1hc2sgaWQ9J2MnPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbGw9JyNmZmYnLz48dXNlIHhsaW5rOmhyZWY9JyNhJy8+PHVzZSB4bGluazpocmVmPScjYicvPjwvbWFzaz48ZyBvcGFjaXR5PScuMycgc3Ryb2tlPScjMDAwJyBzdHJva2Utd2lkdGg9JzMnPjxjaXJjbGUgbWFzaz0ndXJsKCNjKScgY3g9JzExLjUnIGN5PScxMS41JyByPSc5LjI1Jy8+PHVzZSB4bGluazpocmVmPScjYicgbWFzaz0ndXJsKCNjKScvPjwvZz48ZyBvcGFjaXR5PScuOScgZmlsbD0nI2ZmZic+PHVzZSB4bGluazpocmVmPScjYScvPjx1c2UgeGxpbms6aHJlZj0nI2InLz48L2c+PC9zdmc+)
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
    width: 23px
}

@media(-ms-high-contrast:active) {
    a.mapboxgl-ctrl-logo {
        background-color: transparent;
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nODgnIGhlaWdodD0nMjMnIHZpZXdCb3g9JzAgMCA4OCAyMycgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycgZmlsbC1ydWxlPSdldmVub2RkJz48ZGVmcz48cGF0aCBpZD0nYScgZD0nTTExLjUgMi4yNWM1LjEwNSAwIDkuMjUgNC4xNDUgOS4yNSA5LjI1cy00LjE0NSA5LjI1LTkuMjUgOS4yNS05LjI1LTQuMTQ1LTkuMjUtOS4yNSA0LjE0NS05LjI1IDkuMjUtOS4yNXpNNi45OTcgMTUuOTgzYy0uMDUxLS4zMzgtLjgyOC01LjgwMiAyLjIzMy04Ljg3M2E0LjM5NSA0LjM5NSAwIDAxMy4xMy0xLjI4YzEuMjcgMCAyLjQ5LjUxIDMuMzkgMS40Mi45MS45IDEuNDIgMi4xMiAxLjQyIDMuMzkgMCAxLjE4LS40NDkgMi4zMDEtMS4yOCAzLjEzQzEyLjcyIDE2LjkzIDcgMTYgNyAxNmwtLjAwMy0uMDE3ek0xNS4zIDEwLjVsLTIgLjgtLjggMi0uOC0yLTItLjggMi0uOC44LTIgLjggMiAyIC44eicvPjxwYXRoIGlkPSdiJyBkPSdNNTAuNjMgOGMuMTMgMCAuMjMuMS4yMy4yM1Y5Yy43LS43NiAxLjctMS4xOCAyLjczLTEuMTggMi4xNyAwIDMuOTUgMS44NSAzLjk1IDQuMTdzLTEuNzcgNC4xOS0zLjk0IDQuMTljLTEuMDQgMC0yLjAzLS40My0yLjc0LTEuMTh2My43N2MwIC4xMy0uMS4yMy0uMjMuMjNoLTEuNGMtLjEzIDAtLjIzLS4xLS4yMy0uMjNWOC4yM2MwLS4xMi4xLS4yMy4yMy0uMjNoMS40em0tMy44Ni4wMWMuMDEgMCAuMDEgMCAuMDEtLjAxLjEzIDAgLjIyLjEuMjIuMjJ2Ny41NWMwIC4xMi0uMS4yMy0uMjMuMjNoLTEuNGMtLjEzIDAtLjIzLS4xLS4yMy0uMjNWMTVjLS43Ljc2LTEuNjkgMS4xOS0yLjczIDEuMTktMi4xNyAwLTMuOTQtMS44Ny0zLjk0LTQuMTkgMC0yLjMyIDEuNzctNC4xOSAzLjk0LTQuMTkgMS4wMyAwIDIuMDIuNDMgMi43MyAxLjE4di0uNzVjMC0uMTIuMS0uMjMuMjMtLjIzaDEuNHptMjYuMzc1LS4xOWE0LjI0IDQuMjQgMCAwMC00LjE2IDMuMjljLS4xMy41OS0uMTMgMS4xOSAwIDEuNzdhNC4yMzMgNC4yMzMgMCAwMDQuMTcgMy4zYzIuMzUgMCA0LjI2LTEuODcgNC4yNi00LjE5IDAtMi4zMi0xLjktNC4xNy00LjI3LTQuMTd6TTYwLjYzIDVjLjEzIDAgLjIzLjEuMjMuMjN2My43NmMuNy0uNzYgMS43LTEuMTggMi43My0xLjE4IDEuODggMCAzLjQ1IDEuNCAzLjg0IDMuMjguMTMuNTkuMTMgMS4yIDAgMS44LS4zOSAxLjg4LTEuOTYgMy4yOS0zLjg0IDMuMjktMS4wMyAwLTIuMDItLjQzLTIuNzMtMS4xOHYuNzdjMCAuMTItLjEuMjMtLjIzLjIzaC0xLjRjLS4xMyAwLS4yMy0uMS0uMjMtLjIzVjUuMjNjMC0uMTIuMS0uMjMuMjMtLjIzaDEuNHptLTM0IDExaC0xLjRjLS4xMyAwLS4yMy0uMTEtLjIzLS4yM1Y4LjIyYy4wMS0uMTMuMS0uMjIuMjMtLjIyaDEuNGMuMTMgMCAuMjIuMTEuMjMuMjJ2LjY4Yy41LS42OCAxLjMtMS4wOSAyLjE2LTEuMWguMDNjMS4wOSAwIDIuMDkuNiAyLjYgMS41NS40NS0uOTUgMS40LTEuNTUgMi40NC0xLjU2IDEuNjIgMCAyLjkzIDEuMjUgMi45IDIuNzhsLjAzIDUuMmMwIC4xMy0uMS4yMy0uMjMuMjNoLTEuNDFjLS4xMyAwLS4yMy0uMTEtLjIzLS4yM3YtNC41OWMwLS45OC0uNzQtMS43MS0xLjYyLTEuNzEtLjggMC0xLjQ2LjctMS41OSAxLjYybC4wMSA0LjY4YzAgLjEzLS4xMS4yMy0uMjMuMjNoLTEuNDFjLS4xMyAwLS4yMy0uMTEtLjIzLS4yM3YtNC41OWMwLS45OC0uNzQtMS43MS0xLjYyLTEuNzEtLjg1IDAtMS41NC43OS0xLjYgMS44djQuNWMwIC4xMy0uMS4yMy0uMjMuMjN6bTUzLjYxNSAwaC0xLjYxYy0uMDQgMC0uMDgtLjAxLS4xMi0uMDMtLjA5LS4wNi0uMTMtLjE5LS4wNi0uMjhsMi40My0zLjcxLTIuMzktMy42NWEuMjEzLjIxMyAwIDAxLS4wMy0uMTJjMC0uMTIuMDktLjIxLjIxLS4yMWgxLjYxYy4xMyAwIC4yNC4wNi4zLjE3bDEuNDEgMi4zNyAxLjQtMi4zN2EuMzQuMzQgMCAwMS4zLS4xN2gxLjZjLjA0IDAgLjA4LjAxLjEyLjAzLjA5LjA2LjEzLjE5LjA2LjI4bC0yLjM3IDMuNjUgMi40MyAzLjdjMCAuMDUuMDEuMDkuMDEuMTMgMCAuMTItLjA5LjIxLS4yMS4yMWgtMS42MWMtLjEzIDAtLjI0LS4wNi0uMy0uMTdsLTEuNDQtMi40Mi0xLjQ0IDIuNDJhLjM0LjM0IDAgMDEtLjMuMTd6bS03LjEyLTEuNDljLTEuMzMgMC0yLjQyLTEuMTItMi40Mi0yLjUxIDAtMS4zOSAxLjA4LTIuNTIgMi40Mi0yLjUyIDEuMzMgMCAyLjQyIDEuMTIgMi40MiAyLjUxIDAgMS4zOS0xLjA4IDIuNTEtMi40MiAyLjUyem0tMTkuODY1IDBjLTEuMzIgMC0yLjM5LTEuMTEtMi40Mi0yLjQ4di0uMDdjLjAyLTEuMzggMS4wOS0yLjQ5IDIuNC0yLjQ5IDEuMzIgMCAyLjQxIDEuMTIgMi40MSAyLjUxIDAgMS4zOS0xLjA3IDIuNTItMi4zOSAyLjUzem0tOC4xMS0yLjQ4Yy0uMDEgMS4zNy0xLjA5IDIuNDctMi40MSAyLjQ3cy0yLjQyLTEuMTItMi40Mi0yLjUxYzAtMS4zOSAxLjA4LTIuNTIgMi40LTIuNTIgMS4zMyAwIDIuMzkgMS4xMSAyLjQxIDIuNDhsLjAyLjA4em0xOC4xMiAyLjQ3Yy0xLjMyIDAtMi4zOS0xLjExLTIuNDEtMi40OHYtLjA2Yy4wMi0xLjM4IDEuMDktMi40OCAyLjQxLTIuNDhzMi40MiAxLjEyIDIuNDIgMi41MWMwIDEuMzktMS4wOSAyLjUxLTIuNDIgMi41MXonLz48L2RlZnM+PG1hc2sgaWQ9J2MnPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbGw9JyNmZmYnLz48dXNlIHhsaW5rOmhyZWY9JyNhJy8+PHVzZSB4bGluazpocmVmPScjYicvPjwvbWFzaz48ZyBzdHJva2U9JyMwMDAnIHN0cm9rZS13aWR0aD0nMyc+PGNpcmNsZSBtYXNrPSd1cmwoI2MpJyBjeD0nMTEuNScgY3k9JzExLjUnIHI9JzkuMjUnLz48dXNlIHhsaW5rOmhyZWY9JyNiJyBtYXNrPSd1cmwoI2MpJy8+PC9nPjxnIGZpbGw9JyNmZmYnPjx1c2UgeGxpbms6aHJlZj0nI2EnLz48dXNlIHhsaW5rOmhyZWY9JyNiJy8+PC9nPjwvc3ZnPg==)
    }
}

@media(-ms-high-contrast:black-on-white) {
    a.mapboxgl-ctrl-logo {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nODgnIGhlaWdodD0nMjMnIHZpZXdCb3g9JzAgMCA4OCAyMycgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycgZmlsbC1ydWxlPSdldmVub2RkJz48ZGVmcz48cGF0aCBpZD0nYScgZD0nTTExLjUgMi4yNWM1LjEwNSAwIDkuMjUgNC4xNDUgOS4yNSA5LjI1cy00LjE0NSA5LjI1LTkuMjUgOS4yNS05LjI1LTQuMTQ1LTkuMjUtOS4yNSA0LjE0NS05LjI1IDkuMjUtOS4yNXpNNi45OTcgMTUuOTgzYy0uMDUxLS4zMzgtLjgyOC01LjgwMiAyLjIzMy04Ljg3M2E0LjM5NSA0LjM5NSAwIDAxMy4xMy0xLjI4YzEuMjcgMCAyLjQ5LjUxIDMuMzkgMS40Mi45MS45IDEuNDIgMi4xMiAxLjQyIDMuMzkgMCAxLjE4LS40NDkgMi4zMDEtMS4yOCAzLjEzQzEyLjcyIDE2LjkzIDcgMTYgNyAxNmwtLjAwMy0uMDE3ek0xNS4zIDEwLjVsLTIgLjgtLjggMi0uOC0yLTItLjggMi0uOC44LTIgLjggMiAyIC44eicvPjxwYXRoIGlkPSdiJyBkPSdNNTAuNjMgOGMuMTMgMCAuMjMuMS4yMy4yM1Y5Yy43LS43NiAxLjctMS4xOCAyLjczLTEuMTggMi4xNyAwIDMuOTUgMS44NSAzLjk1IDQuMTdzLTEuNzcgNC4xOS0zLjk0IDQuMTljLTEuMDQgMC0yLjAzLS40My0yLjc0LTEuMTh2My43N2MwIC4xMy0uMS4yMy0uMjMuMjNoLTEuNGMtLjEzIDAtLjIzLS4xLS4yMy0uMjNWOC4yM2MwLS4xMi4xLS4yMy4yMy0uMjNoMS40em0tMy44Ni4wMWMuMDEgMCAuMDEgMCAuMDEtLjAxLjEzIDAgLjIyLjEuMjIuMjJ2Ny41NWMwIC4xMi0uMS4yMy0uMjMuMjNoLTEuNGMtLjEzIDAtLjIzLS4xLS4yMy0uMjNWMTVjLS43Ljc2LTEuNjkgMS4xOS0yLjczIDEuMTktMi4xNyAwLTMuOTQtMS44Ny0zLjk0LTQuMTkgMC0yLjMyIDEuNzctNC4xOSAzLjk0LTQuMTkgMS4wMyAwIDIuMDIuNDMgMi43MyAxLjE4di0uNzVjMC0uMTIuMS0uMjMuMjMtLjIzaDEuNHptMjYuMzc1LS4xOWE0LjI0IDQuMjQgMCAwMC00LjE2IDMuMjljLS4xMy41OS0uMTMgMS4xOSAwIDEuNzdhNC4yMzMgNC4yMzMgMCAwMDQuMTcgMy4zYzIuMzUgMCA0LjI2LTEuODcgNC4yNi00LjE5IDAtMi4zMi0xLjktNC4xNy00LjI3LTQuMTd6TTYwLjYzIDVjLjEzIDAgLjIzLjEuMjMuMjN2My43NmMuNy0uNzYgMS43LTEuMTggMi43My0xLjE4IDEuODggMCAzLjQ1IDEuNCAzLjg0IDMuMjguMTMuNTkuMTMgMS4yIDAgMS44LS4zOSAxLjg4LTEuOTYgMy4yOS0zLjg0IDMuMjktMS4wMyAwLTIuMDItLjQzLTIuNzMtMS4xOHYuNzdjMCAuMTItLjEuMjMtLjIzLjIzaC0xLjRjLS4xMyAwLS4yMy0uMS0uMjMtLjIzVjUuMjNjMC0uMTIuMS0uMjMuMjMtLjIzaDEuNHptLTM0IDExaC0xLjRjLS4xMyAwLS4yMy0uMTEtLjIzLS4yM1Y4LjIyYy4wMS0uMTMuMS0uMjIuMjMtLjIyaDEuNGMuMTMgMCAuMjIuMTEuMjMuMjJ2LjY4Yy41LS42OCAxLjMtMS4wOSAyLjE2LTEuMWguMDNjMS4wOSAwIDIuMDkuNiAyLjYgMS41NS40NS0uOTUgMS40LTEuNTUgMi40NC0xLjU2IDEuNjIgMCAyLjkzIDEuMjUgMi45IDIuNzhsLjAzIDUuMmMwIC4xMy0uMS4yMy0uMjMuMjNoLTEuNDFjLS4xMyAwLS4yMy0uMTEtLjIzLS4yM3YtNC41OWMwLS45OC0uNzQtMS43MS0xLjYyLTEuNzEtLjggMC0xLjQ2LjctMS41OSAxLjYybC4wMSA0LjY4YzAgLjEzLS4xMS4yMy0uMjMuMjNoLTEuNDFjLS4xMyAwLS4yMy0uMTEtLjIzLS4yM3YtNC41OWMwLS45OC0uNzQtMS43MS0xLjYyLTEuNzEtLjg1IDAtMS41NC43OS0xLjYgMS44djQuNWMwIC4xMy0uMS4yMy0uMjMuMjN6bTUzLjYxNSAwaC0xLjYxYy0uMDQgMC0uMDgtLjAxLS4xMi0uMDMtLjA5LS4wNi0uMTMtLjE5LS4wNi0uMjhsMi40My0zLjcxLTIuMzktMy42NWEuMjEzLjIxMyAwIDAxLS4wMy0uMTJjMC0uMTIuMDktLjIxLjIxLS4yMWgxLjYxYy4xMyAwIC4yNC4wNi4zLjE3bDEuNDEgMi4zNyAxLjQtMi4zN2EuMzQuMzQgMCAwMS4zLS4xN2gxLjZjLjA0IDAgLjA4LjAxLjEyLjAzLjA5LjA2LjEzLjE5LjA2LjI4bC0yLjM3IDMuNjUgMi40MyAzLjdjMCAuMDUuMDEuMDkuMDEuMTMgMCAuMTItLjA5LjIxLS4yMS4yMWgtMS42MWMtLjEzIDAtLjI0LS4wNi0uMy0uMTdsLTEuNDQtMi40Mi0xLjQ0IDIuNDJhLjM0LjM0IDAgMDEtLjMuMTd6bS03LjEyLTEuNDljLTEuMzMgMC0yLjQyLTEuMTItMi40Mi0yLjUxIDAtMS4zOSAxLjA4LTIuNTIgMi40Mi0yLjUyIDEuMzMgMCAyLjQyIDEuMTIgMi40MiAyLjUxIDAgMS4zOS0xLjA4IDIuNTEtMi40MiAyLjUyem0tMTkuODY1IDBjLTEuMzIgMC0yLjM5LTEuMTEtMi40Mi0yLjQ4di0uMDdjLjAyLTEuMzggMS4wOS0yLjQ5IDIuNC0yLjQ5IDEuMzIgMCAyLjQxIDEuMTIgMi40MSAyLjUxIDAgMS4zOS0xLjA3IDIuNTItMi4zOSAyLjUzem0tOC4xMS0yLjQ4Yy0uMDEgMS4zNy0xLjA5IDIuNDctMi40MSAyLjQ3cy0yLjQyLTEuMTItMi40Mi0yLjUxYzAtMS4zOSAxLjA4LTIuNTIgMi40LTIuNTIgMS4zMyAwIDIuMzkgMS4xMSAyLjQxIDIuNDhsLjAyLjA4em0xOC4xMiAyLjQ3Yy0xLjMyIDAtMi4zOS0xLjExLTIuNDEtMi40OHYtLjA2Yy4wMi0xLjM4IDEuMDktMi40OCAyLjQxLTIuNDhzMi40MiAxLjEyIDIuNDIgMi41MWMwIDEuMzktMS4wOSAyLjUxLTIuNDIgMi41MXonLz48L2RlZnM+PG1hc2sgaWQ9J2MnPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbGw9JyNmZmYnLz48dXNlIHhsaW5rOmhyZWY9JyNhJy8+PHVzZSB4bGluazpocmVmPScjYicvPjwvbWFzaz48ZyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMycgZmlsbD0nI2ZmZic+PGNpcmNsZSBtYXNrPSd1cmwoI2MpJyBjeD0nMTEuNScgY3k9JzExLjUnIHI9JzkuMjUnLz48dXNlIHhsaW5rOmhyZWY9JyNiJyBtYXNrPSd1cmwoI2MpJy8+PC9nPjx1c2UgeGxpbms6aHJlZj0nI2EnLz48dXNlIHhsaW5rOmhyZWY9JyNiJy8+PC9zdmc+)
    }
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    display: none;
    padding: 0 5px;
    background-color: rgba(255, 255, 255, .5);
    margin: 0
}

@media screen {
    .mapboxgl-ctrl-attrib.mapboxgl-compact {
        min-height: 20px;
        padding: 0;
        margin: 10px;
        position: relative;
        background-color: #fff;
        border-radius: 3px 12px 12px 3px
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
        padding: 2px 24px 2px 4px;
        visibility: visible;
        margin-top: 6px
    }

    .mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover,
    .mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
        padding: 2px 4px 2px 24px;
        border-radius: 12px 3px 3px 12px
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
        display: none
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
        display: block
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        content: "";
        cursor: pointer;
        position: absolute;
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIGQ9J000IDEwYTYgNiAwIDEwMTIgMCA2IDYgMCAxMC0xMiAwbTUtM2ExIDEgMCAxMDIgMCAxIDEgMCAxMC0yIDBtMCAzYTEgMSAwIDExMiAwdjNhMSAxIDAgMTEtMiAwJy8+PC9zdmc+);
        background-color: rgba(255, 255, 255, .5);
        width: 24px;
        height: 24px;
        box-sizing: border-box;
        border-radius: 12px
    }

    .mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        bottom: 0;
        right: 0
    }

    .mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        top: 0;
        right: 0
    }

    .mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        top: 0;
        left: 0
    }

    .mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        bottom: 0;
        left: 0
    }
}

@media screen and (-ms-high-contrast:active) {
    .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGZpbGw9JyNmZmYnPjxwYXRoIGQ9J000IDEwYTYgNiAwIDEwMTIgMCA2IDYgMCAxMC0xMiAwbTUtM2ExIDEgMCAxMDIgMCAxIDEgMCAxMC0yIDBtMCAzYTEgMSAwIDExMiAwdjNhMSAxIDAgMTEtMiAwJy8+PC9zdmc+)
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIGQ9J000IDEwYTYgNiAwIDEwMTIgMCA2IDYgMCAxMC0xMiAwbTUtM2ExIDEgMCAxMDIgMCAxIDEgMCAxMC0yIDBtMCAzYTEgMSAwIDExMiAwdjNhMSAxIDAgMTEtMiAwJy8+PC9zdmc+)
    }
}

.mapboxgl-ctrl-attrib a {
    color: rgba(0, 0, 0, .75);
    text-decoration: none
}

.mapboxgl-ctrl-attrib a:hover {
    color: inherit;
    text-decoration: underline
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
    font-weight: 700;
    margin-left: 2px
}

.mapboxgl-attrib-empty {
    display: none
}

.mapboxgl-ctrl-scale {
    background-color: rgba(255, 255, 255, .75);
    font-size: 10px;
    border: 2px solid #333;
    border-top: #333;
    padding: 0 5px;
    color: #333;
    box-sizing: border-box
}

.mapboxgl-popup {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    will-change: transform;
    pointer-events: none
}

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
    -webkit-flex-direction: column;
    flex-direction: column
}

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.mapboxgl-popup-anchor-left {
    -webkit-flex-direction: row;
    flex-direction: row
}

.mapboxgl-popup-anchor-right {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mapboxgl-popup-tip {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    z-index: 1
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-top: none;
    border-bottom-color: #fff
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-top: none;
    border-left: none;
    border-bottom-color: #fff
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-top: none;
    border-right: none;
    border-bottom-color: #fff
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-bottom: none;
    border-top-color: #fff
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-bottom: none;
    border-left: none;
    border-top-color: #fff
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-bottom: none;
    border-right: none;
    border-top-color: #fff
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-left: none;
    border-right-color: #fff
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-right: none;
    border-left-color: #fff
}

.mapboxgl-popup-close-button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 3px 0 0;
    cursor: pointer;
    background-color: transparent
}

.mapboxgl-popup-close-button:hover {
    background-color: rgba(0, 0, 0, .05)
}

.mapboxgl-popup-content {
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    padding: 10px 10px 15px;
    pointer-events: auto
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
    border-top-left-radius: 0
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
    border-top-right-radius: 0
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
    border-bottom-left-radius: 0
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
    border-bottom-right-radius: 0
}

.mapboxgl-popup-track-pointer {
    display: none
}

.mapboxgl-popup-track-pointer * {
    pointer-events: none;
    user-select: none
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
    display: flex
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer,
.mapboxgl-user-location-dot-stale:after {
    display: none
}

.mapboxgl-marker {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform
}

.mapboxgl-user-location-dot,
.mapboxgl-user-location-dot:before {
    background-color: #1da1f2;
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.mapboxgl-user-location-dot:before {
    content: "";
    position: absolute;
    -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    animation: mapboxgl-user-location-dot-pulse 2s infinite
}

.mapboxgl-user-location-dot:after {
    border-radius: 50%;
    border: 2px solid #fff;
    content: "";
    height: 19px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 19px;
    box-sizing: border-box;
    box-shadow: 0 0 3px rgba(0, 0, 0, .35)
}

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(3);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes mapboxgl-user-location-dot-pulse {

    0%,
    to {
        -ms-transform: scale(1)
    }

    70%,
    to {
        opacity: 0
    }

    0% {
        opacity: 1
    }

    70% {
        -ms-transform: scale(3)
    }
}

@keyframes mapboxgl-user-location-dot-pulse {
    0% {
        transform: scale(1);
        opacity: 1
    }

    70% {
        transform: scale(3);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

.mapboxgl-user-location-dot-stale {
    background-color: #aaa
}

.mapboxgl-user-location-accuracy-circle {
    background-color: rgba(29, 161, 242, .2);
    width: 1px;
    height: 1px;
    border-radius: 100%
}

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
    cursor: crosshair
}

.mapboxgl-boxzoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #fff;
    border: 2px dotted #202020;
    opacity: .5
}

@media print {
    .mapbox-improve-map {
        display: none
    }
}

html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    overflow-x: hidden;
    background: #e9eef7;
    color: #263238
}

.svg-wrapper svg,
.svg-wrapper.svg-overflow svg {
    overflow: visible
}

#iubenda-pp {
    z-index: 100000000 !important
}

#iubenda-pp-overlay {
    z-index: 10000017 !important
}

a {
    color: #673ab7;
    text-decoration: none
}

.btn-round.btn-black .btn-text,
.btn-square {
    color: #263238
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

.svg-wrapper {
    width: 100%;
    display: block;
    height: auto;
    position: relative
}

#torus,
#torus-wrap,
.svg-wrapper svg {
    position: absolute;
    left: 0
}

.svg-wrapper svg {
    width: 100%;
    height: 100%;
    top: 0
}

#torus-wrap,
.barba-container,
.barba-inner,
.lang-icon.flag,
.super-wrap--outer,
body,
html {
    overflow: hidden
}

*,
:active,
:focus,
:hover {
    outline: 0 !important
}

#curves-wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

#curves-wrap .svg-wrapper {
    padding-top: 70%
}

#torus-wrap {
    width: 100%;
    height: 100%;
    top: 0
}

#torus {
    width: 100% !important;
    height: 100% !important;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    pointer-events: none
}

.btn-square,
.underlined {
    position: relative;
    z-index: 1
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px
}

@media(min-width:768px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

.container {
    padding-left: 20px;
    padding-right: 20px
}

#content {
    position: relative
}

.btn-round {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start
}

.btn-round .btn-text {
    line-height: 1;
    font-size: 16px;
    font-weight: 500
}

@media(min-width:768px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }

    .btn-round .btn-text {
        font-size: 18px
    }
}

.btn-round .btn-icon {
    width: 40px;
    margin-left: 5px
}

@media(min-width:768px) {
    .btn-round .btn-icon {
        width: 50px;
        margin-left: 10px
    }
}

@media(min-width:992px) {
    .btn-round .btn-text {
        font-size: 20px
    }

    .btn-round .btn-icon {
        width: 60px;
        margin-left: 15px
    }
}

.btn-round.btn-center {
    align-items: center
}

.btn-round.btn-black .bordo,
.btn-round.btn-black .croce {
    stroke: #263238
}

.btn-round.btn-white .btn-text {
    color: #fff
}

.btn-round.btn-white .bordo,
.btn-round.btn-white .croce {
    stroke: #fff
}

.btn-round.btn-blue .btn-text {
    color: #0d47a1
}

.btn-round.btn-blue .bordo,
.btn-round.btn-blue .croce {
    stroke: #0d47a1
}

.btn-square {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background: 0 0;
    outline: 0
}

.wordpress p,
.wordpress ul li {
    line-height: 2;
    font-weight: 500
}

@media(min-width:768px) {
    .btn-square {
        max-width: 210px;
        height: 50px;
        font-size: 18px
    }

    .btn-square.small {
        font-size: 14px;
        height: 40px
    }
}

.btn-square:after,
.btn-square:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block
}

@media(min-width:992px) {
    .btn-square {
        font-size: 20px;
        max-width: 240px
    }

    .btn-square.small {
        font-size: 15px
    }
}

.btn-square:before {
    top: 10px;
    right: -10px;
    background: #fe9900;
    border-radius: 40px;
    z-index: -2
}

@media(min-width:768px) {
    .btn-square:before {
        border-radius: 50px
    }
}

.btn-square:after {
    top: 0;
    right: 0;
    border: 3px solid #263238;
    background: 0 0;
    border-radius: 40px;
    z-index: -1
}

.btn-square.white,
.btn-square.white:after {
    border-color: #fff
}

.btn-square.button {
    -webkit-appearance: none
}

.btn-square.small {
    font-size: 1rem;
    font-weight: 500;
    height: 40px
}

.btn-square.white {
    color: #fff
}

.underlined {
    font-weight: 500;
    color: #263238
}

.underlined:after,
.wordpress ul li:before {
    background: #fe9900;
    z-index: -1;
    content: ""
}

.underlined:after {
    display: block;
    width: 105%;
    height: 26px;
    position: absolute;
    bottom: -10px;
    left: -2.5%;
    transition-property: all;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-duration: .5s
}

html.no-touchevents .underlined:active:after,
html.no-touchevents .underlined:focus:after,
html.no-touchevents .underlined:hover:after {
    background: #7c9ccc;
    left: 2.5%
}

.noise,
.scrollbar-thumb {
    left: 0;
    position: absolute
}

.wordpress p {
    font-size: 13px;
    color: #263238
}

@media(min-width:768px) {
    .btn-square:after {
        border-radius: 50px
    }

    .wordpress p {
        font-size: 14.5px
    }
}

@media(min-width:992px) {
    .wordpress p {
        font-size: 16px
    }
}

.wordpress img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px 0
}

.wordpress img.alignleft {
    margin-left: 0;
    margin-right: auto
}

.wordpress img.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wordpress img.alignright {
    margin-left: auto;
    margin-right: 0
}

.wordpress ul li {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 13px;
    color: #263238
}

.wordpress ul li:last-child {
    margin-bottom: 0
}

.wordpress ul li:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: -4px;
    margin-left: -15px;
    border-radius: 100%
}

@media(min-width:768px) {
    .wordpress ul li {
        font-size: 14.5px
    }
}

@media(min-width:992px) {
    .wordpress ul li {
        font-size: 16px
    }
}

.wordpress ul.eztra li {
    padding: 0
}

.wordpress ul.eztra li:before {
    margin: 0 10% 0 0;
    padding: 0 7px;
    border-radius: 0;
    width: 90%;
    height: auto;
    content: "";
    color: #fff;
    position: relative;
    font-weight: 900;
    font-style: italic;
    transform: skew(-15deg)
}

.wordpress ul.eztra li:first-child:before {
    content: "HT";
    background: #d31f26
}

.wordpress ul.eztra li:nth-child(2):before {
    content: "CH";
    background: #e88028
}

.wordpress ul.eztra li:nth-child(3):before {
    content: "LT";
    background: #2f96c7
}

.wordpress ul.eztra li:nth-child(4):before {
    content: "FB+M";
    background: #27a263
}

.wordpress>* {
    margin-top: 0;
    margin-bottom: 15px
}

.wordpress>:last-child {
    margin-bottom: 0
}

html.iphone body,
html.iphone html {
    height: 100vh
}

html.android body,
html.android html {
    height: 100vh
}

html.ipad body,
html.ipad html {
    height: 100vh
}

.barba-container {
    height: 100vh
}

html.iphone .barba-container.contatti,
html.iphone .barba-container.error,
html.iphone .barba-container.home,
html.iphone .barba-container.page {
    height: 100vh
}

html.android .barba-container.contatti,
html.android .barba-container.error,
html.android .barba-container.home,
html.android .barba-container.page {
    height: 100vh
}

html.ipad .barba-container.contatti,
html.ipad .barba-container.error,
html.ipad .barba-container.home,
html.ipad .barba-container.page {
    height: 100vh
}

@media(min-width:768px) {
    .barba-container {
        height: 100vh
    }
}

.barba-inner {
    height: 100vh
}

html.iphone .barba-inner {
    height: 100vh
}

html.android .barba-inner {
    height: 100vh
}

html.ipad .barba-inner {
    height: 100vh
}

@media(min-width:768px) {
    .barba-inner {
        height: 100vh
    }
}

.noise {
    z-index: 25000;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .03
}

.scrollbar-track {
    position: absolute;
    opacity: 0;
    z-index: 11000;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-duration: .5s !important;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.scrollbar-track.show {
    opacity: 1
}

.scrollbar-thumb {
    top: 0;
    width: 4px;
    height: 8px;
    background: rgba(254, 153, 0, .8);
    border-radius: 4px
}

@media(min-width:768px) {
    .scrollbar-thumb {
        width: 6px
    }
}

.scrollbar-track-y {
    top: 0;
    right: 2px;
    width: 4px;
    height: 100%
}

@media(min-width:768px) {
    .scrollbar-track-y {
        width: 6px
    }
}

.scrollbar-track-x {
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 4px
}

@media(min-width:768px) {
    .scrollbar-track-x {
        height: 6px
    }
}

.scroll-content {
    width: 100%;
    height: auto
}

.loader-icn-wrap {
    position: fixed;
    bottom: 15px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(.8) !important;
    z-index: 19000;
    cursor: pointer
}

.loader-icn-wrap .loader-icn {
    opacity: 1;
    margin: 0
}

.pagination-block {
    margin: 0 auto
}

.pagination-block .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 0
}

.pagination-block .pagination li {
    margin: 0
}

.pagination-block .pagination li.current a {
    background: #fe9900
}

.pagination-block .pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: 0 0;
    color: #263238;
    font-size: .85rem;
    width: 2rem;
    height: 2rem;
    text-align: center
}

#loader,
#loader>.container,
#loader>.container>.row {
    height: 100%
}

#loader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #263238;
    z-index: 40000
}

#loader.is-hidden {
    pointer-events: none;
    visibility: hidden
}

.loader--flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.loader--flex span {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    opacity: 0
}

@media(min-width:768px) {
    .loader--flex span {
        font-size: 18px
    }
}

.loader-icn {
    width: 50px;
    height: 50px;
    display: block;
    margin: 30px 0 0;
    opacity: 0
}

.loader-icn.loader .black {
    stroke: #fff;
    stroke-width: 3px
}

@media(min-width:768px) {
    .loader-icn {
        width: 60px;
        height: 60px;
        margin: 30px 0 0
    }
}

@media(min-width:992px) {
    .loader--flex span {
        font-size: 20px
    }

    .loader-icn {
        width: 70px;
        height: 70px;
        margin: 30px 0 0
    }
}

#background {
    width: 160%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: -30%
}

@media(min-width:768px) {
    #background {
        width: 122%;
        left: -11%
    }
}

#footer,
#header {
    position: fixed;
    left: 0
}

@media(min-width:992px) {
    #background {
        width: 100%;
        left: 0
    }
}

html.chrome #background svg circle,
html.chrome #background svg path,
html.chrome #background svg polygon,
html.chrome #background svg rect,
html.safari #background svg circle,
html.safari #background svg path,
html.safari #background svg polygon,
html.safari #background svg rect {
    will-change: transform
}

#header {
    width: 100%;
    height: 86px;
    top: 0;
    background: 0 0;
    z-index: 30000
}

#header>.container-fluid,
#header>.container-fluid>.row {
    height: 100%
}

.header--left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.header--left .logo {
    width: 120px;
    height: 31px;
    display: block
}

.header--left .logo .svg-wrapper {
    /* padding-top: 26% */
}

.header--right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.header--right .hamburger {
    width: 42px;
    height: 42px;
    border: 0;
    margin: 0 -11px 0 0;
    padding: 0
}

.header--right .hamburger:active,
.header--right .hamburger:focus,
.header--right .hamburger:hover {
    opacity: 1
}

@media(min-width:768px) {
    .header--right .hamburger {
        width: 50px;
        height: 50px;
        margin-right: 17px
    }

    #header {
        height: 100px
    }

    .header--left .logo {
        width: 100px;
        height: 40px
    }
}

#footer {
    width: 100%;
    height: auto;
    bottom: 0;
    background: #0d47a1;
    z-index: 18000;
    visibility: hidden;
    opacity: 0
}

#footer a {
    color: #fff;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

html.no-touchevents #footer a:active,
html.no-touchevents #footer a:hover {
    color: #fe9900
}

#footer .mailto {
    position: relative;
    z-index: 1;
    color: #fff
}

#footer .mailto:after {
    content: "";
    display: block;
    width: 110%;
    height: 70%;
    position: absolute;
    top: 60%;
    left: -2.5%;
    background: #fe9900;
    z-index: -1;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-duration: .7s
}

#footer .mailto>span {
    font-size: 1em;
    border-bottom: 1px solid #fff;
    display: inline
}

html.no-touchevents #footer .mailto:active,
html.no-touchevents #footer .mailto:hover {
    color: #fff
}

html.no-touchevents #footer .mailto:active:after,
html.no-touchevents #footer .mailto:hover:after {
    opacity: 1;
    width: 110%
}

.footer-parag {
    opacity: 0
}

.sealcore-logo {
    width: 109px;
    height: auto;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 4px
}

#mobile-nav,
.mobile-nav--menu {
    height: 100%;
    left: 0;
    visibility: hidden
}

.sealcore-logo .svg-wrapper {
    padding-top: 17%
}

.footer--center {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.footer--center span {
    display: block;
    margin: 0 0 10px;
    line-height: .75;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    text-align: center
}

.footer--center p,
.footer--left p {
    margin: 0;
    line-height: 1.25;
    text-align: center
}

.footer--center p {
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.footer--left p,
.think-big {
    font-weight: 500;
    color: #fff
}

@media(min-width:768px) {
    .footer--center {
        padding-top: 120px !important;
        padding-bottom: 120px !important
    }

    .footer--center span {
        font-size: 64px
    }

    .footer--center span>span {
        font-size: 1em
    }

    .footer--center p {
        font-size: 20px
    }

    .footer--left {
        display: flex;
        justify-content: center;
        align-items: flex-end
    }

    .footer--left p {
        text-align: left
    }
}

.footer--left,
.footer--right {
    padding-top: 0;
    padding-bottom: 20px
}

@media(min-width:992px) {
    .footer--center span {
        font-size: 82px
    }

    .footer--center span>span {
        font-size: 1em
    }
}

.think-big {
    opacity: 0;
    -webkit-text-stroke-color: #fff
}

.footer--left p {
    font-size: 11px
}

@media(min-width:992px) {
    .footer--left p {
        font-size: 13px
    }
}

.footer--center-bis {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.footer--center-bis p,
.footer--right p {
    margin: 0;
    line-height: 1.25;
    font-weight: 500;
    color: #fff
}

.footer--center-bis p {
    font-size: 11px;
    text-align: left
}

.footer--center-bis .footer-center--wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media(min-width:768px) {
    .footer--center-bis p {
        text-align: left
    }
}

@media(min-width:992px) {
    .footer--center-bis p {
        font-size: 13px
    }
}

.footer--right p {
    font-size: 11px;
    text-align: center
}

#mobile-nav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 20000;
    opacity: 0
}

.mobile-nav--menu {
    width: calc(100% - 60px);
    position: absolute;
    top: 0;
    background: #0d47a1;
    z-index: 2
}

@media(min-width:768px) {
    .footer--right {
        display: flex;
        justify-content: center;
        align-items: flex-end
    }

    .footer--right p {
        text-align: right
    }

    .mobile-nav--menu {
        width: calc(100% - 146px)
    }
}

.mobile-nav--menu .arrow {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    bottom: 50%;
    right: 0;
    margin-bottom: -13px;
    margin-right: 6.75vw;
    opacity: 0;
    visibility: hidden
}

.mobile-nav--wrap {
    margin-top: 60px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: auto
}

.mobile-nav--submenu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #c2d1e7;
    z-index: 1;
    visibility: hidden
}

@media(min-width:768px) {
    .mobile-nav--wrap {
        margin-top: 0
    }

    .mobile-nav--submenu {
        width: 50%
    }
}

.mobile-nav--submenu>ul>li {
    pointer-events: none;
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.mobile-nav--submenu>ul>li ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.mobile-nav--submenu ul a.menu-item {
    color: #0d47a1;
    -webkit-text-stroke-color: #0d47a1
}

.mobile-nav--submenu ul a.menu-item:active,
.mobile-nav--submenu ul a.menu-item:focus,
.mobile-nav--submenu ul a.menu-item:hover {
    -webkit-text-fill-color: #0d47a1
}

.mobile-nav--menu,
.mobile-nav--submenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.mobile-nav--menu ul,
.mobile-nav--submenu ul {
    border: 0;
    margin: 0;
    padding: 0
}

.mobile-nav--menu ul li,
.mobile-nav--submenu ul li {
    opacity: 0;
    visibility: hidden;
    display: block;
    margin: .5vh
}

.mobile-nav--menu ul li.current_page_item,
.mobile-nav--submenu ul li.current_page_item {
    -webkit-text-fill-color: #fff
}

.mobile-nav--menu ul li.site,
.mobile-nav--submenu ul li.site {
    position: relative;
    margin: 0 0 0 25%;
    left: 0;
    top: 0
}

@media(min-width:768px) {

    .mobile-nav--menu ul li,
    .mobile-nav--submenu ul li {
        margin: 1vh 0
    }

    .mobile-nav--menu ul li.site,
    .mobile-nav--submenu ul li.site {
        margin: 0 0 0 7%
    }
}

@media(min-width:992px) {
    .footer--right p {
        font-size: 13px
    }

    .mobile-nav--menu ul li.site,
    .mobile-nav--submenu ul li.site {
        margin: 0 8px
    }
}

.mobile-nav--menu ul.sub-nav,
.mobile-nav--submenu ul.sub-nav {
    margin-top: 3vh;
    width: 100%
}

.mobile-nav--menu ul.sub-nav a,
.mobile-nav--submenu ul.sub-nav a {
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: #fff;
    color: #fff
}

.mobile-nav--menu ul.sub-nav li,
.mobile-nav--submenu ul.sub-nav li {
    margin: 2vh 0
}

.mobile-nav--menu ul a,
.mobile-nav--submenu ul a {
    font-family: Yekan, tahoma, sans-serif;
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.about-title,
.home--box-title,
.page--intro-title,
.search--title {
    -webkit-text-stroke-color: #0d47a1
}

.mobile-nav--menu ul a:active,
.mobile-nav--menu ul a:focus,
.mobile-nav--menu ul a:hover,
.mobile-nav--submenu ul a:active,
.mobile-nav--submenu ul a:focus,
.mobile-nav--submenu ul a:hover {
    -webkit-text-fill-color: #fff
}

@media(min-width:768px) {

    .mobile-nav--menu ul a,
    .mobile-nav--submenu ul a {
        -webkit-text-stroke-width: 2px;
        font-size: 30px
    }
}

@media(min-width:992px) {

    .mobile-nav--menu ul a,
    .mobile-nav--submenu ul a {
        font-size: 33px
    }
}

.mobile-nav--menu ul a.sub-nav--link,
.mobile-nav--submenu ul a.sub-nav--link {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
}

.mobile-nav--menu ul a.sub-nav--link.blog,
.mobile-nav--menu ul a.sub-nav--link.buy,
.mobile-nav--menu ul a.sub-nav--link.search,
.mobile-nav--submenu ul a.sub-nav--link.blog,
.mobile-nav--submenu ul a.sub-nav--link.buy,
.mobile-nav--submenu ul a.sub-nav--link.search {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.mobile-nav--menu ul a.sub-nav--link.blog span,
.mobile-nav--menu ul a.sub-nav--link.buy span,
.mobile-nav--menu ul a.sub-nav--link.search span,
.mobile-nav--submenu ul a.sub-nav--link.blog span,
.mobile-nav--submenu ul a.sub-nav--link.buy span,
.mobile-nav--submenu ul a.sub-nav--link.search span {
    color: #fff;
    font-size: 14px;
    line-height: 1
}

.mobile-nav--menu ul a.sub-nav--link.lang,
.mobile-nav--submenu ul a.sub-nav--link.lang {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.mobile-nav--menu ul a.sub-nav--link.lang span,
.mobile-nav--submenu ul a.sub-nav--link.lang span {
    color: #fff;
    font-size: 16px;
    line-height: 1
}

.cart-icon,
.search-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.lang-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px
}

.lang-icon.flag {
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-right: 10px;
    margin-left: 0;
    background: #fff
}

.mobile-nav--widgets {
    width: 60px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

@media(min-width:768px) {
    .mobile-nav--widgets {
        width: 146px
    }
}

.mobile-nav--social {
    margin-top: 0;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.mobile-nav--social .social {
    width: 26px;
    height: 26px;
    display: block;
    border: 1px solid #fff;
    margin-top: 0;
    margin-bottom: 15px;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden
}

.mobile-nav--social .social:last-child {
    margin-bottom: 0
}

.mobile-nav--language {
    margin-top: 0;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.mobile-nav--language .menu-lang-menu {
    text-align: center
}

.mobile-nav--language .language {
    opacity: 0;
    visibility: hidden;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    color: #fff
}

@media(min-width:768px) {
    .mobile-nav--language .language {
        font-size: 14.5px
    }
}

.sites-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    height: 0
}

@media(min-width:992px) {
    .mobile-nav--language .language {
        font-size: 16px
    }

    .sites-list {
        flex-direction: row
    }
}

.sites-list li {
    margin: 0;
    position: relative;
    opacity: 0
}

.sites-list a {
    display: block
}

.sites-list .lang-icon {
    width: 35px;
    height: 35px;
    margin: 0
}

.sites-list.is-active li {
    pointer-events: auto
}

.search-form {
    direction: rtl;
    text-align: right;
    width: 65%;
    visibility: hidden;
    height: 0;
    opacity: 0
}

#compare,
.compare--header {
    width: 100%
}

#compare,
#compare>.container,
#compare>.container>.row {
    height: 100%
}

#searchform {
    margin-left: 17%
}

#searchform #s {
    background: #fff;
    color: #263238;
    border: none;
    margin-bottom: 15px
}

.compare--content-inner tbody tr,
.compare--content-inner thead tr {
    border-bottom: 1px solid #fe9900
}

.page--box-inner,
.page--intro-inner {
    border-radius: 0 50px 0 0;
    background: #f8f8f8
}

#searchform #searchsubmit {
    float: right;
    max-width: 120px
}

#compare {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(38, 50, 56, .975);
    z-index: 18000;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

#compare.is-visible {
    pointer-events: auto
}

.compare--flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media(min-width:768px) {
    #searchform {
        margin-left: 0
    }

    .compare--header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
}

.compare--header-title {
    display: none
}

@media(min-width:768px) {
    .compare--header-title {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 2;
        font-weight: 700;
        color: #fff;
        font-size: 30px
    }
}

.page--box-shape,
.section-intro {
    display: flex;
    flex-direction: column
}

.compare--header-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff
}

.compare--header-close line {
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    stroke: #fff
}

.compare--header-close:active line,
.compare--header-close:focus line,
.compare--header-close:hover line {
    stroke: #fe9900
}

.compare--content {
    width: 100%
}

@media(min-width:768px) {
    .compare--header-close {
        position: static;
        top: auto;
        right: auto
    }

    .compare--content {
        padding: 30px;
        background: #fff
    }
}

.compare--content-inner {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-x: auto;
    overflow-y: hidden
}

.compare--content-inner table {
    width: 100%;
    table-layout: fixed
}

.compare--content-inner thead th {
    width: 40vw;
    border-right: 1px solid #fe9900;
    padding: 3.5vw;
    line-height: 1;
    font-size: 3.5vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.compare--content-inner thead th:last-child {
    border-right: 0
}

@media(min-width:768px) {
    .compare--content-inner thead th {
        width: 210px;
        padding: 15px;
        font-size: 14.5px;
        color: #263238
    }
}

@media(min-width:992px) {
    .compare--content-inner thead th {
        width: 218px;
        font-size: 16px
    }
}

@media(min-width:1200px) {
    .compare--content-inner thead th {
        width: 210px
    }
}

.compare--content-inner tbody tr:last-child {
    border-bottom: 0
}

.compare--content-inner tbody td {
    width: 40vw;
    border-right: 1px solid #fe9900;
    padding: 3.5vw;
    line-height: 1;
    font-size: 3.5vw;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.compare--content-inner tbody td:first-child {
    font-weight: 500
}

.compare--content-inner tbody td:last-child {
    border-right: 0
}

@media(min-width:768px) {
    .compare--content-inner tbody td {
        width: 210px;
        padding: 15px;
        font-size: 14.5px;
        color: #263238
    }
}

@media(min-width:992px) {
    .compare--content-inner tbody td {
        width: 218px;
        font-size: 16px
    }
}

@media(min-width:1200px) {
    .compare--content-inner tbody td {
        width: 210px
    }
}

.compare--content-inner::-webkit-scrollbar {
    height: 5px;
    background: 0 0
}

.compare--content-inner::-webkit-scrollbar-track {
    height: 5px;
    background: #707070
}

.compare--content-inner::-webkit-scrollbar-thumb {
    height: 5px;
    background: #fe9900
}

.section-wrapper {
    overflow: hidden
}

.section-intro {
    height: 100vh;
    padding-top: 180px;
    align-items: flex-start;
    justify-content: center
}

.section-intro.auto-height {
    height: 40vh;
    max-height: 600px;
    padding-top: 0
}

@media(min-width:768px) {
    .section-intro.auto-height {
        height: 35vh
    }

    .section-intro {
        padding-top: 90px
    }
}

@media(min-width:992px) {
    .section-intro.auto-height {
        height: 60vh
    }

    .section-intro {
        padding-top: 0
    }
}

.section-intro.hide-intro {
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 25vh;
    justify-content: flex-start
}

.home--box-shape .svg-wrapper,
.page--box-shape .svg-wrapper {
    padding-top: 70%
}

@media(min-width:768px) {
    .section-intro.hide-intro {
        margin-bottom: 75px
    }
}

@media(min-width:992px) {
    .section-intro.hide-intro {
        margin-bottom: 90px
    }
}

.section-blog-archive {
    margin-bottom: 2rem;
    opacity: 0
}

@media(min-width:768px) {
    .section-blog-archive {
        margin-bottom: 4rem
    }
}

.page--box-shape {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center
}

.page--box-shape .bottom,
.page--box-shape .middle,
.page--box-shape .top {
    opacity: 0
}

.section-boxes {
    margin-top: 0;
    margin-bottom: 60px;
    padding: 17.5px 0
}

@media(min-width:768px) {
    .section-boxes {
        margin-bottom: 75px;
        padding: 33.75px 0
    }
}

@media(min-width:992px) {
    .section-boxes {
        margin-bottom: 90px;
        padding: 50px 0
    }
}

.section-boxes.follow-intro {
    margin-top: 130px
}

.barba-container.page .barba-inner {
    position: relative;
    z-index: 15000
}

.page--intro-inner {
    position: relative;
    padding: 30px;
    box-shadow: 0 0 10px rgba(38, 50, 56, .2);
    opacity: 0
}

.page--intro-inner.transparent {
    background: 0 0;
    box-shadow: none
}

.page--intro-inner.transparent .page--intro-title {
    margin-top: 0;
    margin-bottom: 0
}

@media(min-width:768px) {
    .section-boxes.follow-intro {
        margin-top: 0
    }

    .page--intro-inner {
        padding: 45px
    }

    .page--intro-inner.transparent {
        padding: 0 45px
    }

    .page--intro-inner.transparent .page--intro-title {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media(min-width:992px) {
    .page--intro-inner {
        padding: 60px
    }

    .page--intro-inner.transparent {
        padding: 0 60px
    }

    .page--intro-inner.transparent .page--intro-title {
        margin-top: 0;
        margin-bottom: 0
    }
}

.page--intro-title.eztra {
    width: 80%
}

.page--intro-title.eztra .svg-wrapper {
    padding-top: 25%
}

.card,
.page--box-inner {
    padding: 30px;
    box-shadow: 0 0 10px rgba(38, 50, 56, .2)
}

@media(min-width:992px) {
    .page--intro-title.eztra {
        width: 75%
    }
}

.page--intro-title,
.search--title {
    width: 200%;
    margin-top: -52.5px;
    margin-bottom: 15px;
    margin-left: -20px;
    line-height: 1;
    font-family: Yekan, tahoma, sans-serif;
    font-weight: 400;
    -webkit-text-stroke-width: 1px;
    color: #0d47a1;
    -webkit-text-fill-color: rgba(13, 71, 161, .5);
    perspective: 500px
}

.page--box-download-image img,
.page--box-point-image img {
    font-family: "object-fit: cover;";
    object-fit: cover
}

.page--box-calculator-result,
.page--box-calculator-unit {
    color: rgba(38, 50, 56, .5);
    font-weight: 500;
    text-align: center;
    line-height: 1
}

.page--intro-title>div>div,
.search--title>div>div {
    opacity: 0
}

@media(min-width:768px) {

    .page--intro-title,
    .search--title {
        -webkit-text-stroke-width: 2px;
        margin-top: -93.75px;
        margin-bottom: 30px;
        margin-left: -67.5px;
        font-size: 97.5px
    }
}

@media(min-width:992px) {

    .page--intro-title,
    .search--title {
        margin-top: -135px;
        margin-bottom: 45px;
        margin-left: -90px;
        font-size: 150px
    }
}

.page--box.ml-md-auto .page--box-calculator-spacer,
.page--box.ml-md-auto .page--box-preview-spacer {
    margin-left: auto
}

.page--intro-more {
    position: absolute;
    bottom: -15px;
    right: 30px
}

@media(min-width:768px) {
    .page--intro-more {
        right: 45px
    }

    .page--box-inner {
        padding: 45px
    }
}

.page--box-inner {
    position: relative;
    opacity: 0
}

@media(min-width:992px) {
    .page--intro-more {
        right: 60px
    }

    .page--box-inner {
        padding: 60px
    }
}

.page--intro-content {
    opacity: 0
}

.page--intro-content.about,
.page--intro-content.about>div {
    opacity: 1
}

.page--intro-content>div {
    opacity: 0
}

.hide-intro .page--intro-content>div {
    opacity: 1
}

.barba-container.about #footer,
.barba-container.page #footer {
    opacity: 1;
    visibility: visible;
    position: relative
}

.barba-container.about #footer .footer-parag,
.barba-container.about #footer .think-big,
.barba-container.page #footer .footer-parag,
.barba-container.page #footer .think-big {
    opacity: 1
}

.page--box-module {
    margin-top: 0;
    margin-bottom: 90px
}

.page--box-module:last-child {
    margin-top: 0;
    margin-bottom: 0;
    float: none !important;
    clear: both !important
}

.page--box-calculator {
    position: relative
}

.page--box-calculator-image {
    width: 100%;
    display: block
}

.page--box.mr-md-auto .page--box-calculator-spacer {
    margin-right: auto
}

.page--box-calculator-select {
    margin-top: 30px;
    margin-bottom: 0
}

@media(min-width:768px) {
    .page--box-calculator-image {
        width: 50%;
        position: absolute;
        top: 0
    }

    .page--box.ml-md-auto .page--box-calculator-image {
        left: -30%
    }

    .hide-intro .page--box-calculator-image,
    .page--box.mr-md-auto .page--box-calculator-image {
        right: -30%
    }

    .page--box-calculator-select:first-child {
        margin-top: 0
    }
}

.page--box-calculator-inputs,
.page--box-calculator-result {
    margin-top: 30px;
    margin-bottom: 0
}

.page--box-calculator-inputs .col-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

@media(min-width:768px) {
    .page--box-calculator-inputs .col-6 {
        display: block
    }
}

.page--box-calculator-inputs .calcED-in {
    display: none
}

.page--box-calculator-result {
    border-bottom: 2px solid rgba(38, 50, 56, .5);
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 18px
}

.page--box-calculator-result span {
    font-size: 1em
}

@media(min-width:768px) {
    .page--box-calculator-result {
        margin-top: 60px;
        font-size: 24px
    }
}

.page--box-calculator-unit {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 18px
}

@media(min-width:768px) {
    .page--box-calculator-unit {
        margin-top: 60px;
        font-size: 24px
    }
}

.page--box-compound--table .compound-checkbox,
.page--box-eztra--table .eztra-checkbox {
    margin: 0 auto;
    box-shadow: 0 0 0 1px #06c2c3;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition-duration: .4s
}

.page--box-calculator-unit.mm {
    display: block
}

.page--box-calculator-unit.in,
.page--box-compound--table tbody td.compound-chemical,
.page--box-compound--table tbody td.compound-color,
.page--box-compound--table tbody td.compound-hardness,
.page--box-compound--table tbody td.compound-temperature,
.page--box-compound--table tbody th.compound-chemical,
.page--box-compound--table tbody th.compound-color,
.page--box-compound--table tbody th.compound-hardness,
.page--box-compound--table tbody th.compound-temperature,
.page--box-compound--table thead td.compound-chemical,
.page--box-compound--table thead td.compound-color,
.page--box-compound--table thead td.compound-hardness,
.page--box-compound--table thead td.compound-temperature,
.page--box-compound--table thead th.compound-chemical,
.page--box-compound--table thead th.compound-color,
.page--box-compound--table thead th.compound-hardness,
.page--box-compound--table thead th.compound-temperature {
    display: none
}

.page--box-calltoaction {
    position: absolute;
    bottom: -15px;
    right: 30px
}

@media(min-width:768px) {
    .page--box-calltoaction {
        right: 45px
    }

    .page--box-compound--table tbody td.compound-chemical,
    .page--box-compound--table tbody td.compound-color,
    .page--box-compound--table tbody td.compound-hardness,
    .page--box-compound--table tbody td.compound-temperature,
    .page--box-compound--table tbody th.compound-chemical,
    .page--box-compound--table tbody th.compound-color,
    .page--box-compound--table tbody th.compound-hardness,
    .page--box-compound--table tbody th.compound-temperature,
    .page--box-compound--table thead td.compound-chemical,
    .page--box-compound--table thead td.compound-color,
    .page--box-compound--table thead td.compound-hardness,
    .page--box-compound--table thead td.compound-temperature,
    .page--box-compound--table thead th.compound-chemical,
    .page--box-compound--table thead th.compound-color,
    .page--box-compound--table thead th.compound-hardness,
    .page--box-compound--table thead th.compound-temperature {
        display: table-cell
    }
}

.page--box-compound--table {
    width: 100%
}

.page--box-compound--table tbody td,
.page--box-compound--table tbody th,
.page--box-compound--table thead td,
.page--box-compound--table thead th {
    padding: 15px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #263238;
    text-align: center;
    text-transform: uppercase
}

.page--box-compound--table thead tr {
    border-top: 0;
    background: #f8f8f8
}

.page--box-compound--table tbody tr {
    border-top: 15px solid #f8f8f8;
    background: #fe9900
}

.page--box-compound--table tbody tr.collapse-tr {
    border-top: 0;
    background: 0 0
}

.page--box-compound--table tbody tr.collapse-tr .collapse-td {
    padding: 0
}

.page--box-compound--table tbody td.compound-name span:nth-child(1) {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 900
}

.page--box-compound--table tbody td.compound-name span:nth-child(2) {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500
}

.page--box-compound--table .compound-checkbox {
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    border: 5px solid #38f4f5;
    background: 0 0;
    border-radius: 100%;
    appearance: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

@media(min-width:768px) {
    .page--box-compound--table .compound-checkbox {
        width: 20px;
        height: 20px
    }
}

@media(min-width:992px) {
    .page--box-calltoaction {
        right: 60px
    }

    .page--box-compound--table .compound-checkbox {
        width: 25px;
        height: 25px
    }
}

.page--box-compound--table .compound-checkbox:checked {
    background: #fff
}

.page--box-compound--table .compound-global-color {
    width: 15px;
    height: 15px;
    display: block;
    margin: 0;
    border-radius: 100%
}

@media(min-width:768px) {
    .page--box-compound--table .compound-global-color {
        width: 20px;
        height: 20px
    }
}

@media(min-width:992px) {
    .page--box-compound--table .compound-global-color {
        width: 25px;
        height: 25px
    }
}

.page--box-compound--table .compound-global-icon {
    width: 100%;
    max-width: 80px;
    height: auto;
    display: block
}

.page--box-compound--table .compound-global-icon.level-0 g:nth-child(1) path:first-child,
.page--box-compound--table .compound-global-icon.level-0 g:nth-child(2) path:first-child,
.page--box-compound--table .compound-global-icon.level-0 g:nth-child(3) path:first-child,
.page--box-compound--table .compound-global-icon.level-0 g:nth-child(4) path:first-child,
.page--box-compound--table .compound-global-icon.level-0 g:nth-child(5) path:first-child,
.page--box-compound--table .compound-global-icon.level-1 g:nth-child(2) path:first-child,
.page--box-compound--table .compound-global-icon.level-1 g:nth-child(3) path:first-child,
.page--box-compound--table .compound-global-icon.level-1 g:nth-child(4) path:first-child,
.page--box-compound--table .compound-global-icon.level-1 g:nth-child(5) path:first-child,
.page--box-compound--table .compound-global-icon.level-2 g:nth-child(3) path:first-child,
.page--box-compound--table .compound-global-icon.level-2 g:nth-child(4) path:first-child,
.page--box-compound--table .compound-global-icon.level-2 g:nth-child(5) path:first-child,
.page--box-compound--table .compound-global-icon.level-3 g:nth-child(4) path:first-child,
.page--box-compound--table .compound-global-icon.level-3 g:nth-child(5) path:first-child,
.page--box-compound--table .compound-global-icon.level-4 g:nth-child(5) path:first-child {
    fill: none
}

.page--box-compound--table .collapse-mobile {
    width: 100%;
    padding: 15px;
    background: rgba(254, 153, 0, .25)
}

.page--box-compound--table .collapse-mobile .collapse-dl {
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.page--box-compound--table .collapse-mobile .collapse-dl:first-child {
    margin-top: 0
}

.page--box-compound--table .collapse-mobile .collapse-dt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #263238;
    text-align: left;
    text-transform: uppercase
}

.page--box-compound--table .collapse-mobile .collapse-dd {
    width: 100%;
    margin-top: 7.5px;
    margin-bottom: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #263238;
    text-align: left;
    text-transform: uppercase
}

.page--box-compound--table .collapse-title {
    width: 100%;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    background: rgba(254, 153, 0, .5);
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #263238;
    text-align: left;
    text-transform: none
}

.page--box-compound--table .collapse-features {
    width: 100%;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    background: #f8f8f8;
    text-align: left
}

.page--box-compound--table .collapse-feature {
    list-style-position: inside;
    list-style-type: disc;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #263238;
    text-align: left;
    text-transform: none
}

.page--box-compound-compare {
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end
}

.page--box-download {
    border-bottom: 1px solid #fe9900;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.page--box-download:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

@media(min-width:992px) {
    .page--box-download {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between
    }
}

.page--box-download-left {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start
}

.page--box-download-image {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    margin-right: 15px
}

@media(min-width:768px) {
    .page--box-download {
        margin-bottom: 45px;
        padding-bottom: 45px
    }

    .page--box-download-image {
        width: 75px;
        height: 75px
    }
}

.page--box-download-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.page--box-download-content {
    margin-top: 15px;
    margin-bottom: 15px
}

.page--box-download-small {
    display: block;
    line-height: 1.25;
    font-size: 13px;
    font-weight: 500;
    color: #263238
}

.page--box-download-big {
    display: block;
    line-height: 1.25;
    font-size: 16px;
    font-weight: 500;
    color: #263238
}

.page--box-download-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start
}

@media(min-width:768px) {
    .page--box-download-content {
        margin-top: 0;
        margin-bottom: 0
    }

    .page--box-download-big {
        font-size: 30px
    }

    .page--box-download-right {
        margin-top: 15px
    }
}

.page--box-download-file:after {
    background: url(../img/download.svg) center center no-repeat
}

.page--box-eztra--table {
    width: 100%
}

.page--box-eztra--table .tech-specs-pdf {
    color: #263238;
    text-decoration: underline;
    display: inline-block;
    margin-top: 1rem
}

.page--box-eztra--table tbody td,
.page--box-eztra--table tbody th,
.page--box-eztra--table thead td,
.page--box-eztra--table thead th {
    padding: 15px 8px;
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
    color: #263238;
    text-align: center;
    text-transform: uppercase
}

@media(min-width:768px) {

    .page--box-eztra--table tbody td,
    .page--box-eztra--table tbody th,
    .page--box-eztra--table thead td,
    .page--box-eztra--table thead th {
        font-size: 14px
    }
}

.page--box-eztra--table tbody td.eztra-chemical,
.page--box-eztra--table tbody td.eztra-color,
.page--box-eztra--table tbody td.eztra-hardness,
.page--box-eztra--table tbody td.eztra-temperature,
.page--box-eztra--table tbody th.eztra-chemical,
.page--box-eztra--table tbody th.eztra-color,
.page--box-eztra--table tbody th.eztra-hardness,
.page--box-eztra--table tbody th.eztra-temperature,
.page--box-eztra--table thead td.eztra-chemical,
.page--box-eztra--table thead td.eztra-color,
.page--box-eztra--table thead td.eztra-hardness,
.page--box-eztra--table thead td.eztra-temperature,
.page--box-eztra--table thead th.eztra-chemical,
.page--box-eztra--table thead th.eztra-color,
.page--box-eztra--table thead th.eztra-hardness,
.page--box-eztra--table thead th.eztra-temperature {
    display: none
}

.page--box-eztra--table thead tr {
    border-top: 0;
    background: #f8f8f8
}

.page--box-eztra--table tbody tr {
    border-top: 15px solid #f8f8f8;
    background: #fe9900
}

.page--box-eztra--table tbody tr.collapse-tr {
    border-top: 0;
    background: 0 0
}

.page--box-eztra--table tbody tr.collapse-tr .collapse-td {
    padding: 0
}

.page--box-eztra--table tbody tr.famiglia-ht td.eztra-name {
    background: #d31f26
}

.page--box-eztra--table tbody tr.famiglia-ch td.eztra-name {
    background: #e88028
}

.page--box-eztra--table tbody tr.famiglia-lt td.eztra-name {
    background: #2f96c7
}

.page--box-eztra--table tbody tr.famiglia-fbm td.eztra-name {
    background: #27a263
}

.page--box-eztra--table tbody td.eztra-name span:nth-child(1) {
    font-size: 13px;
    font-style: italic;
    font-weight: 900
}

@media(min-width:768px) {
    .page--box-eztra--table tbody td.eztra-name span:nth-child(1) {
        font-size: 14.5px
    }
}

@media(min-width:992px) {

    .page--box-eztra--table tbody td.eztra-chemical,
    .page--box-eztra--table tbody td.eztra-color,
    .page--box-eztra--table tbody td.eztra-hardness,
    .page--box-eztra--table tbody td.eztra-temperature,
    .page--box-eztra--table tbody th.eztra-chemical,
    .page--box-eztra--table tbody th.eztra-color,
    .page--box-eztra--table tbody th.eztra-hardness,
    .page--box-eztra--table tbody th.eztra-temperature,
    .page--box-eztra--table thead td.eztra-chemical,
    .page--box-eztra--table thead td.eztra-color,
    .page--box-eztra--table thead td.eztra-hardness,
    .page--box-eztra--table thead td.eztra-temperature,
    .page--box-eztra--table thead th.eztra-chemical,
    .page--box-eztra--table thead th.eztra-color,
    .page--box-eztra--table thead th.eztra-hardness,
    .page--box-eztra--table thead th.eztra-temperature {
        display: table-cell
    }

    .page--box-eztra--table tbody td.eztra-name span:nth-child(1) {
        font-size: 16px
    }
}

.page--box-eztra--table tbody td.eztra-name span:nth-child(2) {
    font-size: 13px;
    font-style: normal;
    font-weight: 500
}

@media(min-width:768px) {
    .page--box-eztra--table tbody td.eztra-name span:nth-child(2) {
        font-size: 14.5px
    }
}

.page--box-eztra--table .eztra-checkbox {
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    border: 3px solid #38f4f5;
    background: 0 0;
    border-radius: 100%;
    appearance: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

@media(min-width:768px) {
    .page--box-eztra--table .eztra-checkbox {
        width: 20px;
        height: 20px;
        border-width: 4px
    }
}

@media(min-width:992px) {
    .page--box-eztra--table tbody td.eztra-name span:nth-child(2) {
        font-size: 16px
    }

    .page--box-eztra--table .eztra-checkbox {
        width: 25px;
        height: 25px;
        border-width: 5px
    }
}

.page--box-eztra--table .eztra-checkbox:checked {
    background: #fff
}

.page--box-eztra--table .eztra-global-color {
    width: 15px;
    height: 15px;
    display: block;
    margin: 0;
    border-radius: 100%
}

@media(min-width:768px) {
    .page--box-eztra--table .eztra-global-color {
        width: 20px;
        height: 20px
    }
}

@media(min-width:992px) {
    .page--box-eztra--table .eztra-global-color {
        width: 25px;
        height: 25px;
        margin: 0 auto
    }
}

.page--box-eztra--table .eztra-global-icon {
    width: 100%;
    max-width: 80px;
    height: auto;
    display: block;
    margin: 0
}

@media(min-width:992px) {
    .page--box-eztra--table .eztra-global-icon {
        margin: 0 auto
    }
}

.page--box-eztra--table .eztra-global-icon.level-0 g:nth-child(1) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-0 g:nth-child(2) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-0 g:nth-child(3) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-0 g:nth-child(4) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-0 g:nth-child(5) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-1 g:nth-child(2) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-1 g:nth-child(3) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-1 g:nth-child(4) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-1 g:nth-child(5) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-2 g:nth-child(3) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-2 g:nth-child(4) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-2 g:nth-child(5) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-3 g:nth-child(4) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-3 g:nth-child(5) path:first-child,
.page--box-eztra--table .eztra-global-icon.level-4 g:nth-child(5) path:first-child {
    fill: none
}

.page--box-eztra--table .collapse-mobile {
    width: 100%;
    padding: 15px;
    background: rgba(254, 153, 0, .25)
}

.page--box-eztra--table .collapse-mobile .collapse-dl {
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.page--box-eztra--table .collapse-mobile .collapse-dl:first-child {
    margin-top: 0
}

.page--box-eztra--table .collapse-mobile .collapse-dt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #263238;
    text-align: left;
    text-transform: uppercase
}

.page--box-eztra--table .collapse-mobile .collapse-dd {
    width: 100%;
    margin-top: 7.5px;
    margin-bottom: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    color: #263238;
    text-align: left;
    text-transform: uppercase
}

.page--box-eztra--table .collapse-features,
.page--box-eztra--table .collapse-title {
    display: block;
    margin-top: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0
}

.page--box-eztra--table .collapse-title {
    padding: 15px;
    background: rgba(254, 153, 0, .5);
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #263238;
    text-transform: none
}

.page--box-eztra--table .collapse-feature {
    list-style: none;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #263238;
    text-align: left;
    text-transform: none
}

.page--box-highlight-full-desc,
.page--box-highlight-full-text,
.page--box-highlight-text {
    text-align: center;
    font-weight: 500;
    color: #263238
}

.page--box-eztra-compare {
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end
}

.page--box-form .column-count-1-of-2:before,
.page--box-form .column-count-2-of-2:before {
    display: none
}

.page--box-form .column-count-1-of-2 {
    width: 100%;
    padding: 0
}

@media(min-width:768px) {
    .page--box-form .column-count-1-of-2 {
        width: 50%;
        padding-right: 15px
    }
}

.page--box-form .column-count-2-of-2 {
    width: 100%;
    padding: 0
}

.page--box-highlight {
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

.page--box-highlight:nth-child(1) {
    margin-top: 0
}

@media(min-width:768px) {
    .page--box-form .column-count-2-of-2 {
        width: 50%;
        padding-left: 15px
    }

    .page--box-highlight:nth-child(2) {
        margin-top: 0
    }
}

@media(min-width:992px) {
    .page--box-highlight:nth-child(3) {
        margin-top: 0
    }
}

.page--box-highlight-text {
    width: 100%;
    display: block;
    line-height: 1.25;
    font-size: 18px
}

.page--box-highlight-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    top: 0;
    left: 0;
    margin-top: -10px;
    margin-left: 0;
    background: #fe9900
}

@media(min-width:768px) {
    .page--box-highlight-text:after {
        margin-top: -12.5px
    }

    .page--box-highlight-text {
        font-size: 20.5px
    }
}

@media(min-width:992px) {
    .page--box-highlight-text:after {
        margin-top: -15px
    }

    .page--box-highlight-text {
        font-size: 23px
    }

    .page--box-highlights-full.size-50 {
        width: 50%;
        float: left
    }

    .page--box-highlights-full.size-100 {
        width: 100%;
        float: left
    }
}

.page--box-highlights-title {
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

@media(min-width:768px) {
    .page--box-highlights-title {
        margin-bottom: 22.5px
    }
}

@media(min-width:992px) {
    .page--box-highlights-title {
        margin-bottom: 30px
    }
}

.page--box-highlights-title .feature-circle {
    width: 40px;
    height: 40px;
    display: block;
    background: #fe9900;
    border-radius: 100%
}

.page--box-highlights-title .feature-label {
    max-width: calc(100% - 40px);
    position: relative;
    top: 3px;
    left: -15px;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    color: #263238;
    text-transform: uppercase
}

.page--box-highlight-full {
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.page--box-highlight-full:last-child {
    margin-bottom: 0
}

@media(min-width:768px) {
    .page--box-highlight-full {
        margin-bottom: 22.5px
    }
}

.page--box-highlight-full-text {
    line-height: 1.25;
    font-size: 18px
}

.page--box-highlight-full-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    top: 0;
    left: 0;
    margin-top: -10px;
    margin-left: 0;
    background: #fe9900
}

@media(min-width:768px) {
    .page--box-highlight-full-text:after {
        margin-top: -12.5px
    }

    .page--box-highlight-full-text {
        font-size: 20.5px
    }
}

@media(min-width:992px) {
    .page--box-highlight-full {
        margin-bottom: 30px
    }

    .page--box-highlight-full-text:after {
        margin-top: -15px
    }

    .page--box-highlight-full-text {
        font-size: 23px
    }
}

.page--box-highlight-full-desc {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 2;
    font-size: 13px
}

@media(min-width:768px) {
    .page--box-highlight-full-desc {
        margin-top: 7.5px;
        font-size: 14.5px
    }

    .page--box-immagine-table {
        width: 100%;
        min-width: none
    }
}

.page--box-immagine-table {
    max-width: 100%;
    overflow-x: auto;
    position: relative
}

.page--box-immagine-table table {
    min-width: 768px
}

.page--box-immagine-table table #_x35_ {
    transform: translateX(80px) translateY(0)
}

@media(min-width:768px) {
    .page--box-immagine-table table {
        width: 100%;
        min-width: none
    }

    .page--box-immagine-table table #ellisse1,
    .page--box-immagine-table table #ellisse2,
    .page--box-immagine-table table #ellisse3,
    .page--box-immagine-table table #ellisse4,
    .page--box-immagine-table table #ellisse5 {
        opacity: 0
    }

    .page--box-immagine-table table #label1,
    .page--box-immagine-table table #label2,
    .page--box-immagine-table table #label3,
    .page--box-immagine-table table #label4,
    .page--box-immagine-table table #label5 {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition-property: all;
        transition-duration: .4s;
        transition-timing-function: cubic-bezier(.165, .84, .44, 1)
    }

    .page--box-immagine-table table #_x31_:hover,
    .page--box-immagine-table table #_x32_:hover,
    .page--box-immagine-table table #_x33_:hover,
    .page--box-immagine-table table #_x34_:hover,
    .page--box-immagine-table table #_x35_:hover {
        cursor: pointer
    }

    .page--box-immagine-table table #_x31_:hover>#label1,
    .page--box-immagine-table table #_x32_:hover>#label2,
    .page--box-immagine-table table #_x33_:hover>#label3,
    .page--box-immagine-table table #_x34_:hover>#label4,
    .page--box-immagine-table table #_x35_:hover>#label5 {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    .page--box-immagine-table table #_x35_ {
        transform: translateX(0) translateY(0)
    }
}

html.ie .page--box-immagine-table table .ie-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 48%;
    position: relative;
    overflow: hidden
}

.page--box-materials table,
.page--box-materials-desktop table,
.page--box-spedizione-table table,
.page--box-table table,
.page--box-tablestatic-table table {
    -webkit-overflow-scrolling: touch !important
}

html.ie .page--box-immagine-table table .ie-wrapper svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.page--box-materials table {
    width: 100%;
    height: auto;
    max-width: none;
    overflow-x: auto
}

html.ie .page--box-materials table {
    table-layout: fixed
}

.page--box-materials input[type=checkbox] {
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    border: 3px solid #fff;
    left: -1px;
    background: 0 0;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

@media(min-width:768px) {
    .page--box-materials input[type=checkbox] {
        width: 20px;
        height: 20px;
        border-width: 4px
    }
}

@media(min-width:992px) {
    .page--box-highlight-full-desc {
        margin-top: 10px;
        font-size: 16px
    }

    .page--box-materials input[type=checkbox] {
        width: 25px;
        height: 25px;
        border-width: 5px
    }
}

.page--box-materials input[type=checkbox]:checked {
    background: #263238
}

.page--box-materials-mobile.show-delta .accordion-AFLAS,
.page--box-materials-mobile.show-delta .accordion-CR,
.page--box-materials-mobile.show-delta .accordion-EPDM,
.page--box-materials-mobile.show-delta .accordion-FFKM,
.page--box-materials-mobile.show-delta .accordion-NBR,
.page--box-materials-mobile.show-delta .accordion-VMQ,
.page--box-materials-mobile.show-delta .accordion-tipologia-collapse .accordion-post {
    display: none
}

.page--box-materials-mobile.show-delta .accordion-tipologia-collapse .accordion-post.show-for-delta {
    display: flex
}

.page--box-materials-mobile.show-uring .accordion-AFLAS,
.page--box-materials-mobile.show-uring .accordion-CR,
.page--box-materials-mobile.show-uring .accordion-EPDM,
.page--box-materials-mobile.show-uring .accordion-FFKM,
.page--box-materials-mobile.show-uring .accordion-HNBR,
.page--box-materials-mobile.show-uring .accordion-NBR,
.page--box-materials-mobile.show-uring .accordion-VMQ,
.page--box-materials-mobile.show-uring .accordion-tipologia-collapse .accordion-post {
    display: none
}

.page--box-materials-mobile.show-uring .accordion-tipologia-collapse .accordion-post.show-for-uring {
    display: flex
}

.page--box-materials-mobile .accordion-tipologia-heading {
    border-bottom: 3px solid #f8f8f8
}

.page--box-materials-mobile .accordion-tipologia-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #fe9900;
    color: #263238;
    text-transform: uppercase;
    padding: 5px 10px
}

.page--box-materials-mobile .accordion-tipologia-button:before {
    right: 0
}

.page--box-materials-mobile .accordion-tipologia-button:after {
    margin: 0 10px 10px 0
}

.page--box-materials-mobile .accordion-tipologia-collapse {
    margin-top: 15px;
    margin-bottom: 15px
}

.page--box-materials-mobile .accordion-post {
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #fe9900;
    padding-bottom: 10px
}

.page--box-materials-mobile .accordion-post:last-child {
    margin-bottom: 0
}

.page--box-materials-mobile .accordion-post-code,
.page--box-materials-mobile .accordion-post-content,
.page--box-materials-mobile .accordion-post-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.page--box-materials-mobile .accordion-post-code span,
.page--box-materials-mobile .accordion-post-content span,
.page--box-materials-mobile .accordion-post-input span {
    font-size: 13px;
    font-weight: 500;
    color: #263238;
    text-align: left
}

.page--box-materials-mobile .accordion-post-code span.more,
.page--box-materials-mobile .accordion-post-content span.more,
.page--box-materials-mobile .accordion-post-input span.more {
    font-size: 11px;
    font-weight: 400
}

.page--box-materials-mobile .accordion-post-code {
    width: 60px;
    padding-right: 15px
}

.page--box-materials-mobile .accordion-post-content {
    width: calc(100% - 75px);
    padding-right: 15px
}

.page--box-materials-mobile .accordion-post-content .icon-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.page--box-materials-mobile .accordion-post-content .icon-wrap .icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 10px;
    margin-right: 10px
}

.page--box-materials-mobile .accordion-post-input {
    width: 15px
}

.page--box-materials-desktop.show-delta .multi-collapse tr,
.page--box-materials-desktop.show-delta .tr-AFLAS,
.page--box-materials-desktop.show-delta .tr-CR,
.page--box-materials-desktop.show-delta .tr-EPDM,
.page--box-materials-desktop.show-delta .tr-FFKM,
.page--box-materials-desktop.show-delta .tr-NBR,
.page--box-materials-desktop.show-delta .tr-VMQ {
    display: none
}

.page--box-materials-desktop.show-delta .multi-collapse tr.show-for-delta {
    display: table-row
}

.page--box-materials-desktop.show-uring .multi-collapse tr,
.page--box-materials-desktop.show-uring .tr-AFLAS,
.page--box-materials-desktop.show-uring .tr-CR,
.page--box-materials-desktop.show-uring .tr-EPDM,
.page--box-materials-desktop.show-uring .tr-FFKM,
.page--box-materials-desktop.show-uring .tr-HNBR,
.page--box-materials-desktop.show-uring .tr-NBR,
.page--box-materials-desktop.show-uring .tr-VMQ {
    display: none
}

.page--box-materials-desktop.show-uring .multi-collapse tr.show-for-uring {
    display: table-row
}

.page--box-materials-desktop table {
    width: 100%;
    height: auto;
    max-width: none;
    overflow-x: auto
}

html.ie .page--box-materials-desktop table {
    table-layout: fixed
}

.page--box-materials-desktop thead tr {
    border-bottom: 1px solid #fe9900
}

.page--box-materials-desktop thead th {
    line-height: 1.5;
    font-size: 11px;
    font-weight: 500;
    color: #263238;
    text-align: center;
    text-transform: uppercase
}

@media(min-width:768px) {
    .page--box-materials-desktop thead th {
        font-size: 12px
    }
}

.page--box-materials-desktop td.wrapper {
    border-bottom: 5px solid #f8f8f8
}

.page--box-materials-desktop tbody tr {
    border-bottom: 1px solid #fe9900
}

.page--box-materials-desktop tbody td {
    line-height: 2.5;
    font-size: 13px;
    font-weight: 500;
    color: #263238;
    text-align: center;
    text-transform: uppercase
}

.page--box-materials-desktop tbody td a {
    border-bottom: 1px solid #263238;
    color: #263238;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.page--box-materials-desktop tbody td a:active,
.page--box-materials-desktop tbody td a:focus,
.page--box-materials-desktop tbody td a:hover {
    border-bottom: 1px solid #fe9900;
    color: #fe9900
}

.page--box-materials-desktop tbody td.rowspan {
    font-weight: 500
}

.page--box-materials-desktop td.id,
.page--box-materials-desktop th.id {
    width: 8%;
    padding: 0 10px
}

.page--box-materials-desktop td.codice,
.page--box-materials-desktop th.codice {
    width: 8%
}

.page--box-materials-desktop td.desc,
.page--box-materials-desktop th.desc {
    width: 25%
}

.page--box-materials-desktop td.sha,
.page--box-materials-desktop th.sha {
    width: 8%
}

.page--box-materials-desktop td.cert,
.page--box-materials-desktop th.cert {
    width: 17%
}

.page--box-materials-desktop td.cert.cert-flex,
.page--box-materials-desktop th.cert.cert-flex {
    width: 100%;
    min-height: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.page--box-materials-desktop td.cert.cert-flex a,
.page--box-materials-desktop th.cert.cert-flex a {
    line-height: 1.25
}

.page--box-materials-desktop td.prod,
.page--box-materials-desktop th.prod {
    width: 27%
}

.page--box-materials-desktop td.check,
.page--box-materials-desktop th.check {
    width: 7%;
    text-align: center;
    padding: 10px 0
}

.page--box-materials-desktop td.check input,
.page--box-materials-desktop th.check input {
    margin: 0 auto;
    left: auto
}

.page--box-materials-desktop td.check .plus-toggle,
.page--box-materials-desktop th.check .plus-toggle {
    margin: 0 auto
}

.page--box-materials-desktop .materials-table--inner thead .tr-materials:active,
.page--box-materials-desktop .materials-table--inner thead .tr-materials:focus,
.page--box-materials-desktop .materials-table--inner thead .tr-materials:hover {
    cursor: pointer
}

.page--box-materials-desktop .materials-table--inner thead th {
    background: #fe9900;
    color: #263238;
    text-transform: uppercase;
    padding: 10px
}

.page--box-materials-desktop .materials-table--inner .icon-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.page--box-materials-desktop .materials-table--inner .icon-wrap .icon {
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 12px
}

.plus-toggle {
    display: block;
    width: 16px;
    height: 16px;
    position: relative
}

.plus-toggle:after,
.plus-toggle:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-left: 0;
    left: 0
}

.plus-toggle:before {
    background: url(../img/noline-ICN-minus.svg);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important
}

.plus-toggle:after {
    background: url(../img/noline-ICN-minus.svg);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transform: rotate(0)
}

.collapsed .plus-toggle:after,
.plus-toggle.collapsed:after {
    transform: rotate(90deg)
}

.page--box-materials-compare {
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end
}

@media(min-width:768px) {
    .page--box-materials-desktop tbody td {
        font-size: 12px
    }

    .page--box-points {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-around
    }
}

.page--box-point {
    margin-top: 0;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.page--box-point:last-child {
    margin-bottom: 0
}

.page--box-point-image {
    width: 75px;
    height: auto;
    display: block;
    position: relative;
    padding-right: 15px
}

@media(min-width:768px) {
    .page--box-point {
        margin-bottom: 0;
        flex-direction: column;
        flex-basis: 1;
        flex-grow: 0
    }

    .page--box-point-image {
        padding-right: 0
    }
}

.page--box-point-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.page--box-point-content {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page--box-point-big,
.page--box-point-small {
    display: block;
    line-height: 1.25;
    color: #263238;
    font-weight: 500;
    text-align: center
}

.page--box-point-big {
    font-size: 30px
}

.page--box-point-big small {
    font-size: .5em
}

@media(min-width:768px) {
    .page--box-point-content {
        padding-left: 0
    }

    .page--box-point-big {
        font-size: 36px
    }

    .page--box-point-small {
        max-width: 100px
    }
}

@media(min-width:992px) {
    .page--box-point-big {
        font-size: 42px
    }

    .page--box-point-small {
        max-width: 150px
    }
}

.page--box-point-small {
    font-size: 13px
}

.hide-intro .page--box-preview-spacer,
.page--box.mr-md-auto .page--box-preview-spacer {
    margin-right: auto
}

.page--box-preview-select,
.page--box-preview-textarea {
    margin-top: 0;
    margin-bottom: 30px
}

.page--box-preview-preview {
    margin-top: 0;
    margin-bottom: -30px
}

@media(min-width:768px) {
    .page--box.ml-md-auto .page--box-preview-spacer .page--box-preview-preview .preview {
        left: auto;
        right: 67.5%
    }

    .hide-intro .page--box-preview-spacer .page--box-preview-preview .preview,
    .page--box.mr-md-auto .page--box-preview-spacer .page--box-preview-preview .preview {
        left: 67.5%;
        right: auto
    }

    .page--box-preview-preview {
        position: relative;
        padding-bottom: 60px
    }
}

@media(min-width:992px) {
    .page--box-preview-preview {
        padding-bottom: 75px
    }
}

.page--box-preview-preview .preview {
    width: 180%;
    position: relative;
    left: -40%
}

@media(min-width:768px) {
    .page--box-preview-preview .preview {
        width: 140%;
        position: absolute;
        top: -15px
    }
}

.page--box-range:after,
.page--box-range:before {
    width: 10px;
    right: -1px;
    height: 3px;
    background: #fe9900;
    z-index: -1;
    content: ""
}

.page--box-preview-preview .preview .svg-wrapper {
    padding-top: 22.5643564356436%
}

.page--box-spedizione-table table tbody td,
.page--box-spedizione-table table thead th,
.page--box-table thead th,
.page--box-tablestatic-table table tbody td,
.page--box-tablestatic-table table thead th {
    padding: 15px
}

.page--box-preview-preview #preview-bg {
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.page--box-range {
    position: relative
}

html.ie .page--box-range {
    display: none
}

.page--box-range:before {
    display: block;
    position: absolute;
    bottom: 10px;
    transform: rotate(45deg)
}

.page--box-range:after {
    display: block;
    position: absolute;
    bottom: 4px;
    transform: rotate(-45deg)
}

.page--box-range .output-wrap output,
.page--box-range .output-wrap span {
    line-height: 1;
    font-family: Yekan, tahoma, sans-serif;
    -webkit-text-stroke-width: 1px;
    font-size: 35px;
    font-weight: 500;
    color: #fe9900;
    -webkit-text-stroke-color: #fe9900;
    -webkit-text-fill-color: rgba(254, 153, 0, .2)
}

@media(min-width:768px) {

    .page--box-range .output-wrap output,
    .page--box-range .output-wrap span {
        -webkit-text-stroke-width: 2px;
        font-size: 67.5px
    }
}

@media(min-width:992px) {

    .page--box-range .output-wrap output,
    .page--box-range .output-wrap span {
        font-size: 100px
    }
}

.page--box-range input[type=range] {
    width: 100%;
    height: 3px;
    border: 0;
    background: #fe9900;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.page--box-range input[type=range]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    background: #0d47a1;
    border-radius: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

html.edge .page--box-range input[type=range]::-webkit-slider-thumb {
    background: #fe9900
}

.page--box-range input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    background: #0d47a1;
    border-radius: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

html.edge .page--box-range input[type=range]::-moz-range-thumb {
    background: #fe9900
}

.page--box-range input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    background: #0d47a1;
    border-radius: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.page--box-spedizione-table table tbody tr,
.page--box-spedizione-table table thead tr {
    border-bottom: 1px solid #fe9900
}

html.edge .page--box-range input[type=range]::-ms-thumb {
    background: #fe9900
}

.page--box-range .input-thumb {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: rgba(254, 153, 0, .5);
    border-radius: 100%;
    z-index: -1
}

.page--box-range .range-label {
    position: absolute;
    right: 0;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #263238
}

.page--box-spedizione-table {
    max-width: 100%;
    overflow-x: auto;
    position: relative
}

@media(min-width:992px) {
    .page--box-spedizione-table {
        overflow-x: visible
    }
}

.page--box-spedizione-table table {
    width: 100%;
    height: auto;
    max-width: none;
    overflow-x: auto
}

html.ie .page--box-spedizione-table table {
    table-layout: fixed
}

.page--box-spedizione-table table thead th p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #263238;
    text-align: center
}

.page--box-spedizione-table table tbody tr:last-child {
    border-bottom: 0
}

.page--box-table tbody tr,
.page--box-table thead tr {
    border-bottom: 1px solid #fe9900
}

.page--box-spedizione-table table tbody td p {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #263238;
    text-align: center
}

@media(min-width:768px) {
    .page--box-spedizione-table table tbody td p {
        font-size: 15px
    }
}

.page--box-spedizione-feature .feature-icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto
}

.page--box-spedizione-feature .feature-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.page--box-spedizione-feature .feature-circle {
    width: 40px;
    height: 40px;
    display: block;
    background: #fe9900;
    border-radius: 100%
}

.page--box-spedizione-feature .feature-label {
    position: relative;
    top: 3px;
    left: -15px;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    color: #263238;
    text-transform: uppercase
}

.page--box-spedizione-content .content-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.page--box-spedizione-content .content-text {
    max-width: calc(100% - 20px)
}

.page--box-spedizione-content .content-relative {
    position: relative
}

.page--box-spedizione-content .content-icon {
    display: none
}

@media(min-width:992px) {
    .page--box-spedizione-content .content-icon {
        width: 20px;
        height: 20px;
        display: block
    }

    .page--box-spedizione-content .content-icon:hover {
        cursor: pointer
    }

    .page--box-spedizione-content .content-icon:hover circle {
        fill: #fe9900
    }

    .page--box-spedizione-content .content-icon:hover path {
        fill: #fff
    }

    .page--box-spedizione-content .content-icon:hover~.content-image {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    .page--box-spedizione-content .content-icon circle,
    .page--box-spedizione-content .content-icon path {
        transition-property: all;
        transition-duration: .4s;
        transition-timing-function: cubic-bezier(.165, .84, .44, 1)
    }
}

.home--box-front,
.home--box-more-wrap,
.home--box-rear,
.home--box-text p,
.home--box-text>div,
.home--box-title,
.home--box-title>div>div,
.page--box-spedizione-content .content-image {
    visibility: hidden;
    opacity: 0
}

.page--box-spedizione-content .content-image {
    width: 240px;
    height: 240px;
    position: absolute;
    bottom: 30px;
    right: -120px;
    pointer-events: none;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.page--box-spedizione-content .content-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.page--box-subtitle {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.25;
    font-size: 16px;
    font-weight: 700;
    color: #263238
}

@media(min-width:768px) {
    .page--box-subtitle {
        margin-bottom: 30px;
        font-size: 23px
    }
}

@media(min-width:992px) {
    .page--box-subtitle {
        margin-bottom: 30px;
        font-size: 30px
    }
}

.page--box-table {
    position: relative
}

.page--box-table table {
    width: 100%;
    height: auto;
    max-width: none;
    overflow-x: auto
}

html.ie .page--box-table table {
    table-layout: fixed
}

.page--box-table thead th {
    line-height: 2.5;
    font-size: 13px;
    font-weight: 700;
    color: #263238;
    text-align: center
}

@media(min-width:768px) {
    .page--box-table thead th {
        font-size: 14.5px
    }
}

@media(min-width:992px) {
    .page--box-table thead th {
        font-size: 16px
    }
}

.page--box-table tbody tr:last-child {
    border-bottom: 0
}

.page--box-tablestatic-table table tbody tr,
.page--box-tablestatic-table table thead tr,
.tease {
    border-bottom: 1px solid #fe9900
}

.page--box-table tbody td {
    line-height: 2.5;
    font-size: 13px;
    font-weight: 500;
    color: #263238;
    text-align: center
}

@media(min-width:768px) {
    .page--box-table tbody td {
        font-size: 14.5px
    }
}

.page--box-tablestatic-table {
    max-width: 100%;
    overflow-x: auto;
    position: relative
}

@media(min-width:992px) {
    .page--box-table tbody td {
        font-size: 16px
    }

    .page--box-tablestatic-table {
        overflow-x: visible
    }
}

.page--box-tablestatic-table table {
    width: 100%;
    height: auto;
    max-width: none;
    overflow-x: auto
}

html.ie .page--box-tablestatic-table table {
    table-layout: fixed
}

.page--box-tablestatic-table table thead th p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #263238;
    text-align: center;
    text-transform: uppercase
}

@media(min-width:768px) {
    .page--box-tablestatic-table table thead th p {
        font-size: 15px
    }
}

.page--box-tablestatic-table table thead th p sup {
    color: #fe9900
}

.page--box-tablestatic-table table tbody tr:last-child {
    border-bottom: 0
}

.page--box-tablestatic-table table tbody td p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    color: #263238;
    text-align: center
}

@media(min-width:768px) {
    .page--box-tablestatic-table table tbody td p {
        font-size: 15px
    }
}

.page--box-tablestatic-table table tbody td p big {
    font-size: 2em
}

.page--box-tablestatic-table .static-icon {
    width: 80px;
    height: 80px;
    display: block
}

.page--box-title {
    width: 200%;
    margin-top: -47.5px;
    margin-bottom: 30px;
    margin-left: -15px;
    line-height: 1;
    font-family: Yekan, tahoma, sans-serif;
    -webkit-text-stroke-width: 1px;
    font-size: 35px;
    font-weight: 500;
    color: #fe9900;
    -webkit-text-stroke-color: #fe9900;
    -webkit-text-fill-color: rgba(254, 153, 0, .2);
    opacity: 0
}

@media(min-width:768px) {
    .page--box-title {
        -webkit-text-stroke-width: 2px
    }
}

.about-title,
.home--box-title {
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: rgba(13, 71, 161, .5);
    font-family: Yekan, tahoma, sans-serif
}

.hide-intro .page--box-title {
    margin-bottom: 15px
}

@media(min-width:768px) {
    .hide-intro .page--box-title {
        margin-bottom: 30px
    }

    .page--box-title {
        margin-top: -78.75px;
        margin-left: -30px;
        font-size: 67.5px
    }
}

.page--box-title>div>div {
    opacity: 0
}

.barba-container.home {
    overflow: hidden;
    position: relative
}

.home--box,
.home--box-content,
.home--box-shape {
    position: absolute;
    top: 0
}

.home--box {
    width: 100%;
    height: 100%;
    left: 0;
    pointer-events: none
}

#home--box-1 {
    pointer-events: auto
}

.home--box-shape {
    width: 160%;
    height: 100vh;
    left: -30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media(min-width:768px) {
    .home--box-shape {
        width: 122%;
        left: -11%
    }
}

@media(min-width:992px) {
    .hide-intro .page--box-title {
        margin-bottom: 45px
    }

    .page--box-title {
        margin-top: -110px;
        margin-left: -45px;
        font-size: 100px
    }

    .home--box-shape {
        width: 105%;
        left: -2.5%
    }
}

.home--box-content {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 15000
}

.home--box-content>.container,
.home--box-content>.container>.row {
    height: 100%
}

.home--box-flex {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.home--box-title-wrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.home--box-title {
    line-height: 1;
    font-size: 65px !important;
    font-weight: 500;
    color: #0d47a1;
    perspective: 500px
}

@media(min-width:768px) {
    .home--box-title-wrap {
        margin-bottom: 30px
    }

    .home--box-title {
        -webkit-text-stroke-width: 2px;
        font-size: 80px
    }
}

@media(min-width:992px) {
    .home--box-title {
        font-size: 115px
    }
}

@media(min-width:1200px) {
    .home--box-shape {
        width: 100%;
        left: 0
    }

    .home--box-title {
        font-size: 150px
    }
}

.home--box-title>div>div {
    perspective: 0
}

.home--box-text-wrap {
    display: none
}

@media(min-width:768px) {
    .home--box-text-wrap {
        width: 100%;
        margin-top: 0;
        margin-bottom: 45px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end
    }
}

.home--box-text {
    max-width: 430px
}

.home--box-text p {
    color: #0d47a1;
    text-align: right
}

.home--box-more-wrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.bubbles-wrap {
    position: relative
}

.bubbles-list {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    flex-direction: column
}

.bubbles-list .bubbles {
    margin-left: 0;
    margin-bottom: 15px
}

.bubbles-list .bubbles-link {
    position: relative;
    color: #0d47a1;
    font-size: 16px;
    pointer-events: none
}

.bubbles-list .bubbles-link span {
    position: relative;
    z-index: 1;
    opacity: 0;
    font-size: 16px
}

@media(min-width:768px) {
    .bubbles-list {
        flex-direction: row;
        align-items: center
    }

    .bubbles-list .bubbles {
        margin-left: 30px;
        display: inline-block;
        margin-bottom: 0
    }

    .bubbles-list .bubbles-link span {
        font-size: 18px
    }
}

.bubbles-list .bubbles-link .bubble {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fe9900;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 0
}

#mapid,
.acf-map {
    width: 100%;
    height: 100%
}

.section-contatti {
    margin-top: 120px
}

@media(min-width:768px) {
    .section-contatti {
        margin-top: 210px
    }
}

@media(min-width:992px) {
    .section-contatti {
        margin-top: 300px
    }
}

.section-contatti .page--box-form {
    opacity: 0
}

.section-contatti--spacer {
    margin-top: 120px;
    margin-bottom: 120px
}

@media(min-width:768px) {
    .section-contatti--spacer {
        margin-top: 40vh;
        margin-bottom: 40vh
    }
}

.page--intro-content.contacts .contatti--departments,
.page--intro-content.contacts .page--box-form {
    opacity: 1
}

.page--intro-content.contacts .page--box-form h4 {
    margin-bottom: 30px
}

.page--intro-content.contacts .page--box-form .gform_fields {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem
}

.page--intro-content.contacts .page--box-form .gfmc-column {
    margin-right: 0
}

.acf-map {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.contatti--contacts {
    margin-top: 30px;
    margin-bottom: 0
}

@media(min-width:768px) {
    .page--intro-content.contacts .page--box-form .gform_fields {
        grid-template-columns: 1fr 1fr
    }

    .contatti--contacts {
        margin-top: 45px
    }
}

@media(min-width:992px) {
    .contatti--contacts {
        margin-top: 60px
    }
}

.contatti--contact {
    margin-top: 0;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.contatti--contact:last-child {
    margin-bottom: 0
}

.contatti--contact-icon {
    width: 40px;
    height: 40px
}

@media(min-width:768px) {
    .contatti--contact {
        margin-bottom: 0
    }

    .contatti--contact-icon {
        width: 50px;
        height: 50px
    }
}

.contatti--contact-content {
    margin: 0 0 0 15px
}

.contatti--contact-content p {
    margin: 0;
    line-height: 1.5;
    font-weight: 500
}

.contatti--contact-content a {
    font-size: 20px
}

@media(min-width:768px) {
    .contatti--contact-content a {
        font-size: 22.5px
    }
}

@media(min-width:992px) {
    .contatti--contact-icon {
        width: 60px;
        height: 60px
    }

    .contatti--contact-content a {
        font-size: 25px
    }
}

.contatti--departments {
    margin-top: 30px;
    margin-bottom: 0;
    opacity: 1
}

.contatti--departments .contatti--department {
    opacity: 0
}

@media(min-width:768px) {
    .contatti--departments {
        margin-top: 60px
    }
}

.contatti--department {
    margin-top: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.contatti--department p,
.contatti--department p:after,
.contatti--department p:before {
    display: inline-block;
    vertical-align: bottom
}

.contatti--department:last-child {
    margin-bottom: 0
}

@media(min-width:768px) {
    .contatti--department {
        flex-direction: row;
        align-items: flex-end;
        margin-bottom: 15px
    }
}

.contatti--department p {
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 1.5
}

.contatti--department p:before {
    content: "";
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: -10px;
    background: #fe9900;
    border-radius: 100%;
    z-index: -1
}

@media(min-width:768px) {
    .contatti--department p:before {
        width: 25px;
        height: 25px
    }
}

@media(min-width:992px) {
    .contatti--department p:before {
        width: 30px;
        height: 30px
    }
}

.contatti--department p:after {
    content: " : ";
    margin-left: 5px;
    margin-right: 5px
}

.contatti--department a {
    position: relative;
    z-index: 1;
    font-weight: 500;
    color: #263238
}

.contatti--department a:after {
    content: "";
    display: block;
    width: 105%;
    height: 80%;
    position: absolute;
    top: 60%;
    left: -2.5%;
    background: #fe9900;
    z-index: -1
}

.contatti--address {
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

@media(min-width:768px) {
    .contatti--address {
        margin-top: 60px
    }
}

.contatti--address-icon {
    width: 40px;
    height: 40px
}

@media(min-width:768px) {
    .contatti--address-icon {
        width: 50px;
        height: 50px
    }
}

@media(min-width:992px) {
    .contatti--address {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .contatti--address-icon {
        width: 60px;
        height: 60px
    }
}

.contatti--address-content {
    margin: 0 0 0 15px
}

.contatti--address-content p {
    margin: 0;
    line-height: 1.5;
    font-weight: 500
}

.contatti--address-content p:last-child {
    font-size: 17px;
    font-weight: 500;
    color: #263238
}

@media(min-width:768px) {
    .contatti--address-content p:last-child {
        font-size: 22.5px
    }
}

.contatti--map {
    margin-top: 30px;
    margin-bottom: 0
}

@media(min-width:768px) {
    .contatti--map {
        margin-top: 45px
    }
}

.contatti--map .acf-map {
    width: 100%;
    height: 0;
    padding-bottom: 64%;
    position: relative;
    overflow: hidden
}

@media(min-width:992px) {
    .contatti--address-content p:last-child {
        font-size: 25px
    }

    .contatti--map {
        position: relative
    }

    .contatti--map .acf-map {
        width: 50%;
        padding-bottom: 32%;
        position: absolute;
        margin-top: -25%;
        margin-left: 70%
    }
}

@media(min-width:1200px) {
    .contatti--map .acf-map {
        width: 62%;
        padding-bottom: 39.68%;
        margin-top: -27.5%
    }
}

.contatti--distances {
    margin-top: 30px;
    margin-bottom: 0
}

@media(min-width:768px) {
    .contatti--distances {
        margin-top: 45px
    }
}

@media(min-width:992px) {
    .contatti--distances {
        margin-top: 60px
    }
}

.contatti--distance {
    margin-top: 0;
    margin-bottom: 15px
}

.contatti--distance:last-child {
    margin-bottom: 0
}

.contatti--distance p {
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
    line-height: 1.5
}

.contatti--distance p:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: -10px;
    background: #fe9900;
    border-radius: 100%;
    z-index: -1
}

@media(min-width:768px) {
    .contatti--distance p:before {
        width: 25px;
        height: 25px
    }
}

@media(min-width:992px) {
    .contatti--distance p:before {
        width: 30px;
        height: 30px
    }
}

.barba-container.contatti #footer {
    opacity: 1;
    visibility: visible;
    position: relative
}

.barba-container.contatti #footer .footer-parag,
.barba-container.contatti #footer .think-big {
    opacity: 1
}

.barba-container.about .barba-inner {
    position: relative;
    z-index: 15000
}

.about-icon--wrap {
    position: relative;
    left: -25px;
    margin-bottom: 30px;
    width: 80px;
    height: 80px
}

@media(min-width:768px) {
    .about-icon--wrap {
        position: absolute;
        left: -70px;
        top: 40px;
        width: 90px;
        height: 90px
    }
}

@media(min-width:992px) {
    .about-icon--wrap {
        width: 120px;
        height: 120px;
        left: -95px;
        top: 35px
    }
}

.page--box-subtitle.about {
    position: absolute;
    margin-top: 30px;
    margin-left: 80px
}

.page--box-subtitle.about.no-absolute {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px
}

.page--intro-content.about {
    padding-top: 20px;
    text-align: center
}

@media(min-width:768px) {
    .page--box-subtitle.about {
        position: relative;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 40px
    }

    .page--intro-content.about .about-icon--wrap {
        top: 60px;
        left: -25px;
        width: 90px;
        height: 90px
    }

    .about-title {
        -webkit-text-stroke-width: 2px
    }
}

.about-title {
    line-height: 1;
    font-size: 38px;
    font-weight: 500;
    color: #0d47a1;
    perspective: 500px;
    margin-bottom: 0;
    opacity: 0
}

.about-title .anim {
    display: inline
}

@media(min-width:768px) {
    .about-title {
        font-size: 58px
    }
}

@media(min-width:992px) {
    .page--intro-content.about .about-icon--wrap {
        top: 75px;
        left: -35px;
        width: 120px;
        height: 120px
    }

    .about-title {
        font-size: 81px
    }
}

.about-subtitle {
    font-size: 14px;
    margin-left: 20px;
    display: inline-block;
    opacity: 0
}

@media(min-width:768px) {
    .about-subtitle {
        font-size: 16px;
        margin-left: 40px
    }
}

@media(min-width:992px) {
    .about-subtitle {
        margin-left: 60px
    }
}

.about-row {
    margin-bottom: 20px
}

.about-row.row-2 {
    margin-left: 40px
}

@media(min-width:768px) {
    .about-row.row-2 {
        margin-left: 90px
    }
}

.counter-wrap {
    padding: 20px 0
}

.since {
    font-size: 12px;
    text-align: right;
    display: block
}

@media(min-width:768px) {
    .since {
        font-size: 14px
    }
}

@media(min-width:992px) {
    .about-row {
        margin-bottom: 40px
    }

    .about-row.row-2 {
        margin-left: 100px
    }

    .since {
        font-size: 15px
    }
}

.counter {
    text-align: center
}

.counter .n {
    display: inline-block;
    width: 50px;
    height: 80px;
    position: relative
}

@media(min-width:768px) {
    .counter .n {
        width: 70px;
        height: 90px;
        margin: 0 3px
    }
}

@media(min-width:992px) {
    .counter .n {
        width: 90px;
        height: 120px;
        margin: 0 4px
    }
}

.counter .n:after,
.counter .n:before {
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: #707070;
    position: absolute;
    top: 50%;
    z-index: 4000;
    transform: translate(0, -50%)
}

.counter .n:before {
    left: 5px
}

.counter .n:after {
    right: 5px
}

.counter .n .c-bottom>.num,
.counter .n .c-top>.num {
    font-size: 42px;
    position: relative;
    font-family: Yekan, tahoma, sans-serif;
    font-weight: 400;
    color: #263238;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #263238;
    -webkit-text-stroke-color: #fe9900;
    -webkit-text-fill-color: rgba(254, 153, 0, .4)
}

@media(min-width:768px) {

    .counter .n .c-bottom>.num,
    .counter .n .c-top>.num {
        -webkit-text-stroke-width: 2px;
        font-size: 46px
    }
}

@media(min-width:992px) {

    .counter .n:after,
    .counter .n:before {
        width: 5px;
        height: 15px
    }

    .counter .n .c-bottom>.num,
    .counter .n .c-top>.num {
        font-size: 64px
    }
}

.counter .n>.shadow {
    display: block;
    width: 50px;
    height: 80px;
    box-shadow: 0 2px 4px 0 rgba(38, 50, 56, .1) !important;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 14px
}

@media(min-width:768px) {
    .counter .n>.shadow {
        width: 70px;
        height: 90px
    }
}

@media(min-width:992px) {
    .counter .n>.shadow {
        width: 90px;
        height: 120px
    }
}

.counter .n .from.c-top {
    z-index: 2
}

.counter .n .from.c-bottom {
    z-index: 1
}

.counter .n .from.c-bottom .shadow {
    display: block;
    z-index: 2;
    width: 50px;
    height: 40px;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, .3) 0);
    overflow: hidden;
    left: 0;
    position: absolute
}

@media(min-width:768px) {
    .counter .n .from.c-bottom .shadow {
        width: 70px;
        height: 45px
    }
}

@media(min-width:992px) {
    .counter .n .from.c-bottom .shadow {
        width: 90px;
        height: 60px
    }
}

.counter .n .to.c-top {
    z-index: 1
}

.counter .n .to.c-top .shadow {
    display: block;
    z-index: 2;
    width: 50px;
    height: 40px;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
    overflow: hidden;
    left: 0;
    position: absolute
}

.counter .n .c-bottom,
.counter .n .c-top {
    background: #eee;
    position: absolute;
    display: block;
    left: 0;
    overflow: hidden
}

@media(min-width:768px) {
    .counter .n .to.c-top .shadow {
        width: 70px;
        height: 45px
    }
}

@media(min-width:992px) {
    .counter .n .to.c-top .shadow {
        width: 90px;
        height: 60px
    }
}

.counter .n .to.c-bottom {
    z-index: 2
}

.counter .n .c-top {
    width: 50px;
    height: 40px;
    border-radius: 14px 14px 0 0;
    top: 0;
    z-index: 1
}

.counter .n .c-top>.num {
    top: 10px
}

@media(min-width:768px) {
    .counter .n .c-top {
        width: 70px;
        height: 45px
    }

    .counter .n .c-top>.num {
        top: 13px
    }
}

@media(min-width:992px) {
    .counter .n .c-top {
        width: 90px;
        height: 60px
    }

    .counter .n .c-top>.num {
        top: 15px
    }
}

.counter .n .c-bottom {
    width: 50px;
    height: 40px;
    border-radius: 0 0 14px 14px;
    top: 50%
}

.card,
.single-article {
    border-radius: 0 50px 0 0
}

.counter .n .c-bottom>.num {
    top: -30px
}

@media(min-width:768px) {
    .counter .n .c-bottom {
        width: 70px;
        height: 45px
    }

    .counter .n .c-bottom>.num {
        top: -32px
    }
}

@media(min-width:992px) {
    .counter .n .c-bottom {
        width: 90px;
        height: 60px
    }

    .counter .n .c-bottom>.num {
        top: -45px
    }
}

.counter .n .c-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(38, 50, 56, .15);
    z-index: 11
}

.card,
.card--image-wrap {
    position: relative;
    width: 100%
}

.card {
    background: #fff;
    color: #263238;
    margin-bottom: 2rem;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    display: block
}

.card--date,
.card--title {
    margin-bottom: .5rem;
    font-weight: 500
}

.card--content .read-more,
.card--date {
    display: none
}

.card:hover {
    background: #dbe4f1;
    box-shadow: 0 0 10px rgba(38, 50, 56, .5)
}

.card.card-blog-small {
    text-align: left
}

.card--image-wrap {
    height: 0;
    padding-top: 100%
}

.card--image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card--title a {
    color: #263238
}

.card--content p {
    font-size: .85rem
}

@media(min-width:768px) {
    .card--content p {
        font-size: 1rem
    }
}

.card--categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

@media(min-width:992px) {
    .card--categories {
        margin-bottom: 0
    }
}

.card--categories .cat-tag {
    color: #263238;
    font-size: .85rem;
    background: #eee;
    display: inline-block;
    padding: 4px 8px;
    margin-right: 10px;
    margin-bottom: 1rem;
    font-weight: 500
}

.box-sidebar,
.single-article {
    background: #fff;
    box-shadow: 0 0 10px rgba(38, 50, 56, .2);
    position: relative
}

@media(min-width:992px) {
    .card--categories .cat-tag {
        margin-bottom: 0
    }

    .single-article .article-header--meta {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.section-wrapper.single {
    margin-top: 4rem
}

.section-wrapper.single .single-wrap {
    margin-bottom: 2rem
}

@media(min-width:768px) {
    .section-wrapper.single {
        margin-top: 8rem
    }

    .section-wrapper.single .single-wrap {
        margin-bottom: 4rem
    }
}

.single-article {
    color: #263238;
    padding: 30px;
    margin-bottom: 2rem;
    width: 100%
}

@media(min-width:768px) {
    .single-article {
        padding: 30px 45px
    }
}

.single-article .article-header {
    margin-bottom: 1rem
}

.single-article .article-header--meta {
    margin-bottom: 2rem
}

.single-article .article-header--date {
    font-weight: 500;
    margin-bottom: 1rem;
    display: none
}

@media(min-width:992px) {
    .single-article .article-header--date {
        margin: 0
    }
}

.single-article .article-header--categories {
    display: flex
}

.single-article .article-header--categories .cat-tag {
    color: #263238;
    font-size: .85rem;
    background: #eee;
    display: inline-block;
    padding: 4px 8px;
    font-weight: 500;
    margin-left: 0;
    margin-right: 5px
}

.single-article .article-body h1,
.single-article .article-body h2,
.single-article .article-body h3,
.single-article .article-body h4,
.single-article .article-body h5,
.single-article .article-body h6 {
    margin-top: 1rem;
    font-size: 1.5rem;
    margin-bottom: .5rem
}

.single-article .article-body li,
.single-article .article-body p {
    font-size: .85rem
}

@media(min-width:768px) {

    .single-article .article-body li,
    .single-article .article-body p {
        font-size: 1rem
    }
}

.single-article .article-body ul li {
    list-style: disc inside
}

.single-article .article-body blockquote {
    background: #dbe4f1;
    padding: 1.5rem;
    border-left: 2px solid #0d47a1;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.single-article .article-body blockquote p {
    font-style: italic
}

.single-article .article-body blockquote p:last-child {
    margin: 0
}

.single-article .article-body a {
    color: #263238;
    text-decoration: underline
}

.single-article .article-body legend {
    font-size: .75rem
}

.single-article .article-body .tablepress thead th {
    background: #0d47a1;
    color: #fff;
    border: none
}

#breadcrumbs a,
.box-sidebar,
.go-back,
.tease h4 a {
    color: #263238
}

.single-article .article-body img.aligncenter {
    margin: 0 auto
}

.single-article .article-body img.size-full {
    width: 100%;
    display: block;
    height: auto
}

@media(min-width:768px) {
    .single-article .article-body legend {
        font-size: .85rem
    }

    .single-article .article-body img.size-full {
        width: 80%
    }
}

.single-article .article-body figure {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100% !important
}

.mc-logo,
.single-article .article-body figure.aligncenter {
    margin: 0 auto 1rem
}

@media(min-width:768px) {
    .single-article .article-body figure {
        width: 80% !important
    }
}

.single-article .article-body figure img,
.single-article .article-body figure img.size-full {
    width: 100%
}

.single-article .article-body figure figcaption {
    font-size: .85rem
}

.single-article .article-h1 {
    margin-bottom: 1rem
}

.single-article .single--image-wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 2rem
}

.single-article .single--image-wrap img {
    width: 100%;
    height: auto;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.go-back {
    background: 0 0;
    border: none;
    -webkit-appearance: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    padding: 0;
    width: auto
}

.go-back .svg-wrapper {
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    margin-right: 1rem
}

#corona,
#corona>.container,
#corona>.container>.row {
    height: 100%
}

#breadcrumbs span {
    font-size: .85rem
}

#breadcrumbs a:hover {
    text-decoration: underline
}

.related--wrap {
    margin-bottom: 4rem
}

@media(min-width:768px) {
    .related--wrap {
        margin-bottom: 4rem
    }
}

.related--wrap .related--title {
    margin-bottom: 1rem
}

.related--wrap .item-related {
    display: none;
    width: 100%;
    padding: 0 30px 0 0
}

.related--wrap .gallery-related.flickity-enabled .item-related,
.related--wrap .item-related:first-child {
    display: block
}

.related--wrap .item-related .card {
    margin: 15px
}

.related--wrap .item-related .card .cat-tag {
    margin-bottom: 1rem
}

.related--wrap .item-related .card .cat-tag:last-child {
    margin: 0
}

@media(min-width:768px) {
    .related--wrap .item-related {
        width: 50%
    }
}

@media(min-width:992px) {
    .related--wrap .item-related {
        width: 33%
    }
}

.box-sidebar,
.box-sidebar.mailchimp #mc-embedded-subscribe,
.box-sidebar.mailchimp .clear,
.box-sidebar.mailchimp .mc-field-group {
    width: 100%
}

.related--wrap .gallery-related {
    padding: 0;
    position: relative;
    left: -15px
}

.box-sidebar {
    padding: 30px 30px 40px;
    border-radius: 0 50px 0 0;
    margin-bottom: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.box-sidebar.blue {
    background: #0d47a1;
    color: #fff
}

.box-sidebar .btn {
    color: #fff
}

.box-sidebar.mailchimp #mc_embed_signup_scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.box-sidebar.mailchimp label {
    color: #fff;
    font-size: .85rem
}

.box-sidebar.mailchimp .clear {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.box-sidebar.mailchimp .mc-field-group .email {
    margin-bottom: 1rem;
    color: #fff
}

.box-sidebar.mailchimp #mce-success-response {
    margin-bottom: 1rem;
    font-weight: 700;
    color: #fff
}

@media(min-width:768px) {
    .box-sidebar {
        padding: 30px 30px 45px
    }
}

.box-sidebar .cat-tag {
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    margin: 0 5px 1rem
}

.box-sidebar .cat-tag:hover {
    background: #dbe4f1
}

.box-sidebar--title {
    margin-bottom: 1rem
}

.box-sidebar--title.recent {
    padding-top: 1rem;
    margin-bottom: 2rem
}

.box-sidebar--content {
    margin-bottom: 1rem
}

.box-sidebar--content p {
    font-size: 1rem
}

.mc-logo {
    display: block;
    width: 60%
}

.mc-logo .svg-wrapper {
    padding-top: 26%
}

.section-search {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .section-search {
        margin-bottom: 90px
    }
}

.search--intro {
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width:992px) {
    .search--box {
        padding-top: 60px
    }

    .section-search {
        margin-bottom: 120px
    }

    .search--intro {
        padding-top: 90px
    }

    .search--title {
        font-size: 121px
    }
}

@media(min-width:1200px) {
    .search--intro {
        padding-top: 120px
    }
}

.search--title {
    margin-top: 0;
    margin-left: 0
}

.search--subtitle {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 10px
}

@media(min-width:768px) {
    .search--subtitle {
        font-size: 35px;
        margin-top: 0
    }
}

.search--parag p,
.search-count {
    font-size: 16px;
    font-weight: 500
}

.search--parag p {
    margin: 0
}

.search--form {
    padding-top: 15px
}

.search-count {
    margin-bottom: 30px;
    display: block
}

.tease {
    padding-bottom: 5px;
    margin-bottom: 20px
}

.tease:last-child {
    border: none;
    padding-bottom: 0
}

.tease h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px
}

.tease .read-more {
    color: #fe9900;
    font-weight: 500;
    border-bottom: 1px solid #fe9900
}

.tease p {
    font-weight: 500;
    font-size: 16px
}

.page-404 .page--intro-title {
    margin-left: 0
}

.page-404 .page--intro-subtitle {
    margin-bottom: 15px;
    opacity: 0
}

.page-404 .page--intro-subtitle>div>div {
    opacity: 0
}

.page-404 .page--intro-content {
    margin-bottom: 30px
}

.page-404 .btn-square {
    opacity: 0
}

#corona {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(38, 50, 56, .975);
    z-index: 18000;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

#corona.is-visible {
    pointer-events: auto
}

.corona--flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.corona--header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

@media(min-width:768px) {
    .corona--header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
}

.corona--header-title {
    display: none
}

.corona--header-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -30px;
    right: 15px;
    color: #fff
}

@media(min-width:768px) {
    .corona--header-title {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 2;
        font-weight: 700;
        color: #fff;
        font-size: 30px
    }

    .corona--header-close {
        position: static;
        top: auto;
        right: auto
    }
}

.corona--header-close line {
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    stroke: #fff
}

.corona--header-close:active line,
.corona--header-close:focus line,
.corona--header-close:hover line {
    stroke: #fe9900
}

.corona--content {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    background: #fff;
    padding: 0
}

.corona--content-inner {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    position: relative
}

.corona--content-inner .scroller {
    padding: 15px
}

@media(min-width:768px) {
    .corona--content-inner .scroller {
        padding: 25px
    }
}

.corona--content-inner p,
.corona--content-inner ul {
    font-size: .8rem;
    margin-bottom: .6rem
}

.corona--content-inner ul {
    list-style: disc inside
}

.corona--content-inner::-webkit-scrollbar {
    height: 5px;
    background: 0 0
}

.corona--content-inner::-webkit-scrollbar-track {
    height: 5px;
    background: #707070
}

.corona--content-inner::-webkit-scrollbar-thumb {
    height: 5px;
    background: #fe9900
}

.form-footer {
    background: #263238
}

.form-footer .form-footer--wrap {
    padding: 2rem 0
}

.form-footer .gform_wrapper {
    padding: 0 0 3rem
}

@media(min-width:768px) {
    .form-footer .gform_wrapper {
        padding: 0 0 1rem
    }
}

.form-footer .gform_wrapper .gfield_label {
    color: #fff
}

.form-footer .gform_wrapper .gform_footer {
    margin: 0;
    flex-direction: row-reverse
}

@media(min-width:768px) {
    .form-footer .gform_wrapper .gform_footer {
        justify-content: center
    }
}

@media(min-width:992px) {
    .form-footer .gform_wrapper .gform_fields {
        display: flex
    }

    .form-footer .gform_wrapper .gfmc-column {
        width: 33.333333%;
        padding: 0 30px 0 0
    }

    .form-footer .gform_wrapper .gform_footer {
        padding-right: 30px;
        position: relative;
        justify-content: flex-start
    }
}

.form-footer .gform_wrapper .gform_button {
    color: #fff
}

.form-footer .gform_wrapper .gform_button:after {
    border-color: #fff
}

.form-footer .gform_wrapper .textarea.medium {
    height: 121px
}

.form-footer .gform_wrapper .gform_ajax_spinner {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0
}

.form-footer .form-footer--title {
    color: #fff;
    margin-bottom: 2rem
}

@media(min-width:768px) {
    .form-footer .form-footer--title {
        margin-bottom: 1rem
    }
}

.form-footer .form-footer--social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1rem
}

.form-footer .form-footer--social .social {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #fff;
    margin-bottom: 15px;
    margin-left: 15px;
    border-radius: 100%
}