@import url("./_static-variables.css");

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #d00;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #d00;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Roboto Regular", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --authenticated-content-block: none;
    --authenticated-content-flex: none;
    --authenticated-content-inline: none;
    --authenticated-content-inline-block: none;
    --authenticated-content-list-item: none;
    --unauthenticated-content-block: none;
    --unauthenticated-content-flex: none;
    --unauthenticated-content-inline: none;
    --unauthenticated-content-inline-block: none;
    --unauthenticated-content-list-item: none;
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

abbr[title],
abbr[data-original-title] {
    -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 {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #f39500;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
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;
    display: block;
    font-size: 87.5%;
    color: #212529;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

img.workout-logo-class {
    height: 100%;
}


svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

input,
button,
select,
optgroup,
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;
}

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -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: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block;
}

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

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

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

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 376px) {
 
  .iframe-padding-container.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

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

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 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%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1370px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        order: -1;
    }
    .order-xxl-last {
        order: 13;
    }
    .order-xxl-0 {
        order: 0;
    }
    .order-xxl-1 {
        order: 1;
    }
    .order-xxl-2 {
        order: 2;
    }
    .order-xxl-3 {
        order: 3;
    }
    .order-xxl-4 {
        order: 4;
    }
    .order-xxl-5 {
        order: 5;
    }
    .order-xxl-6 {
        order: 6;
    }
    .order-xxl-7 {
        order: 7;
    }
    .order-xxl-8 {
        order: 8;
    }
    .order-xxl-9 {
        order: 9;
    }
    .order-xxl-10 {
        order: 10;
    }
    .order-xxl-11 {
        order: 11;
    }
    .order-xxl-12 {
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}



.form-control {
    display: block;
    width: 100%;
    height: add(1.5em, add(0.75rem, 2px, false));
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
    box-sizing: border-box;
    box-shadow: none;
}

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-sm {
    height: add(1.5em, add(0.5rem, 2px, false));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-lg {
    height: add(1.5em, add(1rem, 2px, false));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

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

textarea.form-control {
    height: auto;
    width: 100%;
}

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

.form-text {
    display: block;
    margin-top: 0.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: 0.3rem;
    margin-left: -1.25rem;
}

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

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

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

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: add(1.5em, 0.75rem);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#28a745' 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'/></svg>");
    background-repeat: no-repeat;
    background-position: center right add(0.375em, 0.1875rem);
    background-size: add(0.75em, 0.375rem) add(0.75em, 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: add(0.75em, 2.3125rem);
    background: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")) no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#28a745' 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'/></svg>") #fff no-repeat center right 1.75rem / add(0.75em, 0.375rem) add(0.75em, 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(221, 0, 0, 0.9);
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #d00;
    padding-right: add(1.5em, 0.75rem);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#d00' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#d00' stroke='none'/></svg>");
    background-repeat: no-repeat;
    background-position: center right add(0.375em, 0.1875rem);
    background-size: add(0.75em, 0.375rem) add(0.75em, 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #d00;
    box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.25);
}

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

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #d00;
    padding-right: add(0.75em, 2.3125rem);
    background: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")) no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#d00' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#d00' stroke='none'/></svg>") #fff no-repeat center right 1.75rem / add(0.75em, 0.375rem) add(0.75em, 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #d00;
    box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.25);
}

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

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

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #d00;
    box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.25);
}

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

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

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        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: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #f39500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dcdcdc;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

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

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

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

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

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

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

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

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

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

.btn-danger:hover {
    color: #fff;
    background-color: #b70000;
    border-color: #a00;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 38, 38, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 38, 38, 0.5);
}

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

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

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.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 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

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

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

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

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

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

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.5);
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

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

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

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

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

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

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

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

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

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

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

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

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

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

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

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

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

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

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

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

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

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

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

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

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

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

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

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

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.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:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

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

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    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>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

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

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

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

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

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

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

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

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

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

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

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

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

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

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

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

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #aaa;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path stroke='#fff' d='M0 2h4'/></svg>");
}

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

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='#fff'/></svg>");
}

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

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

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: subtract(1rem, 4px);
    height: subtract(1rem, 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@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(0.75rem);
}

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

.custom-select {
    display: inline-block;
    width: 100%;
    height: add(1.5em, add(0.75rem, 2px, false));
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")) no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

.custom-select-sm {
    height: add(1.5em, add(0.5rem, 2px, false));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: add(1.5em, add(1rem, 2px, false));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: add(1.5em, add(0.75rem, 2px, false));
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: add(1.5em, add(0.75rem, 2px, false));
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: add(1.5em, add(0.75rem, 2px, false));
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: add(1.5em, 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.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, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
}

.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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

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

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1399.98px) {
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
}

.card-img-top {
    width: 100%;
}

.card-img-bottom {
    width: 100%;
}

.card-deck {
    display: flex;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: flex;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
}

.accordion>.card:first-of-type {
    border-bottom: 0;
}

.accordion>.card .card-header {
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

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

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

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

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

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

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

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

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

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

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

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

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

.badge:empty {
    display: none;
}

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

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}

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

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

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.5);
}

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

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

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

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

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

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

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

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

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

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

.alert-secondary .alert-link {
    color: #202326;
}

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

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

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

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

.alert-info .alert-link {
    color: #062c33;
}

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

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

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #730000;
    background-color: #f8cccc;
    border-color: #f5b8b8;
}

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

.alert-danger .alert-link {
    color: #400000;
}

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

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

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

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

.alert-dark .alert-link {
    color: #040505;
}

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

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

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

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

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

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

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

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

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

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

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:last-child {
    margin-bottom: 0;
}

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

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

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0;
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}

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

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

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

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

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

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

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

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

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

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

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

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

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

.list-group-item-danger {
    color: #730000;
    background-color: #f5b8b8;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #730000;
    background-color: #f2a2a2;
}

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

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

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

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

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

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

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

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

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

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.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: 0.5rem;
    pointer-events: none;
}

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

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

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

.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-header,
.modal-dialog-scrollable .modal-footer {
    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: 0 solid rgba(0, 0, 0, 0.2);
    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: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 solid #dee2e6;
}

.modal-header .close {
    padding: 1rem 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;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0 solid #dee2e6;
}

.modal-footer> :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: 0.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: 1320px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Roboto Regular", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Roboto Regular", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

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

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

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

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

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

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

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

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

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

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

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

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

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

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

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

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

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

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

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

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

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

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

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

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

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#fff' width='8' height='8' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/></svg>");
}

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

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

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

.carousel-indicators .active {
    opacity: 1;
}

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

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

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

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

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

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

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

.bg-primary {
    background-color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
    border-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
    display: 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: 1370px) {
    .d-xl-none {
        display: none !important;
    }
    nav.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;
    }
    nav.d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

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

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

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

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

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

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

.embed-responsive-1by1::before {
    padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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;
    }
}

@media (min-width: 1400px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

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

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

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

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

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

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-left {
        float: left !important;
    }
    .float-xxl-right {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

.w-auto {
    width: auto !important;
}

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

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

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

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

.h-auto {
    height: auto !important;
}

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

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

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.m-0 {
    margin: 0 !important;
}

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

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

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

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

.m-1 {
    margin: 0.25rem !important;
}

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

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

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

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

.m-2 {
    margin: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
    padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
    padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

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

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

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

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

.m-n4 {
    margin: -1.5rem !important;
}

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

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

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

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

.m-n5 {
    margin: -3rem !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1400px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !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;
    }
}

@media (min-width: 1400px) {
    .text-xxl-left {
        text-align: left !important;
    }
    .text-xxl-right {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}

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

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

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

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

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

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

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

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

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

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

.text-primary {
    color: #007bff !important;
}

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

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

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

.text-success {
    color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    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 {
    *,
    *::before,
    *::after {
        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;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        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 th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

@font-face {
    font-family: "BASF_Icons";
    src: url(../fonts/basf_icons_eot.eot);
    src: url(../fonts/basf_icons_eot.eot) format("embedded-opentype"), url(../fonts/basf_icons_ttf.ttf) format("truetype"), url(../fonts/basf_icons_woff.woff) format("woff"), url(../fonts/basf_icons_svg.svg) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Bold";
    font-display: swap;
    src: url(..fonts/helvetica_neue_lt_w06_75_bold_eot.eot);
    src: url(..fonts/helvetica_neue_lt_w06_75_bold_eot.eot) format("eot"), url(../fonts/helvetica_neue_lt_w06_75_bold_woff.woff) format("woff"), url(../fonts/helvetica_neue_lt_w06_75_bold_ttf.ttf) format("truetype"), url(../fonts/helvetica_neue_lt_w06_75_bold_svg.svg) format("svg");
}

@font-face {
    font-family: "Roboto Regular";
    font-display: swap;
    src: url(../fonts/helvetica_neue_lt_w06_55_roman_eot.eot);
    src: url(../fonts/helvetica_neue_lt_w06_55_roman_eot.eot) format("eot"), url(../fonts/helvetica_neue_lt_w06_55_roman_woff.woff) format("woff"), url(../fonts/helvetica_neue_lt_w06_55_roman_ttf.ttf) format("truetype"), url(../fonts/helvetica_neue_lt_w06_55_roman_svg.svg) format("svg");
}

@font-face {
    font-family: "Roboto Light";
    font-display: swap;
    src: url(../fonts/helvetica_neue_lt_w06_45_light_eot.eot);
    src: url(../fonts/helvetica_neue_lt_w06_45_light_eot.eot) format("eot"), url(../fonts/helvetica_neue_lt_w06_45_light_woff.woff) format("woff"), url(../fonts/helvetica_neue_lt_w06_45_light_ttf.ttf) format("truetype"), url(../fonts/helvetica_neue_lt_w06_45_light_svg.svg) format("svg");
}

.icon {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-size: 1.125rem;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.icon {
    text-decoration: none;
}

.icon-warning-triangle:before {
    content: "\ea07";
}

.icon-cancel-circle:before {
    content: "\ea0d";
}

.icon-info:before {
    content: "\ea0c";
}

.icon-minus-alt:before {
    content: "\e928";
}

.icon-plus-alt:before {
    content: "\e900";
}

.icon-minus:before {
    content: "\e929" !important;
}

.icon-plus:before {
    content: "\e901" !important;
}

.icon-link-external:before {
    content: "\ea7d";
}

.icon-globe:before {
    content: "\e949";
}

.icon-user:before {
    content: "\e945";
}

.icon-cog:before {
    content: "\e939";
}

.icon-warning:before {
    content: "\e90a";
}

.icon-share:before {
    content: "\e93a";
}

.icon-facebook:before {
    content: "\e916";
}

.icon-twitter:before {
    content: "\e93d";
}

.icon-youtube:before {
    content: "\e93e";
}

.icon-flickr:before {
    content: "\e918";
}

.icon-linkedin:before {
    content: "\e922";
}

.icon-file-pdf:before {
    content: "\e930";
}

.icon-download:before {
    content: "\e913";
}

.icon-check:before {
    content: "\e90f";
}

.icon-instagram:before {
    content: "\e91e";
}

.icon-google:before {
    content: "\e91b";
}

.icon-mail:before {
    content: "\e920";
}

.icon-chevron-right:before {
    content: "\e906";
}

.icon-chevron-left:before {
    content: "\e902";
}

.icon-chevron-up:before {
    content: "\e908";
}

.icon-chevron-down:before {
    content: "\e903";
}

.icon-chevron-up-a:after {
    content: "\e908";
}

.icon-chevron-down-a:after {
    content: "\e903";
}

.icon-chevron-circle-right:before {
    content: "\e921";
}

.icon-angle-right:before {
    content: "\e906";
}

.icon-angle-left:before {
    content: "\e902";
}

.icon-angle-up:before {
    content: "\e908";
}

.icon-angle-down:before {
    content: "\e903";
}

.icon-slideshare:before {
    content: "\e93b";
}

.icon-search:before {
    content: "\e937";
}

.icon-star:before {
    content: "\e93f";
}

.icon-print:before {
    content: "\e933";
}

.icon-cancel:before {
    content: "\e910";
}

.icon-home:before {
    content: "\e91d";
}

.icon-phone:before {
    content: "\e94c";
}

.icon-location:before {
    content: "\e923";
}

.icon-close:before {
    content: "\e911";
}

.icon-question:before {
    content: "\e934";
}

.icon-menu:before {
    content: "\e926";
}

.icon-circle-up:before {
    content: "\ea41";
}

.icon-circle-right:before {
    content: "\ea42";
}

.icon-circle-down:before {
    content: "\ea43";
}

.icon-circle-left:before {
    content: "\ea44";
}

.icon-circle-up-a:after {
    content: "\ea41";
}

.icon-circle-right-a:after {
    content: "\ea42";
}

.icon-circle-down-a:after {
    content: "\ea43";
}

.icon-circle-left-a:after {
    content: "\ea44";
}

.icon-up-right-a:after,
.decrease-a:after {
    content: "\ea33";
    font-family: "BASF_Icons", sans-serif;
}

.icon-down-right-a:after,
.increase-a:after {
    content: "\ea35";
    font-family: "BASF_Icons", sans-serif;
}

.icon-up-right:before,
.increase:before {
    content: "\ea33";
    font-family: "BASF_Icons", sans-serif;
}

.icon-down-right:before,
.decrease:before {
    content: "\ea35";
    font-family: "BASF_Icons", sans-serif;
}

.icon-wind-arrow-0:before {
    content: "\e952";
}

.icon-wind-arrow-18:before {
    content: "\e951";
}

.icon-wind-arrow-36:before {
    content: "\e950";
}

.icon-wind-arrow-54:before {
    content: "\e94f";
}

.icon-wind-arrow-90:before {
    content: "\e94d";
}

.icon-wind-arrow-108:before {
    content: "\e960";
}

.icon-wind-arrow-126:before {
    content: "\e95f";
}

.icon-wind-arrow-144:before {
    content: "\e95e";
}

.icon-wind-arrow-162:before {
    content: "\e95d";
}

.icon-wind-arrow-180:before {
    content: "\e95c";
}

.icon-wind-arrow-198:before {
    content: "\e95b";
}

.icon-wind-arrow-216:before {
    content: "\e95a";
}

.icon-wind-arrow-234:before {
    content: "\e959";
}

.icon-wind-arrow-252:before {
    content: "\e958";
}

.icon-wind-arrow-270:before {
    content: "\e957";
}

.icon-wind-arrow-288:before {
    content: "\e956";
}

.icon-wind-arrow-306:before {
    content: "\e955";
}

.icon-wind-arrow-324:before {
    content: "\e954";
}

.icon-wind-arrow-342:before {
    content: "\e953";
}

.icon-quote:before {
    content: "\e961";
}

.icon-arrow-right-bulletpoint:before {
    content: "\e962";
}

.icon-top-item:before {
    content: "\e963";
}

.icon-account:before {
    content: "\e964";
}

.icon-account1:before {
    content: "\e965";
}

.icon-eye-hide:before {
    content: "\e968";
}

.icon-eye-show:before {
    content: "\e969";
}

.icon-calculator:before {
    content: "\e966";
}

.icon-calendar-note:before {
    content: "\e967";
}

.icon-faq:before {
    content: "\e96b";
}

.icon-flipbook:before {
    content: "\e96c";
}

.icon-meeting:before {
    content: "\e96d";
}

.icon-message-board:before {
    content: "\e96e";
}

.icon-podcast:before {
    content: "\e96f";
}

.icon-quiz:before {
    content: "\e970";
}

.icon-trial:before {
    content: "\e971";
}

.icon-video:before {
    content: "\e972";
}

.icon-webinar:before {
    content: "\e973";
}

.icon-comparison:before {
    content: "\e96a";
}

.icon-anchor:before {
    content: "\e974";
}

.icon-music:before {
    content: "\e975";
}

.icon-edit:before {
    content: "\e914";
}

.icon-trash:before {
    content: "\e943";
}

body {
    font-family: "Roboto Light", sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
}

body.no-scroll {
    overflow: hidden;
}

.container-fluid .container,
.container.two-cols-page .container {
    padding: 0;
}

.container-with-background {
    background-color: #f2f2f5;
    padding: 3rem 0;
}

.container-with-background.dark {
    background-color: #6c6c6c;
}

.container-with-background.dark h1,
.container-with-background.dark .h1 {
    color: #fff;
}

.container .content-module .container-with-background {
    padding: 0 1.5rem;
}

picture,
picture>img {
    width: 100%;
}

a.disabled {
    cursor: default;
}

.button {
    background-color: #f39500;
    color: #fff;
    padding: 10px 15px;
    font-size: 0.875rem;
    line-height: normal;
    font-family: "Roboto Light", sans-serif;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button:hover {
    text-decoration: none;
}

.button.button-grey {
    background-color: #7c7c7c;
}

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

.button-close::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e911";
    vertical-align: middle;
    font-size: 0.5625rem;
    padding-left: 8px;
}

.button-full-width {
    width: 100%;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-family: "Roboto Light", sans-serif;
    color: #333;
    font-weight: 400;
}

h1.theme-headline,
h2.theme-headline,
h3.theme-headline,
h4.theme-headline,
.h1.theme-headline,
.h2.theme-headline,
.h3.theme-headline,
.h4.theme-headline {
    font-family: "Roboto Bold", sans-serif;
    color: #f39500;
}

h4,
dt
{
    font-family: "Roboto Bold", sans-serif;
    font-weight: normal;
}

h4>.fl-link,
dt>.fl-link,
strong>.fl-link {
    font-family: "Roboto Bold", sans-serif;
}

h1 .subline-italics,
.h1 .subline-italics {
    display: block;
    font-style: italic;
    font-size: 1.25rem;
    line-height: normal;
    color: #7c7c7c;
}

.icon-tooltip,
.icon-more {
    position: relative;
    display: inline-block;
}

.icon-tooltip::after,
.icon-more::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    vertical-align: middle;
    color: #f39500;
}

.icon-tooltip i,
.icon-more i {
    visibility: hidden;
    background-color: #f39500;
    color: #fff;
    font-style: normal;
    text-align: center;
    font-size: 0.8125rem;
    padding: 1px 5px;
    border-radius: 5px;
    position: absolute;
    left: 150%;
    top: 50%;
    transform: translateY(-50%);
    white-space: normal;
    z-index: 3;
    width: 250px;
}

.icon-tooltip i::after,
.icon-more i::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #f39500 transparent transparent;
}

.icon-tooltip i p,
.icon-more i p {
    margin: 0;
}

.icon-tooltip i a,
.icon-more i a {
    color: #fff;
}

.icon-tooltip:hover i,
.icon-more:hover i {
    visibility: visible;
}

.icon-tooltip::after {
    content: "\e934";
}

.icon-more::after {
    content: "\e92b";
}

.debug-mode-wrapper .icon-more::after {
    color: #7c7c7c;
}

.debug-mode-wrapper .icon-more i {
    font-family: "Roboto Regular", sans-serif;
    text-align: left;
    padding: 5px 10px;
    background-color: #7c7c7c;
    width: 350px;
    word-break: break-word;
}

.debug-mode-wrapper .icon-more i::after {
    border-color: transparent #7c7c7c transparent transparent;
}

.introText {
    margin-bottom: 16px;
}

.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 0;
    height: 50px;
    z-index: 100;
    visibility: hidden;
    padding: 10px 10px 5px 10px;
    color: #fff !important;
    background-color: #7c7c7c;
    opacity: 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    transition: opacity 0.5s, visibility 0.5s;
}

.back-to-top::before {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    font-size: 0.625rem;
    text-align: center;
    display: block;
    margin-bottom: 2px;
}

.back-to-top.show {
    opacity: 0.8;
    visibility: visible;
     z-index: 1;
}

.theme-color {
    color: #f39500;
}

.cursor-pointer {
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

@media (max-width: 767.98px) {
    .container.two-cols-page .row>.col-md-8+.col-md-4 {
        margin-bottom: 4rem;
    }
    .container .content-module .container-with-background {
        padding: 0;
    }
    .icon-tooltip {
        position: static;
    }
    .icon-tooltip i {
        top: auto;
        bottom: 101%;
        left: 0;
        width: 100%;
        white-space: normal;
        transform: initial;
    }
    .icon-tooltip i::after {
        display: none;
    }
    .icon-tooltip:hover::before {
        content: " ";
        position: absolute;
        top: -1px;
        margin-left: 3px;
        border-width: 5px;
        border-style: solid;
        border-color: #f39500 transparent transparent transparent;
    }
    .has-tooltip {
        position: relative;
    }
}

@media (min-width: 992px) {
    .container-with-background {
        padding: 4rem 0;
    }
}

.container .col-md-8 .container {
    padding-left: 0;
    padding-right: 0;
}

.container .col-container-no-p .container {
    padding-left: 0;
    padding-right: 0;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.show-authenticated-block {
    display: var(--authenticated-content-block) !important;
}

.show-unauthenticated-block {
    display: var(--unauthenticated-content-block) !important;
}

.show-authenticated-flex {
    display: var(--authenticated-content-flex) !important;
}

.show-unauthenticated-flex {
    display: var(--unauthenticated-content-flex) !important;
}

.show-authenticated-inline {
    display: var(--authenticated-content-inline) !important;
}

.show-unauthenticated-inline {
    display: var(--unauthenticated-content-inline) !important;
}

.show-authenticated-inline-block {
    display: var(--authenticated-content-inline-block) !important;
}

.show-unauthenticated-inline-block {
    display: var(--unauthenticated-content-inline-block) !important;
}

.show-authenticated-list-item {
    display: var(--authenticated-content-list-item) !important;
}

.show-unauthenticated-list-item {
    display: var(--unauthenticated-content-list-item) !important;
}

.anchor-nav-space {
    position: relative;
    top: -45px;
}

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

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

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

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

::placeholder {
    color: #6c757d;
    opacity: 1;
}

::-webkit-input-placeholder,
:-ms-input-placeholder {
    color: #6c757d;
}

.theme-txt-color-light-green {
    color: #65ac1e !important;
}

.theme-txt-color-dark-green {
    color: #00793a !important;
}

.theme-bkgr-color-light-green {
    background-color: #65ac1e !important;
}

.theme-bkgr-color-dark-green {
    background-color: #00793a !important;
}

.theme-light-green .button {
    background-color: #65ac1e;
    color: #fff;
}

.theme-light-green .button.button-grey {
    background-color: #7c7c7c;
}

.theme-light-green .btn {
    color: #65ac1e;
}

.theme-light-green h1.theme-headline,
.theme-light-green h2.theme-headline,
.theme-light-green h3.theme-headline,
.theme-light-green h4.theme-headline,
.theme-light-green .h1.theme-headline,
.theme-light-green .h2.theme-headline,
.theme-light-green .h3.theme-headline,
.theme-light-green .h4.theme-headline {
    color: #65ac1e;
}

.theme-light-green .icon-tooltip::after {
    color: #65ac1e;
}

.theme-light-green .icon-tooltip i {
    background-color: #65ac1e;
}

.theme-light-green .icon-tooltip i::after {
    border-color: transparent #65ac1e transparent transparent;
}

.theme-light-green .icon-tooltip:hover::before {
    border-color: #65ac1e transparent transparent transparent;
}

.theme-light-green .theme-color {
    color: #65ac1e;
}

.theme-light-green .theme-txt-color-brand {
    color: #65ac1e !important;
}

.theme-light-green .theme-bkgr-color-brand {
    background-color: #65ac1e !important;
}

.theme-dark-green a {
    color: #00793a;
}

.theme-dark-green .button {
    background-color: #00793a;
    color: #fff;
}

.theme-dark-green .button.button-grey {
    background-color: #7c7c7c;
}

.theme-dark-green .btn {
    color: #00793a;
}

.theme-dark-green h1.theme-headline,
.theme-dark-green h2.theme-headline,
.theme-dark-green h3.theme-headline,
.theme-dark-green h4.theme-headline,
.theme-dark-green .h1.theme-headline,
.theme-dark-green .h2.theme-headline,
.theme-dark-green .h3.theme-headline,
.theme-dark-green .h4.theme-headline {
    color: #00793a;
}

.theme-dark-green .icon-tooltip::after {
    color: #00793a;
}

.theme-dark-green .icon-tooltip i {
    background-color: #00793a;
}

.theme-dark-green .icon-tooltip i::after {
    border-color: transparent #00793a transparent transparent;
}

.theme-dark-green .icon-tooltip:hover::before {
    border-color: #00793a transparent transparent transparent;
}

.theme-dark-green .theme-color {
    color: #00793a;
}

.theme-dark-green .theme-txt-color-brand {
    color: #00793a !important;
}

.theme-dark-green .theme-bkgr-color-brand {
    background-color: #00793a !important;
}

.content-module h1 {
    font-size: 2.25rem;
    letter-spacing: 0.2px;
    line-height: 2.625rem;
    margin-bottom: 0;
}

.content-module h1+* {
    margin-top: 1.75rem;
}

.content-module h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 0.2px;
    font-family: "Roboto Light", sans-serif;
}

.content-module h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.1px;
    font-family: "Roboto Bold", sans-serif;
}

.content-module h4 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
}

.content-module .headline-wrapper {
    margin-bottom: 10px;
}

.content-module .row.headline-row {
    word-break: break-word;
}

.content-module .row.headline-row h1 {
    margin-bottom: 0;
}

.content-module .row.headline-row+.row {
    margin-top: 1.5rem;
}

.content-module.text-image+.content-module.text-image {
    margin-top: 1.75rem;
}

.content-module.text-image .intro {
    margin-bottom: 1.75rem;
}

.content-module.text-image .intro.bold {
    margin-top: 1.375rem;
    margin-bottom: 1rem;
}

.content-module+.content-module,
.content-module+script+.content-module {
    margin-top: 3.5rem;
}

@media (min-width: 992px) {
    .content-module+.content-module,
    .content-module+script+.content-module {
        margin-top: 5rem;
    }
}

main::after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
}

main.blank-page {
    background-color: #f39500;
    margin: 0;
    min-height: 100vh;
}

main.blank-page .logo-wrapper {
    text-align: center;
    padding: 5vh 0;
}

main.blank-page .logo-wrapper .logo {
    height: 9vh;
}

@media (max-width: 575.98px) {
    .xs-main-content-no-spacing main {
        margin-top: 0;
    }
    .xs-main-content-no-spacing .page-label-wrapper {
        margin-bottom: 0;
    }
}

.col-md-4 .content-module+.content-module,
.col-md-4 .content-module+script+.content-module {
    margin-top: 3.5rem;
}

@media (min-width: 992px) {
    .col-md-4 .content-module+.content-module,
    .col-md-4 .content-module+script+.content-module {
        margin-top: 5rem;
    }
}

.col-md-4 .content-module.text-image .image-wrapper {
    padding: 0;
}

@media (max-width: 575.98px) {
    .content-module>.row>.col-12+.col-12+.col-12 {
        margin-top: 2rem;
    }
}

@media (max-width: 991.98px) {
    .content-module>.row>.col-lg-6 {
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .content-module h1 {
        font-size: 2.25rem;
        line-height: 2.8125rem;
    }
}

@media (min-width: 992px) {
    .content-module h1 {
        font-size: 3rem;
        line-height: 3.625rem;
    }
    .content-module h1+* {
        margin-top: 2rem;
    }
    .content-module h2 {
        font-size: 2.375rem;
        line-height: 3rem;
    }
    .content-module h3 {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    .content-module.text-image+.content-module.text-image {
        margin-top: 1.75rem;
    }
    .content-module.text-image .intro {
        margin-bottom: 1.5rem;
    }
    .content-module.text-image .intro.bold {
        margin-bottom: 1rem;
    }
}

.theme-light-green main.blank-page {
    background-color: #65ac1e;
}

.theme-dark-green main.blank-page {
    background-color: #00793a;
}

.accordion .accordion-toggle,
.accordion-style .accordion-toggle {
    line-height: 1.625rem;
    font-family: "Roboto Bold", sans-serif;
    cursor: pointer;
    position: relative;
    word-break: break-word;
    border-top: 0 !important;
    border-bottom: 0;
    padding-left: 0;
    padding-right: 56px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
    color: #65ac1e;
    font-size: 20px;
}

@media (max-width: 767.98px) {
    .accordion .accordion-toggle,
    .accordion-style .accordion-toggle {
        font-size: 18px;
    }
}

.accordion .accordion-toggle::before,
.accordion-style .accordion-toggle::before {
    display: none;
}

.accordion .accordion-toggle::after,
.accordion-style .accordion-toggle::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e929";
    position: absolute;
    width: 56px;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem;
    transition: transform 200ms ease;
    color: #65ac1e;
}

.accordion .accordion-toggle.collapsed,
.accordion-style .accordion-toggle.collapsed {
    color: #333;
    border-bottom: 1px solid #dcdcdc;
}

.accordion .accordion-toggle.collapsed::after,
.accordion-style .accordion-toggle.collapsed::after {
    content: "\e901";
}

.accordion .accordion-toggle.toggle-collapsing,
.accordion-style .accordion-toggle.toggle-collapsing {
    border-bottom: 0;
}

.accordion .accordion-toggle.disabled,
.accordion-style .accordion-toggle.disabled {
    cursor: default;
}

.accordion .accordion-toggle.disabled::after,
.accordion-style .accordion-toggle.disabled::after {
    content: none;
}



.accordion .container,
.accordion-style .container {
    padding: 0;
}

.accordion>.content-module,
.accordion-style>.content-module {
    margin-top: 0;
}

.accordion .collapse,
.accordion .collapsing,
.accordion-style .collapse,
.accordion-style .collapsing {
    border-bottom: 1px solid #65ac1e;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
}

.accordion .collapse>.content-module:last-child,
.accordion .collapsing>.content-module:last-child,
.accordion-style .collapse>.content-module:last-child,
.accordion-style .collapsing>.content-module:last-child {
    margin-bottom: 32px;
}

@media (max-width: 767.98px) {
    .accordion .collapse>.content-module:last-child,
    .accordion .collapsing>.content-module:last-child,
    .accordion-style .collapse>.content-module:last-child,
    .accordion-style .collapsing>.content-module:last-child {
        margin-bottom: 24px;
    }
}

.accordion .collapse .toxic-icons,
.accordion .collapsing .toxic-icons,
.accordion-style .collapse .toxic-icons,
.accordion-style .collapsing .toxic-icons {
    margin-left: 0;
    margin-bottom: -10px;
}

.accordion .collapse .toxic-icons li,
.accordion .collapsing .toxic-icons li,
.accordion-style .collapse .toxic-icons li,
.accordion-style .collapsing .toxic-icons li {
    display: inline-block;
    margin-bottom: 10px;
}

.accordion .collapse .toxic-icons li:not(:last-child),
.accordion .collapsing .toxic-icons li:not(:last-child),
.accordion-style .collapse .toxic-icons li:not(:last-child),
.accordion-style .collapsing .toxic-icons li:not(:last-child) {
    margin-right: 10px;
}

.accordion .collapse .toxic-icons li::before,
.accordion .collapsing .toxic-icons li::before,
.accordion-style .collapse .toxic-icons li::before,
.accordion-style .collapsing .toxic-icons li::before {
    display: none;
}

.accordion .collapse .toxic-icons img,
.accordion .collapsing .toxic-icons img,
.accordion-style .collapse .toxic-icons img,
.accordion-style .collapsing .toxic-icons img {
    width: 70px;
}

.accordion.accordion-reversed .accordion-toggle,
.accordion-style.accordion-reversed .accordion-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 15px 50px;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #000 !important;
}

.accordion.accordion-reversed .accordion-toggle.collapsed::after,
.accordion-style.accordion-reversed .accordion-toggle.collapsed::after {
    transform: translateY(-50%) rotate(-180deg);
}

.accordion.accordion-reversed .accordion-toggle::after,
.accordion-style.accordion-reversed .accordion-toggle::after {
    transform: translateY(-50%);
    right: auto;
    left: 0;
    top: 50%;
    color: #f39500;
}

@media (max-width: 767.98px) {
    .accordion.accordion-reversed .accordion-toggle,
    .accordion-style.accordion-reversed .accordion-toggle {
        display: block;
    }
}

.accordion.accordion-reversed .accordion-item,
.accordion-style.accordion-reversed .accordion-item {
    background-color: #f0f0f0;
    margin: 0 0 5px;
}

.accordion.accordion-reversed .accordion-item .title,
.accordion-style.accordion-reversed .accordion-item .title {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 10px 0 0;
}

@media (max-width: 767.98px) {
    .accordion.accordion-reversed .accordion-item .title,
    .accordion-style.accordion-reversed .accordion-item .title {
        margin: 0 10px 10px 0;
    }
}

.accordion.accordion-reversed .stars-wrapper,
.accordion-style.accordion-reversed .stars-wrapper {
    display: flex;
}

.accordion.accordion-reversed .stars-wrapper .icon,
.accordion-style.accordion-reversed .stars-wrapper .icon {
    margin: 0 10px 0 0;
    font-size: 1.5rem;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f39500;
}

.accordion.accordion-reversed .stars-wrapper .checked,
.accordion-style.accordion-reversed .stars-wrapper .checked {
    color: #f39500;
    -webkit-text-fill-color: #f39500;
}

.accordion.accordion-reversed .content,
.accordion-style.accordion-reversed .content {
    padding: 15px 30px 15px 50px;
}

.accordion:not(.last-accordion)+.accordion,
.accordion-style:not(.last-accordion)+.accordion-style {
    margin-top: 0;
}

.acc-hide-all-back {
    color: #65ac1e;
    position: relative;
    padding-left: 16px;
    cursor: pointer;
}

.acc-hide-all-back::before {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    font-size: 12px;
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.theme-light-green .acc-hide-all-back {
    color: #65ac1e;
}

.theme-light-green .accordion .accordion-toggle,
.theme-light-green .accordion-style .accordion-toggle {
    color: #65ac1e;
}

.theme-light-green .accordion .accordion-toggle.collapsed,
.theme-light-green .accordion-style .accordion-toggle.collapsed {
    color: #333;
}

.theme-light-green .accordion .accordion-toggle::after,
.theme-light-green .accordion-style .accordion-toggle::after {
    color: #65ac1e;
}

.theme-light-green .accordion .collapse,
.theme-light-green .accordion .collapsing,
.theme-light-green .accordion-style .collapse,
.theme-light-green .accordion-style .collapsing {
    border-bottom: 1px solid #65ac1e;
}

.theme-light-green .accordion.accordion-reversed .accordion-toggle::after,
.theme-light-green .accordion-style.accordion-reversed .accordion-toggle::after {
    color: #65ac1e;
}

.theme-light-green .accordion.accordion-reversed .stars-wrapper .icon,
.theme-light-green .accordion-style.accordion-reversed .stars-wrapper .icon {
    -webkit-text-stroke-color: #65ac1e;
}

.theme-light-green .accordion.accordion-reversed .stars-wrapper .checked,
.theme-light-green .accordion-style.accordion-reversed .stars-wrapper .checked {
    color: #65ac1e;
    -webkit-text-fill-color: #65ac1e;
}

.theme-dark-green .acc-hide-all-back {
    color: #00793a;
}

.theme-dark-green .accordion .accordion-toggle,
.theme-dark-green .accordion-style .accordion-toggle {
    color: #00793a;
}

.theme-dark-green .accordion .accordion-toggle.collapsed,
.theme-dark-green .accordion-style .accordion-toggle.collapsed {
    color: #333;
}

.theme-dark-green .accordion .accordion-toggle::after,
.theme-dark-green .accordion-style .accordion-toggle::after {
    color: #00793a;
}

.theme-dark-green .accordion .collapse,
.theme-dark-green .accordion .collapsing,
.theme-dark-green .accordion-style .collapse,
.theme-dark-green .accordion-style .collapsing {
    border-bottom: 1px solid #00793a;
}

.theme-dark-green .accordion.accordion-reversed .accordion-toggle::after,
.theme-dark-green .accordion-style.accordion-reversed .accordion-toggle::after {
    color: #00793a;
}

.theme-dark-green .accordion.accordion-reversed .stars-wrapper .icon,
.theme-dark-green .accordion-style.accordion-reversed .stars-wrapper .icon {
    -webkit-text-stroke-color: #00793a;
}

.theme-dark-green .accordion.accordion-reversed .stars-wrapper .checked,
.theme-dark-green .accordion-style.accordion-reversed .stars-wrapper .checked {
    color: #00793a;
    -webkit-text-fill-color: #00793a;
}

.benefitlist .benefits-wrapper {
    background: #f39500;
    padding: 25px;
    color: #fff;
}

.benefitlist .benefits-wrapper h2 {
    color: inherit;
}

.benefitlist .benefits-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Roboto Light", sans-serif;
    font-size: 1.25rem;
    line-height: normal;
    color: rgba(255, 255, 255, 0.9);
}

.benefitlist .benefits-wrapper ul li {
    padding-left: 2rem;
    padding-top: 8px;
    padding-bottom: 8px;
}

.benefitlist .benefits-wrapper ul li::before {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    font-size: 0.875rem;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.4);
    margin-right: 10px;
    margin-left: -2rem;
}

@media (max-width: 767.98px) {
    .benefitlist .benefits-wrapper {
        padding: 15px;
    }
    .benefitlist .benefits-wrapper h2 {
        font-size: 1.25rem;
    }
    .benefitlist .benefits-wrapper ul {
        font-size: 1rem;
    }
    .benefitlist .benefits-wrapper ul li::before {
        font-size: 1.25rem;
    }
}

.theme-light-green .benefitlist .benefits-wrapper {
    background: #65ac1e;
}

.theme-dark-green .benefitlist .benefits-wrapper {
    background: #00793a;
}

#cookie-law {
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    background: #fff;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #f39500;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.6);
}

#cookie-law button {
    width: 100%;
}

@media (min-width: 768px) {
    #cookie-law button {
        width: auto;
    }
}

.theme-light-green #cookie-law {
    border-bottom-color: #65ac1e;
}

.theme-dark-green #cookie-law {
    border-bottom-color: #00793a;
}

.detail-headline-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.detail-headline-wrapper h1 {
    margin: 0;
}

.detail-headline-wrapper .claim,
.detail-headline-wrapper .subline {
    font-size: 1.375rem;
}

.detail-headline-wrapper .subline {
    font-family: "Roboto Light", sans-serif;
    display: block;
    line-height: normal;
}

.text-image.detail-headline .row {
    margin-bottom: 0;
}

.quicklinks+.text-image {
    margin-top: 0;
}

.col-md-8 .quicklinks {
    margin-top: 0;
    margin-bottom: 2rem;
    display: none;
}

.event-table {
    width: auto;
    color: #f39500;
    margin: 1.5rem 0;
}

.event-table th {
    font-weight: normal;
    padding-right: 1.5rem;
}

@media (max-width: 767.98px) {
    .detail-headline-wrapper {
        flex-direction: column-reverse;
    }
    .detail-headline-wrapper .claim {
        display: block;
        font-size: 1.125rem;
    }
    .detail-headline-wrapper .subline {
        font-size: 1rem;
    }
    .col-md-4 .quicklinks {
        display: none;
    }
    .col-md-8 .quicklinks {
        display: block;
    }
}

.theme-light-green .event-table {
    color: #65ac1e;
}

.theme-dark-green .event-table {
    color: #00793a;
}

.farmer-wrapper {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767.98px) {
    .farmer-wrapper {
        margin: 0 0 20px;
    }
    .farmer-wrapper:last-of-type {
        margin: 0;
    }
}

.farmer-detail {
    color: #fff;
    background-color: #f39500;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.farmer-detail picture {
    width: 150px;
}

.farmer-detail picture img {
    border-radius: 50%;
}

.farmer-detail .farmer-headline {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0 0 30px;
}

.farmer-detail .farmer-headline .image-wrapper {
    margin: 0 30px 0 0;
}

.farmer-detail .farmer-headline .details-wrapper {
    max-width: 60%;
    word-wrap: break-word;
}

.farmer-detail .farmer-headline .details-wrapper p:not(.name) {
    font-style: italic;
}

.farmer-detail .farmer-headline .name {
    font-size: 1.5rem;
}

.farmer-detail .farmer-headline .location,
.farmer-detail .farmer-headline .land {
    font-size: 1.2rem;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .farmer-detail .farmer-headline {
        flex-direction: column;
        text-align: center;
    }
    .farmer-detail .farmer-headline .image-wrapper {
        margin: 0 0 30px 0;
    }
    .farmer-detail .farmer-headline .details-wrapper {
        max-width: 100%;
    }
}

.farmer-detail .farmer-detail-content {
    overflow: hidden;
}

.farmer-detail .farmer-detail-content p {
    font-size: 1rem;
    margin: 0 0 10px;
}

.farmer-detail .farmer-detail-content p:last-of-type {
    margin: 0;
}

.teaser.diary-teaser {
    height: 100%;
}

.teaser.diary-teaser .swiper-wrapper-outer {
    height: 100%;
}

.teaser.diary-teaser .swiper-wrapper-outer .swiper {
    height: 100%;
}

.teaser.diary-teaser .swiper-wrapper-outer .swiper .teaser-content .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.teaser.diary-teaser .swiper-wrapper-outer .swiper .teaser-content .date {
    font-size: 1rem;
    margin-bottom: 0;
}

.teaser.diary-teaser .swiper-slide {
    display: flex;
    flex-direction: column;
}

.teaser.diary-teaser .swiper-slide a {
    display: block;
}

.teaser.diary-teaser .swiper-slide a.replaced-product-link {
    display: inline;
}

.fpt-graph-wrapper {
    position: relative;
    padding: 0 30px;
    color: #6c757d;
}

.fpt-graph-wrapper .bubble {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
}

@media (max-width: 767.98px) {
    .fpt-graph-wrapper .bubble {
        width: 100px;
    }
}

.fpt-graph-wrapper .bubble .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    background-color: #fff;
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.2;
    overflow: hidden;
    transition: transform 0.5s ease-out;
    cursor: default;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.fpt-graph-wrapper .bubble .content:hover {
    transform: scale(1.1);
}

@media (max-width: 767.98px) {
    .fpt-graph-wrapper .bubble .content {
        font-size: 0.75rem;
    }
}

.fpt-graph-wrapper .bubble .title {
    font-size: 1.8rem;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .fpt-graph-wrapper .bubble .title {
        font-size: 1.5rem;
    }
}

.fpt-graph-wrapper .bubble::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.fpt-graph-wrapper .tick text {
    font-size: 0.6rem;
    text-anchor: end;
    font-weight: 600;
}

.fpt-graph-wrapper .grid-lines .grid-line,
.fpt-graph-wrapper .domain {
    stroke-width: 1px;
    stroke: #bcbcbc;
}

.fpt-graph-wrapper .legend-row {
    position: relative;
    margin: 10px 30px;
    font-weight: 800;
}

.fpt-graph-wrapper .legend-row .legend-square {
    display: inline-flex;
    height: 25px;
    width: 25px;
}

.fpt-graph-wrapper .legend-row .product-name {
    margin-bottom: 10px;
    position: absolute;
    left: 60px;
}

.fpt-graph-wrapper .description {
    font-weight: 800;
    font-style: italic;
}

.teaser .swiper-slide.farmer-teaser {
    background-color: #f39500;
}

.farmer-teaser {
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: #f39500;
}

.farmer-teaser a {
    color: #fff;
}

.farmer-teaser .image-content {
    padding: 20px 0 0 0;
}

.farmer-teaser .image-content a {
    display: block;
}

.farmer-teaser .image-content img {
    display: block;
    max-width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
}

.farmer-teaser .teaser-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.farmer-teaser .teaser-content .name {
    color: #fff;
}

.farmer-teaser .teaser-content .location {
    font-style: italic;
}

.farmer-teaser .teaser-content .product {
    flex-grow: 1;
    max-height: none;
}

.farmer-trial-filters {
    margin: 0;
    background-color: #f39500;
    padding: 15px 0;
}

.search-bar .location .form-control {
    height: 45px;
}

.search-bar .location .styled-select-wrapper {
    height: 45px;
}

.search-bar .location .select-styled {
    line-height: 2.5;
}

.farmer-search-wrapper .teaser .teaser-content h3>a {
    color: #f39500;
}

.farmer-search-wrapper .teaser .teaser-content>a:before {
    display: none;
}

.farmer-search-wrapper .content-module:nth-of-type(2) {
    min-height: 500px;
}

.farmer-search-filter {
    margin: 0;
    background-color: #f39500;
    padding: 15px 0;
}

.farmer-search-filter .form-control {
    height: 36px;
    border: none;
}

.farmer-search-filter .region-wrapper {
    padding: 0.375rem 0;
    font-size: 1rem;
    margin: 0;
    color: #fff;
    list-style-type: none;
    font-style: italic;
}

@media (max-width: 991.98px) {
    .farmer-search-filter .region-wrapper {
        padding: 0 0 0.375rem 0;
    }
}

.farmer-search-filter .region-wrapper li {
    display: inline-block;
}

.farmer-search-filter .region-wrapper li.active span:before {
    background-color: #fff;
    visibility: visible;
    transform: scaleX(1);
}

.farmer-search-filter .region-wrapper span {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.farmer-search-filter .region-wrapper span:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    visibility: hidden;
    transition: 0.25s linear;
    transform: scaleX(0);
}

.farmer-search-filter .region-wrapper span:hover:before {
    background-color: #fff;
    visibility: visible;
    transform: scaleX(1);
}

.farmer-detail-wrapper {
    background: #f0f0f0;
}

.farmer-detail-wrapper .farmer-detail-section:not(:last-child) {
    margin-bottom: 1rem;
}

.farmer-detail-wrapper .farmer-detail-section p {
    margin: 0;
}

.farmer-content-wrapper h1,
.farmer-content-wrapper h2,
.farmer-content-wrapper h3,
.farmer-content-wrapper h4 {
    font-family: "Roboto Bold", sans-serif;
    color: #f39500;
}

.theme-light-green .farmer-detail,
.theme-light-green .farmer-trial-filters,
.theme-light-green .farmer-search-filter,
.theme-light-green .season-selector {
    background-color: #65ac1e;
}

.theme-light-green .farmer-search-wrapper .teaser .teaser-content h3>a {
    color: #65ac1e;
}

.theme-light-green .farmer-content-wrapper h1,
.theme-light-green .farmer-content-wrapper h2,
.theme-light-green .farmer-content-wrapper h3,
.theme-light-green .farmer-content-wrapper h4 {
    color: #65ac1e;
}

.theme-light-green .teaser .swiper-slide.farmer-teaser {
    background-color: #65ac1e;
}

.theme-dark-green .farmer-detail,
.theme-dark-green .farmer-trial-filters,
.theme-dark-green .farmer-search-filter,
.theme-dark-green .season-selector {
    background-color: #00793a;
}

.theme-dark-green .farmer-search-wrapper .teaser .teaser-content h3>a {
    color: #00793a;
}

.theme-dark-green .farmer-content-wrapper h1,
.theme-dark-green .farmer-content-wrapper h2,
.theme-dark-green .farmer-content-wrapper h3,
.theme-dark-green .farmer-content-wrapper h4 {
    color: #00793a;
}

.theme-dark-green .teaser .swiper-slide.farmer-teaser {
    background-color: #00793a;
}

form {
    margin: 0;
}

.form-control,
.form-control:focus {
    border-color: #aaa;
}

.form-control:focus,
.btn:focus,
.btn.focus {
    box-shadow: none;
}

input.form-control[type="text"],
input.form-control[type="email"],
input.form-control[type="tel"],
input.form-control[type="number"],
input.form-control[type="password"],
textarea.form-control {
    border-radius: 5px;
    font-size: 0.875rem;
    color: #000;
}

input.form-control[type="number"]::-webkit-inner-spin-button,
input.form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.form-control[type="number"] {
    -moz-appearance: textfield;
}

.input-search {
    position: relative;
}

.input-search input {
    padding: 0.375rem 2rem 0.375rem 0.75rem;
}

.input-search button {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #7c7c7c;
    outline: none;
    cursor: pointer;
}

.input-search button::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-size: 1.125rem;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e937";
}

.input-search button.disabled {
    cursor: default;
}

.centered-single-input {
    text-align: center;
}

.centered-single-input input {
    display: inline;
    width: 80%;
}

.centered-single-input button {
    background: none;
    border: none;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.centered-single-input button::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e937";
    font-size: 1.5rem;
    vertical-align: middle;
}

.custom-control-label.error::before {
    border: 1px solid red;
}

.custom-control-label.inline-content p:last-of-type {
    display: inline;
}

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    color: #f39500;
    background-image: none;
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    font-size: 9px;
    top: 9px;
    left: -20px;
}

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

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

.custom-checkbox .custom-control-input.marked~.custom-control-label::before {
    background-color: #fff;
}

.custom-checkbox .custom-control-input.marked~.custom-control-label::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    font-size: 11px;
    top: 9px;
    left: -20px;
}

.custom-checkbox .custom-control-label {
    min-height: 18px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
    width: 18px;
    height: 18px;
}

.custom-checkbox.neutral-color .custom-control-input:checked~.custom-control-label::after {
    color: #000;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #f39500;
    border: none;
}

select.styled-select {
    visibility: hidden;
}

.select-hidden {
    display: none;
    padding-right: 10px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 4px 30px 4px 15px;
    overflow: hidden;
}

.select-styled>span {
    color: #6c757d;
}

.select-styled:after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    color: #f39500;
    font-size: 0.75rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.select-styled.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select-styled.active:after {
    content: "\e908";
}

.select-styled.is-disabled {
    pointer-events: none;
    opacity: 0.3;
    cursor: default;
}

.styled-select-wrapper {
    cursor: pointer;
    position: relative;
    font-size: 0.875rem;
    color: #000;
    width: 100%;
    height: 35px;
}

.styled-select-wrapper.disabled {
    cursor: default;
}

.styled-select-wrapper .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 4;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #aaa;
    border-top: none;
    max-height: 250px;
    overflow-y: auto;
}

.styled-select-wrapper .select-options li {
    margin: 0;
    padding: 7px 15px;
}

.styled-select-wrapper .select-options li.selected,
.styled-select-wrapper .select-options li.selected:hover {
    color: #819a9a;
    background: #f8f9f9;
}

.styled-select-wrapper .select-options li:hover {
    color: #000;
    background: #fcfcfc;
}

.styled-select-wrapper .select-options li[rel="hide"] {
    display: none;
}

.styled-select-wrapper .select-options li[data-disabled="disabled"],
.styled-select-wrapper .select-options li.selected[data-disabled="disabled"],
.styled-select-wrapper .select-options li.selected:hover[data-disabled="disabled"] {
    color: #7c7c7c;
    background: #fff;
}

.styled-select-wrapper .select-options li::before {
    display: none;
}

select:disabled+.select-styled {
    color: #aaa;
}

select:disabled+.select-styled::after {
    opacity: 0.5;
}

form.quick-search {
    height: 100%;
}

form.quick-search .styled-select-wrapper+.styled-select-wrapper {
    margin-top: 15px;
}

form.color-grey,
form.color-light-grey,
form.quick-search {
    padding: 15px;
}

form.search-bar {
    padding: 25px 15px;
}

form.color-theme {
    background-color: #f39500;
}

form.color-theme label,
form.color-theme p,
form.color-theme h2 {
    color: #fff;
}

form.color-theme .vue-treeselect label {
    color: #212529;
}

form.color-theme input.form-control[type="text"],
form.color-theme input.form-control[type="tel"] {
    border-color: transparent;
}

form.color-theme .select-styled,
form.color-theme .select-options {
    border: 1px solid #f39500;
}

form.color-grey {
    background: #dcdcdc;
}

form.color-grey .select-styled,
form.color-grey .select-options,
form.color-grey input.form-control[type="text"],
form.color-grey input.form-control[type="tel"] {
    border-color: #dcdcdc;
}

form.color-light-grey {
    background: #f0f0f0;
}

form.color-light-grey .select-styled,
form.color-light-grey .select-options,
form.color-light-grey input.form-control[type="text"],
form.color-light-grey input.form-control[type="tel"] {
    border-color: #f0f0f0;
}

.register-form,
.form-wrapper {
    padding: 0 0 10px;
}

.register-form .custom-control-label,
.form-wrapper .custom-control-label {
    color: #333;
}

.register-form .hint,
.form-wrapper .hint {
    font-size: 0.75rem;
}

.register-form fieldset:not(:first-child),
.form-wrapper fieldset:not(:first-child) {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.register-form fieldset:not(:first-child) legend,
.form-wrapper fieldset:not(:first-child) legend {
    width: auto;
    padding: 0.5rem;
    font-size: 1rem;
}

.register-form fieldset:not(:first-child) div:last-child .form-group,
.form-wrapper fieldset:not(:first-child) div:last-child .form-group {
    margin-bottom: 0;
}

.register-form input.error,
.register-form textarea.error,
.register-form .styled-select.error+.select-styled,
.register-form input.error[type="checkbox"]+label.custom-control-label::before,
.register-form .select-styled.error,
.register-form .treeselect-wrapper.error,
.register-form .error .treeselect-wrapper,
.register-form .file-input-wrapper.error,
.form-wrapper input.error,
.form-wrapper textarea.error,
.form-wrapper .styled-select.error+.select-styled,
.form-wrapper input.error[type="checkbox"]+label.custom-control-label::before,
.form-wrapper .select-styled.error,
.form-wrapper .treeselect-wrapper.error,
.form-wrapper .error .treeselect-wrapper,
.form-wrapper .file-input-wrapper.error {
    border: 1px solid red;
}

.register-form textarea,
.form-wrapper textarea {
    resize: none;
}

.register-form .privacy,
.form-wrapper .privacy {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 2rem;
}

.register-form.register-form-newsletter .form-group.col-3,
.form-wrapper.register-form-newsletter .form-group.col-3 {
    -ms-word-break: break-all;
    -ms-word-wrap: break-all;
    -webkit-word-break: break-word;
    -webkit-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.register-form.register-form-newsletter .crop-group-container .custom-control div,
.form-wrapper.register-form-newsletter .crop-group-container .custom-control div {
    display: none;
    width: 50%;
    margin-top: 0.5rem;
}

.register-form.register-form-newsletter .crop-group-container input[type="checkbox"]:checked~div,
.form-wrapper.register-form-newsletter .crop-group-container input[type="checkbox"]:checked~div {
    display: block;
}

.form-wrapper .form-group {
    flex-grow: 1;
}

ul.letter-picker {
    background: #f0f0f0;
    list-style: none;
    margin: 0 0 30px;
    padding: 15px;
    display: flex;
    flex-flow: row wrap;
}

ul.letter-picker li {
    display: inline-block;
    color: #dcdcdc;
    flex-grow: 1;
    text-align: center;
    min-width: 26px;
}

ul.letter-picker li span,
ul.letter-picker li a {
    padding: 5px 0;
    display: block;
}

ul.letter-picker li a {
    color: #7c7c7c;
}

ul.letter-picker li.active {
    background: #f39500;
}

ul.letter-picker li.active a {
    color: #fff;
}

ul.letter-picker li:first-child {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 991.98px) {
    ul.letter-picker::after {
        content: "";
        flex-grow: 100000000000;
    }
}

@media (min-width: 576px) {
    .centered-single-input input {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .centered-single-input input {
        width: 40%;
    }
}

@media (min-width: 992px) {
    .centered-single-input input {
        width: 40%;
    }
}

.theme-light-green .custom-checkbox:not(.neutral-color) .custom-control-input:checked~.custom-control-label::after {
    color: #65ac1e;
}

.theme-light-green .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #65ac1e;
}

.theme-light-green .select-styled:after {
    color: #65ac1e;
}

.theme-light-green form.color-theme {
    background-color: #65ac1e;
}

.theme-light-green form.color-theme .select-styled,
.theme-light-green form.color-theme .select-options {
    border-color: #65ac1e;
}

.theme-light-green ul.letter-picker li.active {
    background: #65ac1e;
}

.theme-dark-green .custom-checkbox:not(.neutral-color) .custom-control-input:checked~.custom-control-label::after {
    color: #00793a;
}

.theme-dark-green .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #00793a;
}

.theme-dark-green .select-styled:after {
    color: #00793a;
}

.theme-dark-green form.color-theme {
    background-color: #00793a;
}

.theme-dark-green form.color-theme .select-styled,
.theme-dark-green form.color-theme .select-options {
    border-color: #00793a;
}

.theme-dark-green ul.letter-picker li.active {
    background: #00793a;
}

body>header {
    position: relative;
    z-index: 15;
    min-height: 92px;
    margin-bottom: 0px;
}

body>header .logo-wrapper {
    position: relative;
    height: 80px;
    background-color: #f39500;
    z-index: 15;
}

body>header .logo-wrapper img {
    height: 45px;
    margin-top: calc((80px - 45px) / 2);
}

body>header .logo-wrapper .logo-print {
    display: none;
}

body>header .meta-navigation {
    color: #f39500;
    background-color: #fff;
    position: relative;
    z-index: 15;
}

body>header .meta-navigation a:hover {
    color: #7c7c7c;
}

body>header .meta-navigation .container {
    height: 45px;
    display: table;
    width: 100%;
}

body>header .meta-navigation .container .label,
body>header .meta-navigation .container ul {
    display: table-cell;
    vertical-align: middle;
}

body>header .meta-navigation .container .label .label-inner {
    display: flex;
}

body>header .meta-navigation .container .label .label-text {
    display: none;
    padding-left: 5px;
}

body>header .meta-navigation .container .label .label-text p {
    margin: 0;
}

body>header .meta-navigation .container ul {
    text-align: right;
}

body>header .meta-navigation .container ul li {
    display: inline-block;
    padding: 0;
}

body>header .meta-navigation .container ul li:last-child,
body>header .meta-navigation .container ul li:last-child a {
    padding-right: 0;
}

body>header .meta-navigation .container ul li a {
    padding: 10px 15px;
}

body>header .meta-navigation .container ul li.social-share ul {
    display: none;
    float: left;
    margin-right: 15px;
    padding: 0;
}

body>header .meta-navigation .container ul.mobile-menu-toggle {
    text-align: left;
    padding: 0;
    width: 36px;
}

body>header .meta-navigation .container ul.mobile-menu-toggle li {
    margin-left: -15px;
}

body>header .meta-navigation .header-toggle {
    height: 45px;
    display: inline-block;
}

body>header .meta-navigation .header-toggle i {
    cursor: pointer;
    margin: 0;
    padding: 10px 15px;
}

body>header .meta-navigation .header-toggle i:hover {
    color: #7c7c7c;
}

body>header .meta-navigation .header-toggle i:last-child {
    display: none;
}

body>header .meta-navigation .header-toggle.open {
    color: #000;
    background: #f0f0f0;
}

body>header .meta-navigation .header-toggle.open i:last-child {
    display: inline-block;
}

body>header .meta-navigation .header-toggle.open i:first-child {
    display: none;
}

body>header .personalization-sticky-wrapper {
    position: fixed;
    top: -45px;
    height: 45px;
    z-index: 0;
}

body.modal-open>header {
    z-index: auto;
}

#site-search {
    display: block;
    background: none;
    padding: 1rem 0;
    border-bottom: 1px solid #dcdcdc;
}

#site-search input {
    font-family: "Roboto Bold", sans-serif;
    border: none;
    padding: 0;
    font-size: 1.125rem;
    letter-spacing: 0.1px;
}

@media (min-width: 992px) {
    #site-search {
        padding: 1.25rem 0;
    }
    #site-search input {
        font-size: 1.5rem;
    }
}

.available-languages ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
    display: inline;
}

.available-languages ul li {
    display: inline;
}

.available-languages ul li a {
    padding: 0 !important;
}

.available-languages ul li.active {
    font-weight: bold;
}

.available-languages ul li::after {
    padding: 0 5px;
    content: "|";
}

.available-languages ul li:last-child::after {
    display: none;
}

.available-languages[data-languages-count="1"] {
    display: none;
}

.available-languages.available-selection ul li::after {
    padding: 0 15px;
}

#country-selector {
    display: none;
    background: #f0f0f0;
    padding: 15px;
    border-bottom: 2px solid #f39500;
}

#country-selector p.select-country {
    font-family: "Roboto Bold", sans-serif;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

#country-selector .available-languages {
    margin-bottom: 1.25rem;
}

#country-selector .dropdown .btn {
    background: none;
    border-top: 1px solid #aaa;
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 20px;
    white-space: normal;
}

#country-selector .dropdown .btn:after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    border: none;
    color: #f39500;
    font-size: 1.125rem;
    width: auto;
    height: auto;
    float: right;
}

#country-selector .dropdown .btn:focus {
    box-shadow: none;
}

#country-selector .dropdown.show .btn:after {
    content: "\e908";
}

#country-selector .dropdown.dropdown-countries {
    display: none;
}

#country-selector .dropdown.dropdown-countries.current {
    display: block;
}

#country-selector .dropdown .dropdown-menu {
    border: none;
    width: 100%;
    padding: 0;
    max-height: 300px;
    overflow: auto;
}

#country-selector .dropdown .dropdown-menu .dropdown-item {
    color: #000;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
}

#country-selector .dropdown .dropdown-menu .dropdown-item:hover {
    background: #fcfcfc;
}

#country-selector .dropdown .dropdown-menu .dropdown-item.current {
    color: #819a9a;
    background: #f8f9f9;
}

#country-selector .country-selector-languages ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    display: none;
}

#country-selector .country-selector-languages ul.current {
    display: block;
}

#country-selector .country-selector-languages ul li {
    padding: 4px 0;
    border-top: 1px solid #aaa;
}

#country-selector .country-selector-languages ul li:last-child {
    border-bottom: 1px solid #aaa;
}

#country-selector .country-selector-languages ul li a {
    display: block;
}

#country-selector .country-selector-languages ul li a.current {
    color: #000;
    padding-right: 12px;
}

#country-selector .country-selector-languages ul li a.current::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    font-size: 0.65rem;
    float: right;
    padding-top: 0.5rem;
}

#country-selector #country-selector-languages {
    display: none;
}

#country-selector #country-selector-current-languages ul {
    display: block;
}

#country-selector #country-selector-global {
    margin-top: 50px;
    padding: 0;
}

#country-selector #country-selector-global li {
    display: inline-block;
    padding-right: 20px;
}

#country-selector #country-selector-global li a::before {
    color: #f39500;
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-size: 1.125rem;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e949";
    padding-right: 5px;
}

#country-selector .regions {
    padding: 0;
}

#country-selector .regions li {
    display: inline-block;
}

#country-selector .regions li+li {
    padding-left: 20px;
}

#country-selector .regions li button.current {
    background: #000;
}

#country-selector .countries {
    list-style: none;
    display: none;
    padding: 0;
    margin: 0;
    -moz-column-count: 2;
    column-count: 2;
}

#country-selector .countries[data-count="1"] {
    -moz-column-count: 1;
    column-count: 1;
}

#country-selector .countries.current {
    display: block;
}

#country-selector .countries>li {
    border-left: 1px solid #f39500;
    padding: 5px 0 5px 25px;
}

#country-selector .countries>li>a {
    font-weight: bold;
}

#country-selector .countries ul {
    padding: 0;
    margin: 0 0 0 25px;
    display: inline-block;
}

#country-selector .countries ul li {
    display: inline-block;
}

#country-selector .countries ul li+li::before {
    color: #f39500;
    display: inline-block;
    content: "|";
    padding: 0 10px;
}

#country-selector.languages-only {
    background-image: none;
}

#country-selector.languages-only .select-country,
#country-selector.languages-only .regions,
#country-selector.languages-only .countries,
#country-selector.languages-only #country-selector-global,
#country-selector.languages-only #mobile-country-selector>*:not(#country-selector-languages-wrapper) {
    display: none;
}

#country-selector.languages-only .available-languages {
    margin-bottom: 0;
}

#country-selector.languages-only #country-selector-languages-wrapper ul {
    margin-bottom: 10px;
}

body.sticky-header>header {
    padding-bottom: 47px;
}

body.sticky-header>header .meta-navigation {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 5;
    border-bottom: 2px solid #dcdcdc;
}

body.sticky-header>header #country-selector {
    position: fixed;
    z-index: 5;
    top: 45px;
}

body.sticky-header.search-visible>header {
    padding-bottom: 80px;
}

@media (min-width: 576px) {
    body>header .meta-navigation .container .label .label-text {
        display: inline;
    }
}

@media (max-width: 767.98px) {
    #country-selector p {
        font-family: "Roboto Bold", sans-serif;
    }
}

@media (max-width: 575.98px) {
    body>header .meta-navigation .container ul {
        padding: 0;
    }
    body>header .meta-navigation .container ul li a {
        padding: 10px 10px;
    }
    body>header .meta-navigation .container ul li.social-share ul {
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    #country-selector {
        padding-bottom: 15px;
        height: auto;
        min-height: auto;
        background-image: url(../images/globe_europe_africa.png);
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: right 20px top 20px;
    }
}

@media (max-width: 991.98px) {
    body>header .meta-navigation .container .label a.label-home {
        display: none;
    }
}

@media (min-width: 992px) {
    #country-selector .countries {
        -moz-column-count: 3;
        column-count: 3;
    }
    body>header {
        min-height: 92px;
        margin-bottom: 0px;
    }
    body>header .meta-navigation .container ul.mobile-menu-toggle {
        display: none;
    }
}

.icon-mail::before {
    font-size: 0.875rem;
    position: relative;
    top: -1.5px;
}

.theme-light-green>header .logo-wrapper {
    background-color: #65ac1e;
}

.theme-light-green>header .meta-navigation {
    color: #65ac1e;
}

.theme-light-green #country-selector {
    border-bottom-color: #65ac1e;
}

.theme-light-green #country-selector .dropdown .dropdown-menu {
    border-radius: 5px;
    border: 1px solid lightgray;
}

.theme-light-green #country-selector .dropdown .btn:after {
    color: #65ac1e;
    font-size: 0.65rem;
    padding-top: 0.5rem;
}

.theme-light-green #country-selector #country-selector-global li a::before {
    color: #65ac1e;
}

.theme-light-green #country-selector .countries>li {
    border-left: 1px solid #65ac1e;
}

.theme-light-green #country-selector .countries ul li+li::before {
    color: #65ac1e;
}

.theme-dark-green>header .logo-wrapper {
    background-color: #00793a;
}

.theme-dark-green>header .meta-navigation {
    color: #00793a;
}

.theme-dark-green #country-selector {
    border-bottom-color: #00793a;
}

.theme-dark-green #country-selector .dropdown .dropdown-menu {
    border-radius: 5px;
    border: 1px solid lightgray;
}

.theme-dark-green #country-selector .dropdown .btn:after {
    color: #00793a;
    font-size: 0.65rem;
    padding-top: 0.5rem;
}

.theme-dark-green #country-selector #country-selector-global li a::before {
    color: #00793a;
}

.theme-dark-green #country-selector .countries>li {
    border-left: 1px solid #00793a;
}

.theme-dark-green #country-selector .countries ul li+li::before {
    color: #00793a;
}

iframe {
    width: 100%;
    border: none;
}

figure.lightbox-trigger {
    pointer-events: none;
}

figure.no-caption {
    margin-bottom: 0;
}

.image-gallery figcaption {
    margin-top: 15px;
    font-size: 0.75rem;
    line-height: 1rem;
}

.image-gallery figcaption .title {
    font-family: "Roboto Bold", sans-serif;
    font-size: 0.9375rem;
}

.image-gallery figcaption p:last-child {
    margin-bottom: 0;
}

.image-gallery .master {
    padding-bottom: 40px;
}

.image-gallery .master .navigation {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.image-gallery .master.master-no-thumbnail .navigation {
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.image-gallery .swiper-slave-outer-wrapper {
    display: none;
}

.image-gallery .image-gallery-without-slider figure {
    margin-bottom: 30px;
}

.image-gallery .thumbnail-row[data-slides-count="1"] {
    display: none;
}

@media (min-width: 768px) {
    figure.lightbox-trigger {
        cursor: pointer;
        pointer-events: auto;
    }
    figure.lightbox-trigger picture {
        position: relative;
        display: block;
    }
    figure.lightbox-trigger picture::after {
        font-family: "BASF_Icons", sans-serif;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        vertical-align: text-top;
        font-style: normal;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e937";
        font-size: 1rem;
        position: absolute;
        right: 9px;
        bottom: 9px;
        padding: 4px 6.5px;
        color: #f39500;
        background-color: rgba(255, 255, 255, 0.95);
        border-radius: 50%;
    }
    .image-gallery-without-slider figure.lightbox-trigger picture::after {
        right: 5px;
        bottom: 5px;
    }
    .image-gallery .master {
        padding-bottom: 0;
    }
    .image-gallery .master .navigation {
        display: none;
    }
    .image-gallery>.row:first-child .master {
        border-bottom: none;
    }
    .image-gallery .swiper-slave-outer-wrapper {
        display: block;
        text-align: center;
        margin-top: 34px;
    }
    .image-gallery .swiper-slave-outer-wrapper .swiper-button-prev,
    .image-gallery .swiper-slave-outer-wrapper .swiper-button-next {
        margin: 0;
        font-size: 0.875rem;
    }
    .image-gallery .swiper-slave-outer-wrapper .swiper-button-prev {
        top: -46px;
        position: absolute;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .image-gallery .swiper-slave-outer-wrapper .swiper-button-prev:before {
        content: "\e908";
    }
    .image-gallery .swiper-slave-outer-wrapper .swiper-button-next:before {
        content: "\e903";
    }
    .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal {
        margin: 0 40px 10px;
        max-width: calc(100% - 2 * 40px);
    }
    .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal .swiper-button-prev,
    .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal .swiper-button-next {
        top: calc(50% - 18px);
        position: absolute;
        font-size: 1.315rem;
        border: 0 !important;
    }
    .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal .swiper-button-prev:before,
    .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal .swiper-button-next:before {
        content: "" !important;
    }
    .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal .swiper-button-prev {
        position: absolute;
        left: -25px;
        transform: none;
    }
    .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal .swiper-button-prev:before {
        content: "\e902";
    }
    .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal .swiper-button-next {
        right: -25px;
    }
    .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal .swiper-button-next:before {
        content: "\e906";
    }
    .image-gallery .slave {
        max-height: 500px;
        padding: 0;
        margin-bottom: 10px;
        position: static;
    }
    .image-gallery .slave .swiper-slide {
        cursor: pointer;
        margin: 0;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .image-gallery .slave .swiper-slide img {
        border: 5px solid transparent;
    }
    .image-gallery .slave .swiper-slide:last-child {
        margin-bottom: 0;
    }
    .image-gallery .slave .swiper-slide.selected img {
        border: 5px solid #f39500;
    }
    .image-gallery .slave .swiper-slide.selected::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        left: 0;
        top: calc(50% - 6px);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #f39500;
    }
    .image-gallery .slave.slave-horizontal {
        max-height: none;
        margin: 0;
    }
    .image-gallery .slave.slave-horizontal .swiper-slide {
        margin-bottom: 20px;
        padding: 0;
    }
    .image-gallery .slave.slave-horizontal .swiper-slide.selected::before {
        top: auto;
        bottom: -20px;
        left: calc(50% - 5px);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f39500;
    }
    .image-gallery .slave.slave-horizontal-bottom .swiper-slide {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .image-gallery .slave.slave-horizontal-bottom .swiper-slide.selected::before {
        display: none;
    }
    .image-gallery .slave.slave-horizontal-bottom+.swiper-button-prev {
        top: 50%;
    }
    .image-gallery .slave.slave-horizontal-bottom+.swiper-button-prev+.swiper-button-next {
        top: 50%;
    }
    .image-gallery .swiper-slave-outer-wrapper-horizontal.swiper-slave-outer-wrapper-horizontal-below-master {
        margin-bottom: 0;
    }
    .image-gallery .swiper-slave-outer-wrapper-horizontal.swiper-slave-outer-wrapper-horizontal-below-master .slave.slave-horizontal .swiper-slide {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .image-gallery .swiper-slave-outer-wrapper-horizontal.swiper-slave-outer-wrapper-horizontal-below-master .slave.slave-horizontal .swiper-slide.selected::before {
        bottom: auto;
        top: -10px;
        left: calc(50% - 5px);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f39500;
        border-top: none;
    }
    .image-gallery .swiper-slave-outer-wrapper-horizontal.swiper-slave-outer-wrapper-horizontal-below-master .swiper-button-prev,
    .image-gallery .swiper-slave-outer-wrapper-horizontal.swiper-slave-outer-wrapper-horizontal-below-master .swiper-button-next {
        top: calc(50% - 14px);
    }
}

@media (max-width: 991.98px) {
    .image-gallery .row[data-slides-count="1"] .master {
        padding-bottom: 0;
    }
    .image-gallery .row[data-slides-count="1"] .master .navigation {
        display: none;
    }
    .image-gallery .master .navigation .swiper-pagination {
        display: none;
    }
}

.theme-light-green figure.lightbox-trigger picture::after {
    color: #65ac1e;
}

.theme-light-green .image-gallery .slave .swiper-slide.selected img {
    border-color: #65ac1e;
}

.theme-light-green .image-gallery .slave .swiper-slide.selected::before {
    border-right-color: #65ac1e;
}

.theme-light-green .image-gallery .slave.slave-horizontal .swiper-slide.selected::before {
    border-right-color: transparent;
    border-top-color: #65ac1e;
}

.theme-light-green .image-gallery .swiper-slave-outer-wrapper-horizontal.swiper-slave-outer-wrapper-horizontal-below-master .slave.slave-horizontal .swiper-slide.selected::before {
    border-bottom-color: #65ac1e;
}

.theme-dark-green figure.lightbox-trigger picture::after {
    color: #00793a;
}

.theme-dark-green .image-gallery .slave .swiper-slide.selected img {
    border-color: #00793a;
}

.theme-dark-green .image-gallery .slave .swiper-slide.selected::before {
    border-right-color: #00793a;
}

.theme-dark-green .image-gallery .slave.slave-horizontal .swiper-slide.selected::before {
    border-right-color: transparent;
    border-top-color: #00793a;
}

.theme-dark-green .image-gallery .swiper-slave-outer-wrapper-horizontal.swiper-slave-outer-wrapper-horizontal-below-master .slave.slave-horizontal .swiper-slide.selected::before {
    border-bottom-color: #00793a;
}

.image-map .image-map-wrapper {
    position: relative;
}

.image-map .image-map-wrapper .icon {
    position: absolute;
    font-size: 1.5rem;
    color: #f39500;
    background: radial-gradient(#fff 59%, transparent 60%);
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}

.image-map .image-map-wrapper .icon:hover {
    color: #7c7c7c !important;
    background: radial-gradient(#fff 59%, transparent 60%);
}

.image-map .image-map-wrapper .icon.active {
    color: #7c7c7c !important;
    background: radial-gradient(#fff 59%, transparent 60%);
}

.image-map .image-map-wrapper .icon.active:before {
    content: "\e928";
}

.image-map .image-map-wrapper .popover-content {
    display: none;
}

.image-map .image-map-wrapper .popover {
    border-color: #ccc;
    max-width: 400px;
    z-index: 4;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.3);
}

.image-map .image-map-wrapper .popover.long-text {
    max-width: 550px;
}

.image-map .image-map-wrapper .popover.fixed {
    transform: translate(-50%, -50%);
    border: none;
    background-color: #f0f0f0;
}

.image-map .image-map-wrapper .popover.fixed .popover-content {
    text-align: center;
    min-width: 150px;
}

.image-map .image-map-wrapper .popover.fixed .popover-content .picture {
    margin: 0;
}

.image-map .image-map-wrapper .popover.fixed .popover-content .title {
    padding: 5px;
    background-color: #f39500;
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.image-map .image-map-wrapper .popover.fixed .popover-content .intro,
.image-map .image-map-wrapper .popover.fixed .popover-content .text,
.image-map .image-map-wrapper .popover.fixed .popover-content .link {
    padding: 0 5px;
}

.image-map .image-map-wrapper .popover.fixed .popover-content .intro,
.image-map .image-map-wrapper .popover.fixed .popover-content .text {
    line-height: 2.5;
    margin-bottom: 0;
}

.image-map .image-map-wrapper .popover.fixed .popover-content .link {
    display: inline-block;
    padding: 10px 30px;
    margin: 0.5rem;
    text-align: center;
    background-color: #f39500;
    transition: background-color 0.25s ease;
}

.image-map .image-map-wrapper .popover.fixed .popover-content .link a {
    color: #fff;
}

.image-map .image-map-wrapper .popover .arrow {
    margin-left: 10px;
}

.image-map .image-map-wrapper .popover .popover-body {
    padding: 25px;
}

.image-map .image-map-wrapper .popover .popover-content {
    display: block;
    min-width: 250px;
}

.image-map .image-map-wrapper .popover .popover-content .popover-close {
    cursor: pointer;
    color: #f39500;
    font-size: inherit;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
}

.image-map .image-map-wrapper .popover .popover-content .popover-close::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8rem;
    content: "\e911";
    vertical-align: bottom;
}

.image-map .image-map-wrapper .popover .popover-content .title {
    font-family: "Roboto Bold", sans-serif;
    font-size: 0.9375rem;
}

.image-map .image-map-wrapper .popover .popover-content p:last-of-type {
    margin-bottom: 0;
}

.image-map .image-map-wrapper .popover .popover-content div {
    margin-bottom: 1rem;
}

.image-map .image-map-wrapper .popover .popover-content div:last-of-type {
    margin-bottom: 0;
}

.image-map .image-map-wrapper .popover .popover-content .link a {
    line-height: 1;
}

.image-map .image-map-wrapper .popover.bs-popover-bottom .arrow::before,
.image-map .image-map-wrapper .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #ccc;
}

.image-map .image-map-wrapper .popover.bs-popover-top .arrow::before,
.image-map .image-map-wrapper .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
    border-top-color: #ccc;
}

.image-map .image-map-wrapper .tooltip {
    font-family: inherit;
    z-index: 3;
}

.image-map .image-map-wrapper .tooltip.show {
    opacity: 1;
}

.image-map .image-map-wrapper .tooltip .tooltip-inner {
    background: #fff;
    color: #f39500;
}

.image-map .image-map-wrapper .tooltip.bs-tooltip-bottom .arrow::before,
.image-map .image-map-wrapper .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #fff;
}

.image-map .image-map-wrapper .tooltip.bs-tooltip-top .arrow::before,
.image-map .image-map-wrapper .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff;
}

.image-map .image-map-wrapper .tooltip.bs-tooltip-left .arrow::before,
.image-map .image-map-wrapper .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #fff;
}

.image-map .image-map-wrapper .tooltip.bs-tooltip-right .arrow::before,
.image-map .image-map-wrapper .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #fff;
}

.image-map .image-map-wrapper.map-popover-transparent .popover.fixed {
    background-color: transparent;
    box-shadow: none;
}

.image-map .image-map-wrapper.map-popover-transparent .popover.fixed .popover-content {
    min-width: auto;
}

.image-map .image-map-wrapper.map-popover-transparent .popover.fixed .popover-content .title {
    background-color: transparent !important;
}

@media (max-width: 575.98px) {
    .image-map .image-map-wrapper .tooltip {
        display: none;
    }
}

.theme-light-green .image-map .image-map-wrapper .icon {
    color: #65ac1e;
}

.theme-light-green .image-map .image-map-wrapper .icon:hover,
.theme-light-green .image-map .image-map-wrapper .icon.active {
    color: #7c7c7c;
}

.theme-light-green .image-map .image-map-wrapper .popover.fixed .popover-content .title,
.theme-light-green .image-map .image-map-wrapper .popover.fixed .popover-content .link {
    background-color: #65ac1e;
}

.theme-light-green .image-map .image-map-wrapper .popover .popover-content .popover-close {
    color: #65ac1e;
}

.theme-light-green .image-map .image-map-wrapper .tooltip .tooltip-inner {
    color: #65ac1e;
}

.theme-dark-green .image-map .image-map-wrapper .icon {
    color: #00793a;
}

.theme-dark-green .image-map .image-map-wrapper .icon:hover,
.theme-dark-green .image-map .image-map-wrapper .icon.active {
    color: #7c7c7c;
}

.theme-dark-green .image-map .image-map-wrapper .popover.fixed .popover-content .title,
.theme-dark-green .image-map .image-map-wrapper .popover.fixed .popover-content .link {
    background-color: #00793a;
}

.theme-dark-green .image-map .image-map-wrapper .popover .popover-content .popover-close {
    color: #00793a;
}

.theme-dark-green .image-map .image-map-wrapper .tooltip .tooltip-inner {
    color: #00793a;
}

.anchor-links-wrapper .anchor-link a,
.anchor-links-wrapper .link a,
.links-wrapper .anchor-link a,
.links-wrapper .link a {
    transition: all 0.5s;
}

.anchor-links-wrapper .anchor-link a:hover,
.anchor-links-wrapper .link a:hover,
.links-wrapper .anchor-link a:hover,
.links-wrapper .link a:hover {
    text-decoration: underline;
}

.anchor-links-wrapper .anchor-link.with-border,
.links-wrapper .anchor-link.with-border {
    border-top: 1px solid #ccc;
}

.anchor-links-wrapper .anchor-link.with-border:last-child,
.links-wrapper .anchor-link.with-border:last-child {
    border-bottom: 1px solid #ccc;
}

.anchor-links-wrapper .anchor-link a,
.links-wrapper .anchor-link a {
    color: #333;
}

.anchor-links-wrapper .anchor-link a:hover,
.links-wrapper .anchor-link a:hover {
    text-decoration: none;
}

.anchor-links-wrapper .anchor-link i,
.links-wrapper .anchor-link i {
    color: #6c6c6c;
    transition: color 0.5s;
}

.anchor-links-wrapper .anchor-link i.icon-anchor,
.links-wrapper .anchor-link i.icon-anchor {
    background-color: #fff;
}

@media (min-width: 1400px) {
    .anchor-links-wrapper .anchor-link i,
    .links-wrapper .anchor-link i {
        color: #f0f0f0;
    }
}

.anchor-links-wrapper .anchor-link.active a,
.links-wrapper .anchor-link.active a {
    color: #f39500;
}

.anchor-links-wrapper .anchor-link.active a:hover,
.links-wrapper .anchor-link.active a:hover {
    text-decoration: none;
}

@media (min-width: 1400px) {
    .anchor-links-wrapper .anchor-link.active i,
    .links-wrapper .anchor-link.active i {
        color: #f39500;
    }
}

.anchor-links-wrapper .link,
.links-wrapper .link {
    white-space: nowrap;
}

.anchor-links-wrapper.sticky ul,
.links-wrapper.sticky ul {
    max-width: 200px;
}

@media (max-width: 991.98px) {
    .anchor-links-wrapper ul,
    .links-wrapper ul {
        position: relative;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.theme-light-green .anchor-links-wrapper .anchor-link.with-border.active a {
    color: #333;
}

.theme-light-green .anchor-links-wrapper .anchor-link.active a {
    color: #65ac1e;
}

@media (min-width: 1400px) {
    .theme-light-green .anchor-links-wrapper .anchor-link.active i {
        color: #65ac1e;
    }
}

.theme-dark-green .anchor-links-wrapper .anchor-link.with-border.active a {
    color: #333;
}

.theme-dark-green .anchor-links-wrapper .anchor-link.active a {
    color: #00793a;
}

@media (min-width: 1400px) {
    .theme-dark-green .anchor-links-wrapper .anchor-link.active i {
        color: #00793a;
    }
}

div.link-list ul,
ul.link-list {
    padding-left: 0;
    list-style: none;
}

div.link-list ul li,
ul.link-list li {
    margin-bottom: 1rem;
}

div.link-list ul li:last-child,
ul.link-list li:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    div.link-list ul.two-cols,
    ul.link-list.two-cols {
        -moz-columns: 2;
        columns: 2;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

.link-teaser .link-teaser-wrapper .link-teaser-content {
    padding: 32px 24px;
    position: relative;
    font-size: 1rem;
}

.link-teaser .link-teaser-wrapper .intro p:last-of-type {
    margin: 0;
}

.link-teaser .link-teaser-wrapper ul {
    margin: 2rem 0 0;
}

.link-teaser:not(.highlight) .link-teaser-content {
    position: relative;
    border: 1px solid;
    border-color: #65ac1e;
    margin-top: 1em;
}

.link-teaser:not(.highlight) h3 {
    margin: -48px -8px 12px;
    max-width: 100%;
    margin-bottom: 1rem;
}

.link-teaser:not(.highlight) h3 span {
    display: inline-block;
    background-color: #fff;
    padding: 0 32px 0 8px;
}

.link-teaser.highlight .link-teaser-wrapper {
    display: block;
    position: relative;
    padding: 0 1rem 1rem 0;
}

.link-teaser.highlight .link-teaser-wrapper::before {
    content: "";
    position: absolute;
    background-color: #f2f2f5;
    top: 1.875rem;
    left: 1.875rem;
    bottom: 0;
    right: 0;
}

.link-teaser.highlight .link-teaser-wrapper .link-teaser-content {
    background-color: #e0eed2;
}

.link-teaser.highlight .link-teaser-wrapper .downloads-list {
    margin: 12px -20px 0;
}

.link-teaser.highlight .link-teaser-wrapper .downloads-list li {
    margin: 0;
    padding: 3px 20px;
}

.link-teaser.highlight .link-teaser-wrapper .downloads-list li:last-child {
    padding-bottom: 0;
}

.link-teaser.highlight .link-teaser-wrapper .downloads-list li a {
    font-family: "Roboto Light", sans-serif;
}

.link-teaser.highlight .link-teaser-wrapper .downloads-list li a::before {
    font-size: inherit;
    vertical-align: initial;
}

@media (min-width: 992px) {
    .link-teaser .link-teaser-wrapper .link-teaser-content {
        padding: 40px 32px;
    }
    .link-teaser .link-teaser-wrapper .link-teaser-content h3 {
        max-width: 350px;
    }
    .link-teaser:not(.highlight) h3 {
        margin: -64px -8px 12px;
    }
    .link-teaser.highlight .link-teaser-wrapper {
        padding: 0 1.5rem 1.5rem 0;
    }
}

.download_teaser p {
    color: white;
}

.download_teaser .download_button {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 0;
    text-align: center;
}

.download_teaser .download_button a {
    font-size: 1.125rem;
}

.download_teaser .download_button a::before {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e913";
    font-size: 1.375rem;
    vertical-align: sub;
    margin-right: 0.375rem;
}

.download_teaser .download_button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767.98px) {
    .link-teaser.quicklinks .link-teaser-wrapper {
        padding: 0;
    }
    .link-teaser.quicklinks h2,
    .link-teaser.quicklinks h3 {
        display: none;
    }
    .link-teaser.quicklinks .link-list {
        margin: 0;
    }
    .link-teaser.quicklinks .link-list li {
        padding: 8px 0;
        margin: 0;
        border-top: 1px solid #f0f0f0;
        position: relative;
    }
    .link-teaser.quicklinks .link-list li a {
        font-family: "Roboto Light", sans-serif;
        font-size: 1.125rem;
    }
    .link-teaser.quicklinks .link-list li a::before {
        font-size: 1.375rem;
    }
    .link-teaser.quicklinks .link-list li:last-child {
        border-bottom: 1px solid #f0f0f0;
    }
}

.theme-light-green .link-teaser .link-teaser-wrapper .link-teaser-content {
    border-color: #65ac1e;
}

.theme-light-green .link-teaser.highlight .link-teaser-wrapper .link-teaser-content {
    background-color: #e0eed2;
}

.theme-dark-green .link-teaser .link-teaser-wrapper .link-teaser-content {
    border-color: #00793a;
}

.theme-dark-green .link-teaser.highlight .link-teaser-wrapper .link-teaser-content {
    background-color: rgba(0, 121, 58, 0.2);
}

.modal.basic-modal .modal-content {
    border: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.modal.basic-modal .modal-cancel {
    background-color: #7c7c7c;
    color: #fff;
}

.modal.basic-modal .modal-cancel:hover {
    background-color: rgba(124, 124, 124, 0.8);
}

.modal.basic-modal .modal-save {
    background-color: #65ac1e;
    color: #fff;
}

.modal.basic-modal .modal-save:hover {
    background-color: rgba(101, 172, 30, 0.8);
}

@media (max-width: 575.98px) {
    .modal.basic-modal {
        margin: 0.5rem;
    }
}

.modal.modal-dialog-full-screen {
    padding: 0 !important;
    margin: 0 !important;
}

.modal.modal-dialog-full-screen .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

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

.modal.modal-dialog-full-screen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal.modal-dialog-full-screen.dark .modal-header .close {
    color: #fff;
}

.modal.modal-dialog-full-screen.dark .modal-content {
    background-color: #333;
    color: #fff;
}

.modal.image-map-modal .image-map-wrapper {
    overflow: hidden;
}

.modal.image-map-modal .col {
    justify-content: center;
    display: flex;
}

.modal button:focus {
    outline: none;
    box-shadow: none;
}

.alert.alert-grey {
    background-color: #f0f0f0;
    border: none;
}

.nav-wrapper {
    margin-bottom: 20px;
}

.nav-wrapper .container {
    background-color: #f39500;
    padding: 2px;
    max-width: none;
}

.page-label-wrapper .container {
    background: #dcdcdc;
    display: table;
    width: 100%;
    padding: 15px;
    max-width: none;
}

.page-label-wrapper .container .page-label {
    font-family: "Roboto Light", sans-serif;
    font-size: 1.5rem;
    display: table-cell;
    vertical-align: middle;
}

.page-label-wrapper .container .page-label p {
    margin: 0;
}

.page-label-wrapper .container .contact {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.page-label-wrapper .container .contact span {
    display: none;
}

#breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
}

#breadcrumb-wrapper #breadcrumb-left,
#breadcrumb-wrapper #breadcrumb-right {
    position: absolute;
    top: -4px;
    cursor: pointer;
    background: #fff;
    z-index: 1;
    color: #f39500;
    display: none;
}

#breadcrumb-wrapper #breadcrumb-left {
    left: 0;
    padding: 5px 25px 5px 0;
    background: linear-gradient( to right, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

#breadcrumb-wrapper #breadcrumb-right {
    right: 0;
    padding: 5px 0px 5px 25px;
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

#breadcrumb-wrapper.scroll-left #breadcrumb-left,
#breadcrumb-wrapper.scroll-right #breadcrumb-right {
    display: inline-block;
}

#breadcrumb-wrapper .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 0;
    display: block;
    white-space: nowrap;
    transform: translateX(0px);
    transition: 0.5s ease-in-out;
}

#breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    display: inline-block;
}

#breadcrumb-wrapper .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-size: 0.875rem;
    position: relative;
    top: 3px;
    color: #dcdcdc;
    padding-right: 10px;
    padding-left: 10px;
}

#breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
    color: #000;
}

.tab-navigation-wrapper .nav-pills .nav-item {
    white-space: nowrap;
}

.tab-navigation-wrapper .nav-pills .nav-link {
    color: #f39500;
}

.tab-navigation-wrapper .nav-pills .nav-link.active {
    background-color: transparent;
    border-bottom: 5px solid;
    border-color: #f39500;
}

.tab-navigation-wrapper .nav-pills .highlight {
    background-color: #f39500;
    transition: background-color 0.5s;
}

.tab-navigation-wrapper .nav-pills .highlight .nav-link {
    color: #fff;
}

.tab-navigation-wrapper .nav-pills .highlight .nav-link.active {
    color: #f39500;
    background-color: #f0f0f0;
}

.tab-navigation-wrapper .tab-content>.active .content-module:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .mobile-menu:has(+ .mobile-subMenu .sub-nav.show) {
        display: none;
    }
    .nav-wrapper {
        display: none;
        position: absolute;
        top: 124px;
        z-index: 15;
    }
    .nav-wrapper.open {
        display: block;
    }
    .nav-wrapper nav.container {
        position: relative;
        overflow-x: hidden;
        height: calc(100vh - 80px - 45px);
    }
    .nav-wrapper nav.container ul {
        list-style: none;
        margin: 0;
        padding: 15px 15px 25px;
        position: absolute;
        width: 100%;
        background: #f0f0f0;
        border-bottom: 2px solid #f39500;
    }
    .nav-wrapper nav.container ul li {
        border-top: 2px solid #dcdcdc;
        padding: 7px 0;
    }
    .nav-wrapper nav.container ul li a {
        font-family: "Roboto Bold", sans-serif;
        font-size: 1rem;
        display: block;
    }
    .nav-wrapper nav.container ul li a p {
        display: inline;
    }
    .nav-wrapper nav.container ul li.has-children>a {
        position: relative;
        padding-right: 20px;
    }
    .nav-wrapper nav.container ul li.has-children>a::after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-family: "BASF_Icons", sans-serif;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        vertical-align: text-top;
        font-style: normal;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e906";
        font-size: 1rem;
        padding-right: 7px;
    }
    .nav-wrapper nav.container ul li.parent-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav-wrapper nav.container ul li.parent-link a,
    .nav-wrapper nav.container ul li.parent-link span {
        font-family: "Roboto Light", sans-serif;
        font-size: 1.375rem;
    }
    .nav-wrapper nav.container ul li.parent-link a::before,
    .nav-wrapper nav.container ul li.parent-link span::before {
        font-family: "BASF_Icons", sans-serif;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        font-style: normal;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e921";
        vertical-align: middle;
        font-size: 1.5rem;
        margin-right: 0.5rem;
    }
    .nav-wrapper nav.container ul li.parent-link span {
        color: #f39500;
    }
    .nav-wrapper nav.container ul li.back-link {
        border-top: none;
        border-bottom: 1px solid #7c7c7c;
    }
    .nav-wrapper nav.container ul li.back-link a::before {
        font-family: "BASF_Icons", sans-serif;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        font-style: normal;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e902";
        vertical-align: middle;
        font-size: 1rem;
        margin-right: 0.5rem;
    }
    .nav-wrapper nav.container ul li.back-link+li {
        border-top: none;
    }
    .nav-wrapper nav.container ul li.home a {
        color: #000;
        font-size: 0.875rem;
    }
    .nav-wrapper nav.container ul li.home a::before {
        font-family: "BASF_Icons", sans-serif;
        speak: never;
        font-size: 1.125rem;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        vertical-align: text-top;
        font-style: normal;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e91d";
        padding-right: 10px;
    }
    .nav-wrapper nav.container ul li.selected>a,
    .nav-wrapper nav.container ul li.selected:hover>a {
        color: #000;
    }
    .nav-wrapper nav.container ul li.preferences>a span::before,
    .nav-wrapper nav.container ul li.preferences .parent-link span::before {
        font-family: "BASF_Icons", sans-serif;
        speak: never;
        font-size: 1.125rem;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        font-style: normal;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e939";
        padding-right: 8px;
        vertical-align: middle;
    }
    .nav-wrapper nav.container ul li.preferences .parent-link span::before {
        font-size: 1.625rem;
        padding-right: 0;
    }
    .nav-wrapper nav.container>ul {
        top: 0;
        left: 0;
        transition: margin 0.5s;
    }
    .nav-wrapper nav.container>ul>li>ul,
    .nav-wrapper nav.container>ul>li>ul>li>ul {
        top: 0;
        left: 100%;
    }
    .nav-wrapper nav.container>ul ul {
        display: none;
    }
    .nav-wrapper nav.container li.open>ul {
        display: block;
    }
    .sticky-header .nav-wrapper {
        position: fixed;
        top: 47px;
    }
    .sticky-header .nav-wrapper nav.container {
        height: calc(100vh - 47px);
    }
    #main-nav {
        background: none;
    }
    #main-nav.level-1>ul:not(.opening-sub)>li:not(.open),
    #main-nav.level-2>ul:not(.opening-sub)>li:not(.open) {
        display: none;
    }
    #main-nav.level-1>ul {
        margin-left: -100%;
    }
    #main-nav.level-2>ul {
        margin-left: -200%;
    }
    #main-nav.level-2>ul>li>ul:not(.opening-sub)>li:not(.open) {
        display: none;
    }
    #main-nav-teaser-wrapper {
        display: none;
    }
    .page-label-wrapper {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .nav-wrapper nav.container {
        position: relative;
    }
    .nav-wrapper nav.container ul {
        display: none;
    }
    .nav-wrapper nav.container>ul {
        display: block;
        padding: 0 5px;
        margin: 0;
    }
    .nav-wrapper nav.container>ul>li {
        display: inline-block;
        margin: 5px 1px;
    }
    .nav-wrapper nav.container>ul>li>a {
        font-family: "Roboto Bold", sans-serif;
        height: 30px;
        line-height: 16px;
        display: inline-block;
        padding: 7px 10px;
        color: #fff;
        position: relative;
    }
    .nav-wrapper nav.container>ul>li:hover,
    .nav-wrapper nav.container>ul>li.open {
        background-color: #fff;
    }
    .nav-wrapper nav.container>ul>li:hover>a,
    .nav-wrapper nav.container>ul>li.open>a {
        color: #f39500;
    }
    .nav-wrapper nav.container>ul>li.open>a::before {
        position: absolute;
        content: "";
        display: block;
        bottom: -5px;
        left: calc(50% - 2px);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
    }
    .nav-wrapper nav.container>ul>li.open>ul {
        display: block;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 61px;
        width: 100%;
        z-index: 4;
        padding: 0;
    }
    .nav-wrapper nav.container>ul>li.open>ul li {
        margin-left: -33%;
        width: 33%;
        list-style: none;
        padding: 3px 15px;
    }
    .nav-wrapper nav.container>ul>li.open>ul li>a {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 5px 10px 5px 0;
        font-family: "Roboto Light", sans-serif;
    }
    .nav-wrapper nav.container>ul>li.open>ul li.has-children>a::after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-family: "BASF_Icons", sans-serif;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        vertical-align: text-top;
        font-style: normal;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e906";
        font-size: 0.875rem;
        padding-left: 7px;
    }
    .nav-wrapper nav.container>ul>li.open>ul li:first-child {
        padding-top: 15px;
    }
    .nav-wrapper nav.container>ul>li.open>ul li:last-child {
        padding-bottom: 15px;
    }
    .nav-wrapper nav.container>ul>li.open>ul li.open>a {
        font-family: "Roboto Bold", sans-serif;
    }
    .nav-wrapper nav.container>ul>li.open>ul li.back-link {
        display: none;
    }
    .nav-wrapper nav.container>ul>li.open>ul.open li.open>ul {
        display: block;
        left: 33%;
        position: absolute;
        overflow: hidden;
        z-index: 1;
        width: 33%;
        padding: 0;
        top: 0;
    }
    .nav-wrapper nav.container>ul>li.open>ul.open li.open>ul>li {
        width: 100%;
        margin-left: -100%;
    }
    .nav-wrapper nav.container>ul>li.open>ul.open li.open>ul ul {
        left: 100%;
        width: 100%;
    }
    .nav-wrapper nav.container>ul>li.has-children.preferences>a {
        padding-right: 15px;
        background-color: rgba(255, 255, 255, 0.3);
    }
    .nav-wrapper nav.container>ul>li.has-children.preferences>a span::before {
        font-family: "BASF_Icons", sans-serif;
        speak: never;
        font-size: 1.125rem;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        font-style: normal;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e939";
        padding-right: 8px;
        vertical-align: middle;
    }
    .nav-wrapper nav.container>ul>li.has-children.preferences.open>ul>li {
        width: 100%;
        margin-left: -100%;
    }
    .nav-wrapper nav.container>ul>li.has-children.preferences.open>ul>li.preferences-content {
        min-height: 350px;
    }
    .nav-wrapper nav.container>ul>li.preferences.has-children>a::after,
    .nav-wrapper nav.container>ul>li.preferences.has-children.open>a::after {
        content: none;
    }
    .nav-wrapper nav.container>ul>li.home {
        display: none;
    }
    .nav-wrapper nav.container:not(.open)>ul>li.selected {
        background-color: #fff;
    }
    .nav-wrapper nav.container:not(.open)>ul>li.selected>a {
        color: #f39500;
    }
    .nav-wrapper nav.container>ul>li.open>ul li.parent-link {
        padding-bottom: 5px;
    }
    .nav-wrapper nav.container>ul>li.open>ul li.parent-link>a {
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        font-size: 0.9375rem;
        font-family: "Roboto Bold", sans-serif;
    }
    .nav-wrapper nav.container>ul>li.open>ul li.parent-link>a::before {
        font-family: "BASF_Icons", sans-serif;
        speak: never;
        font-size: 1.125rem;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        vertical-align: text-top;
        font-style: normal;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e921";
        margin-right: 0.5rem;
    }
    .nav-wrapper nav.container.nav-narrow>ul>li>a {
        padding-right: 8px;
        padding-left: 8px;
    }
    #main-nav-stage {
        display: none;
        position: absolute;
        background: #fff;
        border-bottom: 4px solid #f39500;
        top: 45px;
        left: 0;
        width: 100%;
        z-index: 4;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
    }
    #main-nav-teaser-wrapper {
        display: none;
    }
    #main-nav.level-3>ul>li.open>ul.open li.open>ul {
        overflow: visible;
    }
    #main-nav.level-3>ul>li.open>ul.open li.open>ul li.open ul {
        overflow: hidden;
    }
    .page-label-wrapper {
        position: relative;
        padding: 0 15px;
    }
    .page-label-wrapper .container {
        padding: 20px 15px;
        max-width: calc(1320px + 30px);
    }
    .page-label-wrapper .container .page-label {
        font-size: 1.75rem;
    }
    .stage+.page-label-wrapper {
        margin-top: -35px;
        z-index: 5;
    }
    .nav-wrapper {
        padding: 0 15px;
    }
    .nav-wrapper .container {
        max-width: calc(1320px + 30px);
    }
}

@media (min-width: 1200px) {
    .nav-wrapper nav.container>ul>li.has-children>a {
        position: relative;
        padding-right: 30px;
    }
    .nav-wrapper nav.container>ul>li.has-children>a::after {
        font-family: "BASF_Icons", sans-serif;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        vertical-align: text-top;
        font-style: normal;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e903";
        font-size: 0.5rem;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-40%);
    }
    .nav-wrapper nav.container>ul>li.has-children.open>a::after {
        content: "\e908";
    }
    .nav-wrapper nav.container>ul>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-wrapper nav.container>ul>li.open>ul {
        width: 50%;
    }
    .nav-wrapper nav.container>ul>li.open>ul li {
        margin-left: -50%;
        width: 50%;
    }
    .nav-wrapper nav.container>ul>li.open>ul.open li.open>ul {
        left: 50%;
        width: 50%;
    }
    .nav-wrapper nav.container.nav-narrow>ul>li>a {
        padding-left: 11px;
        padding-right: 11px;
    }
    .nav-wrapper nav.container.nav-narrow>ul>li.has-children>a {
        padding-right: 26px;
    }
    .nav-wrapper nav.container.nav-narrow>ul>li.has-children>a::after {
        right: 7px;
    }
    .nav-wrapper #main-nav-teaser-wrapper {
        display: block;
        float: right;
        width: calc(50% - 15px);
        padding-right: 15px;
        margin: 30px 0;
    }
    .nav-wrapper #main-nav-teaser-wrapper .teaser {
        text-align: right;
    }
    .nav-wrapper #main-nav-teaser-wrapper .teaser .swiper-slide {
        text-align: left;
        width: calc(50% - 30px);
        height: auto;
        display: inline-table;
    }
    .nav-wrapper #main-nav-teaser-wrapper .teaser .swiper-slide+.swiper-slide {
        margin-left: 30px;
    }
    .nav-wrapper #main-nav-stage-spacer {
        float: left;
        background-color: red;
    }
}

@media (min-width: 768px) {
    .page-label-wrapper .container .contact span {
        display: inline;
    }
}

@media (max-width: 575.98px) {
    #breadcrumb-wrapper#breadcrumb-wrapper {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .tab-navigation-wrapper .nav-pills {
        flex-wrap: nowrap;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .tab-navigation-wrapper .nav-pills .highlight {
        margin: 0;
    }
    .tab-navigation-wrapper:not(.horizontal) .nav-pills .nav-link.active {
        background-color: transparent;
        border-left: 5px solid;
        border-bottom: none;
    }
}

@media (max-width: 1199.98px) {
    .page-label-wrapper,
    .nav-wrapper {
        padding: 0;
    }
}

.theme-light-green .nav-wrapper .container {
    background-color: #65ac1e;
}

.theme-light-green .nav-wrapper nav.container:not(.open)>ul>li.selected>a,
.theme-light-green .nav-wrapper nav.container>ul>li:hover>a,
.theme-light-green .nav-wrapper nav.container>ul>li.open>a {
    color: #65ac1e;
}

.theme-light-green .nav-wrapper nav.container>ul>li li.selected>a {
    color: #000;
}

.theme-light-green .tab-navigation-wrapper .nav-pills .nav-link {
    color: #65ac1e;
}

.theme-light-green .tab-navigation-wrapper .nav-pills .nav-link.active {
    border-color: #65ac1e;
}

.theme-light-green .tab-navigation-wrapper .nav-pills .highlight {
    background-color: #65ac1e;
}

.theme-light-green .tab-navigation-wrapper .nav-pills .highlight .nav-link {
    color: #fff;
}

.theme-light-green .tab-navigation-wrapper .nav-pills .highlight .nav-link.active {
    color: #65ac1e;
}

@media (max-width: 991.98px) {
    .theme-light-green .nav-wrapper nav.container:not(.open)>ul>li.selected>a {
        color: #000;
    }
    .theme-light-green .nav-wrapper nav.container ul {
        border-bottom: 2px solid #65ac1e;
    }
    .theme-light-green .nav-wrapper nav.container ul li.parent-link span {
        color: #65ac1e;
    }
}

.theme-light-green #main-nav-stage {
    border-bottom-color: #65ac1e;
}

.theme-light-green #breadcrumb-wrapper #breadcrumb-left,
.theme-light-green #breadcrumb-wrapper #breadcrumb-right {
    color: #65ac1e;
}

.theme-dark-green .nav-wrapper .container {
    background-color: #00793a;
}

.theme-dark-green .nav-wrapper nav.container:not(.open)>ul>li.selected>a,
.theme-dark-green .nav-wrapper nav.container>ul>li:hover>a,
.theme-dark-green .nav-wrapper nav.container>ul>li.open>a {
    color: #00793a;
}

.theme-dark-green .nav-wrapper nav.container>ul>li li.selected>a {
    color: #000;
}

.theme-dark-green .tab-navigation-wrapper .nav-pills .nav-link {
    color: #00793a;
}

.theme-dark-green .tab-navigation-wrapper .nav-pills .nav-link.active {
    border-color: #00793a;
}

.theme-dark-green .tab-navigation-wrapper .nav-pills .highlight {
    background-color: #00793a;
}

.theme-dark-green .tab-navigation-wrapper .nav-pills .highlight .nav-link {
    color: #fff;
}

.theme-dark-green .tab-navigation-wrapper .nav-pills .highlight .nav-link.active {
    color: #00793a;
}

@media (max-width: 991.98px) {
    .theme-dark-green .nav-wrapper nav.container:not(.open)>ul>li.selected>a {
        color: #000;
    }
    .theme-dark-green .nav-wrapper nav.container ul {
        border-bottom: 2px solid #00793a;
    }
    .theme-dark-green .nav-wrapper nav.container ul li.parent-link span {
        color: #00793a;
    }
}

.theme-dark-green #main-nav-stage {
    border-bottom-color: #00793a;
}

.theme-dark-green #breadcrumb-wrapper #breadcrumb-left,
.theme-dark-green #breadcrumb-wrapper #breadcrumb-right {
    color: #00793a;
}

.search .search-filter .accordion-style .collapse>.content-module:last-child,
.search .search-filter .accordion-style .collapsing>.content-module:last-child {
    margin-bottom: 1rem;
}

.search .search-results .filters {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

.search .search-results .filters .button {
    margin: 0 5px 5px 0;
}

.search .search-results .error ul {
    margin-bottom: 0;
}

.search .teaser-list.has-border {
    border-top: 1px solid #dcdcdc;
}

.search .teaser-list .teaser-list-item {
    padding-top: 1rem;
}

.search .teaser-list .teaser-list-item::after {
    margin-top: 1rem;
}

.search .teaser-list+button {
    margin-top: 2rem;
}

.search .search-bar+h2 {
    margin-top: 2rem;
}

.search .teaser-row+.teaser-list {
    margin-top: -1rem;
}

.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-list li {
    margin-bottom: 2px;
}

.filter-list li.has-child {
    position: relative;
}

.filter-list li.has-child>.custom-checkbox {
    padding-right: 20px;
}

.filter-list li.has-child .arrow {
    cursor: pointer;
}

.filter-list li.has-child .arrow::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    color: #7c7c7c;
    position: absolute;
    padding: 3px;
    right: 2px;
    top: 4px;
    font-size: 7px;
    transition: transform 200ms ease;
    cursor: pointer;
}

.filter-list li:last-child {
    margin-bottom: 0;
}

.filter-list li:last-child ul {
    border-bottom: none;
}

.filter-list ul {
    display: none;
    list-style: none;
    padding-left: 25px;
}

.filter-list .child-visible>div .arrow::after {
    transform: rotate(-180deg);
}

.filter-list .child-visible>ul {
    margin-top: 4px;
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    display: block;
}

.search-bar.color-grey {
    margin-top: 40px;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .search .search-filter {
        margin-bottom: 2rem;
    }
}

.stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-text p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
    margin-right: 2.1875rem;
    margin-bottom: 0.625rem;
}

.stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
    margin-right: 0;
}

.stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    font-family: "Roboto Light", sans-serif;
    font-size: 4.25rem;
    line-height: 5rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 0.625em;
}

@media (max-width: 1199.98px) {
    .stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-text p {
        margin-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
    .stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 1.25rem;
        margin-bottom: 0.625rem;
    }
    .stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 2.4rem;
        line-height: 3.1875rem;
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.825rem;
        line-height: 1rem;
        margin-top: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .stage .stage-content-wrapper+.campaign-countdown .mt-4,
    .stage .stage-content-wrapper+.campaign-countdown .my-4 {
        margin-top: 0 !important;
    }
    .stage .stage-content-wrapper+.campaign-countdown .mt-5,
    .stage .stage-content-wrapper+.campaign-countdown .my-5 {
        margin-top: 1rem !important;
    }
    .stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.875rem;
        margin-bottom: 0.625rem;
    }
    .stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1.75rem;
        line-height: 2.1875rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
    .stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
    .stage .stage-content-wrapper+.campaign-countdown .campaign-countdown-area .campaign-countdown-text p {
        margin-bottom: 1.25rem;
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

.stage .stage-content .campaign-countdown-area .campaign-countdown-text p {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.stage .stage-content .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
    margin-right: 2.5rem;
    margin-bottom: 0.875rem;
}

.stage .stage-content .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
    margin-right: 0;
}

.stage .stage-content .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    font-size: 5.4375rem;
    line-height: 6.0625rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.stage .stage-content .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
    font-size: 1.1875rem;
    line-height: 1.25rem;
    margin-top: 0.875rem;
}

.stage .stage-content .campaign-countdown .campaign-countdown-area .campaign-countdown-text p {
    font-family: "Roboto Light", sans-serif;
    font-weight: normal;
    padding: 0 1rem;
}

@media (max-width: 575.98px) {
    .stage .stage-content .campaign-countdown .campaign-countdown-area .campaign-countdown-text p {
        padding: 0;
    }
}

.stage .stage-content .campaign-countdown .campaign-countdown-area {
    text-align: center;
    color: #fff;
}

.stage .stage-content .campaign-countdown .campaign-countdown-area .campaign-countdown-content {
    position: relative;
    z-index: 1;
}

.stage .stage-content .campaign-countdown .campaign-countdown-area .campaign-countdown-content .campaign-countdown-numbers .campaign-countdown-number-area {
    display: inline-block;
}

.stage .stage-content .campaign-countdown .campaign-countdown-area .campaign-countdown-content .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    font-family: "Roboto Bold", sans-serif;
    background-color: #65ac1e;
    background-color: rgba(101, 172, 30, 0.8);
    display: inline-block;
    font-weight: bold;
}

.stage .container>.stage-content .campaign-countdown {
    position: relative;
    padding-left: 3.125rem;
    width: 50%;
}

.stage .container>.stage-content .campaign-countdown .campaign-countdown-area {
    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .stage .container>.stage-content .campaign-countdown {
        width: 70%;
        height: initial;
        padding-left: 0;
        order: 1;
        text-align: center;
    }
    .stage .container>.stage-content .campaign-countdown .row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .stage .container>.stage-content .campaign-countdown {
        width: 100%;
    }
}

.stage .countdown-active>.stage-content .campaign-countdown .container {
    margin-top: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}

.stage .countdown-active>.stage-content .campaign-countdown .campaign-countdown-text {
    max-width: 65%;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .stage .countdown-active>.stage-content .campaign-countdown-area .campaign-countdown-text p {
        margin-bottom: 1.25rem;
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .stage .countdown-active>.stage-content .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 1.25rem;
        margin-bottom: 0.625rem;
    }
    .stage .countdown-active>.stage-content .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .stage .countdown-active>.stage-content .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 2.4rem;
        line-height: 3.1875rem;
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .stage .countdown-active>.stage-content .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.825rem;
        line-height: 1rem;
        margin-top: 0.5rem;
    }
    .stage .countdown-active>.stage-content .campaign-countdown .campaign-countdown-text {
        max-width: 70%;
    }
}

@media (max-width: 575.98px) {
    .stage .countdown-active>.stage-content .mt-4,
    .stage .countdown-active>.stage-content .my-4 {
        margin-top: 0 !important;
    }
    .stage .countdown-active>.stage-content .mt-5,
    .stage .countdown-active>.stage-content .my-5 {
        margin-top: 1rem !important;
    }
    .stage .countdown-active>.stage-content .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.875rem;
        margin-bottom: 0.625rem;
    }
    .stage .countdown-active>.stage-content .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .stage .countdown-active>.stage-content .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1.75rem;
        line-height: 2.1875rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
    .stage .countdown-active>.stage-content .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
    .stage .countdown-active>.stage-content .campaign-countdown .campaign-countdown-text {
        max-width: 90%;
        margin: 0 auto;
    }
}

.theme-light-green .stage .stage-content .campaign-countdown .campaign-countdown-area .campaign-countdown-content .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    background-color: #65ac1e;
}

.theme-dark-green .stage .stage-content .campaign-countdown .campaign-countdown-area .campaign-countdown-content .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    background-color: #00793a;
}

.tabbar .nav-tabs {
    background-color: #f0f0f0;
}

.tabbar .nav-tabs .nav-link {
    font-family: "Roboto Bold", sans-serif;
    border: none;
    position: relative;
}

.tabbar .nav-tabs .nav-link.active {
    background-color: transparent;
}

.tabbar .nav-tabs .nav-link.active::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tab-content>.active .content-module:last-child::after {
    content: "";
    display: block;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dcdcdc;
}

.tab-content .content-module+.content-module {
    margin-top: 3.5rem;
}

@media (min-width: 992px) {
    .tab-content .content-module+.content-module {
        margin-top: 5rem;
    }
}

.content-module+.content-module.tab-content {
    margin-top: 2rem;
}


.teaser .teaser-content,
.teaser .teaser-bottom,
.teaser-list .teaser-content,
.teaser-list .teaser-bottom,
.link-teaser .teaser-content,
.link-teaser .teaser-bottom {
    padding: 32px 20px 0;
    word-break: break-word;
    overflow: hidden;
}

.teaser .teaser-content.only-top-padding,
.teaser .teaser-bottom.only-top-padding,
.teaser-list .teaser-content.only-top-padding,
.teaser-list .teaser-bottom.only-top-padding,
.link-teaser .teaser-content.only-top-padding,
.link-teaser .teaser-bottom.only-top-padding {
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
}

.teaser .teaser-content h3,
.teaser .teaser-content .h3,
.teaser .teaser-bottom h3,
.teaser .teaser-bottom .h3,
.teaser-list .teaser-content h3,
.teaser-list .teaser-content .h3,
.teaser-list .teaser-bottom h3,
.teaser-list .teaser-bottom .h3,
.link-teaser .teaser-content h3,
.link-teaser .teaser-content .h3,
.link-teaser .teaser-bottom h3,
.link-teaser .teaser-bottom .h3 {
    font-size: 1.375rem;
    letter-spacing: 0.1px;
    line-height: 1.625rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0.75rem;
    font-family: "Roboto Bold", sans-serif;
}

.teaser .teaser-content h3 a,
.teaser .teaser-content .h3 a,
.teaser .teaser-bottom h3 a,
.teaser .teaser-bottom .h3 a,
.teaser-list .teaser-content h3 a,
.teaser-list .teaser-content .h3 a,
.teaser-list .teaser-bottom h3 a,
.teaser-list .teaser-bottom .h3 a,
.link-teaser .teaser-content h3 a,
.link-teaser .teaser-content .h3 a,
.link-teaser .teaser-bottom h3 a,
.link-teaser .teaser-bottom .h3 a {
    color: inherit;
}

.teaser .teaser-content p,
.teaser .teaser-bottom p,
.teaser-list .teaser-content p,
.teaser-list .teaser-bottom p,
.link-teaser .teaser-content p,
.link-teaser .teaser-bottom p {
    max-height: 200px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    font-family: "Roboto Regular", sans-serif;
}

.teaser .teaser-content .intro,
.teaser .teaser-bottom .intro,
.teaser-list .teaser-content .intro,
.teaser-list .teaser-bottom .intro,
.link-teaser .teaser-content .intro,
.link-teaser .teaser-bottom .intro {
    color: #65ac1e;
    margin: 0;
}

.teaser .teaser-content .subline,
.teaser .teaser-bottom .subline,
.teaser-list .teaser-content .subline,
.teaser-list .teaser-bottom .subline,
.link-teaser .teaser-content .subline,
.link-teaser .teaser-bottom .subline {
    font-size: 0.75rem;
    display: block;
    margin-bottom: 0.75rem;
}

.teaser .teaser-content .subline-italics,
.teaser .teaser-bottom .subline-italics,
.teaser-list .teaser-content .subline-italics,
.teaser-list .teaser-bottom .subline-italics,
.link-teaser .teaser-content .subline-italics,
.link-teaser .teaser-bottom .subline-italics {
    display: block;
    font-style: italic;
    font-size: 0.875rem;
    color: #7c7c7c;
}

.teaser .teaser-content.no-text h3,
.teaser .teaser-bottom.no-text h3,
.teaser-list .teaser-content.no-text h3,
.teaser-list .teaser-bottom.no-text h3,
.link-teaser .teaser-content.no-text h3,
.link-teaser .teaser-bottom.no-text h3 {
    margin: 0;
    color: #65ac1e;
}

.teaser .teaser-content.no-text .h3,
.teaser .teaser-bottom.no-text .h3,
.teaser-list .teaser-content.no-text .h3,
.teaser-list .teaser-bottom.no-text .h3,
.link-teaser .teaser-content.no-text .h3,
.link-teaser .teaser-bottom.no-text .h3 {
    margin: 0;
    color: #65ac1e;
}

@media (min-width: 992px) {
    .teaser .teaser-content h3,
    .teaser .teaser-bottom h3,
    .teaser-list .teaser-content h3,
    .teaser-list .teaser-bottom h3,
    .link-teaser .teaser-content h3,
    .link-teaser .teaser-bottom h3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .teaser .teaser-content .h3,
    .teaser .teaser-bottom .h3,
    .teaser-list .teaser-content .h3,
    .teaser-list .teaser-bottom .h3,
    .link-teaser .teaser-content .h3,
    .link-teaser .teaser-bottom .h3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .teaser .teaser-content p,
    .teaser .teaser-bottom p,
    .teaser-list .teaser-content p,
    .teaser-list .teaser-bottom p,
    .link-teaser .teaser-content p,
    .link-teaser .teaser-bottom p {
        line-height: 1.875rem;
    }
}

.teaser .teaser-area,
.teaser-list .teaser-area,
.link-teaser .teaser-area {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
    background-color: #fff;
}

.teaser .teaser-area .teaser-content,
.teaser-list .teaser-area .teaser-content,
.link-teaser .teaser-area .teaser-content {
    padding-bottom: 26px;
}

.teaser .teaser-area .teaser-bottom,
.teaser-list .teaser-area .teaser-bottom,
.link-teaser .teaser-area .teaser-bottom {
    padding-top: 0;
    padding-bottom: 0;
}

.teaser .teaser-main-area,
.teaser-list .teaser-main-area,
.link-teaser .teaser-main-area {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.teaser .teaser-main-area .teaser-top-text,
.teaser-list .teaser-main-area .teaser-top-text,
.link-teaser .teaser-main-area .teaser-top-text {
    margin-bottom: 12px;
    font-size: 1.375rem;
    letter-spacing: 0.1px;
    line-height: 1.625rem;
    font-family: "Roboto Bold", sans-serif;
}

.teaser .teaser-main-area .teaser-top-text h3,
.teaser .teaser-main-area .teaser-top-text .h3,
.teaser-list .teaser-main-area .teaser-top-text h3,
.teaser-list .teaser-main-area .teaser-top-text .h3,
.link-teaser .teaser-main-area .teaser-top-text h3,
.link-teaser .teaser-main-area .teaser-top-text .h3 {
    margin-bottom: 12px;
    font-family: "Roboto Bold", sans-serif;
}

.teaser .teaser-main-area .teaser-area,
.teaser-list .teaser-main-area .teaser-area,
.link-teaser .teaser-main-area .teaser-area {
    flex: 1;
}

.teaser .swiper-slide.highlight .teaser-area,
.teaser-list .swiper-slide.highlight .teaser-area,
.link-teaser .swiper-slide.highlight .teaser-area {
    background-color: #e0eed2;
}

.teaser .teaser-overlay,
.teaser-list .teaser-overlay,
.link-teaser .teaser-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0;
}

.teaser.teaser-full-width .swiper-slide,
.teaser-list.teaser-full-width .swiper-slide,
.link-teaser.teaser-full-width .swiper-slide {
    background: none;
}

.teaser.teaser-full-width h2,
.teaser-list.teaser-full-width h2,
.link-teaser.teaser-full-width h2 {
    border-bottom: 0;
}

.teaser.teaser-full-width .intro,
.teaser-list.teaser-full-width .intro,
.link-teaser.teaser-full-width .intro {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.18px;
    line-height: 1.875rem;
}

.teaser.teaser-full-width .intro p:last-of-type,
.teaser-list.teaser-full-width .intro p:last-of-type,
.link-teaser.teaser-full-width .intro p:last-of-type {
    margin-bottom: 0;
}

.teaser.teaser-full-width .teaser-area,
.teaser-list.teaser-full-width .teaser-area,
.link-teaser.teaser-full-width .teaser-area {
    display: block;
    padding-bottom: 0;
}

.teaser.teaser-full-width .teaser-area.teaser-row-reverse,
.teaser-list.teaser-full-width .teaser-area.teaser-row-reverse,
.link-teaser.teaser-full-width .teaser-area.teaser-row-reverse {
    flex-direction: row-reverse;
}

.teaser.teaser-full-width .teaser-area.teaser-image-center,
.teaser-list.teaser-full-width .teaser-area.teaser-image-center,
.link-teaser.teaser-full-width .teaser-area.teaser-image-center {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #fff;
    min-height: 450px;
}

.teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element:first-of-type,
.teaser-list.teaser-full-width .teaser-area.teaser-image-center .teaser-element:first-of-type,
.link-teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element:first-of-type {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element h3,
.teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element .h3,
.teaser-list.teaser-full-width .teaser-area.teaser-image-center .teaser-element h3,
.teaser-list.teaser-full-width .teaser-area.teaser-image-center .teaser-element .h3,
.link-teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element h3,
.link-teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element .h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 0.2px;
    color: #fff;
}

.teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element img,
.teaser-list.teaser-full-width .teaser-area.teaser-image-center .teaser-element img,
.link-teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element img {
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;", sans-serif;
}

.teaser.teaser-full-width .teaser-area .teaser-element,
.teaser-list.teaser-full-width .teaser-area .teaser-element,
.link-teaser.teaser-full-width .teaser-area .teaser-element {
    width: 100%;
}

.teaser.teaser-full-width .teaser-area .teaser-content p,
.teaser-list.teaser-full-width .teaser-area .teaser-content p,
.link-teaser.teaser-full-width .teaser-area .teaser-content p {
    max-height: none;
}

.teaser.teaser-full-width .teaser-area .teaser-content a,
.teaser-list.teaser-full-width .teaser-area .teaser-content a,
.link-teaser.teaser-full-width .teaser-area .teaser-content a {
    margin-top: 1.5rem;
}

@media (min-width: 992px) {
    .teaser.teaser-full-width .intro,
    .teaser-list.teaser-full-width .intro,
    .link-teaser.teaser-full-width .intro {
        font-size: 1.375rem;
        letter-spacing: 0.2px;
        line-height: 2rem;
    }
    .teaser.teaser-full-width .teaser-area,
    .teaser-list.teaser-full-width .teaser-area,
    .link-teaser.teaser-full-width .teaser-area {
        display: flex;
        flex-direction: row;
        justify-content: normal;
        align-items: center;
        background-color: transparent;
    }
    .teaser.teaser-full-width .teaser-area.teaser-row-reverse:not(.teaser-image-center) .teaser-content,
    .teaser-list.teaser-full-width .teaser-area.teaser-row-reverse:not(.teaser-image-center) .teaser-content,
    .link-teaser.teaser-full-width .teaser-area.teaser-row-reverse:not(.teaser-image-center) .teaser-content {
        margin: 0 4rem 0 0;
    }
    .teaser.teaser-full-width .teaser-area.teaser-image-center,
    .teaser-list.teaser-full-width .teaser-area.teaser-image-center,
    .link-teaser.teaser-full-width .teaser-area.teaser-image-center {
        min-height: 500px;
    }
    .teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element,
    .teaser-list.teaser-full-width .teaser-area.teaser-image-center .teaser-element,
    .link-teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element {
        width: 100%;
    }
    .teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element h3,
    .teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element .h3,
    .teaser-list.teaser-full-width .teaser-area.teaser-image-center .teaser-element h3,
    .teaser-list.teaser-full-width .teaser-area.teaser-image-center .teaser-element .h3,
    .link-teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element h3,
    .link-teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-element .h3 {
        font-size: 2.375rem;
        line-height: 3rem;
        margin-bottom: 1.375rem;
    }
    .teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-content,
    .teaser-list.teaser-full-width .teaser-area.teaser-image-center .teaser-content,
    .link-teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-content {
        padding: 1.25rem 1.5rem;
    }
    .teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-content a,
    .teaser-list.teaser-full-width .teaser-area.teaser-image-center .teaser-content a,
    .link-teaser.teaser-full-width .teaser-area.teaser-image-center .teaser-content a {
        margin-top: 1.5rem;
    }
    .teaser.teaser-full-width .teaser-area:not(.teaser-image-center) .teaser-content,
    .teaser-list.teaser-full-width .teaser-area:not(.teaser-image-center) .teaser-content,
    .link-teaser.teaser-full-width .teaser-area:not(.teaser-image-center) .teaser-content {
        margin: 0 0 0 4rem;
    }
    .teaser.teaser-full-width .teaser-area .teaser-element,
    .teaser-list.teaser-full-width .teaser-area .teaser-element,
    .link-teaser.teaser-full-width .teaser-area .teaser-element {
        width: 50%;
    }
    .teaser.teaser-full-width .teaser-area .teaser-content,
    .teaser-list.teaser-full-width .teaser-area .teaser-content,
    .link-teaser.teaser-full-width .teaser-area .teaser-content {
        padding: 1.25rem 0;
    }
    .teaser.teaser-full-width .teaser-area .teaser-content a,
    .teaser-list.teaser-full-width .teaser-area .teaser-content a,
    .link-teaser.teaser-full-width .teaser-area .teaser-content a {
        margin-top: 1rem;
    }
}

.teaser.teaser-carousel .swiper-slide,
.teaser-list.teaser-carousel .swiper-slide,
.link-teaser.teaser-carousel .swiper-slide {
    background: none;
}

.teaser.teaser-carousel .icon-quote,
.teaser-list.teaser-carousel .icon-quote,
.link-teaser.teaser-carousel .icon-quote {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 17px;
    position: absolute;
    font-size: 65px;
    top: 25px;
    right: 25px;
}

.teaser.teaser-carousel .teaser-area,
.teaser-list.teaser-carousel .teaser-area,
.link-teaser.teaser-carousel .teaser-area {
    flex-direction: row;
    justify-content: normal;
    padding-bottom: 0;
}

.teaser.teaser-carousel .teaser-area.teaser-row-reverse,
.teaser-list.teaser-carousel .teaser-area.teaser-row-reverse,
.link-teaser.teaser-carousel .teaser-area.teaser-row-reverse {
    flex-direction: row-reverse;
}

.teaser.teaser-carousel .teaser-area.teaser-image-center,
.teaser-list.teaser-carousel .teaser-area.teaser-image-center,
.link-teaser.teaser-carousel .teaser-area.teaser-image-center {
    flex-direction: column;
    text-align: center;
}

.teaser.teaser-carousel .teaser-area .teaser-content,
.teaser-list.teaser-carousel .teaser-area .teaser-content,
.link-teaser.teaser-carousel .teaser-area .teaser-content {
    padding-bottom: 20px;
}

.teaser.teaser-carousel .teaser-area .teaser-element,
.teaser-list.teaser-carousel .teaser-area .teaser-element,
.link-teaser.teaser-carousel .teaser-area .teaser-element {
    position: relative;
    width: 100%;
}

@media (min-width: 992px) {
    .teaser.teaser-carousel.teaser-image-center .teaser-element,
    .teaser-list.teaser-carousel.teaser-image-center .teaser-element,
    .link-teaser.teaser-carousel.teaser-image-center .teaser-element {
        width: 100%;
    }
    .teaser.teaser-carousel .teaser-element,
    .teaser-list.teaser-carousel .teaser-element,
    .link-teaser.teaser-carousel .teaser-element {
        width: 50%;
    }
}

.teaser h2,
.teaser-list h2,
.link-teaser h2 {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 14px;
}

.teaser h2:not(:last-child),
.teaser-list h2:not(:last-child),
.link-teaser h2:not(:last-child) {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .teaser h2,
    .teaser-list h2,
    .link-teaser h2 {
        padding-bottom: 20px;
        margin-bottom: 24px;
    }
    .teaser .teaser-main-area .teaser-top-text,
    .teaser-list .teaser-main-area .teaser-top-text,
    .link-teaser .teaser-main-area .teaser-top-text {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .teaser .teaser-main-area .teaser-top-text h3,
    .teaser .teaser-main-area .teaser-top-text .h3,
    .teaser-list .teaser-main-area .teaser-top-text h3,
    .teaser-list .teaser-main-area .teaser-top-text .h3,
    .link-teaser .teaser-main-area .teaser-top-text h3,
    .link-teaser .teaser-main-area .teaser-top-text .h3 {
        margin-bottom: 16px;
    }
}

.text-image .teaser-content h3,
.text-image .teaser-content .h3,
.text-image .teaser-bottom h3,
.text-image .teaser-bottom .h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.teaser .swiper-wrapper-outer {
    position: relative;
}

.teaser .swiper-wrapper-outer .teaser-content.no-text h3 a,
.teaser .swiper-wrapper-outer .teaser-bottom.no-text h3 a {
    font-size: 1.125rem;
}

.teaser .swiper-wrapper-outer .teaser-content.no-text h3 a::before,
.teaser .swiper-wrapper-outer .teaser-bottom.no-text h3 a::before {
    font-size: 1.125rem;
    vertical-align: middle;
}

.teaser .swiper-wrapper-outer .teaser-content.no-text .h3 a,
.teaser .swiper-wrapper-outer .teaser-bottom.no-text .h3 a {
    font-size: 1.125rem;
}

.teaser .swiper-wrapper-outer .teaser-content.no-text .h3 a::before,
.teaser .swiper-wrapper-outer .teaser-bottom.no-text .h3 a::before {
    font-size: 1.125rem;
    vertical-align: middle;
}

.teaser .swiper-wrapper-outer .swiper {
    padding-bottom: 0;
    visibility: hidden;
}

.teaser .swiper-wrapper-outer.swiper-initialized .swiper {
    visibility: visible;
}

.teaser .swiper-wrapper-outer[data-size="medium"] .teaser-content h3,
.teaser .swiper-wrapper-outer[data-size="medium"] .teaser-content .h3,
.teaser .swiper-wrapper-outer[data-size="large"] .teaser-content h3,
.teaser .swiper-wrapper-outer[data-size="large"] .teaser-content .h3,
.teaser .swiper-wrapper-outer[data-size="medium"] .teaser-bottom h3,
.teaser .swiper-wrapper-outer[data-size="medium"] .teaser-bottom .h3,
.teaser .swiper-wrapper-outer[data-size="large"] .teaser-bottom h3,
.teaser .swiper-wrapper-outer[data-size="large"] .teaser-bottom .h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.teaser .swiper-wrapper-outer.slides-count-1 .navigation,
.teaser .swiper-wrapper-outer.no-slide .navigation {
    display: none;
}

.teaser .swiper-wrapper-outer.no-slide .swiper-wrapper {
    flex-wrap: wrap;
}

.teaser .swiper-slide {
    height: auto;
}

.teaser .navigation {
    margin-top: 25px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.teaser .swiper-wrapper-outer[data-size="small"] .swiper-slide,
.teaser .swiper-wrapper-outer[data-size="medium"] .swiper-slide {
    width: calc(50% - 15px);
    margin-right: 30px;
}

.teaser .teaser-top .video-play-area {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border: none;
}

.teaser .teaser-top .video-play-area .video-play-button {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid;
    top: 50%;
    left: calc(50% + 1px);
    transform: translate(-50%, -50%);
    color: #65ac1e;
}

.teaser .teaser-top .video-play-area:hover {
    cursor: pointer;
}

.teaser-list .teaser-list-item {
    padding: 2rem 0 0;
}

.teaser-list .teaser-list-item::after {
    content: "";
    display: block;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    margin-top: 2rem;
}

.teaser-list .teaser-content,
.teaser-list .teaser-bottom {
    padding: 0;
}

.contact-teaser {
    font-size: 1rem;
}

.contact-teaser .swiper-slide {
    background: none;
}

.contact-teaser picture {
    display: block;
    position: relative;
    padding: 0 1rem 1rem 0;
}

.contact-teaser picture::before {
    content: "";
    position: absolute;
    background-color: #e0eed2;
    top: 1.875rem;
    left: 1.875rem;
    bottom: 0;
    right: 0;
}

.contact-teaser img {
    position: relative;
}

.contact-teaser .teaser-content h3,
.contact-teaser .teaser-content .h3,
.contact-teaser .teaser-bottom h3,
.contact-teaser .teaser-bottom .h3 {
    margin: 0 0 0.25rem;
    margin: 0 0 0.875rem;
}

.contact-teaser .teaser-content>p,
.contact-teaser .teaser-bottom>p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.75rem;
}

.contact-teaser .teaser-content {
    padding: 20px 0 0;
}

.contact-teaser .teaser-bottom {
    padding: 0;
}

.contact-teaser label {
    display: block;
    margin-bottom: 0;
    word-break: break-all;
}

.contact-teaser label span {
    position: relative;
    display: inline-block;
}

.contact-teaser label span button {
    pointer-events: none;
}

.contact-teaser .teaser-area {
    justify-content: flex-start;
}

.contact-teaser .teaser-area ul,
.contact-teaser .teaser-area input {
    display: none;
    margin: 0;
}

.contact-teaser .teaser-area ul {
    margin: 1rem 0 0 0;
    list-style: none;
    padding: 0;
}

.contact-teaser .teaser-area ul li {
    display: flex;
    margin-bottom: 0.5rem;
}

.contact-teaser .teaser-area ul li::before {
    display: none;
}

.contact-teaser .teaser-area ul li .material-symbols-sharp {
    color: #65ac1e;
}

.contact-teaser input:checked+.teaser-top ul {
    display: block;
}

.contact-teaser input:checked+.teaser-top+.teaser-bottom {
    display: none;
}

@media (min-width: 992px) {
    .contact-teaser.horizontal picture {
        padding: 0 1.5rem 1.5rem 0;
    }
    .contact-teaser.horizontal .teaser-area {
        padding-left: 26px;
    }
}

.contact-teaser .swiper-wrapper-outer .navigation,
.diary-teaser .swiper-wrapper-outer .navigation {
    position: absolute;
    width: 100%;
    text-align: left;
    margin: 0;
    padding-top: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

@media (min-width: 992px) {
    .contact-teaser .swiper-wrapper-outer .navigation,
    .diary-teaser .swiper-wrapper-outer .navigation {
        padding-top: 100%;
    }
    .contact-teaser .swiper-wrapper-outer .navigation.horizontal,
    .diary-teaser .swiper-wrapper-outer .navigation.horizontal {
        padding: 0;
    }
    .contact-teaser .swiper-wrapper-outer .navigation.horizontal .swiper-slide-buttons,
    .diary-teaser .swiper-wrapper-outer .navigation.horizontal .swiper-slide-buttons {
        transform: none;
    }
}

.contact-teaser .swiper-wrapper-outer .navigation .swiper-slide-buttons,
.diary-teaser .swiper-wrapper-outer .navigation .swiper-slide-buttons {
    padding: 0;
    position: relative;
    top: 0;
    transform: translateY(-75%);
}

.contact-teaser .swiper-wrapper-outer .navigation .swiper-button-prev,
.contact-teaser .swiper-wrapper-outer .navigation .swiper-button-next,
.diary-teaser .swiper-wrapper-outer .navigation .swiper-button-prev,
.diary-teaser .swiper-wrapper-outer .navigation .swiper-button-next {
    position: relative;
    right: 0;
    left: 0;
    transform: none;
    pointer-events: auto;
}

.contact-teaser .swiper-wrapper-outer .navigation .swiper-button-prev::before,
.contact-teaser .swiper-wrapper-outer .navigation .swiper-button-next::before,
.diary-teaser .swiper-wrapper-outer .navigation .swiper-button-prev::before,
.diary-teaser .swiper-wrapper-outer .navigation .swiper-button-next::before {
    content: "";
}

.contact-teaser .swiper-wrapper-outer .navigation .swiper-button-prev.swiper-button-disabled,
.contact-teaser .swiper-wrapper-outer .navigation .swiper-button-next.swiper-button-disabled,
.diary-teaser .swiper-wrapper-outer .navigation .swiper-button-prev.swiper-button-disabled,
.diary-teaser .swiper-wrapper-outer .navigation .swiper-button-next.swiper-button-disabled {
    pointer-events: none;
    opacity: 1;
}

.contact-teaser .swiper-wrapper-outer .navigation .swiper-pagination,
.diary-teaser .swiper-wrapper-outer .navigation .swiper-pagination {
    display: none;
}

.diary-teaser .teaser-content,
.diary-teaser .teaser-bottom {
    text-align: center;
}

.diary-teaser .teaser-content h3,
.diary-teaser .teaser-content .h3,
.diary-teaser .teaser-content p,
.diary-teaser .teaser-bottom h3,
.diary-teaser .teaser-bottom .h3,
.diary-teaser .teaser-bottom p {
    text-align: left;
    margin: 0 30px;
}

.diary-teaser .teaser-content .date,
.diary-teaser .teaser-bottom .date {
    color: #65ac1e;
}

.diary-teaser label {
    margin-bottom: 0;
    margin-top: 1rem;
}

.diary-teaser input:checked+ul {
    display: block;
}

.teaser-row>div {
    margin-bottom: 30px;
}

.teaser-row .swiper-slide {
    height: 100%;
}

.teaser-row .teaser-box .teaser-area,
.teaser-row .teaser-box .teaser-content {
    background: #f0f0f0;
}

.image-slide:checked+.image-slider-wrapper-outer .image-slider-next {
    opacity: 0.35;
}

input.image-slide {
    display: none;
}

.image-slider-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.image-slider-wrapper-outer .image-slider-wrapper-inner {
    width: calc(100% * 100);
    transition: margin 0.5s;
}

.image-slider-wrapper-outer picture {
    float: left;
    width: calc(100% / 100);
}

.image-slider-wrapper-outer .image-slider-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.image-slider-wrapper-outer .image-slider-nav .image-slider-prev,
.image-slider-wrapper-outer .image-slider-nav .image-slider-next {
    padding: 10px;
    position: absolute;
    z-index: 1;
    left: 0;
    transform: translateY(-50%);
}

.image-slider-wrapper-outer .image-slider-nav .image-slider-prev::before,
.image-slider-wrapper-outer .image-slider-nav .image-slider-next::before {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-size: 1.125rem;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
}

.image-slider-wrapper-outer .image-slider-nav .image-slider-next {
    left: auto;
    right: 0;
}

.image-slider-wrapper-outer .image-slider-nav .image-slider-next::before {
    content: "\e906";
}

@media (min-width: 576px) {
    .container.content-module.teaser .swiper-wrapper-outer.slides-count-2[data-size="medium"]:not(.singleSlides) .navigation,
    .container.content-module.teaser .swiper-wrapper-outer.slides-count-2[data-size="small"]:not(.singleSlides) .navigation {
        display: none;
    }
    .teaser .swiper-wrapper-outer[data-size="large"] .swiper-slide {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    .teaser .swiper-wrapper-outer[data-size="medium"] .teaser-content h3,
    .teaser .swiper-wrapper-outer[data-size="medium"] .teaser-content .h3,
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-content h3,
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-content .h3,
    .teaser .swiper-wrapper-outer[data-size="medium"] .teaser-bottom h3,
    .teaser .swiper-wrapper-outer[data-size="medium"] .teaser-bottom .h3,
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-bottom h3,
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-bottom .h3 {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
    .col-lg-3 .teaser .swiper-wrapper-outer.slides-count-2 .navigation,
    .col-md-4 .teaser .swiper-wrapper-outer.slides-count-2 .navigation {
        display: block;
    }
}

@media (min-width: 768px) {
    .container.content-module.teaser .swiper-wrapper-outer.slides-count-2[data-size="large"]:not(.singleSlides) .navigation {
        display: none;
    }
    .teaser .swiper-wrapper-outer[data-size="medium"] .swiper-slide {
        width: calc(33% - 15px);
        margin-right: 30px;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .swiper-slide {
        width: calc(25% - 15px);
        margin-right: 30px;
    }
    .teaser .swiper-wrapper-outer[data-size="medium"] .teaser-content h3,
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-content h3,
    .teaser .swiper-wrapper-outer[data-size="medium"] .teaser-bottom h3,
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-bottom h3,
    .teaser .swiper-wrapper-outer[data-size="medium"] .teaser-content .h3,
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-content .h3,
    .teaser .swiper-wrapper-outer[data-size="medium"] .teaser-bottom .h3,
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-bottom .h3 {
        font-size: 1.5rem;
    }
    .teaser .swiper-wrapper-outer.slides-count-2.no-slide[data-size="large"] .swiper-wrapper {
        flex-wrap: nowrap;
    }
    .teaser:not(.contact-teaser) .swiper-wrapper-outer.slides-count-3[data-size="medium"] .navigation:not(.horizontal),
    .teaser:not(.contact-teaser) .swiper-wrapper-outer.slides-count-3[data-size="small"] .navigation:not(.horizontal),
    .teaser:not(.contact-teaser) .swiper-wrapper-outer.slides-count-4[data-size="small"] .navigation:not(.horizontal) {
        display: none;
    }
    .col-lg-3 .container.content-module.teaser .swiper-wrapper-outer.slides-count-2[data-size="large"]:not(.singleSlides) .navigation,
    .col-md-4 .container.content-module.teaser .swiper-wrapper-outer.slides-count-2[data-size="large"]:not(.singleSlides) .navigation {
        display: block;
    }
    .col-lg-3 .teaser:not(.contact-teaser):not(.content-module) .swiper-wrapper-outer.slides-count-3 .navigation,
    .col-lg-3 .teaser:not(.contact-teaser):not(.content-module) .swiper-wrapper-outer.slides-count-4 .navigation,
    .col-md-4 .teaser:not(.contact-teaser):not(.content-module) .swiper-wrapper-outer.slides-count-3 .navigation,
    .col-md-4 .teaser:not(.contact-teaser):not(.content-module) .swiper-wrapper-outer.slides-count-4 .navigation {
        display: block;
    }
}

.countdown-active .teaser-element,
.countdown-active .teaser-image {
    overflow: hidden;
}

.countdown-active .teaser-element:first-child::before,
.countdown-active .teaser-image:first-child::before {
    content: "";
    background-color: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.countdown-active picture {
    -webkit-filter: blur(0.3em);
    filter: blur(0.3em);
}

.countdown-active.picture-no-filter picture {
    -webkit-filter: none;
    filter: none;
}

.teaser-element,
.teaser-image {
    position: relative;
}

.teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
    font-size: 0.875rem;
    line-height: 1rem;
}

.teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
    margin-right: 1.25rem;
    margin-bottom: 0.625rem;
}

.teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
    margin-right: 0;
}

.teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    font-size: 2.74rem;
    line-height: 3.1875rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
    font-size: 0.625rem;
    line-height: 1rem;
    margin-top: 0.3125rem;
}

.teaser-element .mt-5,
.teaser-element .my-5,
.teaser-image .mt-5,
.teaser-image .my-5 {
    margin-top: 1.25rem !important;
}

.teaser-element .campaign-countdown,
.teaser-image .campaign-countdown {
    margin-top: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.teaser-element .campaign-countdown .campaign-container,
.teaser-image .campaign-countdown .campaign-container {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: relative;
    z-index: 2;
}

.teaser-element .campaign-countdown .row,
.teaser-image .campaign-countdown .row {
    margin-right: 0;
    margin-left: 0;
}

.teaser-element .campaign-countdown .campaign-countdown-text p,
.teaser-image .campaign-countdown .campaign-countdown-text p {
    font-family: "Roboto Light", sans-serif;
    font-weight: normal;
}

.teaser-element .campaign-countdown .campaign-countdown-area,
.teaser-image .campaign-countdown .campaign-countdown-area {
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-picture,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-picture>img,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-picture>img {
    -o-object-fit: cover;
    object-fit: cover;
}

.teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-content,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-content {
    position: relative;
    z-index: 1;
}

.teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-content .campaign-countdown-numbers .campaign-countdown-number-area,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-content .campaign-countdown-numbers .campaign-countdown-number-area {
    display: inline-block;
}

.teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-content .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-content .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    font-family: "Roboto Light", sans-serif;
    display: inline-block;
    background-color: #65ac1e;
    font-weight: bold;
}

.teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
    font-size: 1rem;
    line-height: 1.25rem;
}

.teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
    margin-right: 2.5rem;
    margin-bottom: 0.875rem;
}

.teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
    margin-right: 0;
}

.teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    font-size: 5.4375rem;
    line-height: 6.0625rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
    font-size: 1.1875rem;
    line-height: 1.25rem;
    margin-top: 0.875rem;
}

@media (max-width: 991.98px) {
    .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 1.25rem;
        margin-bottom: 0.625rem;
    }
    .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 2.74rem;
        line-height: 3.1875rem;
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
}

.teaser .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
    font-size: 0.875rem;
    line-height: 1rem;
}

.teaser .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
    margin-right: 1.25rem;
    margin-bottom: 0.625rem;
}

.teaser .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
    margin-right: 0;
}

.teaser .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    font-size: 2.74rem;
    line-height: 3.1875rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.teaser .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label,
.teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
    font-size: 0.625rem;
    line-height: 1rem;
    margin-top: 0.3125rem;
}

.teaser .teaser-image .mt-5,
.teaser .teaser-image .my-5 {
    margin-top: 1rem !important;
}

.teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
    font-size: 0.875rem;
    line-height: 1rem;
}

.teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
    margin-right: 0.75rem;
    margin-bottom: 0.625rem;
}

.teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
    margin-right: 0;
}

.teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

.teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
    font-size: 0.625rem;
    line-height: 1rem;
    margin-top: 0.3125rem;
}

.teaser .teaser-image .mt-5 {
    margin-top: 0.75rem !important;
}

.teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text p {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .teaser .teaser-image .mt-5 {
        margin-top: 0rem !important;
    }
    .teaser .teaser-image .mt-4 {
        margin-top: 0.25rem !important;
    }
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.5rem;
    }
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.625rem;
    }
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1rem;
        line-height: 1.125rem;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
    }
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.4375rem;
        line-height: 0.625rem;
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .teaser .teaser-image .mt-5,
    .teaser .teaser-image .my-5 {
        margin-top: 1rem !important;
    }
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.875rem;
        margin-bottom: 0.625rem;
    }
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1.75rem;
        line-height: 2.1875rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
}

@media (max-width: 1199.98px) {
    .teaser-image .mt-5,
    .teaser-image .my-5 {
        margin-top: 1rem !important;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.75rem;
        margin-bottom: 0.625rem;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1.75rem;
        line-height: 2.1875rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
    .teaser-image .mt-5 {
        margin-top: 0.75rem !important;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text p {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .teaser-image .mt-5,
    .teaser-image .my-5 {
        margin-top: 1rem !important;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.875rem;
        margin-bottom: 0.625rem;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1.75rem;
        line-height: 2.1875rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
}

@media (max-width: 575.98px) {
    .teaser-image .mt-5,
    .teaser-image .my-5 {
        margin-top: 1rem !important;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.875rem;
        margin-bottom: 0.625rem;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1.75rem;
        line-height: 2.1875rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
    .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
}

@media (max-width: 767.98px) {
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 1.25rem;
        margin-bottom: 0.625rem;
    }
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 2.74rem;
        line-height: 3.1875rem;
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
}

@media (max-width: 575.98px) {
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-image .mt-5,
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-image .my-5 {
        margin-top: 1rem !important;
    }
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.875rem;
        margin-bottom: 0.625rem;
    }
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1.75rem;
        line-height: 2.1875rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
    .teaser .swiper-wrapper-outer[data-size="large"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
}

@media (min-width: 768px) {
    .swiper-wrapper-outer[data-size="small"] .teaser-image .mt-5 {
        margin-top: 0rem !important;
    }
    .swiper-wrapper-outer[data-size="small"] .teaser-image .mt-4 {
        margin-top: 0.25rem !important;
    }
    .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.5rem;
    }
    .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.625rem;
    }
    .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1rem;
        line-height: 1.125rem;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
    }
    .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.4375rem;
        line-height: 0.625rem;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .swiper-wrapper-outer[data-size="small"] .teaser-image .mt-5,
    .swiper-wrapper-outer[data-size="small"] .teaser-image .my-5 {
        margin-top: 1rem !important;
    }
    .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.875rem;
        margin-bottom: 0.625rem;
    }
    .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1.75rem;
        line-height: 2.1875rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
    .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
}

@media (min-width: 768px) {
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .mt-5 {
        margin-top: 0rem !important;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .mt-4 {
        margin-top: 0.5rem !important;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.5rem;
        line-height: 0.625rem;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.2rem;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 0.75rem;
        line-height: 1rem;
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.375rem;
        line-height: 0.625rem;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .mt-5 {
        margin-top: 0rem !important;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .mt-4 {
        margin-top: 0.25rem !important;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.5rem;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.625rem;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1rem;
        line-height: 1.125rem;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
    }
    .teaser .swiper-wrapper-outer[data-size="small"] .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.4375rem;
        line-height: 0.625rem;
        margin-top: 0;
    }
}

.teaser .teaser-element .mt-5,
.teaser .teaser-element .my-5 {
    margin-top: 1rem !important;
}

.teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
    font-size: 0.875rem;
    line-height: 1rem;
}

.teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
    margin-right: 0.875rem;
    margin-bottom: 0.625rem;
}

.teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
    margin-right: 0;
}

.teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

.teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
    font-size: 0.625rem;
    line-height: 1rem;
    margin-top: 0.3125rem;
}

@media (max-width: 767.98px) {
    .teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 1.25rem;
        margin-bottom: 0.625rem;
    }
    .teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 2.74rem;
        line-height: 3.1875rem;
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
}

.col-md-4 .teaser-element .mt-5,
.col-md-4 .teaser-element .my-5 {
    margin-top: 1rem !important;
}

.col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
    font-size: 0.875rem;
    line-height: 1rem;
}

.col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
    margin-right: 0.875rem;
    margin-bottom: 0.625rem;
}

.col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
    margin-right: 0;
}

.col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

.col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
    font-size: 0.625rem;
    line-height: 1rem;
    margin-top: 0.3125rem;
}

@media (max-width: 991.98px) {
    .col-md-4 .teaser-element .mt-5 {
        margin-top: 0rem !important;
    }
    .col-md-4 .teaser-element .mt-4 {
        margin-top: 0.25rem !important;
    }
    .col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.5rem;
    }
    .col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.625rem;
    }
    .col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1rem;
        line-height: 1.125rem;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
    }
    .col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.4375rem;
        line-height: 0.625rem;
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 1.25rem;
        margin-bottom: 0.625rem;
    }
    .col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 2.74rem;
        line-height: 3.1875rem;
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .col-md-4 .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
}

@media (max-width: 575.98px) {
    .teaser-element .mt-5,
    .teaser-element .my-5,
    .teaser-image-center .teaser-element .mt-5,
    .teaser-image-center .teaser-element .my-5,
    .teaser .teaser-element .mt-5,
    .teaser .teaser-element .my-5,
    .teaser .teaser-image .mt-5,
    .teaser .teaser-image .my-5,
    .teaser .teaser-image-center .teaser-element .mt-5,
    .teaser .teaser-image-center .teaser-element .my-5 {
        margin-top: 1rem !important;
    }
    .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text,
    .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text,
    .teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text,
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-text,
    .teaser .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area,
    .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area,
    .teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area,
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area,
    .teaser .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area {
        margin-right: 0.875rem;
        margin-bottom: 0.625rem;
    }
    .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type,
    .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type,
    .teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type,
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type,
    .teaser .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area:last-of-type {
        margin-right: 0;
    }
    .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number,
    .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number,
    .teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number,
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number,
    .teaser .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
        font-size: 1.75rem;
        line-height: 2.1875rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
    .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label,
    .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label,
    .teaser .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label,
    .teaser .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label,
    .teaser .teaser-image-center .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number-label {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.3125rem;
    }
}

.theme-light-green .teaser .teaser-content .intro,
.theme-light-green .teaser .teaser-bottom .intro,
.theme-light-green .teaser-list .teaser-content .intro,
.theme-light-green .teaser-list .teaser-bottom .intro,
.theme-light-green .link-teaser .teaser-content .intro,
.theme-light-green .link-teaser .teaser-bottom .intro {
    color: #65ac1e;
}

.theme-light-green .teaser .teaser-content.no-text h3,
.theme-light-green .teaser .teaser-bottom.no-text h3,
.theme-light-green .teaser-list .teaser-content.no-text h3,
.theme-light-green .teaser-list .teaser-bottom.no-text h3,
.theme-light-green .link-teaser .teaser-content.no-text h3,
.theme-light-green .link-teaser .teaser-bottom.no-text h3 {
    color: #65ac1e;
}

.theme-light-green .teaser .teaser-content.no-text .h3,
.theme-light-green .teaser .teaser-bottom.no-text .h3,
.theme-light-green .teaser-list .teaser-content.no-text .h3,
.theme-light-green .teaser-list .teaser-bottom.no-text .h3,
.theme-light-green .link-teaser .teaser-content.no-text .h3,
.theme-light-green .link-teaser .teaser-bottom.no-text .h3 {
    color: #65ac1e;
}

.theme-light-green .teaser .swiper-slide.highlight .teaser-area,
.theme-light-green .teaser-list .swiper-slide.highlight .teaser-area,
.theme-light-green .link-teaser .swiper-slide.highlight .teaser-area {
    background-color: #e0eed2;
}

.theme-light-green .teaser .teaser-top .video-play-area .video-play-button {
    color: #65ac1e;
}

.theme-light-green .contact-teaser picture::before {
    background-color: #e0eed2;
}

.theme-light-green .contact-teaser .teaser-area ul li .material-symbols-sharp {
    color: #65ac1e;
}

.theme-light-green .diary-teaser .teaser-content .date,
.theme-light-green .diary-teaser .teaser-bottom .date {
    color: light-green;
}

.theme-light-green .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-content .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number,
.theme-light-green .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-content .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    background-color: light-green;
}

.theme-dark-green .teaser .teaser-content .intro,
.theme-dark-green .teaser .teaser-bottom .intro,
.theme-dark-green .teaser-list .teaser-content .intro,
.theme-dark-green .teaser-list .teaser-bottom .intro,
.theme-dark-green .link-teaser .teaser-content .intro,
.theme-dark-green .link-teaser .teaser-bottom .intro {
    color: #00793a;
}

.theme-dark-green .teaser .teaser-content.no-text h3,
.theme-dark-green .teaser .teaser-bottom.no-text h3,
.theme-dark-green .teaser-list .teaser-content.no-text h3,
.theme-dark-green .teaser-list .teaser-bottom.no-text h3,
.theme-dark-green .link-teaser .teaser-content.no-text h3,
.theme-dark-green .link-teaser .teaser-bottom.no-text h3 {
    color: #00793a;
}

.theme-dark-green .teaser .teaser-content.no-text .h3,
.theme-dark-green .teaser .teaser-bottom.no-text .h3,
.theme-dark-green .teaser-list .teaser-content.no-text .h3,
.theme-dark-green .teaser-list .teaser-bottom.no-text .h3,
.theme-dark-green .link-teaser .teaser-content.no-text .h3,
.theme-dark-green .link-teaser .teaser-bottom.no-text .h3 {
    color: #00793a;
}

.theme-dark-green .teaser .swiper-slide.highlight .teaser-area,
.theme-dark-green .teaser-list .swiper-slide.highlight .teaser-area,
.theme-dark-green .link-teaser .swiper-slide.highlight .teaser-area {
    background-color: rgba(0, 121, 58, 0.2);
}

.theme-dark-green .teaser .teaser-top .video-play-area .video-play-button {
    color: #00793a;
}

.theme-dark-green .contact-teaser picture::before {
    background-color: rgba(0, 121, 58, 0.2);
}

.theme-dark-green .contact-teaser .teaser-area ul li .material-symbols-sharp {
    color: #00793a;
}

.theme-dark-green .diary-teaser .teaser-content .date,
.theme-dark-green .diary-teaser .teaser-bottom .date {
    color: dark-green;
}

.theme-dark-green .teaser-element .campaign-countdown .campaign-countdown-area .campaign-countdown-content .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number,
.theme-dark-green .teaser-image .campaign-countdown .campaign-countdown-area .campaign-countdown-content .campaign-countdown-numbers .campaign-countdown-number-area .campaign-countdown-number {
    background-color: dark-green;
}

.eyecatchers .round-image {
    text-align: center;
}

.eyecatchers .round-image img {
    border-radius: 50%;
    max-width: 150px;
}

.eyecatchers .bottom-link {
    margin-top: 25px;
}

.eyecatchers .bottom-link .button a {
    color: #fff !important;
}

.eyecatchers .colored {
    color: #f39500;
}

@media (min-width: 768px) {
    .eyecatchers .swiper-wrapper-outer.slides-count-3[data-size="eyecatchers"] .navigation,
    .eyecatchers .swiper-wrapper-outer.slides-count-4[data-size="eyecatchers"] .navigation {
        display: none;
    }
}

@media (min-width: 576px) {
    .eyecatchers .swiper-wrapper-outer.slides-count-2[data-size="eyecatchers"]:not( .singleSlides) .navigation {
        display: none;
    }
}

.theme-light-green .eyecatchers h2 {
    color: #65ac1e;
}

.theme-light-green .eyecatchers h3 {
    color: #65ac1e;
}

.theme-light-green .eyecatchers .colored {
    color: #65ac1e;
}

.theme-dark-green .eyecatchers h2 {
    color: #00793a;
}

.theme-dark-green .eyecatchers h3 {
    color: #00793a;
}

.theme-dark-green .eyecatchers .colored {
    color: #00793a;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

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

.video .video-gallery {
    margin-bottom: -25px;
}

.video .video-gallery>div {
    margin-bottom: 25px;
}

.video ul {
    padding-left: 0;
    margin-left: 25px;
    list-style-type: none;
}

.video ul li::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    background-color: #f39500;
    margin-left: -25px;
    margin-right: 17px;
    margin-bottom: 1px;
}

.video ol {
    padding-left: 0;
    margin-left: 25px;
    list-style-type: none;
    counter-reset: ol-numbers;
}

.video ol li::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    counter-increment: ol-numbers;
    content: counter(ol-numbers) ".";
    margin-left: -25px;
    margin-right: 17px;
    margin-bottom: 1px;
}

.modal.video-modal .modal-dialog {
    max-width: 80%;
    margin-bottom: 0px;
}

.modal.video-modal .modal-dialog .modal-content {
    background-color: transparent;
    box-shadow: none;
}

.modal.video-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.modal.video-modal .modal-dialog .modal-content .modal-body .close {
    position: absolute;
    right: -30px;
    top: -10px;
    color: #fff;
    opacity: 1;
    font-size: 2rem;
}

.modal.video-modal .modal-dialog .modal-content .modal-body video {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .modal.video-modal {
        margin-left: 0;
    }
    .modal.video-modal .modal-dialog {
        max-width: 100%;
    }
    .modal.video-modal .modal-dialog .modal-content .modal-body .close {
        top: -42px;
        right: 10px;
    }
}

.theme-light-green .video ul li::before {
    background-color: #65ac1e;
}

.theme-dark-green .video ul li::before {
    background-color: #00793a;
}

#google-map {
    height: 100%;
}

.google-map-popup {
    padding: 10px;
    font-family: "Roboto Light", sans-serif;
}

.google-map-popup:last-child {
    margin: 0;
}

.google-map-popup .popup-header {
    display: flex;
    margin: 0 0 10px;
}

.google-map-popup .popup-image {
    width: 80px;
    min-width: 80px;
    margin: 0 20px 0 0;
}

.google-map-popup .popup-details .name {
    font-size: 1rem;
    font-weight: 700;
}

.google-map-popup .popup-details>div {
    margin: 0 0 10px;
}

.google-map-popup .popup-details>div:last-of-type {
    margin: 0;
}

.google-map-popup .popup-details p {
    margin: 0 0 5px;
}

.google-map-popup .popup-details p:last-of-type {
    margin: 0;
}

.google-map-popup .link-list {
    margin: 0;
}

.google-map-popup .link-list .same-position-link {
    cursor: pointer;
}

.google-map-searchbox-wrapper {
    display: flex;
}

.google-map-searchbox {
    background-color: #6c6c6c;
    padding: 20px;
    position: relative;
}

.google-map-searchbox .google-map-search {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    color: #fff;
    margin: 0 30px 0 0;
    font-size: 1.3rem;
}

.google-map-searchbox input {
    padding: 0 10px 0 50px;
    background: #f0f0f0;
    color: #6c6c6c;
    border: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    line-height: 1;
    height: 36px;
}

.google-map-searchbox input::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.google-map-searchbox input::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.google-map-searchbox input:-ms-input-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.google-map-searchbox input::-ms-input-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.google-map-searchbox input::placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.google-map-searchbox input:-ms-input-placeholder,
.google-map-searchbox input::-ms-input-placeholder {
    color: #6c6c6c;
}

.google-map-searchbox input::-ms-clear {
    display: none;
}

.google-map-searchbox input[type="text"]::-ms-clear,
.google-map-searchbox input[type="text"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.google-map-searchbox .google-map-place {
    display: flex;
    justify-content: center;
    flex: 1;
}

.google-map-searchbox .google-map-place>div {
    position: relative;
}

.google-map-searchbox .icon-location {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(-50%, -50%);
    color: #6c6c6c;
}

.google-popover-close {
    cursor: pointer;
    color: #f39500;
    font-size: inherit;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
}

.google-popover-close::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8rem;
    content: "\e911";
    vertical-align: bottom;
}

.gm-style .gm-style-iw {
    border-radius: 0 !important;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.3) !important;
}

.gm-style .gm-style-iw button {
    display: none !important;
}

@media (max-width: 767.98px) {
    .google-map-popup .popup-header {
        flex-direction: column;
    }
    .google-map-popup .popup-image {
        margin: 0 0 20px;
    }
    .google-map-searchbox {
        flex-direction: column;
    }
    .google-map-searchbox .google-map-search {
        position: relative;
        text-align: center;
        margin: 0 0 20px;
        transform: inherit;
        top: unset;
    }
}

.theme-light-green .google-popover-close {
    color: #65ac1e;
}

.theme-dark-green .google-popover-close {
    color: #00793a;
}

.campaign-section {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 45px 25px;
}

.campaign-section>.campaign-section {
    padding: 0;
    margin: 0 0 10px;
}

.campaign-section>.campaign-section:last-of-type {
    margin: 0;
}

.campaign-section.fixed-height>.row {
    min-height: calc(60vh - 90px);
}

.campaign-section.fixed-height.inner {
    height: auto;
    min-height: 60vh;
}

.campaign-section.background-default {
    background: #dcdcdc;
}

.campaign-section .slot {
    opacity: 0;
}

.campaign-section .container {
    padding: 0;
}

@media (min-width: 768px) {
    .campaign-section {
        padding: 50px;
    }
    .campaign-section.fixed-height>.row {
        min-height: calc(75vh - 100px);
    }
    .campaign-section.fixed-height.inner {
        min-height: 75vh;
    }
}

.theme-light-green .campaign-section .title {
    background-color: #fff;
}

.theme-light-green .campaign-section .title.theme {
    background-color: #65ac1e;
}

.theme-dark-green .campaign-section .title {
    background-color: #fff;
}

.theme-dark-green .campaign-section .title.theme {
    background-color: #00793a;
}

.ath-viewport * {
    box-sizing: border-box;
}

.ath-viewport {
    position: relative;
    z-index: 2147483641;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.ath-modal {
    pointer-events: auto !important;
    background: rgba(0, 0, 0, 0.6);
}

.ath-mandatory {
    background: #000;
}

.ath-container {
    pointer-events: auto !important;
    position: absolute;
    z-index: 2147483641;
    padding: 0.7em 0.6em;
    width: 18em;
    background: #eee;
    background-size: 100% auto;
    box-shadow: 0 0.2em 0 #d1d1d1;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
}

.ath-container small {
    font-size: 0.8em;
    line-height: 1.3em;
    display: block;
    margin-top: 0.5em;
}

.ath-ios.ath-phone {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}

.ath-ios6.ath-tablet {
    left: 5em;
    top: 1.8em;
}

.ath-ios7.ath-tablet {
    left: 0.7em;
    top: 1.8em;
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet {
    right: 0.4em;
    top: 1.8em;
}

.ath-android {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}

.ath-container:before {
    content: "";
    position: relative;
    display: block;
    float: right;
    margin: -0.7em -0.6em 0 0.5em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 2.7em;
    height: 2.7em;
    text-align: center;
    overflow: hidden;
    color: #a33;
    z-index: 2147483642;
}

.ath-container.ath-icon:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    float: none;
}

.ath-mandatory .ath-container:before {
    display: none;
}

.ath-container.ath-android:before {
    float: left;
    margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
    position: absolute;
    right: auto;
    left: 0;
    margin: 0;
    float: none;
}

.ath-action-icon {
    display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999em;
    overflow: hidden;
}

.ath-ios .ath-action-icon,
.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon {
    width: 1.6em;
    height: 1.6em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
    margin-top: -0.3em;
    background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
    width: 1.8em;
    height: 1.8em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
    margin-bottom: 0.4em;
    background-size: 100% auto;
}

.ath-android .ath-action-icon {
    width: 1.4em;
    height: 1.5em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
    background-size: 100% auto;
}

.ath-container p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2147483642;
    text-shadow: 0 0.1em 0 #fff;
    font-size: 1.1em;
}

.ath-ios.ath-phone:after {
    content: "";
    background: #eee;
    position: absolute;
    width: 2em;
    height: 2em;
    bottom: -0.9em;
    left: 50%;
    margin-left: -1em;
    transform: scaleX(0.9) rotate(45deg);
    box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
    content: "";
    background: #eee;
    position: absolute;
    width: 2em;
    height: 2em;
    top: -0.9em;
    left: 50%;
    margin-left: -1em;
    transform: scaleX(0.9) rotate(45deg);
    z-index: 2147483641;
}

.ath-application-icon {
    position: relative;
    padding: 0;
    border: 0;
    margin: 0 auto 0.2em auto;
    height: 6em;
    width: 6em;
    z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
    border-radius: 1em;
    box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3), inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
    margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
    .ath-container.ath-phone {
        width: 24em;
    }
    .ath-android.ath-phone {
        margin-left: -12em;
    }
    .ath-ios.ath-phone {
        margin-left: -12em;
    }
    .ath-ios6:after {
        left: 39%;
    }
    .ath-ios8.ath-phone {
        left: auto;
        bottom: auto;
        right: 0.4em;
        top: 1.8em;
    }
    .ath-ios8.ath-phone:after {
        bottom: auto;
        top: -0.9em;
        left: 68%;
        z-index: 2147483641;
        box-shadow: none;
    }
}

.product-detail-wrapper {
    position: relative;
}

.product-detail-wrapper #section-benefits h2 {
    font-family: "Roboto Bold", sans-serif;
    color: #f39500;
}

.product-detail-wrapper .benefitlist .benefits-wrapper {
    background: none;
    padding: 0;
    color: #f39500;
    font-size: 1.25rem;
    font-family: "Roboto Bold", sans-serif;
}

.product-detail-wrapper .benefitlist .benefits-wrapper ul {
    color: #f39500;
    font-family: "Roboto Bold", sans-serif;
}

.product-detail-wrapper .benefitlist .benefits-wrapper ul li::before {
    color: #f39500;
}

.product-detail-wrapper .accordion .accordion-toggle {
    border-top: 2px solid #ccc;
}

.product-detail-wrapper .accordion.first-accordion .accordion-toggle {
    border-top: none;
}

.product-detail-wrapper .accordion.first-accordion .accordion .accordion-toggle {
    border-top: 2px solid #ccc;
}

.product-detail-wrapper .accordion.first-accordion .accordion.first-accordion .accordion-toggle {
    border-top: none;
}

.product-detail-wrapper .nav-pills.p-nav-pills {
    border-bottom: 1px solid #dcdcdc;
}

.product-detail-wrapper .nav-pills.p-nav-pills .nav-item .nav-link {
    font-size: 24px;
    font-family: "Roboto Bold", sans-serif;
    color: #333;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-right: 2rem;
}

.product-detail-wrapper .nav-pills.p-nav-pills .nav-item .nav-link.active {
    border-bottom: 3px solid #65ac1e;
}

.product-detail-wrapper .nav-pills.p-nav-pills .highlight .nav-link {
    color: #fff;
    padding: 0.5rem 1rem;
    margin: 0;
}

.product-detail-wrapper .nav-pills.p-nav-pills-vertical .nav-item {
    border-bottom: 2px solid #dcdcdc;
    white-space: normal;
}

.product-detail-wrapper .nav-pills.p-nav-pills-vertical .nav-item .nav-link {
    font-size: 20px;
    font-family: "Roboto Bold", sans-serif;
    color: #333;
    padding-left: 8px;
    padding-right: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

.product-detail-wrapper .nav-pills.p-nav-pills-vertical .nav-item .nav-link::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    position: absolute;
    top: 0;
    right: 16px;
    font-size: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #65ac1e;
}

.product-detail-wrapper .nav-pills.p-nav-pills-vertical .nav-item .nav-link.active {
    color: #65ac1e;
    border: 0;
    background-color: #e0eed2;
}

.product-detail-wrapper .tab-navigation-wrapper.p-tab-navigation-wrapper .tab-content {
    font-size: 16px;
}

.product-detail-wrapper .next-container-no-p-l-r {
    overflow: hidden;
}

.product-detail-wrapper .next-container-no-p-l-r>.container {
    padding-left: 0;
    padding-right: 0;
}

.product-detail-wrapper .next-container-no-p-l-r>.accordion-module>.container {
    padding-left: 0;
    padding-right: 0;
}


.product-detail-wrapper .p-headline {
    font-size: 20px;
    font-family: "Roboto Bold", sans-serif;
}

@media (max-width: 767.98px) {
    .product-detail-wrapper .p-headline {
        font-size: 16px;
        margin-bottom: 10px !important;
    }
}

.product-detail-wrapper .p-accordion>div>.accordion-toggle {
    background-color: #f2f2f5;
    border: 0;
    padding-left: 8px;
    padding-right: 56px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 15px;
    color: #333;
}

.product-detail-wrapper .p-accordion>div>.accordion-toggle::before {
    display: none;
}

.product-detail-wrapper .p-accordion>div>.accordion-toggle::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e929";
    position: absolute;
    width: 56px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #e0eed2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem;
    transition: transform 200ms ease;
    color: #65ac1e;
}

.product-detail-wrapper .p-accordion>div>.accordion-toggle.collapsed::after {
    content: "\e901";
}

.product-detail-wrapper .p-accordion>div>.accordion-toggle.toggle-collapsing {
    border-bottom: 0;
}

.product-detail-wrapper .p-accordion>div>.accordion-toggle.disabled::after {
    content: none;
}

.product-detail-wrapper .p-accordion>.collapse,
.product-detail-wrapper .p-accordion>.collapsing {
    border-bottom: 0;
    margin-bottom: 0;
}

.product-detail-wrapper .p-accordion>.collapse>div,
.product-detail-wrapper .p-accordion>.collapsing>div {
    border-bottom: 1px solid #65ac1e;
}

.product-detail-wrapper .p-accordion.last-accordion::after {
    display: none;
}

.product-detail-wrapper .p-accordion-right-arrow>.accordion-toggle {
    border-top: 0 !important;
    border-bottom: 0;
    padding-left: 8px;
    padding-right: 56px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    color: #65ac1e;
}

.product-detail-wrapper .p-accordion-right-arrow>.accordion-toggle::before {
    display: none;
}

.product-detail-wrapper .p-accordion-right-arrow>.accordion-toggle::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    position: absolute;
    width: 56px;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem;
    transition: transform 200ms ease;
    color: #65ac1e;
}

.product-detail-wrapper .p-accordion-right-arrow>.accordion-toggle.collapsed {
    color: #333;
    border-bottom: 1px solid #dcdcdc;
}

.product-detail-wrapper .p-accordion-right-arrow>.accordion-toggle.toggle-collapsing {
    border-bottom: 0;
}

.product-detail-wrapper .p-accordion-right-arrow>.accordion-toggle.disabled::after {
    content: none;
}

.product-detail-wrapper .p-accordion-right-arrow>.collapse,
.product-detail-wrapper .p-accordion-right-arrow>.collapsing {
    border-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.product-detail-wrapper .p-accordion-right-arrow.last-accordion::after {
    display: none;
}

.product-detail-wrapper .p-accordion-second .accordion-toggle {
    border-top: 0 !important;
    border-bottom: 0;
    padding-left: 0;
    padding-right: 56px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    color: #65ac1e;
}

.product-detail-wrapper .p-accordion-second .accordion-toggle::before {
    display: none;
}

.product-detail-wrapper .p-accordion-second .accordion-toggle::after {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e929";
    position: absolute;
    width: 56px;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem;
    transition: transform 200ms ease;
    color: #65ac1e;
}

.product-detail-wrapper .p-accordion-second .accordion-toggle.collapsed {
    color: #333;
    border-bottom: 1px solid #dcdcdc;
}

.product-detail-wrapper .p-accordion-second .accordion-toggle.collapsed::after {
    content: "\e901";
}

.product-detail-wrapper .p-accordion-second .accordion-toggle.toggle-collapsing {
    border-bottom: 0;
}

.product-detail-wrapper .p-accordion-second .accordion-toggle.disabled::after {
    content: none;
}

.product-detail-wrapper .p-accordion-second .collapse,
.product-detail-wrapper .p-accordion-second .collapsing {
    border-bottom: 1px solid #65ac1e;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .product-detail-wrapper .p-accordion-second .collapse,
    .product-detail-wrapper .p-accordion-second .collapsing {
        padding-left: 0;
        padding-right: 0;
    }
}

.product-detail-wrapper .p-accordion-second .collapse>.content-module:last-child,
.product-detail-wrapper .p-accordion-second .collapsing>.content-module:last-child {
    margin-bottom: 32px;
}

@media (max-width: 767.98px) {
    .product-detail-wrapper .p-accordion-second .collapse>.content-module:last-child,
    .product-detail-wrapper .p-accordion-second .collapsing>.content-module:last-child {
        margin-bottom: 24px;
    }
}

.product-detail-wrapper .p-accordion-second.last-accordion::after {
    display: none;
}

.product-detail-wrapper .p-toxic-icons {
    margin-left: 0;
    margin-bottom: -10px;
}

.product-detail-wrapper .p-toxic-icons li {
    display: inline-block;
    margin-bottom: 10px;
}

.product-detail-wrapper .p-toxic-icons li:not(:last-child) {
    margin-right: 10px;
}

.product-detail-wrapper .p-toxic-icons li::before {
    display: none;
}

.product-detail-wrapper .p-toxic-icons img {
    width: 70px;
}

@media (max-width: 1199.98px) {
    #section-tools .container,
    #section-why-product .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.theme-light-green .product-detail-wrapper #section-benefits h2 {
    color: #65ac1e;
}

.theme-light-green .product-detail-wrapper .benefitlist .benefits-wrapper {
    color: #65ac1e;
    background: transparent;
}

.theme-light-green .product-detail-wrapper .benefitlist .benefits-wrapper ul {
    color: #65ac1e;
}

.theme-light-green .product-detail-wrapper .benefitlist .benefits-wrapper ul li::before {
    color: #65ac1e;
}

.theme-light-green .product-detail-wrapper .nav-pills.p-nav-pills .nav-item .nav-link.active {
    border-bottom: 3px solid light-green;
}

.theme-light-green .product-detail-wrapper .nav-pills.p-nav-pills-vertical .nav-item .nav-link::after {
    color: light-green;
}

.theme-light-green .product-detail-wrapper .nav-pills.p-nav-pills-vertical .nav-item .nav-link.active {
    color: light-green;
    border: 0;
    background-color: #e0eed2;
}

.theme-light-green .product-detail-wrapper .p-accordion>div>.accordion-toggle::after {
    color: light-green;
    background-color: #e0eed2;
}

.theme-light-green .product-detail-wrapper .p-accordion>.collapse>div,
.theme-light-green .product-detail-wrapper .p-accordion>.collapsing>div {
    border-bottom: 1px solid light-green;
}

.theme-light-green .product-detail-wrapper .p-accordion-right-arrow>.accordion-toggle {
    color: light-green;
}

.theme-light-green .product-detail-wrapper .p-accordion-right-arrow>.accordion-toggle::after {
    color: light-green;
}

.theme-light-green .product-detail-wrapper .p-accordion-second .accordion-toggle {
    color: light-green;
}

.theme-light-green .product-detail-wrapper .p-accordion-second .accordion-toggle::after {
    color: light-green;
}

.theme-light-green .product-detail-wrapper .p-accordion-second .collapse,
.theme-light-green .product-detail-wrapper .p-accordion-second .collapsing {
    border-bottom: 1px solid light-green;
}

.theme-dark-green .product-detail-wrapper #section-benefits h2 {
    color: #00793a;
}

.theme-dark-green .product-detail-wrapper .benefitlist .benefits-wrapper {
    color: #00793a;
    background: transparent;
}

.theme-dark-green .product-detail-wrapper .benefitlist .benefits-wrapper ul {
    color: #00793a;
}

.theme-dark-green .product-detail-wrapper .benefitlist .benefits-wrapper ul li::before {
    color: #00793a;
}

.theme-dark-green .product-detail-wrapper .nav-pills.p-nav-pills .nav-item .nav-link.active {
    border-bottom: 3px solid dark-green;
}

.theme-dark-green .product-detail-wrapper .nav-pills.p-nav-pills-vertical .nav-item .nav-link::after {
    color: dark-green;
}

.theme-dark-green .product-detail-wrapper .nav-pills.p-nav-pills-vertical .nav-item .nav-link.active {
    color: dark-green;
    border: 0;
    background-color: rgba(0, 121, 58, 0.2);
}

.theme-dark-green .product-detail-wrapper .p-accordion>div>.accordion-toggle::after {
    color: dark-green;
    background-color: rgba(0, 121, 58, 0.2);
}

.theme-dark-green .product-detail-wrapper .p-accordion>.collapse>div,
.theme-dark-green .product-detail-wrapper .p-accordion>.collapsing>div {
    border-bottom: 1px solid dark-green;
}

.theme-dark-green .product-detail-wrapper .p-accordion-right-arrow>.accordion-toggle {
    color: dark-green;
}

.theme-dark-green .product-detail-wrapper .p-accordion-right-arrow>.accordion-toggle::after {
    color: dark-green;
}

.theme-dark-green .product-detail-wrapper .p-accordion-second .accordion-toggle {
    color: dark-green;
}

.theme-dark-green .product-detail-wrapper .p-accordion-second .accordion-toggle::after {
    color: dark-green;
}

.theme-dark-green .product-detail-wrapper .p-accordion-second .collapse,
.theme-dark-green .product-detail-wrapper .p-accordion-second .collapsing {
    border-bottom: 1px solid dark-green;
}

.vf-nav ul {
    list-style-type: none;
    padding-left: 0;
    display: none;
}

.vf-nav ul li {
    margin-bottom: 10px;
}

.vf-nav ul li:last-child {
    margin-bottom: 0;
}

.vf-nav .nav-entry {
    display: inline-block;
    width: 100%;
    background-color: #dcdcdc;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    position: relative;
}

.vf-nav .nav-entry.active {
    background-color: #f39500;
    color: #fff;
}

.vf-nav .nav-entry.back {
    background-color: #6c6c6c;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
}

.vf-nav .nav-entry.back.mobile-back {
    margin-bottom: 10px;
}

.vf-nav .nav-entry.back::before {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    position: absolute;
    left: 35px;
    top: 13px;
}

.vf-nav .nav-entry.vf-icon {
    padding-left: 50px;
    padding-right: 50px;
}

.vf-nav .nav-entry.vf-icon::before {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-size: 1.125rem;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 30px;
    top: 10px;
}

.vf-nav .nav-entry.vf-icon-trial::before {
    content: "\e971";
}

.vf-nav .nav-entry.vf-icon-video::before {
    content: "\e972";
}

.vf-nav .nav-entry.vf-icon-flipbook::before {
    content: "\e96c";
}

.vf-nav .nav-entry.vf-icon-quiz::before {
    content: "\e970";
}

.vf-nav .nav-entry.vf-icon-messageBoard::before {
    content: "\e96e";
}

.vf-nav .nav-entry.vf-icon-comparison::before {
    content: "\e96a";
}

.vf-nav .nav-entry.vf-icon-calculator::before {
    content: "\e966";
}

.vf-nav .nav-entry.vf-icon-webinar::before {
    content: "\e973";
}

.vf-nav .nav-entry.vf-icon-calendar::before {
    content: "\e967";
}

.vf-nav .nav-entry.vf-icon-podcast::before {
    content: "\e96f";
}

.vf-nav .nav-entry.vf-icon-faq::before {
    content: "\e96b";
}

.vf-nav .nav-entry.vf-icon-meeting::before {
    content: "\e96d";
}

.vf-nav .mobile-toggle-nav {
    margin-bottom: 20px;
    cursor: pointer;
    padding-left: 50px;
    padding-right: 50px;
}

.vf-nav .mobile-toggle-nav .icon {
    color: #fff;
    position: absolute;
    left: 27px;
    top: 9px;
}

.vf-plot.tab-navigation-wrapper .nav-pills .nav-link {
    color: #aaa;
}

.vf-plot.tab-navigation-wrapper .nav-pills .nav-link.active {
    border-color: #333;
    border-bottom: 2px solid #333;
}

.vf-plot.tab-navigation-wrapper .nav-pills .nav-item.with-background {
    background-color: #aaa;
}

.vf-plot.tab-navigation-wrapper .nav-pills .nav-item.with-background .nav-link {
    color: #fff;
}

.vf-plot.tab-navigation-wrapper .accordion {
    margin-top: 0;
}

.vf-plot.tab-navigation-wrapper .accordion>.content-module {
    margin-top: 0;
}

.vf-plot.tab-navigation-wrapper .accordion>.content-module.multi-collapse {
    margin-bottom: 15px;
}

.vf-plot.tab-navigation-wrapper .accordion .accordion-toggle {
    color: #aaa;
    border-top: 1px solid #aaa;
}

.vf-compare-miniplots .vf-entry {
    padding-bottom: 20px;
    height: 100%;
}

.vf-compare-miniplots .vf-entry .vf-entry-area {
    background-color: #f0f0f0;
    height: 100%;
}

.vf-compare-miniplots .vf-entry .vf-entry-area .vf-content {
    padding: 20px;
}

.vf-teasers .vf-entry {
    padding-bottom: 20px;
    height: 100%;
}

.vf-teasers .vf-entry .vf-entry-area {
    background-color: #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vf-teasers .vf-entry .vf-entry-area .vf-content {
    padding: 20px;
}

.vf-teasers .vf-entry .vf-entry-area .cf-content-bottom {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.vf-trial-location-icon {
    max-height: 20px;
    padding-left: 5px;
    top: -2px;
    position: relative;
}

@media (max-width: 991.98px) {
    .vf-plot.tab-navigation-wrapper .nav-pills .nav-link.active {
        border-bottom: none;
    }
}

.theme-light-green .vf-nav ul .nav-entry.active {
    background-color: #65ac1e;
}

.theme-dark-green .vf-nav ul .nav-entry.active {
    background-color: #00793a;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li {
    list-style: none !important;
    position: relative;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li::before {
    position: absolute;
    content: "\25A0";
    background-color: transparent !important;
}

.theme-light-green #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li::before {
    color: #65ac1e;
}

.theme-dark-green #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li::before {
    color: #00793a;
}

body[dir="rtl"]>header .meta-navigation,
body[dir="rtl"] .stage {
    direction: rtl;
}

body[dir="rtl"]>header .meta-navigation .swiper-button-prev,
body[dir="rtl"]>header .meta-navigation .swiper-button-next,
body[dir="rtl"] .stage .swiper-button-prev,
body[dir="rtl"] .stage .swiper-button-next {
    background: none;
}

body[dir="rtl"]>header .meta-navigation .video-play-area .video-play-button,
body[dir="rtl"] .stage .video-play-area .video-play-button {
    left: 0;
    right: 14px;
}

body[dir="rtl"] .col-1,
body[dir="rtl"] .col-2,
body[dir="rtl"] .col-3,
body[dir="rtl"] .col-4,
body[dir="rtl"] .col-5,
body[dir="rtl"] .col-6,
body[dir="rtl"] .col-7,
body[dir="rtl"] .col-8,
body[dir="rtl"] .col-9,
body[dir="rtl"] .col-10,
body[dir="rtl"] .col-11,
body[dir="rtl"] .col-12,
body[dir="rtl"] .col,
body[dir="rtl"] .col-auto,
body[dir="rtl"] .col-sm-1,
body[dir="rtl"] .col-sm-2,
body[dir="rtl"] .col-sm-3,
body[dir="rtl"] .col-sm-4,
body[dir="rtl"] .col-sm-5,
body[dir="rtl"] .col-sm-6,
body[dir="rtl"] .col-sm-7,
body[dir="rtl"] .col-sm-8,
body[dir="rtl"] .col-sm-9,
body[dir="rtl"] .col-sm-10,
body[dir="rtl"] .col-sm-11,
body[dir="rtl"] .col-sm-12,
body[dir="rtl"] .col-sm,
body[dir="rtl"] .col-sm-auto,
body[dir="rtl"] .col-md-1,
body[dir="rtl"] .col-md-2,
body[dir="rtl"] .col-md-3,
body[dir="rtl"] .col-md-4,
body[dir="rtl"] .col-md-5,
body[dir="rtl"] .col-md-6,
body[dir="rtl"] .col-md-7,
body[dir="rtl"] .col-md-8,
body[dir="rtl"] .col-md-9,
body[dir="rtl"] .col-md-10,
body[dir="rtl"] .col-md-11,
body[dir="rtl"] .col-md-12,
body[dir="rtl"] .col-md,
body[dir="rtl"] .col-md-auto,
body[dir="rtl"] .col-lg-1,
body[dir="rtl"] .col-lg-2,
body[dir="rtl"] .col-lg-3,
body[dir="rtl"] .col-lg-4,
body[dir="rtl"] .col-lg-5,
body[dir="rtl"] .col-lg-6,
body[dir="rtl"] .col-lg-7,
body[dir="rtl"] .col-lg-8,
body[dir="rtl"] .col-lg-9,
body[dir="rtl"] .col-lg-10,
body[dir="rtl"] .col-lg-11,
body[dir="rtl"] .col-lg-12,
body[dir="rtl"] .col-lg,
body[dir="rtl"] .col-lg-auto,
body[dir="rtl"] .col-xl-1,
body[dir="rtl"] .col-xl-2,
body[dir="rtl"] .col-xl-3,
body[dir="rtl"] .col-xl-4,
body[dir="rtl"] .col-xl-5,
body[dir="rtl"] .col-xl-6,
body[dir="rtl"] .col-xl-7,
body[dir="rtl"] .col-xl-8,
body[dir="rtl"] .col-xl-9,
body[dir="rtl"] .col-xl-10,
body[dir="rtl"] .col-xl-11,
body[dir="rtl"] .col-xl-12,
body[dir="rtl"] .col-xl,
body[dir="rtl"] .col-xl-auto,
body[dir="rtl"] .col-xxl-1,
body[dir="rtl"] .col-xxl-2,
body[dir="rtl"] .col-xxl-3,
body[dir="rtl"] .col-xxl-4,
body[dir="rtl"] .col-xxl-5,
body[dir="rtl"] .col-xxl-6,
body[dir="rtl"] .col-xxl-7,
body[dir="rtl"] .col-xxl-8,
body[dir="rtl"] .col-xxl-9,
body[dir="rtl"] .col-xxl-10,
body[dir="rtl"] .col-xxl-11,
body[dir="rtl"] .col-xxl-12,
body[dir="rtl"] .col-xxl,
body[dir="rtl"] .col-xxl-auto {
    direction: rtl;
    text-align: right;
}

body[dir="rtl"] .logo-wrapper,
body[dir="rtl"]>header .meta-navigation p,
body[dir="rtl"] #country-selector .regions,
body[dir="rtl"] #country-selector #country-selector-global,
body[dir="rtl"] #country-selector .available-languages,
body[dir="rtl"] #country-selector .country-selector-languages ul li,
body[dir="rtl"] #country-selector .dropdown .btn,
body[dir="rtl"] #country-selector .dropdown .dropdown-menu .dropdown-item,
body[dir="rtl"] .stage .container-fluid .container .stage-content-wrapper,
body[dir="rtl"] .page-label-wrapper,
body[dir="rtl"] h1,
body[dir="rtl"] h2,
body[dir="rtl"] h3,
body[dir="rtl"] h4,
body[dir="rtl"] p,
body[dir="rtl"] .styled-select-wrapper,
body[dir="rtl"] .nav-wrapper nav.container>ul,
body[dir="rtl"] .teaser .teaser-content,
body[dir="rtl"] .footer-print,
body[dir="rtl"] footer .legal ul,
body[dir="rtl"] .text-image ul,
body[dir="rtl"] .video ul,
body[dir="rtl"] #cookie-law,
body[dir="rtl"] #breadcrumb-wrapper,
body[dir="rtl"] div.link-list ul,
body[dir="rtl"] ul.link-list,
body[dir="rtl"] .table-container,
body[dir="rtl"] table.two-cols,
body[dir="rtl"] .teaser-list .teaser-content,
body[dir="rtl"] .text-image figure figcaption,
body[dir="rtl"] .detail-headline-wrapper .subline,
body[dir="rtl"] .benefitlist .benefits-wrapper ul,
body[dir="rtl"] .custom-control {
    direction: rtl;
    text-align: right;
}

body[dir="rtl"]>header .meta-navigation .container ul,
body[dir="rtl"] .page-label-wrapper .container .contact {
    text-align: left;
}

body[dir="rtl"]>header .meta-navigation .container .label span {
    padding-left: 0;
    padding-right: 5px;
}

body[dir="rtl"]>header .meta-navigation .container ul.mobile-menu-toggle li {
    margin-left: 0;
    margin-right: -15px;
}

body[dir="rtl"] .nav-wrapper nav.container>ul>li.has-children.preferences>a span::before {
    padding-right: 0;
    padding-left: 8px;
}

body[dir="rtl"] .nav-wrapper nav.container>ul>li.open>ul li.parent-link>a::before {
    transform: rotate(180deg);
    margin-right: 0;
    padding-right: 0.5rem;
}

body[dir="rtl"] .nav-wrapper nav.container>ul>li.open>ul li.has-children>a::after {
    left: 0;
    right: auto;
}

body[dir="rtl"] .nav-wrapper nav.container>ul>li.open>ul li>a {
    padding-right: 0;
    padding-left: 10px;
}

body[dir="rtl"] .nav-wrapper #main-nav-teaser-wrapper {
    float: left;
    padding-right: 0;
    padding-left: 15px;
}

body[dir="rtl"] .nav-wrapper #main-nav-teaser-wrapper .teaser .swiper-slide+.swiper-slide {
    margin-left: 0;
    margin-right: 30px;
}

body[dir="rtl"] #breadcrumb-wrapper .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\e902";
}

body[dir="rtl"] .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: 0.5rem;
}

body[dir="rtl"] .select-styled::after {
    left: 10px;
    right: auto;
}

body[dir="rtl"] .contact-teaser .teaser-content,
body[dir="rtl"] .contact-teaser .teaser-content p,
body[dir="rtl"] .contact-teaser .teaser-content h3 {
    text-align: center;
}

body[dir="rtl"] .contact-teaser label ul {
    direction: ltr;
}

body[dir="rtl"] .teaser .teaser-content>a::before,
body[dir="rtl"] .teaser .teaser-content.no-text h3 a::before,
body[dir="rtl"] .teaser .teaser-content.no-text .h3 a::before,
body[dir="rtl"] .teaser-list .teaser-content>a::before,
body[dir="rtl"] .teaser-list .teaser-content.no-text h3 a::before,
body[dir="rtl"] .teaser-list .teaser-content.no-text .h3 a::before,
body[dir="rtl"] .link-teaser .teaser-content>a::before,
body[dir="rtl"] .link-teaser .teaser-content.no-text h3 a::before,
body[dir="rtl"] .link-teaser .teaser-content.no-text .h3 a::before {
    transform: rotate(180deg);
    margin-right: 0;
    padding-right: 0.375rem;
}

body[dir="rtl"] .teaser .swiper-wrapper-outer[data-size="small"] .swiper-slide,
body[dir="rtl"] .teaser .swiper-wrapper-outer[data-size="medium"] .swiper-slide,
body[dir="rtl"] .teaser-list .swiper-wrapper-outer[data-size="small"] .swiper-slide,
body[dir="rtl"] .teaser-list .swiper-wrapper-outer[data-size="medium"] .swiper-slide,
body[dir="rtl"] .link-teaser .swiper-wrapper-outer[data-size="small"] .swiper-slide,
body[dir="rtl"] .link-teaser .swiper-wrapper-outer[data-size="medium"] .swiper-slide {
    margin-right: 0;
    margin-left: 30px;
}

body[dir="rtl"] #country-selector #country-selector-global li a::before {
    padding-right: 0;
    padding-left: 5px;
}

body[dir="rtl"] #country-selector .available-languages ul {
    margin-left: 0;
    margin-right: 15px;
}

body[dir="rtl"] #country-selector .country-selector-languages ul li a.current::after {
    float: left;
}

body[dir="rtl"] #country-selector .country-selector-languages ul li a.current {
    padding-right: 0;
    padding-left: 12px;
}

body[dir="rtl"] #country-selector .dropdown .btn:after {
    float: left;
}

body[dir="rtl"] #country-selector .countries ul {
    margin-left: 0;
    margin-right: 25px;
}

body[dir="rtl"] #country-selector .countries>li {
    text-align: right;
    border-left: none;
    border-right: 1px solid #f39500;
    padding-right: 25px;
    padding-left: 0;
}

body[dir="rtl"] h2 .show-more {
    float: left;
}

body[dir="rtl"] .content-module h2 a.show-more::before {
    content: "\e902";
    padding-right: 0;
    padding-left: 5px;
}

body[dir="rtl"] footer .footer-disclaimer .col .disclaimer-text::before {
    right: 15px;
    left: auto;
}

body[dir="rtl"] footer .footer-disclaimer .col .disclaimer-text {
    margin-left: 0;
    margin-right: 40px;
}

body[dir="rtl"] footer .footer-print a::before {
    padding-right: 0;
    padding-left: 7px;
}

body[dir="rtl"] footer dl {
    text-align: right;
}

body[dir="rtl"] footer dl dd {
    margin-right: 0;
}

body[dir="rtl"] footer .social a {
    margin-right: 0;
    margin-left: 5px;
}

body[dir="rtl"] .text-image ul,
body[dir="rtl"] .text-image ol,
body[dir="rtl"] .video ul,
body[dir="rtl"] .video ol,
body[dir="rtl"] .table-container ul,
body[dir="rtl"] .table-container ol {
    margin-left: 0;
    margin-right: 0px;
    padding-right: 30px;
    left: 0;
}

body[dir="rtl"] .text-image .is-right ul,
body[dir="rtl"] .text-image .is-right ol {
    left: 0;
}

body[dir="rtl"] .text-image .is-left ul,
body[dir="rtl"] .text-image .is-left ol {
    position: relative;
    right: 25px;
    padding-left: 25px;
    padding-right: 0;
}

body[dir="rtl"] .text-image ul li::before,
body[dir="rtl"] .text-image ol li::before,
body[dir="rtl"] .video ul li::before,
body[dir="rtl"] .video ol li::before,
body[dir="rtl"] .table-container ul li::before,
body[dir="rtl"] .table-container ol li::before {
    margin-right: -25px;
    margin-left: 17px;
}

body[dir="rtl"] a.external-link::before,
body[dir="rtl"] a.mail-link::before,
body[dir="rtl"] a.overview-link::before,
body[dir="rtl"] a.pdf-link::before,
body[dir="rtl"] a.music-link::before {
    margin-right: 0;
    margin-left: 3px;
    display: inline-block;
}

body[dir="rtl"] a.external-link::before {
    transform: scale(-1, 1);
    display: inline-block;
}

body[dir="rtl"] .swiper-button-prev {
    margin-right: 0;
    margin-left: 20px;
}

body[dir="rtl"] .swiper-button-prev::before {
    content: "\e906";
}

body[dir="rtl"] .swiper-button-next {
    margin-left: 0;
    margin-right: 20px;
}

body[dir="rtl"] .swiper-button-next::before {
    content: "\e902";
}

body[dir="rtl"] .swiper-pagination-bullet {
    margin-right: 0;
    margin-left: 10px;
}

body[dir="rtl"] .swiper-pagination-bullet:last-child {
    margin-left: 0;
}

body[dir="rtl"] .contact-teaser .navigation .swiper-button-prev,
body[dir="rtl"] .diary-teaser .navigation .swiper-button-prev {
    float: right;
    margin-right: 20px;
}

body[dir="rtl"] .contact-teaser .navigation .swiper-button-next,
body[dir="rtl"] .diary-teaser .navigation .swiper-button-next {
    float: left;
    margin-left: 20px;
}

body[dir="rtl"] .accordion .accordion-toggle,
body[dir="rtl"] .accordion-style .accordion-toggle {
    padding-right: 0;
    padding-left: 35px;
}

body[dir="rtl"] .accordion .accordion-toggle::after,
body[dir="rtl"] .accordion-style .accordion-toggle::after {
    right: auto;
    left: 5px;
}

body[dir="rtl"] div.link-list ul,
body[dir="rtl"] ul.link-list {
    padding-right: 0;
    padding-left: 40px;
}

body[dir="rtl"] div.link-list ul li a,
body[dir="rtl"] ul.link-list li a {
    padding-left: 0;
    padding-right: 29px;
}

body[dir="rtl"] div.link-list ul li a::before,
body[dir="rtl"] ul.link-list li a::before {
    margin-left: 0.5625rem;
    margin-right: -29px;
    transform: scale(-1, 1);
    display: inline-block;
}

body[dir="rtl"] div.link-list ul li a.external-link::before,
body[dir="rtl"] ul.link-list li a.external-link::before {
    padding-right: 2px;
}

body[dir="rtl"] .image-gallery .slave .swiper-slide {
    padding-left: 0;
    padding-right: 10px;
}

body[dir="rtl"] .image-gallery .slave .swiper-slide.selected::before {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

body[dir="rtl"] .image-gallery .slave.slave-horizontal .swiper-slide {
    padding: 0;
}

body[dir="rtl"] .image-gallery .slave.slave-horizontal .swiper-slide.selected::before {
    right: calc(50% - 5px);
    transform: none;
}

body[dir="rtl"] .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal .swiper-button-next {
    right: auto;
    left: -25px;
}

body[dir="rtl"] .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal .swiper-button-prev {
    left: auto;
    right: -25px;
}

body[dir="rtl"] .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal .swiper-button-next,
body[dir="rtl"] .image-gallery .swiper-slave-outer-wrapper.swiper-slave-outer-wrapper-horizontal .swiper-button-prev {
    transform: rotate(180deg);
}

body[dir="rtl"] figure.lightbox-trigger picture::after {
    right: auto;
    left: 9px;
}

body[dir="rtl"] .image-map .image-map-wrapper .popover .popover-content .popover-close {
    right: auto;
    left: 5px;
}

body[dir="rtl"] .benefitlist .benefits-wrapper ul li {
    padding-left: 0;
    padding-right: 2rem;
}

body[dir="rtl"] .benefitlist .benefits-wrapper ul li::before {
    margin-right: -2rem;
    margin-left: 10px;
}

body[dir="rtl"] .custom-control {
    padding-left: 0;
    padding-right: 1.5rem;
}

body[dir="rtl"] .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    left: auto;
    right: -21px;
}

body[dir="rtl"] .custom-control-inline {
    margin-right: 0;
    margin-left: 1rem;
}

body[dir="rtl"] .custom-control-inline+.custom-control-inline {
    padding-right: 1.5rem;
}

body[dir="rtl"] .custom-control-label::after {
    left: auto;
    right: -1.5rem;
}

body[dir="rtl"] .custom-control-label::before {
    left: auto;
    right: -1.5rem;
}

body[dir="rtl"] .input-search button {
    right: auto;
    left: 5px;
}

body[dir="rtl"] .icon-tooltip i {
    left: auto;
    right: 150%;
}

body[dir="rtl"] .icon-tooltip i::after {
    right: auto;
    left: 100%;
    transform: rotate(180deg);
}

body[dir="rtl"] .image-slider-wrapper-outer {
    direction: ltr;
}

body[dir="rtl"] .image-slider-wrapper-outer .image-slider-nav .image-slider-prev {
    left: auto;
    right: 0;
}

body[dir="rtl"] .image-slider-wrapper-outer .image-slider-nav .image-slider-prev::before {
    content: "\e906";
}

body[dir="rtl"] .image-slider-wrapper-outer .image-slider-nav .image-slider-next {
    right: auto;
    left: 0;
}

body[dir="rtl"] .image-slider-wrapper-outer .image-slider-nav .image-slider-next::before {
    content: "\e902";
}

body[dir="rtl"] .filter-list li.has-child .arrow::after {
    right: auto;
    left: 2px;
}

body[dir="rtl"] .filter-list li.has-child>.custom-checkbox {
    padding-right: 1.5rem;
}

body[dir="rtl"] .button-close::after {
    padding-left: 0;
    padding-right: 8px;
}

@media (min-width: 576px) {
    body[dir="rtl"] .teaser .swiper-wrapper-outer[data-size="large"] .swiper-slide {
        margin-right: 0;
        margin-left: 30px;
    }
}

@media (min-width: 768px) {
    body[dir="rtl"] .teaser .swiper-wrapper-outer[data-size="medium"] .swiper-slide,
    body[dir="rtl"] .teaser .swiper-wrapper-outer[data-size="small"] .swiper-slide {
        margin-right: 0;
        margin-left: 30px;
    }
}

@media (max-width: 991.98px) {
    body[dir="rtl"] .nav-wrapper nav.container>ul {
        left: auto;
        right: 0;
    }
    body[dir="rtl"] .nav-wrapper nav.container>ul>li>ul,
    body[dir="rtl"] .nav-wrapper nav.container>ul>li>ul>li>ul {
        left: auto;
        right: 100%;
    }
    body[dir="rtl"] .nav-wrapper nav.container ul li.home a::before {
        padding-right: 0;
        padding-left: 10px;
    }
    body[dir="rtl"] .nav-wrapper nav.container ul li.has-children>a {
        padding-right: 0;
        padding-left: 20px;
    }
    body[dir="rtl"] .nav-wrapper nav.container ul li.has-children>a::after {
        padding-right: 0;
        padding-left: 7px;
        right: auto;
        left: 0;
        content: "\e902";
    }
    body[dir="rtl"] .nav-wrapper nav.container ul li.back-link a::before {
        margin-right: 0;
        margin-left: 0.5rem;
        content: "\e906";
    }
    body[dir="rtl"] #main-nav.level-1>ul {
        margin-left: 0;
        margin-right: -100%;
    }
    body[dir="rtl"] #main-nav.level-2>ul {
        margin-left: 0;
        margin-right: -200%;
    }
}

@media (min-width: 992px) {
    body[dir="rtl"] .nav-wrapper nav.container>ul>li.open>ul {
        left: auto;
        right: 0;
    }
    body[dir="rtl"] .nav-wrapper nav.container>ul>li.open>ul li {
        margin-left: 0;
        margin-right: -33%;
    }
    body[dir="rtl"] .nav-wrapper nav.container>ul>li.open>ul.open li.open>ul {
        left: auto;
        right: 33%;
    }
    body[dir="rtl"] .nav-wrapper nav.container>ul>li.open>ul.open li.open>ul>li {
        margin-left: 0;
        margin-right: -100%;
    }
}

@media (min-width: 1200px) {
    body[dir="rtl"] .nav-wrapper nav.container>ul>li.open>ul.open li.open>ul {
        left: auto;
        right: 25%;
    }
}

body[dir="rtl"].theme-light-green #country-selector .countries>li {
    border-right-color: #65ac1e;
}

body[dir="rtl"].theme-dark-green #country-selector .countries>li {
    border-right-color: #00793a;
}

@font-face {
    font-family: var(--swiper-icons-font-family);
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient( to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: var(--swiper-icons-font-family);
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var( --swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var( --swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    --ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

@font-face {
    font-family: "lg";
    src: url(../fonts/vendor_1/lightgallery_1/lg_eot.eot);
    src: url(../fonts/vendor_1/lightgallery_1/lg_eot.eot) format("embedded-opentype"), url(../fonts/vendor_1/lightgallery_1/lg_woff.woff) format("woff"), url(../fonts/vendor_1/lightgallery_1/lg_ttf.ttf) format("truetype"), url(../fonts/vendor_1/lightgallery_1/lg_svg.svg) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.lg-icon {
    font-family: "lg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 8px 6px 10px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e906";
}

.lg-actions .lg-prev {
    left: 20px;
    padding-left: 8px;
    padding-right: 10px;
}

.lg-actions .lg-prev:after {
    content: "\e902";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
    font-size: 0.8125rem;
    line-height: 1.25rem;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1320px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../images/vendor/lightgallery/lg_vimeo_play.png) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../images/vendor/lightgallery/lg_vimeo_play.png) no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../images/vendor/lightgallery/lg_video_play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../images/vendor/lightgallery/lg_youtube_play.png) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../images/vendor/lightgallery/lg_youtube_play.png) no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    transition-delay: 0s;
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 5px, 0);
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0px;
}

.lg-outer .lg-dropdown>li:hover a,
.lg-outer .lg-dropdown>li:hover .lg-icon {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Roboto Regular", Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url(../images/loading.gif) no-repeat scroll center center transparent;
    display: none !important;
    background-image: url(../images/loading.gif);
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.96);
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-actions .lg-prev:after,
.lg-actions .lg-next:before {
    font-family: "BASF_Icons", sans-serif;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
}

.lg-sub-html .title {
    font-family: "Roboto Bold", sans-serif;
}

@media print {
    @page {
        margin-top: 1.5cm;
        margin-bottom: 1.5cm;
    }
    body {
        font: 13pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
        background: #fff;
        color: #000;
        margin: 20px;
        padding: 20px;
    }
    .logo-screen,
    #site-search,
    #cookie-law,
    .meta-navigation,
    #country-selector,
    .stage,
    .page-label-wrapper,
    .nav-wrapper,
    #breadcrumb-wrapper,
    footer .footer-print,
    footer .footer-content,
    footer .footer-disclaimer,
    .quick-search {
        display: none;
    }
    .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,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .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,
    .col-md-auto,
    .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,
    .col-lg-auto,
    .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,
    .col-xl-auto,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl,
    .col-xxl-auto {
        max-width: none;
        width: 100%;
        flex: 0 0 100%;
    }
    .container,
    .container-fluid {
        padding: 0;
    }
    .back-to-top.show {
        visibility: hidden;
    }
    input[type="radio"],
    button,
    .button {
        display: none;
    }
    .content-module+.content-module,
    .content-module+script+.content-module {
        margin-top: 1rem;
    }
    .teaser .show-more {
        display: none;
    }
    .teaser .teaser-content a {
        display: none;
    }
    .teaser .teaser-content p,
    .teaser-list .teaser-content p,
    .link-teaser .teaser-content p {
        max-height: none;
    }
    .navigation,
    .swiper-button-prev,
    .swiper-pagination,
    .swiper-button-next,
    .swiper-slave-outer-wrapper {
        display: none !important;
    }
    .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        transform: none !important;
        height: auto !important;
    }
    .swiper-wrapper .swiper-slide {
        margin: 0 !important;
        flex-basis: 33%;
        padding: 20px;
    }
    .swiper-wrapper figure .swiper-slide {
        width: 100% !important;
    }
    .slides-count-2 .swiper-slide,
    .slides-count-4 .swiper-slide,
    .slides-count-6 .swiper-slide,
    .slides-count-8 .swiper-slide,
    .slides-count-10 .swiper-slide,
    .slides-count-12 .swiper-slide {
        flex-basis: 50%;
    }
    .image-gallery .slave .swiper-slide img {
        border: none !important;
    }
    .selected:before {
        display: none;
    }
}

#header.sticky {
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
} 

.sticky .main-navigation-bar {
    margin: 0;
} 

.sticky .panel-wrapper:not(.mobile-design-active) .panel {
    top: 5rem;
    max-height: calc(90vh - 5rem);
    margin: 0;
}

body:has(.main-nav.show), body:has(.service-nav.show) {
   overflow: hidden; 
}

    
.main-nav.show .sub-nav.show{
    display: block;
}

.main-nav .sub-nav, .main-nav.show .sub-nav {
    display: none;
}  


@media (min-width: 1368px) and (max-width: 1458px){
    .mobile-menu:has(+ .mobile-subMenu .sub-nav.show) {
        display: none;
    }
    .panel-mobile .panel-wrapper .panel {
        width: 520px;
        right: 0;
        left: auto;
    }
    .panel-content .mobile-menu,
    .panel-content .mobile-subMenu,
    .panel-content .row .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
   .mobile-design-active.main-nav .weather-info-wrapper,
   .panel-content .row .col-12.offset-3 {
        display: none !important;
    }
    .mobile-design-active.service-nav .bi-arrow-left,
    .mobile-design-active.main-nav .bi-arrow-left,
    .mobile-design-active.service-nav .bi-x-lg,
    .mobile-design-active.main-nav .bi-x-lg,
    .mobile-design-active.service-nav .weather-info-wrapper  {
        display: block !important;
    }
}
 
@media (max-width: 1367px){
    .mobile-menu:has(+ .mobile-subMenu .sub-nav.show) {
        display: none !important;
    }
    .panel-content .mobile-menu,
    .panel-content .mobile-subMenu,
    .panel-content .col-xl-3
     {
        flex: 0 0 100%;
        max-width: 100%;
    }
   
   .mobile-design-active.main-nav .weather-info-wrapper,
   .panel-content .row .col-12.offset-3  {
    display: none !important;
    }
    .mobile-design-active.service-nav .bi-arrow-left,
    .mobile-design-active.main-nav .bi-arrow-left,
    .mobile-design-active.service-nav .bi-x-lg,
    .mobile-design-active.main-nav .bi-x-lg,
    .mobile-design-active.service-nav .weather-info-wrapper  {
        display: block !important;
    }
   
}
 
/** For Footer **/
.accordion-item.open .collapse {
    display: block;
}

/***footer***/
footer .footer-primary-nav-wrapper .footer-primary-nav .open .footer-nav-headline i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
 
 .main-nav-list li.active .fl-link div:hover span {
    background-image: linear-gradient(transparent calc(100% - 2px), #65ac1e 2px) !important;
}
.main-nav-list li.active .fl-link div span {
    background-image: none !important;
}

.theme-light-green .panel-wrapper .panel li .fl-link.active {
    color: #65ac1e;
}
 
@media (hover: hover) {
    .theme-light-green .fl-link.fl-link-span.fl-link-hover-bg.fl-link-secondary.active>div:hover>span {
        background-size: 100% 100%
    }
}
 
 
.fl-link.fl-link-span.fl-link-hover-bg.fl-link-secondary.active>div>span {
    background-image: linear-gradient(transparent calc(100% - 2px), #65ac1e 2px);
}