@charset "UTF-8";

/*!
 * @author Interactiv4 Team
 * @copyright Copyright © Interactiv4 (https://www.interactiv4.com)
 */

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans.eot);
    src: url(../fonts/OpenSans.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans.woff2) format("woff2"), url(../fonts/OpenSans.woff) format("woff"), url(../fonts/OpenSans.ttf) format("truetype"), url(../fonts/OpenSans.svg#OpenSans) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Semibold.eot);
    src: url(../fonts/OpenSans-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Semibold.woff2) format("woff2"), url(../fonts/OpenSans-Semibold.woff) format("woff"), url(../fonts/OpenSans-Semibold.ttf) format("truetype"), url(../fonts/OpenSans-Semibold.svg#OpenSans-Semibold) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Bold.eot);
    src: url(../fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSans-Bold.woff) format("woff"), url(../fonts/OpenSans-Bold.ttf) format("truetype"), url(../fonts/OpenSans-Bold.svg#OpenSans-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

*, :after, :before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    font-style: normal;
    line-height: inherit;
}

address, dl, ol, ul {
    margin-bottom: 1rem;
}

dl, ol, ul {
    margin-top: 0;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #000;
    background-color: transparent;
}

a, a:hover {
    text-decoration: none;
}

a:hover {
    color: #4d7100;
}

a:not([href]), a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    border-style: none;
}

img, svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

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

progress {
    vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.h1, h1 {
    font-size: 2rem;
}

.h2, h2 {
    font-size: 1.5rem;
}

.h3, h3 {
    font-size: 1.25rem;
}

.h4, h4 {
    font-size: 1.125rem;
}

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

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

.display-1 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
}

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

.display-2, .display-3 {
    font-weight: 300;
    line-height: 1.2;
}

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

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

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

.small, small {
    font-size: .625rem;
    font-weight: 400;
}

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

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

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

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

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

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@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;
    }
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        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-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

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

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

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

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

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

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

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

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

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

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

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

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

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

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

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

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

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

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

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

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

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

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

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

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

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

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

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

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

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

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

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

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

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

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

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

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

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

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

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

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

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

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

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

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

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

.table td, .table th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #999;
}

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

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

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

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

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

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

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

.table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(0,0,0,.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active, .table-active>td, .table-active>th, .table-hover .table-active:hover, .table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075);
}

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

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

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

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

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0,0%,100%,.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0,0%,100%,.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

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

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

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

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

select.form-control:focus::-ms-value {
    color: #000;
    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: .375rem 0;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.5;
    color: #000;
    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 {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

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

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

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

.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: .625rem;
    color: #80bc00;
}

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

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

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #80bc00;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2380BC00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #80bc00;
    box-shadow: 0 0 0 .2rem rgba(128,188,0,.25);
}

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

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

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #80bc00;
    box-shadow: 0 0 0 .2rem rgba(128,188,0,.25);
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #80bc00;
}

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

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color: #80bc00;
}

.custom-control-input.is-valid~.custom-control-label:before, .was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #80bc00;
}

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

.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 .2rem rgba(128,188,0,.25);
}

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

.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #80bc00;
    box-shadow: 0 0 0 .2rem rgba(128,188,0,.25);
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(253,33,16,.9);
    border-radius: 8px;
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #fd2110;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FD2110'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23FD2110' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #fd2110;
    box-shadow: 0 0 0 .2rem rgba(253,33,16,.25);
}

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #fd2110;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FD2110'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23FD2110' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #fd2110;
    box-shadow: 0 0 0 .2rem rgba(253,33,16,.25);
}

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

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

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

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

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

.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 .2rem rgba(253,33,16,.25);
}

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

.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #fd2110;
    box-shadow: 0 0 0 .2rem rgba(253,33,16,.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 {
        justify-content: center;
    }

    .form-inline .form-group, .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }

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

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

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

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

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        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: 600;
    color: #000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 11px 32px;
    font-size: .875rem;
    line-height: 24px;
    border-radius: 8px;
    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 (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

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

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

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

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

.btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38,38,38,.5);
}

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

.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(38,38,38,.5);
}

.btn-secondary {
    color: #212529;
    background-color: #8ed100;
    border-color: #8ed100;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #74ab00;
    border-color: #6b9e00;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(126,183,6,.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #8ed100;
    border-color: #8ed100;
}

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

.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(126,183,6,.5);
}

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

.btn-success.focus, .btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #669600;
    border-color: #5d8900;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(147,198,38,.5);
}

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

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5d8900;
    border-color: #557c00;
}

.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(147,198,38,.5);
}

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

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

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

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

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

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

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

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    color: #212529;
    background-color: #e78b03;
    border-color: #da8403;
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(219,141,23,.5);
}

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

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #da8403;
    border-color: #ce7c03;
}

.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(219,141,23,.5);
}

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

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    color: #fff;
    background-color: #e51202;
    border-color: #d81102;
}

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

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

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

.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(253,66,52,.5);
}

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

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

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

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

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

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

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

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

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
}

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

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

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

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

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

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #000;
    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: #000;
    border-color: #000;
}

.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(0,0,0,.5);
}

.btn-outline-secondary {
    color: #8ed100;
    border-color: #8ed100;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #8ed100;
    border-color: #8ed100;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(142,209,0,.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #8ed100;
    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: #212529;
    background-color: #8ed100;
    border-color: #8ed100;
}

.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(142,209,0,.5);
}

.btn-outline-success {
    color: #80bc00;
    border-color: #80bc00;
}

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

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(128,188,0,.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #80bc00;
    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: #80bc00;
    border-color: #80bc00;
}

.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(128,188,0,.5);
}

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

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

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

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

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

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

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

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

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(252,159,20,.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fc9f14;
    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: #fc9f14;
    border-color: #fc9f14;
}

.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(252,159,20,.5);
}

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

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(253,33,16,.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #fd2110;
    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: #fd2110;
    border-color: #fd2110;
}

.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(253,33,16,.5);
}

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

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

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

.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-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-dark {
    color: #343a40;
    border-color: #343a40;
}

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

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

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

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

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

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

.btn-link:hover {
    color: #4d7100;
    text-decoration: none;
}

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

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

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

.btn-group-sm>.btn, .btn-sm {
    padding: 11px 24px;
    font-size: .875rem;
    line-height: 24px;
    border-radius: 8px;
}

.btn-block {
    display: 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%;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 24px;
    padding-left: 24px;
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
    padding-right: 18px;
    padding-left: 18px;
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio], .btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
    margin-left: -1px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file {
    display: flex;
    align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
    display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3;
}

.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #999;
    border-radius: 8px;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0;
}

.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px);
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.input-group-lg>.custom-select, .input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.375rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: .875rem;
    height: 1.1875rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #000;
    background-color: #fff;
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #000;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
}

.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label:before, .custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #000;
}

.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: .3125rem;
    left: -1.375rem;
    display: block;
    width: .875rem;
    height: .875rem;
    content: "";
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label:before {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url(../images/icons/ico-check.svg);
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #000;
    background-color: #000;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23FFF' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0,0,0,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0,0,0,.5);
}

.custom-radio .custom-control-label:before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFF'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0,0,0,.5);
}

.custom-switch {
    padding-left: 2.03125rem;
}

.custom-switch .custom-control-label:before {
    left: -2.03125rem;
    width: 1.53125rem;
    pointer-events: all;
    border-radius: .4375rem;
}

.custom-switch .custom-control-label:after {
    top: calc(.3125rem + 2px);
    left: calc(-2.03125rem + 2px);
    width: calc(.875rem - 4px);
    height: calc(.875rem - 4px);
    background-color: #000;
    border-radius: .4375rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.65625rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0,0,0,.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 48px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #999;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.25);
}

.custom-select:focus::-ms-value {
    color: #000;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    display: inline-block;
    margin-bottom: 0;
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: 48px;
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #000;
    box-shadow: none;
}

.custom-file-input:disabled~.custom-file-label, .custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse);
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: 48px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 8px;
}

.custom-file-label, .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #000;
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 8px 8px 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, none;
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, none;
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, none;
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #595959;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #595959;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #595959;
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        transition: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

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

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

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

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.modal-open {
    overflow: hidden;
}

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

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

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

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px);
}

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

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

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

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

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

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

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

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

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

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

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

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

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

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

.modal-backdrop.fade {
    opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: .9;
}

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

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #000 !important;
}

.bg-secondary {
    background-color: #8ed100 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #6b9e00 !important;
}

.bg-success {
    background-color: #80bc00 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
    border-color: #000 !important;
}

.border-secondary {
    border-color: #8ed100 !important;
}

.border-success {
    border-color: #80bc00 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #fc9f14 !important;
}

.border-danger {
    border-color: #fd2110 !important;
}

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

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

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

.rounded-sm {
    border-radius: .2rem !important;
}

.rounded {
    border-radius: 8px !important;
}

.rounded-top {
    border-top-left-radius: 8px !important;
}

.rounded-right, .rounded-top {
    border-top-right-radius: 8px !important;
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: 8px !important;
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: 8px !important;
}

.rounded-left {
    border-top-left-radius: 8px !important;
}

.rounded-lg {
    border-radius: .3rem !important;
}

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

.rounded-pill {
    border-radius: 50rem !important;
}

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

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

.d-none {
    display: none !important;
}

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

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

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

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

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

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

.d-flex {
    display: 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;
    }
}

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

@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;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    top: 0;
}

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

.fixed-bottom {
    bottom: 0;
}

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

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

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

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

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

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

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

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

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

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary, a.text-primary:focus, a.text-primary:hover {
    color: #000 !important;
}

.text-secondary {
    color: #8ed100 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #5a8500 !important;
}

.text-success {
    color: #80bc00 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #4c7000 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important;
}

.text-warning {
    color: #fc9f14 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #c17502 !important;
}

.text-danger {
    color: #fd2110 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bf0f02 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important;
}

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

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important;
}

.text-body {
    color: #000 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important;
}

.text-white-50 {
    color: hsla(0,0%,100%,.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    .container, body {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

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

    .table-dark {
        color: inherit;
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #999;
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

:root {
    font-size: 1rem;
}

body {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body.has-disclaimer-desktop .header__top {
    height: 40px;
}

body.has-disclaimer-desktop .page-wrapper {
    padding-top: 125px;
}

body.has-header-alternative .page-wrapper {
    padding-top: 120px;
}

body.has-header-alternative.has-disclaimer-desktop .page-wrapper {
    padding-top: 160px;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1310px;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 85px;
    overflow-x: hidden;
}

.page-main {
    overflow-x: hidden;
    flex-grow: 1;
    min-height: 300px;
}

.page-main-full-width>.container-fluid, .page-main-full-width>.container-lg, .page-main-full-width>.container-md, .page-main-full-width>.container-sm, .page-main-full-width>.container-xl {
    max-width: inherit;
    padding: 0;
}

body .columns .column.main {
    max-width: none;
}

@media (min-width:1200px) {
    body .columns .column.main.col-xl-9 {
        max-width: 75%;
    }
}

@media (min-width:992px) {
    body .columns .column.main.col-lg-9 {
        max-width: 75%;
    }
}

a {
    color: inherit;
}

b, strong {
    font-weight: 600;
}

p {
    font-size: inherit;
}

ol, ul {
    margin-bottom: 0;
    padding-left: 0;
}

ol li, ul li {
    list-style: none;
}

:focus, button:focus {
    outline: none;
}

img {
    max-width: 100%;
}

.no-display {
    display: none !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(51,51,51,.3);
    background-color: #999;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    border: 1px solid #999;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
}

@media (max-width:991.98px) {
    body.has-disclaimer-desktop .page-wrapper {
        padding-top: 60px;
    }

    body.has-disclaimer-mobile .header__top {
        height: 40px;
    }

    body.has-disclaimer-mobile .page-wrapper {
        padding-top: 100px;
    }

    body.has-header-alternative.has-disclaimer-desktop .page-wrapper, body.has-header-alternative .page-wrapper {
        padding-top: 60px;
    }

    body.has-header-alternative.has-disclaimer-mobile .page-wrapper {
        padding-top: 100px;
    }

    .page-wrapper {
        padding-top: 60px;
    }

    .page-wrapper .container-fluid, .page-wrapper .container-lg, .page-wrapper .container-md, .page-wrapper .container-sm, .page-wrapper .container-xl {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-wrapper .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .page-wrapper .row>.col, .page-wrapper .row>[class*=col-] {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.body1 {
    font-size: 1rem;
}

.body1, .body2 {
    font-weight: 400;
}

.body2 {
    font-size: 14px;
}

.body3 {
    font-size: 12px;
    font-weight: 400;
}

.text-more {
    display: none;
}

@media (max-width:991.98px) {
    .h1, h1 {
        font-size: 24px;
    }

    .h2, h2 {
        font-size: 18px;
    }

    .h4, h4 {
        font-size: 16px;
    }

    .body1, .h5, h5, p {
        font-size: 14px;
    }

    .body1, p {
        font-weight: 400;
    }

    .display-1 {
        font-size: 32px;
    }
}

.section-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    text-align: center;
}

.section-title small {
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #999;
    font-size: 14px;
}

.block-title, .title {
    margin-bottom: .5rem;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.slick-slider .slick-arrow.slick-next, .slick-slider .slick-arrow.slick-prev {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    z-index: 1000;
    transform-origin: center;
    background-color: #fff;
    padding: 0;
    font-size: 0;
    transition: all, .3s;
}

@media (prefers-reduced-motion:reduce) {
    .slick-slider .slick-arrow.slick-next, .slick-slider .slick-arrow.slick-prev {
        transition: none;
    }
}

.slick-slider .slick-arrow.slick-next.slick-disabled, .slick-slider .slick-arrow.slick-prev.slick-disabled {
    display: none !important;
}

.slick-slider .slick-arrow.slick-next .module-icon, .slick-slider .slick-arrow.slick-prev .module-icon {
    display: flex;
    justify-content: center;
}

.slick-slider .slick-arrow.slick-next:hover, .slick-slider .slick-arrow.slick-prev:hover {
    background-color: #8ed100;
    box-shadow: 0 0 15px rgba(0,0,0,.25);
}

.slick-slider .slick-arrow.slick-next:hover .icon, .slick-slider .slick-arrow.slick-prev:hover .icon {
    fill: #fff;
}

.slick-slider .slick-arrow.slick-prev {
    left: 0;
}

.slick-slider .slick-arrow.slick-next {
    right: 0;
}

.slick-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
}

.slick-slider .slick-dots li button {
    font-size: 0;
    display: block;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:hover {
    outline: none;
}

.slick-slider .slick-dots li button:focus:before, .slick-slider .slick-dots li button:hover:before {
    background-color: #4d7100;
}

.slick-slider .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 50%;
}

.slick-slider .slick-dots li.slick-active button:before {
    background-color: #fff;
    border-color: #4d7100;
}

.distributor {
    margin-bottom: 72px;
}

@media (max-width:991.98px) {
    .distributor {
        margin-bottom: 56px;
    }
}

.newsletter.block {
    position: relative;
    padding: 71px 0;
    background-image: #999;
    color: #000;
}

.newsletter__title {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    font-family: Open Sans, sans-serif;
    z-index: 1;
}

.newsletter__content {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.newsletter__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.newsletter__background img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.newsletter__subscribe {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 450px;
}

.newsletter__subscribe--label {
    flex: 100%;
}

.newsletter__subscribe--input {
    flex: 1;
}

.newsletter__subscribe--terms {
    flex: 100%;
    margin: 0 3px;
}

@media (min-width:768px) {
    .newsletter__subscribe--actions {
        margin-left: -10px;
    }
}

@media (max-width:767.98px) {
    .newsletter.block {
        padding: 67px 20px;
    }

    .newsletter__subscribe {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }
}

.module-slider {
    overflow: hidden;
    width: 100%;
}

.module-slider .slick-slider .slick-arrow {
    transition: all, .3s;
    opacity: 0;
}

@media (prefers-reduced-motion:reduce) {
    .module-slider .slick-slider .slick-arrow {
        transition: none;
    }
}

.module-slider .slick-slider .slick-arrow.slick-prev {
    left: 0;
}

.module-slider .slick-slider .slick-arrow.slick-next {
    right: 0;
}

.module-slider .slick-slider:hover .slick-arrow {
    transition: all, .3s;
    opacity: 1;
}

@media (prefers-reduced-motion:reduce) {
    .module-slider .slick-slider:hover .slick-arrow {
        transition: none;
    }
}

.module-slider .slick-slider:hover .slick-arrow.slick-prev {
    left: 65px;
}

.module-slider .slick-slider:hover .slick-arrow.slick-next {
    right: 65px;
}

.module-slider__items {
    color: transparent;
    margin-bottom: 0;
}

.module-slider__items.slick-initialized .module-slider__item {
    display: block;
}

.module-slider__item {
    position: relative;
    display: none;
}

.module-slider__item:first-child {
    display: block;
}

.module-slider__item:first-child .item__background {
    background-color: #f7f7f7;
}

.module-slider .item__background {
    width: 100%;
    margin: 0 auto;
}

.module-slider .item__background img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.module-slider .item__container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.module-slider .item__placeholder {
    position: absolute;
    left: 0;
    padding: 15px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 50%;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.module-slider .item__inner {
    width: 100%;
    padding: 45px 25px 45px 60px;
    background-color: rgba(0,0,0,.5);
}

.module-slider .item__extra {
    display: none;
}

.module-slider .item__button {
    margin-top: 24px;
}

.module-slider .item__button--2 {
    margin-top: 16px;
}

.module-slider .item__button .btn {
    min-width: 238px;
}

@media (min-width:992px) {
    .module-slider .item--2 .item__placeholder {
        left: auto;
        right: 0;
    }
}

@media (min-width:992px) {
    .module-slider .item--3 .item__placeholder {
        left: 50%;
        right: 0;
        text-align: center;
        transform: translateX(-50%);
    }
}

@media (min-width:768px) {
    .module-slider .item__background img {
        height: auto;
        max-height: 600px;
    }
}

@media (max-width:1199.98px) {
    .module-slider .item__placeholder {
        position: relative;
        padding: 25px 0 25px 40px;
    }
}

@media (max-width:991.98px) {
    .module-slider .item__placeholder {
        display: flex;
        padding: 44px 12px;
        width: 100%;
        text-align: center;
        align-items: center;
        color: #000;
    }

    .module-slider .item__inner {
        padding: 0;
        height: 100%;
        background-color: transparent;
        position: relative;
    }

    .module-slider .item__title {
        font-size: 24px;
        margin: 0;
        padding: 15px 10px;
        background-color: hsla(0,0%,100%,.5);
    }

    .module-slider .item__subtitle {
        font-size: 14px;
        padding: 0 10px 15px;
        background-color: hsla(0,0%,100%,.5);
    }

    .module-slider .item__button .btn {
        width: auto;
    }
}

@media (max-width:575.98px) {
    .module-slider .item__placeholder {
        align-items: flex-start;
        padding: 50px 12px;
    }

    .module-slider .item__button {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .module-slider .item__button .btn {
        width: 100%;
        min-width: auto;
    }
}

.products-slider {
    margin-bottom: 72px;
}

.products-slider__title {
    margin-bottom: 50px;
    text-align: center;
}

.products-slider__content .product__item:first-child {
    margin-left: auto;
}

.products-slider__content .product__item:last-child {
    margin-right: auto;
}

.products-slider__content .product__items.row {
    margin-right: -10px;
    margin-left: -10px;
}

.products-slider__content .product__items.row .col, .products-slider__content .product__items.row [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.products-slider__content .product__items:not(.widget-product-grid) .product__image {
    margin-bottom: 20px;
}

.products-slider__content .product__items:not(.widget-product-grid) .product__actions {
    min-height: auto;
}

.products-slider__content .product__items:not(.widget-product-grid) .product__inner:hover .product__name {
    margin-top: 0;
}

.products-slider__content .product__items:not(.widget-product-grid) .product__inner:hover .product__actions {
    bottom: 100%;
}

.products-slider__content .product__items:not(.slick-initialized) {
    flex-wrap: nowrap;
    overflow: hidden;
}

.products-slider__content .product__items.slick-initialized .slick-arrow.slick-next, .products-slider__content .product__items.slick-initialized .slick-arrow.slick-prev {
    top: calc(50% - 40px);
}

.products-slider__content .product__items.slick-initialized .slick-dots {
    bottom: -20px;
}

.admin__data-grid-outer-wrap {
    order: 10;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-height: 70px;
    padding-right: 15px;
    padding-left: 15px;
}

.features {
    background-color: #fff;
    padding: 72px 20px;
    color: #000;
}

.features__item {
    text-align: center;
}

.features__item-inner {
    display: flex;
    justify-content: center;
    border: 1px solid #000;
    padding: 40px;
    height: 100%;
}

.features__item-content {
    max-width: 295px;
}

.features .item__title {
    margin-bottom: 16px;
}

@media (max-width:991.98px) {
    .features {
        padding: 48px 0 56px;
    }

    .features .item+.item {
        margin-top: 30px;
    }
}

.gallery .action-skip-wrapper {
    display: none;
}

.gallery #amasty-gallery.position-left .gallery__placeholder {
    position: relative;
}

.gallery #amasty-gallery.position-left .gallery__main-container {
    margin-left: 100px !important;
    max-width: calc(100% - 100px) !important;
    width: 100% !important;
}

.gallery #amasty-gallery.position-left .gallery__thumb-container {
    width: 80px !important;
}

.gallery #amasty-gallery.position-left .gallery__thumb-container .gallery__images {
    margin-top: 0;
}

.gallery #amasty-gallery.position-left .gallery__thumb-container .gallery__images .amasty-gallery-thumb-link {
    width: 100% !important;
}

.gallery #amasty-gallery.position-left .gallery__thumb-container .gallery__images .amasty-gallery-thumb-link img {
    width: 100% !important;
    height: auto;
}

.gallery #amasty-gallery.position-left .gallery__thumb-container .gallery__images .amasty-gallery-thumb-link.active {
    border-color: #343a40;
}

.fotorama__spinner {
    background-size: contain;
}

.fotorama.fotorama--fullscreen {
    z-index: 1053 !important;
}

.fotorama.fotorama--fullscreen .fotorama__fullscreen-icon {
    top: 40px;
    right: 80px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ico-close.svg);
    background-position: 50%;
}

.fotorama.fotorama--fullscreen .fotorama__fullscreen-icon:focus:after {
    display: none;
}

.fotorama.fotorama--fullscreen .fotorama__stage__frame {
    margin-top: 40px;
}

.fotorama.fotorama--fullscreen .fotorama__nav--thumbs {
    display: flex;
    justify-content: center;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__stage .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__stage .fotorama__fullscreen-icon {
    opacity: 1;
}

.fotorama__wrap .fotorama__arr {
    background-color: transparent;
    height: 80px;
    top: calc(50% - 40px);
}

.fotorama__wrap .fotorama__arr:hover {
    background-color: transparent;
}

.fotorama__wrap .fotorama__arr .fotorama__arr__arr {
    height: 32px;
    width: 32px;
    background-color: #fff;
    background-image: url(../images/icons/ico-chevron-left.svg);
}

.fotorama__wrap .fotorama__arr .fotorama__arr__arr:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.25);
}

.fotorama__wrap .fotorama__arr--prev .fotorama__arr__arr {
    background-position: 50%;
    background-size: 9px;
}

.fotorama__wrap .fotorama__arr--next .fotorama__arr__arr {
    background-image: url(../images/icons/ico-chevron-right.svg);
    background-position: 50%;
    background-size: 9px;
}

.fotorama__wrap .fotorama__stage__frame:after {
    content: "";
    position: absolute;
    z-index: 999;
    bottom: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    background-image: url(../images/icons-sprite.svg#ico-zoom);
}

.fotorama__wrap .fotorama__stage__frame.fotorama-video-container:after {
    background: url(../Magento_ProductVideo/img/gallery-sprite.png) 100% 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    margin: auto;
    cursor: pointer;
}

.fotorama__wrap .fotorama__stage__frame.fotorama-video-container:hover:after {
    transform: scale(1.25);
}

.fotorama__wrap .fotorama__stage__frame.fotorama-video-container:not(.video-unplayed):after {
    display: none;
}

.fotorama__wrap .fotorama__thumb {
    cursor: pointer;
}

.fotorama__wrap .fotorama__thumb-border {
    border: 1px solid #4d7100;
}

.fotorama__wrap .fotorama__thumb--icon {
    height: 24px;
    width: 24px;
    background-color: #fff;
    background-image: url(../images/icons/ico-chevron-left.svg);
}

.fotorama__wrap .fotorama__thumb__arr {
    background-color: transparent;
}

.fotorama__wrap .fotorama__thumb__arr--left .fotorama__thumb--icon {
    background-position: 50%;
}

.fotorama__wrap .fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-image: url(../images/icons/ico-chevron-right.svg);
    background-position: 50%;
}

.fotorama__wrap .fotorama__nav__shaft .video-thumb-icon:after {
    content: "";
    background: url(../Magento_ProductVideo/img/gallery-sprite.png) 0 100%;
    bottom: 0;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 49px;
}

.fotorama__wrap .fotorama__nav__shaft .fotorama__nav__frame--dot {
    width: 25px;
}

.fotorama__wrap .fotorama__nav__shaft .fotorama__dot {
    background-color: #fff;
    border-color: #4d7100;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.fotorama__wrap .fotorama__nav__shaft .fotorama__active .fotorama__dot {
    background-color: #000;
    border-color: #000;
}

.fotorama__wrap .product-video {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

@media (min-width:768px) {
    .gallery-placeholder__image {
        width: auto;
        height: auto;
    }
}

@media (max-width:991.98px) {
    .gallery-placeholder._block-content-loading {
        min-height: 390px;
    }

    .gallery-placeholder._block-content-loading .gallery-placeholder__image {
        position: absolute;
    }

    .gallery-placeholder._block-content-loading .fotorama__nav-wrap {
        display: none !important;
    }

    .fotorama__wrap {
        padding-bottom: 30px;
    }

    .fotorama__nav-wrap {
        position: absolute;
    }

    .fotorama.fotorama--fullscreen .fotorama__fullscreen-icon {
        top: 20px;
        right: 20px;
    }
}

.snap {
    position: relative;
}

.snap img, .snap picture {
    -webkit-user-drag: none;
}

.snap__slider {
    display: flex;
    width: 100%;
    -ms-scroll-snap-type: both mandatory;
    scroll-snap-type: both mandatory;
    scrollbar-width: none;
}

.snap__slider:not(.fade-mode) {
    overflow-x: scroll;
}

.snap__slider.fade-mode {
    position: relative;
}

.snap__slider.fade-mode .snap__item {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.snap__slider.fade-mode .snap__item.active {
    position: static;
    z-index: 2;
}

.snap__slider::-webkit-scrollbar {
    display: none;
}

.snap__item {
    scroll-snap-align: start;
}

@media (hover:hover) {
    .snap:hover .snap-nav__btn {
        opacity: 1;
    }

    .snap:hover .snap-nav__btn.snap-nav__btn--prev {
        left: 65px;
    }

    .snap:hover .snap-nav__btn.snap-nav__btn--next {
        right: 65px;
    }
}

.snap:not(.rewind) .snap-nav.first .snap-nav__btn--prev, .snap:not(.rewind) .snap-nav.last .snap-nav__btn--next {
    visibility: hidden;
    opacity: 0;
}

.module-slider .snap__item {
    position: relative;
    width: 100%;
    flex: 0 0 auto;
}

.snap-nav__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 0;
    background: #fff;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 3;
}

.snap-nav__btn:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(45deg);
}

@media (hover:hover) {
    .snap-nav__btn:hover {
        background: #8ed100;
    }

    .snap-nav__btn:hover:after {
        transform: rotate(45deg) scale(1.3);
        border-color: #fff;
    }
}

.snap-nav__btn--prev {
    left: 0;
}

.snap-nav__btn--next {
    right: 0;
    transform: rotate(180deg);
}

@media (min-width:768px) {
    .snap-nav:hover .v-sli__nav-button {
        opacity: 1;
    }

    .snap-nav:hover .v-sli__nav-button--prev {
        left: 24px;
    }

    .snap-nav:hover .v-sli__nav-button--next {
        right: 24px;
    }
}

.snap-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 3;
}

.snap-pagination button {
    display: inline-flex;
    justify-content: center;
    padding: 0;
    align-items: center;
    width: 16px;
    height: 16px;
    font-size: 0;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
}

.snap-pagination button:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #000;
    transition: background-color .3s;
}

.snap-pagination button.active {
    cursor: default;
    pointer-events: none;
}

.snap-pagination button.active:before {
    background-color: #fff;
}

@media (hover:hover) {
    .snap-pagination button:hover:before {
        background-color: #8ed100;
    }
}

.pagebuilder-product-grid {
    display: grid;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(4,minmax(100px,500px));
    grid-template-rows: auto;
}

@media (max-width:991.98px) {
    .pagebuilder-product-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: repeat(3,minmax(100px,500px));
    }
}

@media (max-width:767.98px) {
    .pagebuilder-product-grid {
        grid-template-columns: repeat(2,minmax(100px,500px));
    }
}

.page-layout-2columns-left .columns-inner .column.main {
    order: 2;
}

.page-layout-2columns-left .columns-inner .sidebar, .page-layout-2columns-left .columns-inner .sidebar-main {
    order: 1;
}

.page-layout-2columns-left .columns-inner .sidebar-additional {
    order: 2;
    margin-top: 30px;
}

@media (max-width:991.98px) {
    .page-layout-2columns-left .columns-inner .column.main {
        order: 2;
    }

    .page-layout-2columns-left .columns-inner .sidebar {
        order: 1;
    }

    .page-layout-2columns-left .columns-inner .sidebar-additional {
        margin-top: 0;
    }
}

.page-layout-2columns-right .columns-inner .column.main, .page-layout-2columns-right .columns-inner .sidebar-main {
    order: 1;
}

.page-layout-2columns-right .columns-inner .sidebar-additional {
    order: 2;
}

.page-layout-2columns-right .columns-inner .sidebar+.sidebar {
    margin-top: 20px;
}

@media (max-width:991.98px) {
    .page-layout-2columns-right .columns-inner .column.main {
        order: 2;
    }

    .page-layout-2columns-right .columns-inner .sidebar {
        order: 1;
    }
}

.banner {
    background-color: #f7f7f7;
    min-height: 370px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.banner__container {
    padding: 35px 25px;
    background-color: #fff;
    min-width: 445px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.banner__content {
    margin-top: 25px;
}

@media (max-width:991.98px) {
    .banner__container {
        min-width: auto;
    }
}

.banners__container {
    display: flex;
    justify-content: center;
    max-width: 1120px;
}

.banners__item {
    position: relative;
    margin: 0 15px;
}

.banners__item:before {
    content: "";
    transition: .3s;
}

.banners__item:hover .text {
    opacity: 1;
}

.banners__item:hover:before {
    content: "";
    background: #FF7EFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .3;
}

.banners__item:hover:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 1px solid #fff;
}

.banners__item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    color: #fff;
}

@media (max-width:991.98px) {
    .banners__container {
        flex-direction: column;
    }

    .banners__item {
        margin: 0;
    }

    .banners__item+.banners__item {
        margin-top: 15px;
    }
}

.banners-text {
    padding: 72px 20px;
    background-color: #f7f7f7;
}

.banners-text__container {
    display: flex;
    justify-content: space-between;
}

.banners-text__item {
    position: relative;
    margin: 0 15px;
}

.banners-text__item:first-child {
    margin-left: 0;
}

.banners-text__item:before {
    content: "";
    transition: .3s;
}

.banners-text__item:hover .text {
    opacity: 1;
}

.banners-text__item:hover:before {
    content: "";
    background: #FF7EFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .3;
}

.banners-text__item:hover:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 1px solid #fff;
}

.banners-text .section-title {
    margin-bottom: 24px;
    text-align: left;
}

.banners-text__article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 260px;
    margin-left: 50px;
}

.banners-text__action {
    margin-top: 40px;
}

@media (max-width:991.98px) {
    .banners-text {
        padding: 72px 5px;
    }

    .banners-text__container {
        flex-direction: column;
        align-items: center;
    }

    .banners-text__item {
        margin: 0;
        order: 1;
    }

    .banners-text__item+.banners-text__item {
        margin-top: 20px;
    }

    .banners-text__article {
        order: 0;
        margin: 0 0 40px;
        text-align: center;
    }

    .banners-text__article .section-title {
        text-align: center;
    }

    .banners-text__action {
        margin-top: 5px;
    }
}

.video-block {
    max-width: 1278px;
    margin-left: auto;
    margin-right: auto;
}

.video-block__container {
    display: flex;
    justify-content: center;
    position: relative;
}

.video-block__container iframe {
    z-index: 10;
    width: 1278px;
    height: 426px;
}

.video-block__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.video-block__image img {
    width: 100%;
    height: 426px;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-block__box {
    cursor: pointer;
    position: absolute;
    color: #000;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.video-block__subtitle {
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 600;
}

.video-block__title {
    margin-bottom: 40px;
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    font-weight: 600;
}

.video-block__play {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
}

.video-block__play:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 14px;
    background-image: url(../images/icons/ico-play.svg);
    background-size: cover;
}

@media (max-width:991.98px) {
    .video-block__subtitle {
        letter-spacing: 1px;
    }
}

.contact-index-index .columns .column .block.contact-container {
    margin: 0 auto;
}

.contact-index-index .columns .column .block.contact-container .form {
    background-color: #f7f7f7;
    padding: 80px 100px;
    max-width: 624px;
    margin: 0 auto;
}

.contact-index-index .columns .column .block.contact-container .form .fieldset {
    margin-bottom: 40px;
}

.contact-index-index .columns .column .block.contact-container .form .fieldset .legend, .contact-index-index .columns .column .block.contact-container .form .fieldset .note {
    text-align: center;
}

.contact-index-index .columns .column .block.contact-container .form .fieldset .note {
    margin: 8px 0 40px;
}

@media (max-width:991.98px) {
    .contact-index-index .columns {
        background-color: #f7f7f7;
    }

    .contact-index-index .columns .column .block.contact-container {
        padding: 0;
    }

    .contact-index-index .columns .column .block.contact-container .form {
        padding: 48px 0 64px;
    }

    .contact-index-index .columns .column .block.contact-container .form .fieldset .legend, .contact-index-index .columns .column .block.contact-container .form .fieldset .note {
        padding: 0;
        margin-bottom: 16px;
    }
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .page-main {
    margin-top: 32px;
    margin-bottom: 100px;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .page-main .page-title {
    margin-bottom: 16px;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main .container-text {
    max-width: 850px;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main .h2, .cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main h2 {
    margin: 24px 0 12px;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main ul {
    list-style: disc;
    font-weight: 400;
    padding-left: 40px;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main ul li {
    list-style: inherit;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main ul ul {
    list-style: circle;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main ul ul ul {
    list-style: square;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main ul.slick-dots {
    list-style: none;
    padding-left: 0;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main ol {
    list-style: decimal;
    font-weight: 400;
    padding-left: 40px;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main ol li {
    list-style: inherit;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main table {
    display: block;
    overflow-x: auto;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main .product-items {
    list-style: none;
    padding: 0;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main .product-items a {
    text-decoration: none;
}

.cms-page-view:not(.page-layout-amastyshopbybrand_index) .columns .column.main a {
    text-decoration: underline;
}

.cms-no-route .no-route-container h1 {
    font-size: 32px;
    margin: 0 0 16px;
}

.cms-no-route .no-route-container p {
    font-size: 14px;
}

.cms-no-route .no-route-container .button {
    margin: 40px 0;
}

.cms-no-route .no-route-container .image>img {
    max-width: 100%;
}

@media (max-width:991.98px) {
    .cms-page-view .page-main {
        margin-bottom: 80px;
    }

    .cms-no-route .no-route-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .cms-no-route .no-route-container h1 {
        margin: 16px 0;
    }
}

.interactiv4_storelocator-index-index .page-title-wrapper .page-title {
    margin-top: 30px;
    margin-bottom: 24px;
}

.storepickup-wrapper {
    margin-bottom: 100px;
}

.storepickup-wrapper .boxes-content {
    padding: 0;
}

.storepickup-wrapper .option-direction {
    display: none;
}

.storepickup-wrapper .search-box {
    margin-bottom: 48px;
    padding: 32px 9px 16px;
    background: #f7f7f7;
}

.storepickup-wrapper .search-box .btn-link {
    text-decoration: underline;
    margin: 0 24px;
}

.storepickup-wrapper .search-button {
    display: flex;
    margin: 0 15px 42px;
    border-bottom: 1px solid #999;
}

.storepickup-wrapper .search-button .search-tab {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 8px;
    padding: 0 12px 10px;
    color: #000;
}

.storepickup-wrapper .search-button .search-tab:hover {
    cursor: pointer;
    border-color: #4d7100;
}

.storepickup-wrapper .search-button .search-tab.active {
    color: #4d7100;
}

.storepickup-wrapper .search-button .search-tab.active:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: 9px solid #4d7100;
}

.storepickup-wrapper .search-button .search-distance {
    margin-left: 0;
}

.storepickup-wrapper .button-box {
    display: flex;
}

.storepickup-wrapper .list-store {
    overflow-y: auto;
    max-height: 665px;
}

.storepickup-wrapper .list-store::-webkit-scrollbar {
    width: 4px;
}

.storepickup-wrapper .list-store::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #000;
    cursor: pointer;
}

.storepickup-wrapper .list-store::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
}

.storepickup-wrapper .store-item {
    border: 1px solid transparent;
    padding: 16px;
}

.storepickup-wrapper .store-item:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.storepickup-wrapper .store-item+.store-item {
    border-top-color: #999;
}

.storepickup-wrapper .store-item.store-active {
    border: 1px solid #4d7100;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    border-radius: 8px;
}

.storepickup-wrapper .store-item.store-active+.store-item {
    border-top: 1px solid transparent;
}

.storepickup-wrapper .store-item__wrapper {
    display: flex;
}

.storepickup-wrapper .store-item__image {
    max-width: 104px;
}

.storepickup-wrapper .store-item__image img {
    width: 100%;
}

.storepickup-wrapper .store-item__content {
    padding-left: 16px;
}

.storepickup-wrapper .store-item__content h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.storepickup-wrapper .store-item__content p {
    font-size: 14px;
    margin-bottom: 4px;
}

.storepickup-wrapper .store-item__content .btn-link {
    cursor: pointer;
    text-transform: none;
    text-decoration: underline;
    line-height: 1;
}

.storepickup-wrapper .store-item__content .btn-link:before {
    content: "";
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    height: 1.2em;
}

.storepickup-wrapper .store-item__content .btn-link.street-view {
    border-right: 1px solid #000;
    padding-right: 10px;
}

.storepickup-wrapper .store-item__content .btn-link.street-view:before {
    background: url(../images/icons-sprite.svg#ico-eye) no-repeat 50%;
    background-size: cover;
}

.storepickup-wrapper .store-item__content .btn-link.direction:before {
    background: url(../images/icons-sprite.svg#ico-location) no-repeat 50%;
    background-size: cover;
}

.storepickup-wrapper .store-item__directions {
    margin-top: 15px;
}

.storepickup-wrapper .store-item__directions ul {
    margin-bottom: 15px;
}

.storepickup-wrapper .store-item__directions ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background-color: #999;
    width: 40px;
    float: none;
    height: 20px;
    border-bottom: none;
    cursor: pointer;
}

.storepickup-wrapper .store-item__directions ul li span {
    text-indent: -10000px;
    padding: 0 20px 5px 13px;
    display: block;
}

.storepickup-wrapper .store-item__directions ul li.swap {
    background: none;
    width: auto;
    float: right;
}

.storepickup-wrapper .store-item__directions ul li.swap button {
    text-indent: -10000px;
    background: url(../images/icons-sprite.svg#ico-change-directions) no-repeat 50%;
    background-size: cover;
    width: 20px;
    height: 20px;
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    position: relative;
    top: 3px;
}

.storepickup-wrapper .store-item__directions ul li.car {
    background: url(../images/icons-sprite.svg#ico-car) no-repeat 50%;
    background-size: cover;
}

.storepickup-wrapper .store-item__directions ul li.car.active, .storepickup-wrapper .store-item__directions ul li.car:active, .storepickup-wrapper .store-item__directions ul li.car:focus, .storepickup-wrapper .store-item__directions ul li.car:hover {
    background-image: url(../images/icons-sprite.svg#ico-car-hover);
    background-size: cover;
}

.storepickup-wrapper .store-item__directions ul li.bus {
    background: url(../images/icons-sprite.svg#ico-bus) no-repeat 50%;
    background-size: cover;
}

.storepickup-wrapper .store-item__directions ul li.bus.active, .storepickup-wrapper .store-item__directions ul li.bus:active, .storepickup-wrapper .store-item__directions ul li.bus:focus, .storepickup-wrapper .store-item__directions ul li.bus:hover {
    background-image: url(../images/icons-sprite.svg#ico-bus-hover);
    background-size: cover;
}

.storepickup-wrapper .store-item__directions ul li.walk {
    background: url(../images/icons-sprite.svg#ico-walk) no-repeat 50%;
    background-size: cover;
}

.storepickup-wrapper .store-item__directions ul li.walk.active, .storepickup-wrapper .store-item__directions ul li.walk:active, .storepickup-wrapper .store-item__directions ul li.walk:focus, .storepickup-wrapper .store-item__directions ul li.walk:hover {
    background-image: url(../images/icons-sprite.svg#ico-walk-hover);
    background-size: cover;
}

.storepickup-wrapper .store-item__directions ul li.bicycle {
    background: url(../images/icons-sprite.svg#ico-bicycle) no-repeat 50%;
    background-size: cover;
}

.storepickup-wrapper .store-item__directions ul li.bicycle.active, .storepickup-wrapper .store-item__directions ul li.bicycle:active, .storepickup-wrapper .store-item__directions ul li.bicycle:focus, .storepickup-wrapper .store-item__directions ul li.bicycle:hover {
    background-image: url(../images/icons-sprite.svg#ico-bicycle-hover);
    background-size: cover;
}

.storepickup-wrapper .store-item__directions .get-direction {
    max-width: 100%;
    margin-top: 8px;
}

.storepickup-wrapper .store-item__directions-tool {
    margin-bottom: 10px;
    position: relative;
}

.storepickup-wrapper .store-item__directions-tool .directions--searchbox-handle {
    visibility: visible;
    position: absolute;
    height: 105px;
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.storepickup-wrapper .store-item__directions-tool .directions--inputs {
    padding-left: 50px;
}

.storepickup-wrapper .store-item__directions-tool .directions--inputs input {
    width: 100%;
    height: 48px;
    box-shadow: none;
    border-radius: 8px;
    outline: 0;
    border: 1px solid #999;
}

.storepickup-wrapper .store-item__directions-tool .directions--inputs input+input {
    margin-top: 8px;
}

.storepickup-wrapper .store-item__directions-tool .directions--icon label {
    font-size: 0;
}

.storepickup-wrapper .store-item__directions-tool .directions--icon.waypoint-handle {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    position: relative;
}

.storepickup-wrapper .store-item__directions-tool .directions--icon.waypoint-handle:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
}

.storepickup-wrapper .store-item__directions-tool .directions--icon.waypoint-bullet {
    background: url(../images/icons-sprite.svg#ico-location) no-repeat 50%;
    background-size: cover;
    width: 22px;
    height: 27px;
}

.storepickup-wrapper .store-item__directions-tool .directions--icon.waypoint-to {
    background: none;
    width: 2px;
    height: 30px;
    border-right: 1px dashed #999;
}

.storepickup-wrapper .store-item__directions-tool .directions-panel {
    max-height: 300px;
}

.storepickup-wrapper .store-item.popup-store {
    padding: 0;
}

.storepickup-wrapper .store-item.popup-store .store-item__image {
    display: none;
}

.storepickup-wrapper .map-box-container {
    height: 665px;
    margin-bottom: 15px;
}

.storepickup-wrapper .map-box-container .googlemap {
    height: 100%;
}

.storepickup-wrapper .input-search--wrapper {
    position: relative;
}

.storepickup-wrapper .input-search--wrapper:before {
    content: "";
    background: #fff url(../images/icons-sprite.svg#ico-search) no-repeat 50%;
    background-size: cover;
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 19px;
    top: 14px;
}

.storepickup-wrapper .input-search--distance {
    padding: 0 10px 0 60px;
}

.storepickup-wrapper .slider-range-min {
    display: flex;
    align-items: center;
}

.storepickup-wrapper .slider-range-min .slider-range {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #999;
    position: relative;
}

.storepickup-wrapper .slider-range-min .slider-range-amount {
    position: absolute;
    top: -25px;
    left: -20px;
    width: 70px;
}

.storepickup-wrapper .slider-range-min .slider-range .ui-slider-range-min {
    background-color: #8ed100;
    height: 4px;
    border-radius: 2px;
}

.storepickup-wrapper .slider-range-min .slider-range .ui-slider-handle {
    height: 24px;
    top: -14.5px;
    width: 24px;
    border-radius: 50%;
    background: #4d7100;
    border: 2px solid #8ed100;
    position: relative;
}

.storepickup-views-wrapper .gallery-images .main-image {
    margin-bottom: 15px;
}

.storepickup-views-wrapper .gallery-images .main-image img {
    width: 100%;
}

.storepickup-views-wrapper .gallery-images .main-image .slick-arrow.slick-prev {
    left: 24px;
}

.storepickup-views-wrapper .gallery-images .main-image .slick-arrow.slick-next {
    right: 24px;
}

.storepickup-views-wrapper .gallery-images .more-views ul li {
    float: left;
    margin-right: 15px;
}

.storepickup-views-wrapper .gallery-images .more-views img {
    max-width: 110px;
}

.storepickup-views-wrapper .storepickup-information .description {
    margin-bottom: 24px;
}

.storepickup-views-wrapper .storepickup-information .contacts .address, .storepickup-views-wrapper .storepickup-information .contacts .email, .storepickup-views-wrapper .storepickup-information .contacts .phone {
    position: relative;
    padding-left: 30px;
}

.storepickup-views-wrapper .storepickup-information .contacts .address:before, .storepickup-views-wrapper .storepickup-information .contacts .email:before, .storepickup-views-wrapper .storepickup-information .contacts .phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icons-sprite.svg#ico-location) no-repeat 50%;
    background-size: cover;
}

.storepickup-views-wrapper .storepickup-information .contacts .phone:before {
    background-image: url(../images/icons-sprite.svg#ico-phone);
}

.storepickup-views-wrapper .storepickup-information .contacts .email:before {
    background-image: url(../images/icons-sprite.svg#ico-envelope);
}

.storepickup-views-wrapper .storepickup-information .open-time, .storepickup-views-wrapper .storepickup-information .title {
    font-size: 14px;
}

.storepickup-views-wrapper .storepickup-information .open-time {
    margin-bottom: 32px;
}

.storepickup-views-wrapper .storepickup-information .open-time__title {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.storepickup-views-wrapper .storepickup-information .open-time__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icons-sprite.svg#ico-clock) no-repeat 50%;
    background-size: cover;
}

.storepickup-views-wrapper .storepickup-information .open-time .table {
    margin-bottom: 0;
}

.storepickup-views-wrapper .storepickup-information .open-time .time-label {
    font-weight: 600;
}

.storepickup-views-wrapper .storepickup-information .close-time {
    font-size: 14px;
}

.storepickup-views-wrapper .storepickup-information .close-time__inner {
    padding: 8px 16px;
    background: #f7f7f7;
}

.storepickup-views-wrapper .storepickup-information .close-time ul {
    margin: 0;
}

.storepickup-views-wrapper .storepickup-information .close-time ul li {
    margin-bottom: 18px;
}

.storepickup-views-wrapper .storepickup-information .close-time ul li:last-child {
    margin-bottom: 0;
}

.storepickup-views-wrapper .storepickup-information .tabs__wrapper {
    margin-bottom: 56px;
}

.storepickup-views-wrapper .storepickup-information .tabs__header ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.storepickup-views-wrapper .storepickup-information .tabs__header ul li {
    margin: 0 16px;
    padding-bottom: 8px;
    cursor: pointer;
    position: relative;
}

.storepickup-views-wrapper .storepickup-information .tabs__header ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    bottom: -4px;
    left: 0;
    position: absolute;
}

.storepickup-views-wrapper .storepickup-information .tabs__header ul li.active {
    color: #4d7100;
}

.storepickup-views-wrapper .storepickup-information .tabs__header ul li.active:after {
    background: #4d7100;
}

.storepickup-views-wrapper .storepickup-information .tabs__content {
    padding: 24px 16px;
    display: none;
}

.storepickup-views-wrapper .storepickup-information .tabs__content.active {
    display: block;
}

.storepickup-views-wrapper .map-widget__wrapper {
    background: #f7f7f7;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 56px 0;
}

.storepickup-views-wrapper .map-widget__map {
    height: 300px;
    margin-bottom: 0;
}

.storepickup-views-wrapper .option-direction {
    display: block;
}

.storepickup-views-wrapper .store-item__directions {
    margin-top: 0;
}

.storepickup-views-wrapper .store-item__directions ul {
    background: #fff;
    padding: 15px 10px;
}

.storepickup-views-wrapper .store-item__directions .get-direction {
    margin-top: 32px;
    max-width: 264px;
}

@media (max-width:991.98px) {
    .storepickup-wrapper .search-box {
        margin: 0 -20px 42px;
    }

    .storepickup-wrapper .input-search--wrapper {
        margin-bottom: 50px;
    }

    .storepickup-wrapper .slider-range-min {
        margin-bottom: 42px;
    }

    .storepickup-wrapper .search-by-distance .button-box {
        flex-direction: column;
    }

    .storepickup-wrapper .search-by-distance .button-box .btn {
        min-width: 100%;
    }

    .storepickup-wrapper .button-box .btn-link {
        margin-top: 16px;
        justify-content: center;
    }

    .storepickup-wrapper .list-store {
        order: 1;
    }

    .storepickup-wrapper .store-item__image {
        max-width: 80px;
    }

    .storepickup-wrapper .list-store-box, .storepickup-wrapper .map-box-container {
        padding: 0;
    }

    .storepickup-views-wrapper {
        margin-bottom: 0;
    }

    .storepickup-views-wrapper>.container-fluid, .storepickup-views-wrapper>.container-lg, .storepickup-views-wrapper>.container-md, .storepickup-views-wrapper>.container-sm, .storepickup-views-wrapper>.container-xl {
        padding: 0;
    }

    .storepickup-views-wrapper .gallery-images .main-image {
        margin-left: -20px;
        margin-right: -20px;
    }

    .storepickup-views-wrapper .gallery-images .more-views {
        display: none;
    }

    .storepickup-views-wrapper .storepickup-information .tabs__content {
        border: 1px solid #333;
    }

    .storepickup-views-wrapper .store-item__directions {
        padding-top: 32px;
    }

    .storepickup-views-wrapper .map-widget__wrapper {
        padding: 56px 0 14px;
    }
}

@media (max-width:767.98px) {
    .storepickup-wrapper .search-button {
        margin-left: 0;
        margin-right: 0;
    }

    .storepickup-wrapper .button-box {
        flex-direction: column;
    }
}

.interactiv4_faq-view-index .page-main .page-title {
    margin-bottom: 30px;
}

.interactiv4_faq-view-index .columns .column.main {
    max-width: 850px;
}

.interactiv4_faq-view-index .faq-wrapper .faq-list {
    border-bottom: 1px solid #999;
}

.interactiv4_faq-view-index .faq-wrapper .question {
    background: #fff;
    border-top: 1px solid #999;
    padding: 12px;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.interactiv4_faq-view-index .faq-wrapper .question:last-child {
    border-bottom: 1px solid #999;
}

.interactiv4_faq-view-index .faq-wrapper .question:last-child[aria-expanded=true] {
    border-bottom: none;
}

.interactiv4_faq-view-index .faq-wrapper .question[aria-selected=false]:after, .interactiv4_faq-view-index .faq-wrapper .question[aria-selected=true]:after {
    display: none;
}

.interactiv4_faq-view-index .faq-wrapper .question div[data-role=trigger] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.interactiv4_faq-view-index .faq-wrapper .question div[data-role=trigger]:after {
    content: "";
    width: 13px;
    height: 13px;
    min-width: 13px;
    background: url(../images/icons/ico-plus.svg) no-repeat 50%;
    background-size: contain;
    display: inline-block;
    transition: all, .3s;
}

@media (prefers-reduced-motion:reduce) {
    .interactiv4_faq-view-index .faq-wrapper .question div[data-role=trigger]:after {
        transition: none;
    }
}

.interactiv4_faq-view-index .faq-wrapper .question[aria-expanded=true] {
    cursor: default;
}

.interactiv4_faq-view-index .faq-wrapper .question[aria-expanded=true] div[data-role=trigger]:after {
    background: url(../images/icons/ico-minus.svg) no-repeat 50%;
    background-size: contain;
}

.interactiv4_faq-view-index .faq-wrapper .answer {
    border: none;
    box-shadow: none;
    padding: 4px 42px 24px 16px;
    margin: 0;
}

.interactiv4_faq-view-index .faq-wrapper .answer p:last-child {
    margin-bottom: 0;
}

.interactiv4_faq-view-index .sidebar-main {
    font-size: 14px;
}

.interactiv4_faq-view-index .sidebar-main .sidebar-additional {
    margin-top: 0;
}

.interactiv4_faq-view-index .sidebar-main .sidebar__title {
    display: block;
    font-weight: 700;
    background: #f7f7f7;
    padding: 15px;
    text-transform: uppercase;
}

.interactiv4_faq-view-index .sidebar-main .sidebar__list {
    padding: 24px 0;
}

.interactiv4_faq-view-index .sidebar-main .sidebar__list li span {
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.interactiv4_faq-view-index .sidebar-main .sidebar__list li span:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 15px;
}

.interactiv4_faq-view-index .sidebar-main .sidebar__list li.is-active span {
    border-left: 4px solid #4d7100;
    padding-left: 16px;
}

.interactiv4_faq-view-index .sidebar-main .sidebar__list li.is-active span:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-position: 50%;
    background-size: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6154 18L12.8562 17.2245L16.9377 13.05H5V11.95H16.9377L12.8562 7.7755L13.6154 7L19 12.5L13.6154 18Z' fill='%234D7100'/%3E%3C/svg%3E");
}

.interactiv4_faq-view-index .sidebar-main .sidebar__list li:not(.is-active) span {
    cursor: pointer;
}

@media (max-width:991.98px) {
    .interactiv4_faq-view-index .page-main {
        margin-top: 10px;
    }

    .interactiv4_faq-view-index .faq-wrapper .answer {
        font-size: 14px;
    }

    .interactiv4_faq-view-index .sidebar-main {
        background: #f7f7f7;
        padding: 16px 20px;
        margin-bottom: 32px;
    }

    .interactiv4_faq-view-index .sidebar-main .sidebar__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 11px 16px 11px 20px;
        background: #fff;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #fff;
        text-transform: none;
    }

    .interactiv4_faq-view-index .sidebar-main .sidebar__title:after {
        content: "";
        width: 24px;
        height: 24px;
        display: inline-block;
        background: url(../images/icons/ico-chevron-down.svg) no-repeat 50%;
    }

    .interactiv4_faq-view-index .sidebar-main .sidebar__title.active {
        border-color: #999;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: 0 0 10px rgba(0,0,0,.15);
    }

    .interactiv4_faq-view-index .sidebar-main .sidebar__title.active:after {
        background: url(../images/icons/ico-chevron-up.svg) no-repeat 50%;
    }

    .interactiv4_faq-view-index .sidebar-main .sidebar__list {
        display: none;
        padding: 0;
    }

    .interactiv4_faq-view-index .sidebar-main .sidebar__list.active {
        display: block;
        position: absolute;
        z-index: 999;
        left: 20px;
        right: 20px;
        background: #fff;
        border: 1px solid #999;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top: 0;
        box-shadow: 0 0 10px rgba(0,0,0,.15);
    }

    .interactiv4_faq-view-index .sidebar-main .sidebar__list.active>li.is-active span {
        border: 0;
        padding-left: 20px;
        font-weight: 600;
    }

    .interactiv4_faq-view-index .sidebar-main .sidebar__list.active>li.is-active span:after {
        display: none;
    }

    .interactiv4_faq-view-index .sidebar-main .sidebar__list.active>li:first-child {
        box-shadow: 0 -7px 0 #fff;
    }

    .interactiv4_faq-view-index .sidebar-main .sidebar__list.active>li:last-child>a {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}

/* Hack */
/* WAM overrides */
a:not(.btn), .btn-link {
  color: #000;
  text-decoration: none;
  transition: color .2s ease, text-decoration-color .2s ease, box-shadow .2s ease;
}

a:not(.btn):hover, a:not(.btn):focus, .btn-link:hover, .btn-link:focus {
  color: #FF7EFF;
  text-decoration: underline;
  text-underline-offset: .18em;
  text-decoration-thickness: 1px;
  box-shadow: none;
}

.btn {
  font-weight: 600;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

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

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #000;
  background-color: #D955D9;
  border-color: #D955D9;
  box-shadow: 0 0 0 .2rem rgba(255,126,255,.25);
}

.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled {
  color: #000;
  background-color: #FF7EFF;
  border-color: #FF7EFF;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #e671e6;
  border-color: #e671e6;
  box-shadow: 0 0 0 .2rem rgba(255,126,255,.25);
}

.btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #000;
  background-color: transparent;
  border-color: #FF7EFF;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #000;
  background-color: #FF7EFF;
  border-color: #FF7EFF;
  box-shadow: 0 0 0 .2rem rgba(255,126,255,.25);
}

.text-secondary {
  color: #FF7EFF !important;
}

.bg-secondary {
  background-color: #FF7EFF !important;
}

.border-secondary {
  border-color: #FF7EFF !important;
}