﻿@charset "UTF-8";
/* Vorwerklayout Specificly */

.fw-normal {
    font-weight: 400;
}

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

.float-left {
    float: left;
}

.position-static {
    position: static;
}

.position-relative {
    position: relative;
}

.inline--flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.justify--between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.toggle-extended-view {
    display: none;
}

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

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

input[type='search'] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'SourceSansRegular', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4b4a4b;
    background-color: #fff;
}

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

a {
    color: #009a3b;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #004e1e;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #b1b2b3;
}

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

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

[role='button'] {
    cursor: pointer;
}

p {
    margin: 0 0 12px;
}

.lead {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}

small,
.small {
    font-size: 75%;
}

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

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

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

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

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

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

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

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

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

.text-muted {
    color: #777777;
}

.text-primary {
    color: #009a3b;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #006727;
}

.text-success {
    color: #b1b2b3;
}

a.text-success:hover,
a.text-success:focus {
    color: #97999a;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #f59e32;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #e9860b;
}

.text-danger {
    color: #db0047;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a80036;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #009a3b;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #006727;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid none;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 12px;
}

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

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

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

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 24px;
}

dt,
dd {
    line-height: 1.5;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: ' ';
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 20px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.5;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

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

pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

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

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

.container:before,
.container:after {
    display: table;
    content: ' ';
}

.container:after {
    clear: both;
}

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

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

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

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

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: ' ';
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;
    content: ' ';
}

.row:after {
    clear: both;
}

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

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .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 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .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 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .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 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

table col[class*='col-'] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*='col-'],
table th[class*='col-'] {
    position: static;
    display: table-cell;
    float: none;
}

caption {
    padding-top: 18px;
    padding-bottom: 18px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 18px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #b1b2b3;
}

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

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

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

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #b1b2b3;
}

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

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ececec;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

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

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #b1b2b3;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type='search'] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='radio'],
input[type='checkbox'] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type='radio'][disabled],
input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='checkbox'].disabled,
fieldset[disabled] input[type='checkbox'] {
    cursor: not-allowed;
}

input[type='file'] {
    display: block;
}

input[type='range'] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.5;
    color: #4b4a4b;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #4b4a4b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b1b2b3;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #b1b2b3;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(177, 178, 179, 0.6);
}

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

.form-control:-ms-input-placeholder {
    color: #b1b2b3;
}

.form-control::-webkit-input-placeholder {
    color: #b1b2b3;
}

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

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

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='date'].form-control,
    input[type='time'].form-control,
    input[type='datetime-local'].form-control,
    input[type='month'].form-control {
        line-height: 44px;
    }
    input[type='date'].input-sm,
    .input-group-sm > input.form-control[type='date'],
    .input-group-sm > input.input-group-addon[type='date'],
    .input-group-sm > .input-group-btn > input.btn[type='date'],
    .input-group-sm input[type='date'],
    input[type='time'].input-sm,
    .input-group-sm > input.form-control[type='time'],
    .input-group-sm > input.input-group-addon[type='time'],
    .input-group-sm > .input-group-btn > input.btn[type='time'],
    .input-group-sm input[type='time'],
    input[type='datetime-local'].input-sm,
    .input-group-sm > input.form-control[type='datetime-local'],
    .input-group-sm > input.input-group-addon[type='datetime-local'],
    .input-group-sm > .input-group-btn > input.btn[type='datetime-local'],
    .input-group-sm input[type='datetime-local'],
    input[type='month'].input-sm,
    .input-group-sm > input.form-control[type='month'],
    .input-group-sm > input.input-group-addon[type='month'],
    .input-group-sm > .input-group-btn > input.btn[type='month'],
    .input-group-sm input[type='month'] {
        line-height: 28px;
    }
    input[type='date'].input-lg,
    .input-group-lg > input.form-control[type='date'],
    .input-group-lg > input.input-group-addon[type='date'],
    .input-group-lg > .input-group-btn > input.btn[type='date'],
    .input-group-lg input[type='date'],
    input[type='time'].input-lg,
    .input-group-lg > input.form-control[type='time'],
    .input-group-lg > input.input-group-addon[type='time'],
    .input-group-lg > .input-group-btn > input.btn[type='time'],
    .input-group-lg input[type='time'],
    input[type='datetime-local'].input-lg,
    .input-group-lg > input.form-control[type='datetime-local'],
    .input-group-lg > input.input-group-addon[type='datetime-local'],
    .input-group-lg > .input-group-btn > input.btn[type='datetime-local'],
    .input-group-lg input[type='datetime-local'],
    input[type='month'].input-lg,
    .input-group-lg > input.form-control[type='month'],
    .input-group-lg > input.input-group-addon[type='month'],
    .input-group-lg > .input-group-btn > input.btn[type='month'],
    .input-group-lg input[type='month'] {
        line-height: 52px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.radio label,
.checkbox label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.form-control-static {
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 28px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 28px;
    line-height: 28px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto;
}

.form-group-sm .form-control {
    height: 28px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 28px;
    line-height: 28px;
}

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

.form-group-sm .form-control-static {
    height: 28px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.4;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 52px;
    padding: 10px 16px;
    font-size: 26px;
    line-height: 1.15;
    border-radius: 0px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 52px;
    line-height: 52px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto;
}

.form-group-lg .form-control {
    height: 52px;
    padding: 10px 16px;
    font-size: 26px;
    line-height: 1.15;
    border-radius: 0px;
}

.form-group-lg select.form-control {
    height: 52px;
    line-height: 52px;
}

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

.form-group-lg .form-control-static {
    height: 52px;
    min-height: 50px;
    padding: 11px 16px;
    font-size: 26px;
    line-height: 1.15;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 55px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 52px;
    height: 52px;
    line-height: 52px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #b1b2b3;
}

.has-success .form-control {
    border-color: #b1b2b3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #97999a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e5e5e5;
}

.has-success .input-group-addon {
    color: #b1b2b3;
    background-color: #dff0d8;
    border-color: #b1b2b3;
}

.has-success .form-control-feedback {
    color: #b1b2b3;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #f59e32;
}

.has-warning .form-control {
    border-color: #f59e32;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #e9860b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #facc93;
}

.has-warning .input-group-addon {
    color: #f59e32;
    background-color: #fcf8e3;
    border-color: #f59e32;
}

.has-warning .form-control-feedback {
    color: #f59e32;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #db0047;
}

.has-error .form-control {
    border-color: #db0047;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #a80036;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff427f;
}

.has-error .input-group-addon {
    color: #db0047;
    background-color: #f2dede;
    border-color: #db0047;
}

.has-error .form-control-feedback {
    color: #db0047;
}

.has-feedback label ~ .form-control-feedback {
    top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #8b898b;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type='radio'],
    .form-inline .checkbox input[type='checkbox'] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 31px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: ' ';
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none;
}

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    background-image: none;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #009a3b;
    border-color: #008131;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #006727;
    border-color: #000100;
}

.btn-primary:hover {
    color: #fff;
    background-color: #006727;
    border-color: #00431a;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006727;
    background-image: none;
    border-color: #00431a;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #00431a;
    border-color: #000100;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #009a3b;
    border-color: #008131;
}

.btn-primary .badge {
    color: #009a3b;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

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

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

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

.btn-link {
    font-weight: 400;
    color: #009a3b;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #004e1e;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 26px;
    line-height: 1.15;
    border-radius: 0px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 3px;
}

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

.btn-block + .btn-block {
    margin-top: 5px;
}

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

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 900;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #009a3b;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #95c11c;
    text-decoration: none;
    background-color: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #009a3b;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 890;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: '';
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

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

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

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: ' ';
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

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

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

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    display: table;
    content: ' ';
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

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

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

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

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*='col-'] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #4b4a4b;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #b1b2b3;
    border-radius: 3px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 26px;
    border-radius: 0px;
}

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

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

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

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

.nav:before,
.nav:after {
    display: table;
    content: ' ';
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li.disabled > a {
    color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #009a3b;
}

.nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

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

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #009a3b;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #009a3b;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0px 0px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

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

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

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

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

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    display: table;
    content: ' ';
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: ' ';
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: ' ';
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

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

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 13px 0;
    font-size: 26px;
    line-height: 24px;
}

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

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 6.5px 0;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

.navbar-form {
    padding: 10px 0;
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 3px;
    margin-bottom: 3px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type='radio'],
    .navbar-form .checkbox input[type='checkbox'] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 3px;
    margin-bottom: 3px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
    margin-top: 11px;
    margin-bottom: 11px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 13px;
    margin-bottom: 13px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: 0;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #fff;
    border-color: #eeeeee;
}

.navbar-default .navbar-brand {
    color: #113c2b;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #06140f;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #113c2b;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #009a3b;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #009a3b;
    background-color: #eeeeee;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #009a3b;
    background-color: #eeeeee;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #113c2b;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #009a3b;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #009a3b;
        background-color: #eeeeee;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-toggle {
    border-color: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #eeeeee;
}

.navbar-default .navbar-link {
    color: #113c2b;
}

.navbar-default .navbar-link:hover {
    color: #009a3b;
}

.navbar-default .btn-link {
    color: #113c2b;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #009a3b;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 24px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: '/ ';
}

.breadcrumb > .active {
    color: #777777;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

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

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

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #009a3b;
    border-color: #009a3b;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #67ffa1;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item-success {
    color: #b1b2b3;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #b1b2b3;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #b1b2b3;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #b1b2b3;
    border-color: #b1b2b3;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #f59e32;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #f59e32;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #f59e32;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #f59e32;
    border-color: #f59e32;
}

.list-group-item-danger {
    color: #db0047;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #db0047;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #db0047;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #db0047;
    border-color: #db0047;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

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

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

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

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
    display: table;
    content: ' ';
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: ' ';
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

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

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-tooltip {
    cursor: pointer;
}

.modal-tooltip.tooltip-style {
    background: #222d67;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 0.75em;
    line-height: 14px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 300ms;
    height: 18px;
    width: 18px;
}

.modal-tooltip.tooltip-style:hover {
    background: #fff;
    box-shadow: 0 0 1px #222d67;
    color: #222d67;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'SourceSansRegular', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

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

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'SourceSansRegular', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow:after {
    content: '';
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: ' ';
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: ' ';
    border-right-width: 0;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.carousel {
    position: relative;
}

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

.carousel-inner > .item {
    position: relative;
    display: none;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out,
            -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

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

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.header #accordionDump .header__accordion-content:before,
.clearfix:after,
.header #accordionDump .header__accordion-content:after {
    display: table;
    content: ' ';
}

.clearfix:after,
.header #accordionDump .header__accordion-content:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

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

/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
    /*width: 220px\9; IE8 and below*/
    width: 220px \0;
    /*IE9 and below*/
}

.bootstrap-select > .btn {
    width: 100%;
    padding-right: 25px;
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(
        .input-group-btn
    ) {
    width: 220px;
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*='col-']) {
    width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
    float: right;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

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

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

.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*='col-'] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
    color: #64b1d8;
    color: rgba(100, 177, 216, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick
    .dropdown-menu
    li.selected
    a
    span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-top-color: rgba(204, 204, 204, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type='checkbox'] {
    visibility: hidden;
}

.checkbox input[type='checkbox']:checked + label:after {
    font-family: 'FontAwesome';
    content: '\f00c';
}

.checkbox input[type='checkbox']:disabled + label {
    opacity: 0.65;
}

.checkbox input[type='checkbox']:disabled + label:before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label:before {
    border-radius: 50%;
}

.checkbox-primary input[type='checkbox']:checked + label:before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type='checkbox']:checked + label:after {
    color: #fff;
}

.checkbox-danger input[type='checkbox']:checked + label:before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type='checkbox']:checked + label:after {
    color: #fff;
}

.checkbox-info input[type='checkbox']:checked + label:before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type='checkbox']:checked + label:after {
    color: #fff;
}

.checkbox-warning input[type='checkbox']:checked + label:before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type='checkbox']:checked + label:after {
    color: #fff;
}

.checkbox-success input[type='checkbox']:checked + label:before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type='checkbox']:checked + label:after {
    color: #fff;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    transition: border 0.15s ease-in-out;
}

.radio label:after {
    display: inline-block;
    position: absolute;
    content: ' ';
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 0.4s cubic-bezier(0.8, -0.33, 0.2, 1.55);
    transition: transform 0.4s cubic-bezier(0.8, -0.33, 0.2, 1.55);
    transition: transform 0.4s cubic-bezier(0.8, -0.33, 0.2, 1.55),
        -webkit-transform 0.4s cubic-bezier(0.8, -0.33, 0.2, 1.55);
}

.radio input[type='radio'] {
    display: none;
}

.radio input[type='radio']:checked + label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio input[type='radio']:disabled + label {
    opacity: 0.65;
}

.radio input[type='radio']:disabled + label:before {
    cursor: not-allowed;
}

.radio-primary input[type='radio'] + label:after {
    background-color: #428bca;
}

.radio-primary input[type='radio']:checked + label:before {
    border-color: #428bca;
}

.radio-primary input[type='radio']:checked + label:after {
    background-color: #428bca;
}

.radio-danger input[type='radio'] + label:after {
    background-color: #d9534f;
}

.radio-danger input[type='radio']:checked + label:before {
    border-color: #d9534f;
}

.radio-danger input[type='radio']:checked + label:after {
    background-color: #d9534f;
}

.radio-info input[type='radio'] + label:after {
    background-color: #5bc0de;
}

.radio-info input[type='radio']:checked + label:before {
    border-color: #5bc0de;
}

.radio-info input[type='radio']:checked + label:after {
    background-color: #5bc0de;
}

.radio-warning input[type='radio'] + label:after {
    background-color: #f0ad4e;
}

.radio-warning input[type='radio']:checked + label:before {
    border-color: #f0ad4e;
}

.radio-warning input[type='radio']:checked + label:after {
    background-color: #f0ad4e;
}

.radio-success input[type='radio'] + label:after {
    background-color: #5cb85c;
}

.radio-success input[type='radio']:checked + label:before {
    border-color: #5cb85c;
}

.radio-success input[type='radio']:checked + label:after {
    background-color: #5cb85c;
}

.fancybox-enabled {
    overflow: hidden;
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
    z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px;
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background 0.25s;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.6) 80%,
        rgba(0, 0, 0, 0.8) 100%
    );
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}

/* Buttons */
.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none;
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
}

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
    opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
}

.fancybox-button--right {
    border-bottom-right-radius: 5px;
}

/* Navigation arrows */
.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity 0.25s;
}

.fancybox-arrow--right {
    right: 0;
}

.fancybox-show-nav .fancybox-arrow {
    opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: 0.3;
}

/* Loading indicator */
.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0;
    }
    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important;
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent;
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
    display: none;
}

.fancybox-button--thumbs {
    display: none;
}

@media all and (min-width: 800px) {
    .fancybox-button--thumbs {
        display: inline-block;
    }
    .fancybox-button--thumbs span {
        font-size: 23px;
    }
    .fancybox-button--thumbs::before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset,
            -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    }
    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995;
    }
    .fancybox-show-thumbs .fancybox-thumbs {
        display: block;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 220px;
    }
    .fancybox-thumbs > ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0;
    }
    .fancybox-thumbs > ul > li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box;
    }
    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, 0.1);
    }
    .fancybox-thumbs > ul > li > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .fancybox-thumbs > ul > li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        opacity: 1;
    }
}

.fancybox-next span {
    left: auto;
    right: 20px;
}

.fancybox-prev span {
    left: 20px;
}

.fancybox-title h3 {
    color: #113c2b;
}

.fancybox-description {
    margin-top: 10px;
}

.fancybox-button--close {
    background: url("") no-repeat;
    width: 20px;
    height: 20px;
    top: 24px;
    right: 24px;
}

.fancybox-button--close:hover {
    background-position: -20px 0;
}

.fancybox-arrow {
    background: url("") no-repeat;
    width: 40px;
    height: 60px;
    visibility: visible;
    cursor: pointer;
    margin-top: -30px;
}

.fancybox-arrow.fancybox-arrow--right {
    right: 60px;
    background-position: -50px 0;
}

.fancybox-arrow.fancybox-arrow--right:hover:not([disabled]) {
    background-position: -50px -80px;
}

.fancybox-arrow.fancybox-arrow--left {
    left: 60px;
}

.fancybox-arrow.fancybox-arrow--left:hover:not([disabled]) {
    background-position: 0 -80px;
}

@media (max-width: 767px) {
    .fancybox-arrow.fancybox-arrow--left {
        left: 15px;
    }
    .fancybox-arrow.fancybox-arrow--right {
        right: 15px;
    }
}

.fancybox-hidden-elements {
    display: none;
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

@-webkit-keyframes plyr-popup {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes plyr-popup {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes plyr-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica,
        Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow 0.3s ease;
}

.plyr audio,
.plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%;
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto;
}

.plyr:focus {
    outline: 0;
}

.plyr--full-ui {
    box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
    box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.plyr__badge {
    background: #4a5764;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
}

.plyr__captions {
    -webkit-animation: plyr-fade-in 0.3s ease;
    animation: plyr-fade-in 0.3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    width: 100%;
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
    display: inline;
}

.plyr__captions span:empty {
    display: none;
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
    }
}

.plyr--captions-active .plyr__captions {
    display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all 0.3s ease;
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px;
}

.plyr__control:focus {
    outline: 0;
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
    outline: 0;
}

a.plyr__control {
    text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
    display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded='true'] {
    background: #00b3ff;
    color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded='true'] {
    background: #00b3ff;
    color: #fff;
}

.plyr__control--overlaid {
    background: rgba(0, 179, 255, 0.8);
    border: 0;
    border-radius: 100%;
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
}

.plyr--full-ui ::-webkit-media-controls {
    display: none;
}

.plyr__controls {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

.plyr__controls .plyr__progress__container {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
    padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
    padding-right: 0;
}

.plyr__controls:empty {
    display: none;
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4a5764;
    padding: 10px;
}

.plyr--video .plyr__controls {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out,
        -webkit-transform 0.4s ease-in-out;
    z-index: 3;
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px;
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.plyr [data-plyr='airplay'],
.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'],
.plyr [data-plyr='pip'] {
    display: none;
}

.plyr--airplay-supported [data-plyr='airplay'],
.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'],
.plyr--pip-supported [data-plyr='pip'] {
    display: inline-block;
}

.plyr__menu {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.plyr__menu .plyr__control svg {
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded='true'] svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
    display: none;
}

.plyr__menu__container {
    -webkit-animation: plyr-popup 0.2s ease;
    animation: plyr-popup 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4a5764;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3;
}

.plyr__menu__container > div {
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
    content: '';
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0;
}

.plyr__menu__container [role='menu'] {
    padding: 7px;
}

.plyr__menu__container [role='menuitem'],
.plyr__menu__container [role='menuitemradio'] {
    margin-top: 2px;
}

.plyr__menu__container [role='menuitem']:first-child,
.plyr__menu__container [role='menuitemradio']:first-child {
    margin-top: 0;
}

.plyr__menu__container .plyr__control {
    -ms-flex-align: center;
    align-items: center;
    color: #4a5764;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.plyr__menu__container .plyr__control > span {
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
    border-left-color: rgba(74, 87, 100, 0.8);
    right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
    border-right-color: rgba(74, 87, 100, 0.8);
    left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
    background: #c1c9d1;
    box-shadow: 0 1px 0 #fff;
    content: '';
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role='menuitemradio'] {
    padding-left: 7px;
}

.plyr__menu__container .plyr__control[role='menuitemradio']::after,
.plyr__menu__container .plyr__control[role='menuitemradio']::before {
    border-radius: 100%;
}

.plyr__menu__container .plyr__control[role='menuitemradio']::before {
    background: rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    transition: all 0.3s ease;
    width: 16px;
}

.plyr__menu__container .plyr__control[role='menuitemradio']::after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    width: 6px;
}

.plyr__menu__container
    .plyr__control[role='menuitemradio'][aria-checked='true']::before {
    background: #00b3ff;
}

.plyr__menu__container
    .plyr__control[role='menuitemradio'][aria-checked='true']::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.plyr__menu__container
    .plyr__control[role='menuitemradio'].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
    background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none;
}

.plyr--full-ui input[type='range'] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    color: #00b3ff;
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow 0.3s ease;
    width: 100%;
}

.plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(
        to right,
        currentColor var(--value, 0),
        transparent var(--value, 0)
    );
}

.plyr--full-ui input[type='range']::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    height: 13px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    -webkit-appearance: none;
    margin-top: -4px;
}

.plyr--full-ui input[type='range']::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -moz-user-select: none;
    user-select: none;
}

.plyr--full-ui input[type='range']::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    height: 13px;
    position: relative;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
}

.plyr--full-ui input[type='range']::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px;
}

.plyr--full-ui input[type='range']::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
}

.plyr--full-ui input[type='range']::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none;
}

.plyr--full-ui input[type='range']::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor;
}

.plyr--full-ui input[type='range']::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    height: 13px;
    position: relative;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    margin-top: 0;
}

.plyr--full-ui input[type='range']::-ms-tooltip {
    display: none;
}

.plyr--full-ui input[type='range']:focus {
    outline: 0;
}

.plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0;
}

.plyr--full-ui
    input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
    outline: 0;
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
    outline: 0;
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
    outline: 0;
}

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
        0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
        0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
        0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
    background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
    background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
    background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
        0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
        0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
        0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease;
    width: 100%;
    z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
}

.plyr__time {
    font-size: 14px;
}

.plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px;
}

@media (max-width: 767px) {
    .plyr__time + .plyr__time {
        display: none;
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4a5764;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%, 10px) scale(0.8);
    transform: translate(-50%, 10px) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease,
        -webkit-transform 0.2s 0.1s ease;
    white-space: nowrap;
    z-index: 2;
}

.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls
    > .plyr__control:first-child
    + .plyr__control
    .plyr__tooltip::before {
    left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls
    > .plyr__control:first-child
    + .plyr__control
    .plyr__tooltip--visible,
.plyr__controls
    > .plyr__control:first-child
    + .plyr__control.plyr__tab-focus
    .plyr__tooltip,
.plyr__controls
    > .plyr__control:first-child
    + .plyr__control:hover
    .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.plyr--video {
    background: #000;
    overflow: hidden;
}

.plyr--video.plyr--menu-open {
    overflow: visible;
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -webkit-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%);
}

.plyr__progress {
    left: 6.5px;
    margin-right: 13px;
    position: relative;
}

.plyr__progress input[type='range'],
.plyr__progress__buffer {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px);
}

.plyr__progress input[type='range'] {
    position: relative;
    z-index: 2;
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0;
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    padding: 0;
    position: absolute;
    top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    -moz-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(
        -45deg,
        rgba(35, 41, 47, 0.6) 25%,
        transparent 25%,
        transparent 50%,
        rgba(35, 41, 47, 0.6) 50%,
        rgba(35, 41, 47, 0.6) 75%,
        transparent 75%,
        transparent
    );
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.plyr__volume input[type='range'] {
    margin-left: 5px;
    position: relative;
    z-index: 2;
}

@media (min-width: 480px) {
    .plyr__volume {
        max-width: 90px;
    }
}

@media (min-width: 768px) {
    .plyr__volume {
        max-width: 110px;
    }
}

.plyr--is-ios .plyr__volume {
    display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr='mute'] {
    display: none !important;
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-webkit-full-screen video {
    height: 100%;
}

.plyr:-ms-fullscreen video {
    height: 100%;
}

.plyr:fullscreen video {
    height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-webkit-full-screen video {
    height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-moz-full-screen video {
    height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-ms-fullscreen video {
    height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000;
}

.plyr--fullscreen-fallback video {
    height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%;
}

.plyr__ads::after {
    background: rgba(35, 41, 47, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3;
}

.plyr__ads::after:empty {
    display: none;
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    left: 0;
    margin: -2.5px 0 0;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3;
}

.plyr__preview-thumb {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease,
        -webkit-transform 0.2s 0.1s ease;
    z-index: 2;
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}

.plyr__preview-thumb__image-container {
    background: #c1c9d1;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3;
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;
}

.plyr__preview-scrubbing {
    bottom: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1;
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}

.plyr--no-transition {
    transition: none !important;
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.plyr [hidden] {
    display: none !important;
}

body[data-aos-duration='50'] [data-aos],
[data-aos][data-aos][data-aos-duration='50'] {
    transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos],
[data-aos][data-aos][data-aos-delay='50'] {
    transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos],
[data-aos][data-aos][data-aos-duration='100'] {
    transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos],
[data-aos][data-aos][data-aos-delay='100'] {
    transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos],
[data-aos][data-aos][data-aos-duration='150'] {
    transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos],
[data-aos][data-aos][data-aos-delay='150'] {
    transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos],
[data-aos][data-aos][data-aos-duration='200'] {
    transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos],
[data-aos][data-aos][data-aos-delay='200'] {
    transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos],
[data-aos][data-aos][data-aos-duration='250'] {
    transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos],
[data-aos][data-aos][data-aos-delay='250'] {
    transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos],
[data-aos][data-aos][data-aos-duration='300'] {
    transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos],
[data-aos][data-aos][data-aos-delay='300'] {
    transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos],
[data-aos][data-aos][data-aos-duration='350'] {
    transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos],
[data-aos][data-aos][data-aos-delay='350'] {
    transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos],
[data-aos][data-aos][data-aos-duration='400'] {
    transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos],
[data-aos][data-aos][data-aos-delay='400'] {
    transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos],
[data-aos][data-aos][data-aos-duration='450'] {
    transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos],
[data-aos][data-aos][data-aos-delay='450'] {
    transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos],
[data-aos][data-aos][data-aos-duration='500'] {
    transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos],
[data-aos][data-aos][data-aos-delay='500'] {
    transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos],
[data-aos][data-aos][data-aos-duration='550'] {
    transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos],
[data-aos][data-aos][data-aos-delay='550'] {
    transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos],
[data-aos][data-aos][data-aos-duration='600'] {
    transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos],
[data-aos][data-aos][data-aos-delay='600'] {
    transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos],
[data-aos][data-aos][data-aos-duration='650'] {
    transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos],
[data-aos][data-aos][data-aos-delay='650'] {
    transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos],
[data-aos][data-aos][data-aos-duration='700'] {
    transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos],
[data-aos][data-aos][data-aos-delay='700'] {
    transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos],
[data-aos][data-aos][data-aos-duration='750'] {
    transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos],
[data-aos][data-aos][data-aos-delay='750'] {
    transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos],
[data-aos][data-aos][data-aos-duration='800'] {
    transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos],
[data-aos][data-aos][data-aos-delay='800'] {
    transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos],
[data-aos][data-aos][data-aos-duration='850'] {
    transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos],
[data-aos][data-aos][data-aos-delay='850'] {
    transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos],
[data-aos][data-aos][data-aos-duration='900'] {
    transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos],
[data-aos][data-aos][data-aos-delay='900'] {
    transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos],
[data-aos][data-aos][data-aos-duration='950'] {
    transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos],
[data-aos][data-aos][data-aos-delay='950'] {
    transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos],
[data-aos][data-aos][data-aos-duration='1000'] {
    transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos],
[data-aos][data-aos][data-aos-delay='1000'] {
    transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos],
[data-aos][data-aos][data-aos-duration='1050'] {
    transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos],
[data-aos][data-aos][data-aos-delay='1050'] {
    transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos],
[data-aos][data-aos][data-aos-duration='1100'] {
    transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos],
[data-aos][data-aos][data-aos-delay='1100'] {
    transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos],
[data-aos][data-aos][data-aos-duration='1150'] {
    transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos],
[data-aos][data-aos][data-aos-delay='1150'] {
    transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos],
[data-aos][data-aos][data-aos-duration='1200'] {
    transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos],
[data-aos][data-aos][data-aos-delay='1200'] {
    transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos],
[data-aos][data-aos][data-aos-duration='1250'] {
    transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos],
[data-aos][data-aos][data-aos-delay='1250'] {
    transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos],
[data-aos][data-aos][data-aos-duration='1300'] {
    transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos],
[data-aos][data-aos][data-aos-delay='1300'] {
    transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos],
[data-aos][data-aos][data-aos-duration='1350'] {
    transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos],
[data-aos][data-aos][data-aos-delay='1350'] {
    transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos],
[data-aos][data-aos][data-aos-duration='1400'] {
    transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos],
[data-aos][data-aos][data-aos-delay='1400'] {
    transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos],
[data-aos][data-aos][data-aos-duration='1450'] {
    transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos],
[data-aos][data-aos][data-aos-delay='1450'] {
    transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos],
[data-aos][data-aos][data-aos-duration='1500'] {
    transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos],
[data-aos][data-aos][data-aos-delay='1500'] {
    transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos],
[data-aos][data-aos][data-aos-duration='1550'] {
    transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos],
[data-aos][data-aos][data-aos-delay='1550'] {
    transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos],
[data-aos][data-aos][data-aos-duration='1600'] {
    transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos],
[data-aos][data-aos][data-aos-delay='1600'] {
    transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos],
[data-aos][data-aos][data-aos-duration='1650'] {
    transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos],
[data-aos][data-aos][data-aos-delay='1650'] {
    transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos],
[data-aos][data-aos][data-aos-duration='1700'] {
    transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos],
[data-aos][data-aos][data-aos-delay='1700'] {
    transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos],
[data-aos][data-aos][data-aos-duration='1750'] {
    transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos],
[data-aos][data-aos][data-aos-delay='1750'] {
    transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos],
[data-aos][data-aos][data-aos-duration='1800'] {
    transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos],
[data-aos][data-aos][data-aos-delay='1800'] {
    transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos],
[data-aos][data-aos][data-aos-duration='1850'] {
    transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos],
[data-aos][data-aos][data-aos-delay='1850'] {
    transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos],
[data-aos][data-aos][data-aos-duration='1900'] {
    transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos],
[data-aos][data-aos][data-aos-delay='1900'] {
    transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos],
[data-aos][data-aos][data-aos-duration='1950'] {
    transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos],
[data-aos][data-aos][data-aos-delay='1950'] {
    transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos],
[data-aos][data-aos][data-aos-duration='2000'] {
    transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos],
[data-aos][data-aos][data-aos-delay='2000'] {
    transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos],
[data-aos][data-aos][data-aos-duration='2050'] {
    transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos],
[data-aos][data-aos][data-aos-delay='2050'] {
    transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos],
[data-aos][data-aos][data-aos-duration='2100'] {
    transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos],
[data-aos][data-aos][data-aos-delay='2100'] {
    transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos],
[data-aos][data-aos][data-aos-duration='2150'] {
    transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos],
[data-aos][data-aos][data-aos-delay='2150'] {
    transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos],
[data-aos][data-aos][data-aos-duration='2200'] {
    transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos],
[data-aos][data-aos][data-aos-delay='2200'] {
    transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos],
[data-aos][data-aos][data-aos-duration='2250'] {
    transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos],
[data-aos][data-aos][data-aos-delay='2250'] {
    transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos],
[data-aos][data-aos][data-aos-duration='2300'] {
    transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos],
[data-aos][data-aos][data-aos-delay='2300'] {
    transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos],
[data-aos][data-aos][data-aos-duration='2350'] {
    transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos],
[data-aos][data-aos][data-aos-delay='2350'] {
    transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos],
[data-aos][data-aos][data-aos-duration='2400'] {
    transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos],
[data-aos][data-aos][data-aos-delay='2400'] {
    transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos],
[data-aos][data-aos][data-aos-duration='2450'] {
    transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos],
[data-aos][data-aos][data-aos-delay='2450'] {
    transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos],
[data-aos][data-aos][data-aos-duration='2500'] {
    transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos],
[data-aos][data-aos][data-aos-delay='2500'] {
    transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos],
[data-aos][data-aos][data-aos-duration='2550'] {
    transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos],
[data-aos][data-aos][data-aos-delay='2550'] {
    transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos],
[data-aos][data-aos][data-aos-duration='2600'] {
    transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos],
[data-aos][data-aos][data-aos-delay='2600'] {
    transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos],
[data-aos][data-aos][data-aos-duration='2650'] {
    transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos],
[data-aos][data-aos][data-aos-delay='2650'] {
    transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos],
[data-aos][data-aos][data-aos-duration='2700'] {
    transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos],
[data-aos][data-aos][data-aos-delay='2700'] {
    transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos],
[data-aos][data-aos][data-aos-duration='2750'] {
    transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos],
[data-aos][data-aos][data-aos-delay='2750'] {
    transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos],
[data-aos][data-aos][data-aos-duration='2800'] {
    transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos],
[data-aos][data-aos][data-aos-delay='2800'] {
    transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos],
[data-aos][data-aos][data-aos-duration='2850'] {
    transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos],
[data-aos][data-aos][data-aos-delay='2850'] {
    transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos],
[data-aos][data-aos][data-aos-duration='2900'] {
    transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos],
[data-aos][data-aos][data-aos-delay='2900'] {
    transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos],
[data-aos][data-aos][data-aos-duration='2950'] {
    transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos],
[data-aos][data-aos][data-aos-delay='2950'] {
    transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos],
[data-aos][data-aos][data-aos-duration='3000'] {
    transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos],
[data-aos][data-aos][data-aos-delay='3000'] {
    transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms;
}

body[data-aos-easing='linear'] [data-aos],
[data-aos][data-aos][data-aos-easing='linear'] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing='ease'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease'] {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing='ease-in'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-in'] {
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing='ease-out'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-out'] {
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing='ease-in-out'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-in-out'] {
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing='ease-in-back'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-in-back'] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing='ease-out-back'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-out-back'] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing='ease-in-out-back'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-in-out-back'] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing='ease-in-sine'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-in-sine'] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing='ease-out-sine'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-out-sine'] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing='ease-in-out-sine'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-in-out-sine'] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing='ease-in-quad'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-in-quad'] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing='ease-out-quad'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-out-quad'] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing='ease-in-out-quad'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-in-out-quad'] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing='ease-in-cubic'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-in-cubic'] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing='ease-out-cubic'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-out-cubic'] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing='ease-in-out-cubic'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-in-out-cubic'] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing='ease-in-quart'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-in-quart'] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing='ease-out-quart'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-out-quart'] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing='ease-in-out-quart'] [data-aos],
[data-aos][data-aos][data-aos-easing='ease-in-out-quart'] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[data-aos='fade-up'] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}

[data-aos='fade-down'] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

[data-aos='fade-right'] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}

[data-aos='fade-left'] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

[data-aos='fade-up-right'] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
}

[data-aos='fade-up-left'] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
}

[data-aos='fade-down-right'] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
}

[data-aos='fade-down-left'] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

[data-aos='zoom-in'] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos='zoom-in-down'] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos='zoom-in-right'] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos='zoom-out'] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos='zoom-out-right'] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[data-aos='slide-up'] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

[data-aos='slide-right'] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

[data-aos='slide-left'] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

[data-aos='flip-left'] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*! nouislider - 14.0.1 - 6/21/2019 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}

.noUi-connect {
    height: 100%;
    width: 100%;
}

.noUi-origin {
    height: 10%;
    width: 10%;
}

html:not([dir='rtl']) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3fb8af;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
    content: '';
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

/* Custom AOS Animations */
/* Fade Up Animation for smaller Desktop */
@media screen and (max-width: 1199px) {
    [data-lgs-aos='fade-up'] {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
}

/* Lazy loading animation */
.lazy {
    opacity: 0;
    min-height: 1px;
    min-width: 1px;
}

.lazy.loaded {
    opacity: 1;
    transition: opacity 300ms;
}

img.lazy:not([src]) {
    visibility: hidden;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}

*:focus {
    outline: none !important;
}

html,
body {
    min-width: 320px;
    height: 100%;
}

body {
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 65px;
}

@media screen and (min-width: 1200px) {
    body {
        padding-top: 111px;
    }
}

.grid:before {
    content: '';
    display: block;
    background: linear-gradient(
        to right,
        transparent calc(0% + 0px),
        transparent calc(0% + 15px),
        rgba(0, 154, 59, 0.15) calc(0% + 15px),
        rgba(0, 154, 59, 0.15) calc(8.3333333333% - 15px),
        transparent calc(8.3333333333% - 15px),
        transparent calc(8.3333333333%),
        transparent calc(8.3333333333% + 0px),
        transparent calc(8.3333333333% + 15px),
        rgba(0, 154, 59, 0.15) calc(8.3333333333% + 15px),
        rgba(0, 154, 59, 0.15) calc(16.6666666667% - 15px),
        transparent calc(16.6666666667% - 15px),
        transparent calc(16.6666666667%),
        transparent calc(16.6666666667% + 0px),
        transparent calc(16.6666666667% + 15px),
        rgba(0, 154, 59, 0.15) calc(16.6666666667% + 15px),
        rgba(0, 154, 59, 0.15) calc(25% - 15px),
        transparent calc(25% - 15px),
        transparent calc(25%),
        transparent calc(25% + 0px),
        transparent calc(25% + 15px),
        rgba(0, 154, 59, 0.15) calc(25% + 15px),
        rgba(0, 154, 59, 0.15) calc(33.3333333333% - 15px),
        transparent calc(33.3333333333% - 15px),
        transparent calc(33.3333333333%),
        transparent calc(33.3333333333% + 0px),
        transparent calc(33.3333333333% + 15px),
        rgba(0, 154, 59, 0.15) calc(33.3333333333% + 15px),
        rgba(0, 154, 59, 0.15) calc(41.6666666667% - 15px),
        transparent calc(41.6666666667% - 15px),
        transparent calc(41.6666666667%),
        transparent calc(41.6666666667% + 0px),
        transparent calc(41.6666666667% + 15px),
        rgba(0, 154, 59, 0.15) calc(41.6666666667% + 15px),
        rgba(0, 154, 59, 0.15) calc(50% - 15px),
        transparent calc(50% - 15px),
        transparent calc(50%),
        transparent calc(50% + 0px),
        transparent calc(50% + 15px),
        rgba(0, 154, 59, 0.15) calc(50% + 15px),
        rgba(0, 154, 59, 0.15) calc(58.3333333333% - 15px),
        transparent calc(58.3333333333% - 15px),
        transparent calc(58.3333333333%),
        transparent calc(58.3333333333% + 0px),
        transparent calc(58.3333333333% + 15px),
        rgba(0, 154, 59, 0.15) calc(58.3333333333% + 15px),
        rgba(0, 154, 59, 0.15) calc(66.6666666667% - 15px),
        transparent calc(66.6666666667% - 15px),
        transparent calc(66.6666666667%),
        transparent calc(66.6666666667% + 0px),
        transparent calc(66.6666666667% + 15px),
        rgba(0, 154, 59, 0.15) calc(66.6666666667% + 15px),
        rgba(0, 154, 59, 0.15) calc(75% - 15px),
        transparent calc(75% - 15px),
        transparent calc(75%),
        transparent calc(75% + 0px),
        transparent calc(75% + 15px),
        rgba(0, 154, 59, 0.15) calc(75% + 15px),
        rgba(0, 154, 59, 0.15) calc(83.3333333333% - 15px),
        transparent calc(83.3333333333% - 15px),
        transparent calc(83.3333333333%),
        transparent calc(83.3333333333% + 0px),
        transparent calc(83.3333333333% + 15px),
        rgba(0, 154, 59, 0.15) calc(83.3333333333% + 15px),
        rgba(0, 154, 59, 0.15) calc(91.6666666667% - 15px),
        transparent calc(91.6666666667% - 15px),
        transparent calc(91.6666666667%),
        transparent calc(91.6666666667% + 0px),
        transparent calc(91.6666666667% + 15px),
        rgba(0, 154, 59, 0.15) calc(91.6666666667% + 15px),
        rgba(0, 154, 59, 0.15) calc(100% - 15px),
        transparent calc(100% - 15px),
        transparent calc(100%)
    );
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}

@media screen and (min-width: 768px) {
    .grid:before {
        left: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .grid:before {
        width: 1170px;
        margin-left: -585px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .grid:before {
        width: 990px;
        margin-left: -495px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .grid:before {
        width: 750px;
        margin-left: -375px;
    }
}

.grid.front:before {
    z-index: 999999;
}

.position-static {
    position: static;
}

.position-relative {
    position: relative;
}

.menu-modal {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 25;
    top: 0;
    left: 0;
}

#wrapper-content-area {
    padding-top: 30px;
}

figure {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

figure img {
    width: 100%;
    margin-bottom: 0;
    height: auto;
}

section + section {
    margin-top: 40px;
}

.text-anchor {
    display: block;
}

.centered {
    display: block;
    text-align: center;
}

.touch .hidden-touch {
    display: none;
}

.modal-backdrop {
    z-index: 2040;
}

.modal {
    z-index: 2050;
}

.container {
    max-width: none;
    padding: 0 15px;
    margin: 0 auto;
}

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

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

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

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

.container .break-out {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 992px) {
    .container .break-out--md {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
}

.tracking-debug-box {
    position: fixed;
    top: 3px;
    left: 3px;
    z-index: 99999;
    font-size: 9px;
    padding: 1px 3px;
    background: #ff3d2e;
    color: #fff;
}

/* content */
.background--dark {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #4b4a4b;
}

.background--dark
    *:not(a):not(.text--highlighted):not(.text--error):not(.text--disabled):not(
        .button
    ) {
    color: #fff;
}

.button {
    display: inline-block;
    padding: 12px 24px;
    background: #009a3b;
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    line-height: 25px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    min-width: 125px;
    max-width: 250px;
    border: none;
    border-radius: 12px 0 12px 12px;
    transition: background-color 0.3s ease;
    margin-bottom: 24px;
}

.button + .button {
    margin-left: 24px;
}

.button:hover,
.button:focus {
    text-decoration: none;
    background-color: #006e2c;
    color: #fff;
}

.button:active {
    background-color: #113c2b;
}

.button--disabled {
    background-color: #b1b2b3;
    cursor: not-allowed;
}

.button--disabled:hover,
.button--disabled:focus,
.button--disabled:active {
    background-color: #b1b2b3;
}

.button--full-width {
    width: 80%;
    max-width: none;
    margin: 0;
}

.button--outline {
    background: #fff;
    border: 1px solid #009a3b;
    color: #009a3b;
}

.button--outline:hover,
.button--outline:focus {
    background: #fff;
    border-color: #006e2c;
    color: #006e2c;
}

.button--outline:active {
    background: #fff;
    border-color: #113c2b;
    color: #113c2b;
}

.button--outline.button--disabled {
    border-color: #b1b2b3;
    color: #b1b2b3;
}

.button--transparent {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.button--transparent:hover,
.button--transparent:focus {
    background: transparent;
    border-color: #b1b2b3;
    color: #b1b2b3;
}

.button--transparent:active {
    background: transparent;
}

.button--transparent.button--disabled {
    border-color: #b1b2b3;
    color: #b1b2b3;
}

.button--textlink {
    background: none;
    padding: 0;
    min-width: 0;
    max-width: none;
    color: #009a3b;
    margin-bottom: 15px;
    text-align: left;
}

.button--textlink:hover,
.button--textlink:focus {
    background: none;
    color: #006e2c;
}

.button--textlink:active {
    background: none;
    color: #113c2b;
}

.button--textlink.button--disabled {
    color: #b1b2b3;
}

.button--textlink.secondary {
    color: #95c11c;
}

.button--textlink-white {
    color: #fff;
}

.button--textlink-white:hover,
.button--textlink-white:focus {
    color: #b1b2b3;
}

.button[data-icc]::after {
    font-family: 'vorwerk-cs' !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    content: '';
    font-size: 20px;
    line-height: 10px;
    top: 5px;
    margin-left: 2px;
}

.button[data-icc='chevron-right']::after {
    content: 'Z';
    font-weight: bold;
}

.button[data-icc='cart']::after {
    content: '\65';
    font-weight: normal;
}

.category {
    border-radius: 12.5px;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    line-height: 5px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .category {
        margin-bottom: 20px;
    }
}

.category--0 {
    display: none;
}

.category--1 {
    background: rgba(2, 84, 114, 0.6);
}

.icon--plus {
    float: left;
    padding-right: 13px;
}

.icon--check {
    list-style-type: none;
}

.icon--check:before {
    content: url("");
    margin-left: -37px;
    position: absolute;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.icon--chevron-right:before {
    content: url("");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
}

.icon--chevron-left:before {
    content: url("");
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    margin-right: 8px;
}

.icon--quotation-upper:before {
    content: url("");
}

.icon--quotation-lower:before {
    content: url("");
}

.icon--shoppingcart:before {
    content: url("");
}

.icon--pdf {
    list-style-type: none;
}

.icon--pdf:before {
    content: url("");
    display: inline-block;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    position: relative;
    top: 2px;
}

.icon--cross:before {
    content: url("");
}

.icon--check-dark:before {
    content: url("");
}

.icon--warning:before {
    content: url("");
    margin-bottom: 3px;
    display: block;
    text-align: center;
}

.icon--pen:after {
    content: url("");
    position: absolute;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.icon--trash:after {
    content: url("");
}

.icon {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-indent: -1000px;
    background: transparent
        url("") no-repeat 0 0;
    background-size: 50px;
}

.icon-facebook {
    background-position: 0 0;
    width: 25px;
    height: 25px;
}

.icon-facebook:hover {
    background-position: -25px 0;
}

.icon-youtube {
    background-position: 0 -25px;
    width: 25px;
    height: 25px;
}

.icon-youtube:hover {
    background-position: -25px -25px;
}

.icon-twitter {
    background-position: 0 -100px;
    width: 25px;
    height: 25px;
}

.icon-twitter:hover {
    background-position: -25px -100px;
}

.icon-xing {
    background-position: 0 -125px;
    width: 25px;
    height: 25px;
}

.icon-xing:hover {
    background-position: -25px -125px;
}

.icon-linkedin {
    background-position: 0 -150px;
    width: 25px;
    height: 25px;
}

.icon-linkedin:hover {
    background-position: -25px -150px;
}

.icon-pinterest {
    background-position: 0 -175px;
    width: 25px;
    height: 25px;
}

.icon-pinterest:hover {
    background-position: -25px -175px;
}

.icon-instagram {
    background-position: 0 -200px;
    width: 25px;
    height: 25px;
}

.icon-instagram:hover {
    background-position: -25px -200px;
}

.icon-rezeptwelt {
    background-position: 0 -225px;
    width: 25px;
    height: 25px;
}

.icon-rezeptwelt:hover {
    background-position: -25px -225px;
}

.flag:before,
i.flag {
    width: 20px;
    height: 14px;
}

.flag {
    position: relative;
    padding-left: 28px;
}

.flag:before {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -7px;
    content: '';
    background: transparent url("") no-repeat 0 0;
}

.flag.flag-germany:before {
    background-position: 0 0;
}

.flag.flag-australia:before {
    background-position: 0 -169px;
}

.flag.flag-czechia:before {
    background-position: 0 -338px;
}

.flag.flag-france:before {
    background-position: 0 -507px;
}

.flag.flag-italy:before {
    background-position: 0 -676px;
}

.flag.flag-portugal:before {
    background-position: 0 -845px;
}

.flag.flag-spain:before {
    background-position: 0 -1014px;
}

.flag.flag-poland:before {
    background-position: 0 -1183px;
}

.flag.flag-taiwan:before {
    background-position: 0 -1352px;
}

.flag.flag-unitedkingdom:before {
    background-position: 0 -1521px;
}

.flag.flag-mexico:before {
    background-position: 0 -1690px;
}

.flag.flag-austria:before {
    background-position: 0 -1859px;
}

i.flag {
    display: inline-block;
    padding-left: 0;
}

.social-media-fixed {
    position: fixed;
    right: 0;
    top: calc(50vh - 90px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.social-media-fixed li {
    list-style-type: none;
}

.social-media-fixed [class*='icon-'] {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.social-media-fixed [class*='icon-']:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.icon-button-wrapper {
    position: relative;
    height: 170px;
}

.icon-button-wrapper .combined-shop-advisor {
    position: absolute;
    bottom: 0%;
}

.icon-button-wrapper .combined-shop-advisor::before {
    position: absolute;
    -webkit-transform: translate(-75%, -60%);
    transform: translate(-75%, -60%);
    color: #d3d3d3;
    font-size: 260px;
}

.image--ratio-lg-1-1 img,
.image--ratio-xs-1-1 img,
.image--ratio-lg-21-9 img,
.image--ratio-lg-16-9 img,
.image--ratio-xs-16-9 img,
.image--ratio-lg-4-3 img,
.image--ratio-lg-3-2 img,
.image--ratio-xs-3-2 img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
    .image--ratio-xs-3-2 {
        padding: 66.67% 0 0 0;
    }
    .image--ratio-xs-16-9 {
        padding: 56.25% 0 0 0;
    }
    .image--ratio-xs-1-1 {
        padding: 100% 0 0 0;
    }
    .image--rounded + [class*='__content'] {
        margin-left: 15px;
        margin-right: 15px;
    }
    .image--left [class*='__content'],
    .image--right [class*='__content'] {
        margin-top: -30px;
    }
}

@media screen and (min-width: 1200px) {
    .image--ratio-lg-21-9 {
        padding: 42.86% 0 0 0;
    }
    .image--ratio-lg-16-9 {
        padding: 56.25% 0 0 0;
    }
    .image--ratio-lg-4-3 {
        padding: 75% 0 0 0;
    }
    .image--ratio-lg-3-2 {
        padding: 66.67% 0 0 0;
    }
    .image--ratio-lg-1-1 {
        padding: 100% 0 0 0;
    }
    .image--rounded {
        border-radius: 18px;
        box-shadow: 4px 3px 13px 0 rgba(0, 0, 0, 0.2);
    }
    .image--left [class*='__image'] {
        float: left;
    }
    .image--left [class*='__content'] {
        margin-left: calc(60% - 85px);
        margin-right: 15px;
    }
    .image--right [class*='__image'] {
        float: right;
    }
    .image--right [class*='__content'] {
        width: calc(40% + 65px);
    }
}

.model {
    font-size: 12px;
    width: 51px;
    background-color: #d8d8d9;
    border: 0 solid transparent;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.model.text--strong {
    line-height: 23px;
}

.notification {
    padding: 15px;
    margin-bottom: 15px;
    font-size: 85%;
}

@media screen and (min-width: 768px) {
    .notification {
        font-size: 16px;
    }
}

.notification.notification-grey {
    background-color: #e5e5e5;
}

.separator {
    clear: both;
    width: 100%;
    border-top: 1px solid #b1b2b3;
}

.separator--highlighted {
    border-color: #009a3b;
}

.separator--rounded {
    border-width: 6px;
    border-radius: 6px 0 12px 6px;
    width: 7%;
}

.separator--large {
    border-width: 12px;
    width: 77%;
}

.separator--arrow-down {
    position: relative;
}

.separator--arrow-down::before,
.separator--arrow-down::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    display: block;
    margin-left: -15px;
    left: 50%;
}

.separator--arrow-down::after {
    border-color: #fff transparent;
    top: -1px;
}

.separator--arrow-down::before {
    border-color: #b1b2b3 transparent;
    top: 0;
}

.separator--table {
    margin: 0;
}

.background--dark .separator--arrow-down::after {
    border-color: #4b4a4b transparent;
}

.plyr--full-ui input[type='range'] {
    color: #009a3b !important;
}

.plyr--video .plyr__controls .plyr__control:hover {
    background: #009a3b !important;
}

.plyr--video .plyr__control.plyr__tab-focus {
    background: transparent
        url("") no-repeat 0 0;
    box-shadow: none;
}

.plyr__menu {
    display: none;
}

.plyr__video-embed iframe {
    z-index: 30;
}

.plyr--stopped .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.plyr--stopped.plyr--paused.plyr__poster-enabled .plyr__video-embed iframe {
    z-index: 0;
}

button.plyr__control--overlaid {
    background: transparent
        url("") no-repeat 0 0;
    width: 115px;
    height: 115px;
    color: transparent;
}

button.plyr__control--overlaid.plyr__control:hover,
button.plyr__control--overlaid.plyr__control:focus {
    color: transparent;
    background: none;
    background: transparent
        url("") no-repeat 0 0;
}

@media screen and (min-width: 768px) {
    .col-lg-4 .plyr button.plyr__control--overlaid {
        -webkit-transform: scale(0.6) translate(-83%, -83%);
        transform: scale(0.6) translate(-83%, -83%);
    }
}

p.txt--quote {
    border-left: 4px solid #009a3b;
    padding-left: 10px;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

@media (max-width: 767px) {
    p.txt--quote {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
}

h5,
.h5 {
    margin-top: 0;
}

p {
    margin: 0 0 15px 0;
}

p + h1,
p + .h1,
p + h2,
p + .h2,
p + h3,
p + .h3,
p + h4,
p + .h4,
p + h5,
p + .h5 {
    margin-top: 60px;
}

@media screen and (min-width: 1200px) {
    p {
        margin: 0 0 30px 0;
    }
}

span.green {
    color: #009a3b;
}

span.grey {
    color: #4b4a4b;
}

span.white {
    color: #fff;
}

a {
    color: #009a3b;
    transition: color 0.2s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #006e2c;
}

a:active {
    color: #113c2b;
}

.text--strong {
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    line-height: 25px;
}

.text--bold {
    font-family: 'SourceSansBold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 20px;
}

.text--highlighted {
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    line-height: 25px;
    color: #009a3b;
}

.text--mini {
    font-size: 10px;
    line-height: 18px;
}

small,
.text--small {
    font-size: 12px;
    line-height: 1.4;
}

.text--medium {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .text--medium {
        font-size: 32px;
        line-height: 40px;
    }
}

.text--large {
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    line-height: 25px;
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .text--large {
        font-size: 22px;
        line-height: 26px;
    }
}

label,
.text--label {
    font-size: 11px;
    line-height: normal;
    font-weight: normal;
    color: #b1b2b3;
}

.text--error {
    color: #db0047;
}

.text--disabled {
    color: #b1b2b3;
}

.text--light {
    font-family: 'SourceSansLight', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
}

.wrapper {
    margin-top: 30px;
}

@media screen and (min-width: 992px) {
    .wrapper__top--large {
        margin-top: 50px;
    }
}

.wrapper__headline {
    margin-bottom: 30px;
}

.wrapper__content {
    margin-bottom: 30px;
}

.wrapper__content--large {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .wrapper__content--large {
        margin-bottom: 30px;
    }
}

.wrapper--bordered {
    border: 1px solid transparent;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 4px 3px 13px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.wrapper__teaser--bordered {
    border-radius: 18px;
    box-shadow: 4px 3px 13px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    overflow: hidden;
}

/* 00_content */
.accordion {
    padding: 0 0 15px 0;
}

.accordion [data-toggle='collapse'] {
    cursor: pointer;
}

.accordion ul {
    margin-bottom: 0;
}

.accordion__less,
.accordion__more {
    margin-top: 10px;
}

.accordion__less span,
.accordion__more span {
    position: relative;
    padding-right: 30px;
}

.accordion__less span:after,
.accordion__more span:after {
    display: block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    top: 1px;
    right: 0;
    content: url("");
}

.accordion__less {
    display: none;
}

.accordion__less span:after {
    -webkit-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
    top: 0;
    bottom: 2px;
}

.accordion__data-item {
    border-bottom: 1px solid #b1b2b3;
    padding: 20px 0;
}

.accordion__data-item li {
    color: #b1b2b3;
}

.accordion__data-item li span {
    color: #4b4a4b;
}

.accordion__head {
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
}

.accordion__head:not(:empty):after {
    position: absolute;
    display: block;
    right: 0;
    top: 5px;
    -webkit-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
    content: url("");
}

.accordion__head:not(:empty) ~ .accordion__more,
.accordion__head:not(:empty) ~ .accordion__less {
    display: none;
}

.accordion__head.collapsed:after {
    top: 10px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.accordion__body p,
.accordion__body ul,
.accordion__body ol {
    margin-bottom: 15px;
}

.accordion__body .row {
    margin-bottom: 20px;
}

.accordion__body.collapse.in ~ .accordion__more {
    display: none;
}

.accordion__body.collapse.in ~ .accordion__less {
    display: block;
}

.accordion--bordered .wrapper--bordered {
    padding: 20px 20px 5px 20px;
}

.accordion--bordered .accordion__head > h5 {
    padding-right: 25px;
}

.accordion--bordered .accordion__image {
    position: relative;
    overflow: hidden;
}

.accordion--bordered .accordion .button--textlink {
    margin-bottom: 0;
}

.anchor-navigation__item {
    margin-bottom: 30px;
}

.download-link {
    overflow: hidden;
    margin-bottom: 5px;
}

.download-link .span + .span {
    margin-top: 5px;
}

.download-link .button {
    margin-top: 5px;
    display: block;
}

.download-link__icon {
    vertical-align: bottom;
    font-size: 0;
    margin-right: 15px;
}

.download-link__size {
    color: #4b4a4b;
    margin-right: 15px;
}

@media screen and (min-width: 1200px) {
    .download-link {
        margin-bottom: 10px;
    }
    .download-link .button {
        line-height: 1.5;
    }
}

.filter-switch {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    overflow: auto;
    margin-bottom: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.filter-switch__wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.filter-switch__wrapper.centered {
    margin: 0 auto;
}

.filter-switch::-webkit-scrollbar {
    display: none;
}

.filter-switch__item {
    margin: 0 15px;
    display: block;
    border-bottom: 5px solid #ebecec;
    transition: border 400ms ease;
    cursor: pointer;
}

.filter-switch__item.active {
    border-bottom: 5px solid #009a3b;
}

.filter-switch__item:first-child {
    margin-left: 0;
}

.filter-switch__item:last-child {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .filter-switch__label {
        font-size: 22px;
        line-height: 1.36;
    }
}

.product-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(50vh - 65px);
    margin-bottom: 40px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-hero {
        height: calc(100vh - 65px);
    }
}

@media screen and (min-width: 1200px) {
    .product-hero {
        height: calc(100vh - 111px);
    }
}

.product-hero img,
.product-hero video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .product-hero img,
    .product-hero video {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        left: auto;
    }
}

.product-hero__content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.product-hero__item {
    width: 100%;
    height: 100%;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-perspective: 500px;
    perspective: 500px;
}

.product-hero__title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'MerriweatherBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    color: #fff;
    z-index: 1;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.5px;
}

@media screen and (min-width: 768px) {
    .product-hero__title {
        font-size: 46px;
        line-height: 60px;
        letter-spacing: 0.7px;
    }
}

@media screen and (min-width: 1200px) {
    .product-hero__title {
        font-size: 52px;
        line-height: 62px;
        letter-spacing: 0.7px;
    }
}

.product-hero__scrollto {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 991px) {
    .product-hero__scrollto {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .product-hero__scrollto {
        bottom: 70px;
    }
}

.product-hero__scrollto--icon {
    box-shadow: 4px 3px 13px 0 rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
}

.product-hero__scrollto--icon::after {
    box-shadow: 4px 3px 13px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 7px;
    left: 50%;
    -webkit-animation: scrollDown infinite 1.1s ease-in;
    animation: scrollDown infinite 1.1s ease-in;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    100% {
        -webkit-transform: translate(-50%, 150%);
        transform: translate(-50%, 150%);
        opacity: 0;
    }
}

@keyframes scrollDown {
    0% {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    100% {
        -webkit-transform: translate(-50%, 150%);
        transform: translate(-50%, 150%);
        opacity: 0;
    }
}

.product-hero__scaler {
    width: 100%;
    height: 100%;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-hero__scaler--small {
    -webkit-transform: translate3d(0, -20px, -40px);
    transform: translate3d(0, -20px, -40px);
}

.product-hero__scaler--small .product-hero__scrollto {
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .product-hero__scaler--small {
        -webkit-transform: translate3d(0, -145px, -60px);
        transform: translate3d(0, -145px, -60px);
    }
}

@media screen and (min-width: 992px) {
    .product-hero__scaler--small {
        -webkit-transform: translate3d(0, -145px, -200px);
        transform: translate3d(0, -145px, -200px);
    }
}

.product-hero__container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-perspective: 500px;
    perspective: 500px;
}

.product-hero__container .container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-hero__smallToLarge {
    -webkit-animation: scaleUp 1s forwards;
    animation: scaleUp 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    /* ease-out */
}

.product-hero__largeToSmall {
    -webkit-animation: scaleDown 1s forwards;
    animation: scaleDown 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    /* ease-out */
}

.product-hero--trigger {
    margin-bottom: 0px;
    will-change: margin;
    transition: margin-bottom 0.5s cubic-bezier(0, 0, 0.58, 1) 1s;
}

.product-hero--reset-space {
    margin-bottom: -40px;
}

@media screen and (max-width: 991px) {
    .product-hero--reset-space {
        margin-bottom: -60px;
    }
}

@media screen and (min-width: 992px) {
    .product-hero--reset-space {
        margin-bottom: -200px;
    }
}

@-webkit-keyframes scaleDown {
    50% {
        -webkit-transform: rotate3d(1, 0, 0, -2deg);
        transform: rotate3d(1, 0, 0, -2deg);
    }
    100% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
}

@keyframes scaleDown {
    50% {
        -webkit-transform: rotate3d(1, 0, 0, -2deg);
        transform: rotate3d(1, 0, 0, -2deg);
    }
    100% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
}

@-webkit-keyframes scaleUp {
    50% {
        -webkit-transform: rotate3d(1, 0, 0, 2deg);
        transform: rotate3d(1, 0, 0, 2deg);
    }
    100% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
}

@keyframes scaleUp {
    50% {
        -webkit-transform: rotate3d(1, 0, 0, 2deg);
        transform: rotate3d(1, 0, 0, 2deg);
    }
    100% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
}

.product-hero-hybris {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-hero-hybris__images {
    padding: 32px 64px;
    background-color: #e5e5e5;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}

@media screen and (max-width: 991px) {
    .product-hero-hybris__images-wrapper {
        padding: 0;
    }
}

.product-hero-hybris__images-inner {
    max-width: 100%;
    margin: auto;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-height: 1px;
}

.product-hero-hybris__images-inner .ts-slider {
    height: 100%;
}

.product-hero-hybris__images-inner .ts-slider div {
    height: 100%;
}

.product-hero-hybris__images-inner .ts-slider .slick-dots {
    position: absolute;
    bottom: -24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.product-hero-hybris__image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-hero-hybris__image-wrapper img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-hero-hybris__detail {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .product-hero-hybris__detail {
        margin-top: 40px;
    }
}

.product-hero-hybris__detail h1 {
    font-size: 36px;
    line-height: 1.3;
}

@media screen and (min-width: 768px) {
    .product-hero-hybris__detail h1 {
        margin-bottom: 20px;
    }
}

.product-hero-hybris__detail .price-info__value {
    margin-bottom: 0;
}

.product-hero-hybris__rating {
    margin: 10px 0;
    float: left;
}

.product-hero-hybris__add-to-card.button {
    margin-top: 15px;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    float: right;
    line-height: 13px;
    padding-top: 15px;
    padding-bottom: 14px;
}

.product-hero-hybris__add-to-card.button .button__icon {
    margin-right: 10px;
}

.quote {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 768px) {
    .quote {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.quote__user-image {
    margin: 0 auto 40px auto;
    width: 109px;
}

@media screen and (min-width: 768px) {
    .quote__user-image {
        margin-bottom: 0;
    }
}

.quote__user-image img {
    width: 100%;
    border-radius: 50%;
}

.quote__message {
    padding: 0 50px;
    margin-bottom: 5px;
    border-left: none;
    font-family: 'MerriweatherRegularItalic', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-size: 22px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .quote__message {
        font-size: 20px;
        line-height: 1.9;
        margin-top: 20px;
        padding: 0;
    }
}

.quote__meta {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 35px;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .quote__meta {
        line-height: 1.42;
    }
}

.quote__meta a {
    color: #4b4a4b;
}

.quote .icon--quotation-upper {
    margin-top: -25px;
    margin-right: -5px;
}

.quote .icon--quotation-lower {
    margin-left: -5px;
}

.quote-slider .ts-ts-slider__button--next {
    right: -25px;
}

@media screen and (min-width: 1200px) {
    .quote-slider .ts-ts-slider__button--next {
        right: -50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .quote-slider .ts-ts-slider__button--next {
        right: -35px;
    }
}

.quote-slider .ts-ts-slider__button--prev {
    left: -25px;
}

@media screen and (min-width: 1200px) {
    .quote-slider .ts-ts-slider__button--prev {
        left: -50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .quote-slider .ts-ts-slider__button--prev {
        left: -35px;
    }
}

.rating {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    color: #4b4a4b;
    position: relative;
}

.rating:hover {
    color: #4b4a4b;
}

.rating__count {
    font-family: 'SourceSansRegular', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 2px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.rating__upper,
.rating__lower {
    font-family: Times;
    font-size: 20px;
    line-height: 1;
}

.rating__upper > span,
.rating__lower > span {
    margin-right: 3px;
}

.rating__upper {
    display: block;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #fdc532;
    width: 0%;
}

.rating__lower {
    display: block;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    color: #e5e5e5;
}

.sticky-header {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: #e8eded;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.sticky-header .text--mini {
    line-height: 1;
}

.sticky-header .header__inner {
    padding: 15px;
}

.sticky-header__pricing span:first-child {
    padding-right: 5px;
}

.sticky-header--transition {
    transition: -webkit-transform 0.5s ease-in-out 0.6s;
    transition: transform 0.5s ease-in-out 0.6s;
    transition: transform 0.5s ease-in-out 0.6s,
        -webkit-transform 0.5s ease-in-out 0.6s;
}

.sticky-header--in-view {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.sticky-header__toggle {
    position: absolute;
    bottom: 65px;
    height: 1px;
    width: 1px;
}

@media screen and (min-width: 1200px) {
    .sticky-header__toggle {
        bottom: 111px;
    }
}

.sticky-header__content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.sticky-header__content button {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .sticky-header__content {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.sticky-header__button button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 15px 4px 15px;
    line-height: 23px;
}

.sticky-header__button .button__icon {
    margin-right: 10px;
    font-size: 0;
    line-height: 0;
}

@media screen and (min-width: 1200px) {
    .sticky-header__button {
        margin-left: 80px;
    }
}

.sticky-header__product-title {
    font-family: 'MerriweatherBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
}

.sticky-header-hybris {
    border-radius: 0;
}

.sticky-header-hybris__image {
    height: 50px;
}

.sticky-header-hybris__image img {
    max-height: 100%;
}

.sticky-header-hybris .sticky-header__left-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.sticky-header-hybris .sticky-header__pricing {
    margin: 0 0 0 8px;
}

@media screen and (min-width: 1200px) {
    .sticky-header-hybris .sticky-header__pricing {
        margin: 0 20px;
    }
}

.sticky-header-hybris .sticky-header__button {
    margin-left: 0;
}

.top-features__image {
    position: relative;
    overflow: hidden;
}

.top-features__accordion {
    margin-top: 5px;
}

.top-features__accordion--wrapper {
    transition: width 0.6s, margin 0.6s;
    position: relative;
    top: -30px;
    border-radius: 18px;
    box-shadow: 4px 3px 13px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    cursor: pointer;
    position: relative;
    float: left;
    width: 66.6666666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.6666666667%;
    padding: 45px 15px 15px 15px;
}

@media screen and (min-width: 992px) {
    .top-features__accordion--wrapper {
        padding: 60px 30px 30px 30px;
    }
}

.top-features__accordion--headline .text--strong {
    font-size: 22px;
    line-height: 26px;
}

@media screen and (min-width: 992px) {
    .top-features__accordion--headline .text--strong {
        margin-bottom: 25px;
    }
}

.top-features--icon {
    border: 11px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 98px;
    height: 98px;
    background-color: #009a3b;
    border-radius: 50%;
}

.top-features__more,
.top-features__less {
    cursor: pointer;
    color: #009a3b;
}

.top-features__more:hover,
.top-features__less:hover {
    color: #113c2b;
}

.top-features__more:before,
.top-features__less:before {
    display: block;
    content: url("");
}

.top-features__more:hover:before,
.top-features__less:hover:before {
    content: url("");
}

@media screen and (min-width: 992px) {
    .top-features__more:before {
        padding-bottom: 5px;
    }
}

.top-features__less {
    display: none;
}

.top-features__less:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
    .top-features__less:before {
        padding-top: 7px;
    }
}

.top-features--open .top-features__accordion--wrapper {
    cursor: default;
    position: relative;
    float: left;
    width: 91.6666666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 4.1666666667%;
    padding: 45px 15px 15px 15px;
}

@media screen and (min-width: 992px) {
    .top-features--open .top-features__accordion--wrapper {
        position: relative;
        float: left;
        width: 83.3333333333%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        margin-left: 8.3333333333%;
        padding: 60px 100px 30px 100px;
    }
}

.top-features--open .top-features__less {
    display: block;
    margin-top: 15px;
}

.top-features--open .top-features__more {
    display: none;
}

.top-features--open .top-features__accordion--headline .text--strong {
    margin-bottom: 0;
}

.top-features__section {
    padding: 22px 0;
    transition: opacity 0.6s;
    opacity: 0;
}

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

.price-info__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.price-info__delivery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.price-info__delivery:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background-color: grey;
    border-radius: 50%;
    margin: 0 8px;
}

.price-info__delivery.inStock:before {
    background-color: #009a3b;
}

.price-info__delivery.outOfStock:before {
    background-color: #dd292f;
}

.price-info__delivery.lowStock:before {
    background-color: #f2cd3f;
}

.price-info__uvp {
    text-decoration: line-through;
    margin-right: 8px;
}

.price-info__value {
    font-size: 26px;
}

.product-highlight__image {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .product-highlight__image img {
        position: static;
        -webkit-transform: none;
        transform: none;
        min-width: auto;
        min-height: auto;
        max-width: 100%;
        max-height: 500px;
        margin: 0 auto;
    }
}

.product-highlight__head-bullet {
    padding-left: 35px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.product-highlight__head-bullet:before {
    margin-left: -40px;
}

.product-highlight__slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

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

/* 01_forms */
input[type='checkbox'] ~ label:before {
    border-radius: 3px;
}

.checkbox input[type='checkbox']:checked ~ label:before,
.checkbox-inline input[type='checkbox']:checked ~ label:before {
    background-color: #009a3b;
    border-color: #009a3b;
    opacity: 1;
}

.checkbox input[type='checkbox']:checked ~ label:after,
.checkbox-inline input[type='checkbox']:checked ~ label:after {
    content: url("");
    display: inline-block;
}

.checkbox input[type='checkbox'] ~ label {
    margin-left: 25px;
}

.checkbox input[type='checkbox']:checked ~ label:after {
    left: -4px;
    top: 11px;
}

.checkbox-inline {
    position: relative;
}

.checkbox-inline input[type='checkbox']:checked ~ label:after {
    left: 4px;
    top: 5px;
}

.has-success .checkbox .control-label,
.has-success .checkbox-inline .control-label {
    color: #4b4a4b;
}

.form-control {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

input[type='radio'],
input[type='checkbox'] {
    display: none;
}

input[type='radio'] ~ label,
input[type='checkbox'] ~ label {
    font-size: 16px;
    line-height: 1.5;
    color: #4b4a4b;
    margin-left: 10px;
    cursor: pointer;
}

input[type='radio'] ~ label:before,
input[type='checkbox'] ~ label:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    top: 6px;
    margin-left: -30px;
    margin-right: 9px;
    border: 1px solid #4b4a4b;
    opacity: 0.5;
}

input[type='radio'] ~ label:after,
input[type='checkbox'] ~ label:after {
    content: '';
    position: absolute;
}

input[type='radio'][disabled] ~ label,
input[type='checkbox'][disabled] ~ label {
    cursor: not-allowed;
}

input[type='radio'][disabled] ~ label:before,
input[type='checkbox'][disabled] ~ label:before {
    background-color: #b1b2b3;
    opacity: 0.5;
    border: none;
}

.radio-inline,
.radio-inline + .radio-inline,
.checkbox-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 0;
    margin-right: 60px;
}

.select-selected {
    padding-top: 8px;
    padding-right: 35px;
    overflow: hidden;
}

.select-selected:after {
    position: absolute;
    content: url("");
    top: 13px;
    right: 15px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.select-selected.select-arrow-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.select-selected.select-arrow-active:after {
    content: url("");
    top: 5px;
    right: 18px;
    -webkit-transform: scale(0.9) rotate(45deg);
    transform: scale(0.9) rotate(45deg);
}

.select-selected.select-arrow-active ~ .separator {
    margin: -1px 21px 0 13px;
    width: auto;
    display: block;
}

.select-items div,
.select-selected {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    max-height: 264px;
    overflow-y: auto;
    overflow-y: overlay;
    border: 1px solid #b1b2b3;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.select-items .separator {
    margin: 0 20px 0 12px;
    width: auto;
}

.select-items div.same-as-selected {
    color: #009a3b;
}

.select-items div:not(.separator) {
    padding: 9px 12px 10px 12px;
}

.select-items div:not(.separator):hover {
    background-color: rgba(177, 178, 179, 0.25);
}

[data-widget='formSelectbox'] ::-webkit-scrollbar {
    width: 18px;
}

[data-widget='formSelectbox'] ::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 9px;
    border: 3px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
}

.has-float-label {
    display: block;
    position: relative;
}

.has-float-label label {
    position: absolute;
    left: 6px;
    top: -7px;
    cursor: text;
    opacity: 1;
    transition: all 0.2s;
    border-bottom: 1px solid #fff;
    box-shadow: #fff 1px 1px 1px;
    margin-left: 8px;
    padding-left: 3px;
    padding-right: 3px;
    height: 8px;
}

.has-float-label > .separator {
    display: none;
}

.has-float-label:not(.has-error) input:placeholder-shown:not(:focus) + *,
.has-float-label:not(.has-error) select:placeholder-shown:not(:focus) + *,
.has-float-label:not(.has-error) textarea:placeholder-shown:not(:focus) + * {
    font-size: 16px;
    font-weight: normal;
    color: #b1b2b3;
    top: 12px;
    left: 2px;
    opacity: 0;
}

.has-float-label:not(.has-error) input:focus::-webkit-input-placeholder,
.has-float-label:not(.has-error) select:focus::-webkit-input-placeholder,
.has-float-label:not(.has-error) textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.has-success input.form-control {
    box-shadow: none;
}

.has-success input.form-control:focus {
    box-shadow: none;
    border-color: #b1b2b3;
}

.form-errors {
    color: #db0047;
}

.input--inherit {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.input--inherit + label {
    color: #fff;
}

.validation-advice {
    color: #db0047;
    display: none;
}

.warning-advice {
    display: block;
    margin: 15px 15px 30px 15px;
    padding: 5px 30px 20px 30px;
    color: #f59e32;
}

.warning-advice p {
    margin-bottom: 0;
}

.has-error.animated {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

.has-error .validation-advice {
    display: block;
}

.has-error input::-webkit-input-placeholder,
.has-error .form-control::-webkit-input-placeholder {
    opacity: 0;
}

.has-error input:focus,
.has-error .form-control:focus {
    box-shadow: none;
    border-color: #db0047;
}

.has-error input[type='radio'] ~ label:before,
.has-error input[type='checkbox'] ~ label:before {
    border-color: #db0047;
}

input[type='radio'] {
    display: none;
}

input[type='radio'] ~ label:before {
    border-radius: 50%;
    transition: border 0.15s ease-in-out;
}

input[type='radio'] ~ label:after {
    display: inline-block;
    width: 15px;
    height: 15px;
    left: 4px;
    top: 10px;
    border-radius: 50%;
    background-color: #009a3b;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 0.4s cubic-bezier(0.8, -0.33, 0.2, 1.55);
    transition: transform 0.4s cubic-bezier(0.8, -0.33, 0.2, 1.55);
    transition: transform 0.4s cubic-bezier(0.8, -0.33, 0.2, 1.55),
        -webkit-transform 0.4s cubic-bezier(0.8, -0.33, 0.2, 1.55);
}

input[type='radio']:checked ~ label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

[data-widget='rangeSlider'] {
    margin-right: 5px;
}

[data-widget='rangeSlider'] .noUi-target {
    background: #fff;
    border: none;
    box-shadow: 0 0 0 4px #f1f1f1;
    border-radius: 0px;
    margin: 80px auto 0;
    width: 80%;
}

[data-widget='rangeSlider'] .noUi-target:hover {
    cursor: crosshair;
}

[data-widget='rangeSlider'] .noUi-base {
    background: #fff;
    border: none;
    z-index: 0;
}

[data-widget='rangeSlider'] .noUi-horizontal {
    height: 3px;
}

[data-widget='rangeSlider'] .noUi-tooltip {
    background: #f1f1f1;
    border: none;
    border-radius: 0 75px 75px 75px;
    box-shadow: none;
    height: 50px;
    text-align: center;
    top: -4px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity 300ms ease-in-out;
    width: 50px;
}

[data-widget='rangeSlider'] .noUi-tooltip .tooltip-value {
    display: inline-block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 36px;
    width: 100%;
    bottom: 50px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

[data-widget='rangeSlider'] .noUi-horizontal .noUi-handle {
    background: #222d67;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.125);
    cursor: pointer;
    height: 32px;
    outline: none;
    top: -15px;
    width: 32px;
    transition: all 200ms ease-in-out;
}

[data-widget='rangeSlider'] .noUi-horizontal .noUi-handle:after,
[data-widget='rangeSlider'] .noUi-horizontal .noUi-handle:before {
    display: none;
}

[data-widget='rangeSlider'] .noUi-horizontal .noUi-handle:hover {
    cursor: pointer;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.35);
}

[data-widget='rangeSlider'] .noUi-horizontal .noUi-handle.noUi-active {
    border-color: #fff;
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}

[data-widget='rangeSlider'] .noUi-state-tap .noUi-connect,
[data-widget='rangeSlider'] .noUi-state-tap .noUi-origin {
    transition: none !important;
}

[data-widget='rangeSlider'] .fake-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    z-index: 1;
}

[data-widget='rangeSlider'].validation-failed .noUi-horizontal .noUi-handle {
    box-shadow: 1px 2px 3px rgba(195, 0, 62, 0.35);
}

[data-widget='rangeSlider'].activated .noUi-tooltip {
    opacity: 1;
}

[data-widget='rangeSlider'].activated .fake-fill {
    background: #222d67;
}

.multistepform.form-default h3 {
    text-transform: uppercase;
}

.multistepform.form-default .radio label,
.multistepform.form-default .checkbox label {
    color: #4b4a4b;
}

.multistepform.form-default .formHead {
    margin-bottom: 30px;
}

.multistepform.form-default .formHead h1 {
    border-bottom: 0;
    font-size: 28px;
    line-height: 1.1;
    margin-top: 0;
    padding-bottom: 18px;
    text-transform: uppercase;
}

.multistepform.form-default .formHead h3 {
    margin-bottom: 30px;
    margin-top: 0;
    color: #4b4a4b;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}

.multistepform.form-default .formHead h3:after {
    content: '';
    display: block;
    position: relative;
    height: 4px;
    width: 25px;
    left: 0;
    top: 20px;
    background-color: #009a3b;
}

.multistepform.form-default .formFoot {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.multistepform.form-default .formHead .step,
.multistepform.form-default .formFoot .step {
    color: #ccc;
    font-size: 14px;
}

.multistepform.form-default .formHead .step .active,
.multistepform.form-default .formFoot .step .active {
    color: #222d67;
}

.multistepform.form-default .row {
    margin-top: 0;
}

.multistepform.form-default .slideWrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: height 0.5s ease;
}

.multistepform.form-default .slideWrapper .slide {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    transition: all 0.6s ease-out;
}

.multistepform.form-default .slideWrapper .slide.active {
    left: 0;
}

.multistepform.form-default .slideWrapper .slide.hideLeft {
    left: -100%;
}

.multistepform.form-default .slideWrapper .slide .form-group {
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 7px 10px;
}

.multistepform.form-default
    .slideWrapper
    .slide
    .form-group
    ::-webkit-input-placeholder {
    font-size: 12px;
}

.multistepform.form-default
    .slideWrapper
    .slide
    .form-group
    ::-moz-placeholder {
    font-size: 12px;
}

.multistepform.form-default
    .slideWrapper
    .slide
    .form-group
    :-ms-input-placeholder {
    font-size: 12px;
}

.multistepform.form-default
    .slideWrapper
    .slide
    .form-group
    ::-ms-input-placeholder {
    font-size: 12px;
}

.multistepform.form-default .slideWrapper .slide .form-group ::placeholder {
    font-size: 12px;
}

.multistepform.form-default
    .slideWrapper
    .slide
    .form-group
    .intl-tel-input
    .country-list {
    overflow: scroll;
    position: relative;
    margin-top: 4px;
}

@media screen and (min-width: 1200px) {
    .multistepform.form-default
        .slideWrapper
        .slide
        .form-group
        .intl-tel-input
        .country-list {
        max-width: 360px;
    }
}

.multistepform.form-default
    .slideWrapper
    .slide
    .form-group
    .intl-tel-input
    input[type='tel'] {
    padding-left: 48px;
}

.multistepform.form-default .slideWrapper .slide .form-group .form-control {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom: none;
    height: 30px;
}

.multistepform.form-default
    .slideWrapper
    .slide
    .form-group
    .form-control::-webkit-input-placeholder {
    font-size: 12px;
}

.multistepform.form-default
    .slideWrapper
    .slide
    .form-group
    .form-control::-moz-placeholder {
    font-size: 12px;
}

.multistepform.form-default
    .slideWrapper
    .slide
    .form-group
    .form-control:-ms-input-placeholder {
    font-size: 12px;
}

.multistepform.form-default
    .slideWrapper
    .slide
    .form-group
    .form-control::-ms-input-placeholder {
    font-size: 12px;
}

.multistepform.form-default
    .slideWrapper
    .slide
    .form-group
    .form-control::placeholder {
    font-size: 12px;
}

.multistepform.form-default .slideWrapper .slide .form-group.horizontal-radios,
.multistepform.form-default .slideWrapper .slide .form-group.no-border {
    border: none;
}

.multistepform.form-default .slideWrapper .slide .form-group select {
    border-bottom: none;
}

.multistepform.form-default .slideWrapper .slide .form-group input {
    border-bottom: 0;
    margin-top: 0;
}

.multistepform.form-default
    .slideWrapper
    .slide
    #product-selection
    .form-group {
    border: none;
    font-size: 12px;
}

.multistepform.form-default
    .slideWrapper
    .slide
    #product-selection
    .form-group
    .row {
    margin: 20px 0;
}

.multistepform.form-default .slideWrapper .slide .row.closure span {
    color: #4b4a4b;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 12px;
    display: inline-block;
    border-top: 1px solid #4b4a4b;
    line-height: 1.8;
}

.multistepform.form-default .slideWrapper .slide .row.closure .button {
    padding: 10px;
    cursor: pointer;
    color: #fff;
}

.multistepform.form-default .slideWrapper .slide .row.closure .button div {
    display: inline-block;
}

.multistepform.form-default .slideWrapper .slide .row.closure .button i.fa {
    font-size: 16px;
}

.multistepform.form-default .slideWrapper .control-label {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #4b4a4b;
    margin-left: 1px;
    text-transform: none;
}

.multistepform.form-default .slideWrapper .btnWrap {
    position: absolute;
    bottom: 0;
    left: -50px;
    transition: all 0.6s ease-out;
}

.multistepform.form-default .slideWrapper .btnWrap.showPrev {
    left: 0;
}

.multistepform.form-default .slideWrapper .btnWrap:not(.showPrev) .prevStep {
    display: none;
}

.multistepform.form-default .slideWrapper .btnWrap .button {
    padding: 15px 20px;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.multistepform.form-default .slideWrapper .btnWrap .button:focus {
    outline: none !important;
    text-decoration: none;
}

.multistepform.form-default .slideWrapper .btnWrap .button + .button {
    margin-right: 0.25em;
}

.multistepform.form-default .slideWrapper .btnWrap .button:hover {
    background-color: #068a36;
    text-decoration: none;
}

.multistepform.form-default .slideWrapper input,
.multistepform.form-default .slideWrapper textarea {
    padding: 5px 0;
    line-height: 1;
    font-size: inherit;
}

/* 02_teaser */
[class^='teaser--'] h2 {
    margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
    [class^='teaser--'] h2 {
        margin-bottom: 20px;
    }
}

[class^='teaser--'] p {
    margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
    [class^='teaser--'] p {
        margin-bottom: 40px;
    }
}

[class^='teaser--'] .button {
    margin-bottom: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

[class^='teaser--'] .button + .button {
    margin-top: 20px;
}

@media screen and (min-width: 1200px) {
    [class^='teaser--'] p + .price-block {
        margin-top: -25px;
    }
}

[class^='teaser--'] .price-block p {
    margin-bottom: 25px;
}

[class^='teaser--'] .price-block .price {
    font-family: 'MerriweatherRegular', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.19px;
    padding-left: 7px;
    vertical-align: bottom;
}

@media screen and (min-width: 1200px) {
    [class^='teaser--'] .price-block .price {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 0.3px;
    }
}

.teaser--big,
.teaser--fullwidth {
    margin-bottom: 80px;
}

.teaser--big__image,
.teaser--fullwidth__image {
    position: relative;
    overflow: hidden;
}

.teaser--big__content,
.teaser--fullwidth__content {
    position: relative;
    z-index: 1;
    margin-top: -30px;
}

.teaser--big__content .wrapper--bordered,
.teaser--fullwidth__content .wrapper--bordered {
    border: none;
    padding: 15px 18px 15px 15px;
}

@media screen and (min-width: 1200px) {
    .teaser--big__content {
        margin-top: -70px;
        margin-left: 5%;
        margin-right: 5%;
    }
    .teaser--big__content .wrapper--bordered {
        padding: 30px 20px 40px 20px;
    }
    .teaser--fullwidth__content {
        margin-top: -70px;
        margin-left: 10%;
        margin-right: 10%;
    }
    .teaser--fullwidth__content .wrapper--bordered {
        padding: 30px 30px 40px 30px;
    }
}

.teaser--marketing {
    margin-bottom: 80px;
}

.teaser--marketing__image {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .teaser--marketing__image {
        width: 60%;
    }
}

.teaser--marketing__content {
    position: relative;
    z-index: 1;
    top: calc(100% - 30px);
}

@media screen and (min-width: 1200px) {
    .teaser--marketing__content {
        position: absolute;
        top: 50%;
    }
}

.teaser--marketing__content .wrapper--bordered {
    border: none;
    padding: 15px 18px 15px 15px;
}

@media screen and (min-width: 1200px) {
    .teaser--marketing__content .wrapper--bordered {
        min-height: 430px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 30px 30px 40px 30px;
    }
}

.teaser--offer {
    margin-bottom: 30px;
}

.teaser--offer .teaser__content {
    padding: 10px 10px 20px 10px;
}

.teaser--offer ul {
    padding-left: 0;
}

.teaser--offer ul [class^='icon']:before {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -58px;
}

.teaser--offer li {
    padding-left: 50px;
}

.teaser--offer li + li {
    margin-top: 5px;
}

.teaser--offer .offer-text {
    font-family: 'MerriweatherRegular', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.28;
    text-align: right;
}

.teaser--offer .teaser__button {
    margin-top: 20px;
    text-align: center;
}

.teaser--offer .teaser__button .button {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .teaser--offer .teaser__button {
        margin-top: 20px;
    }
    .teaser--offer .teaser__content {
        padding: 15px 15px 30px 15px;
    }
    .teaser--offer .offer-text {
        text-align: center;
    }
}

.teaser--offer-hybris h1,
.teaser--offer-hybris h2,
.teaser--offer-hybris h3,
.teaser--offer-hybris h4,
.teaser--offer-hybris h5,
.teaser--offer-hybris h6 {
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    line-height: 25px;
    font-size: 22px;
    line-height: 1.15;
}

.teaser--offer-hybris .offer-text {
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    line-height: 25px;
    text-align: left;
    font-size: 22px;
    line-height: 1.15;
}

.teaser--offer-hybris .teaser__button {
    text-align: center;
}

.teaser--offer-hybris .teaser__button .button {
    display: inline-block;
}

.teaser--offer-hybris .wrapper__teaser--bordered {
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #b1b2b3;
}

.teaser--product {
    margin-bottom: 30px;
    width: 100%;
}

.teaser--product h1,
.teaser--product h2,
.teaser--product h3,
.teaser--product h4,
.teaser--product h5,
.teaser--product h6 {
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    line-height: 25px;
    font-size: 22px;
    line-height: 1.15;
}

.teaser--product p {
    margin-bottom: 15px;
}

.teaser--product .teaser--product--button button {
    display: inline-block;
}

.teaser--product__image + p {
    margin-top: 20px;
}

.teaser--product__image + .teaser--product--button {
    margin-top: 25px;
}

.teaser--product-side p {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .teaser--product-side p {
        margin-top: 0;
    }
}

.teaser--product-side h6 + p {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .teaser--product-side h6 {
        margin-top: 0;
    }
}

.teaser--product__item {
    display: block;
    display: -ms-flexbox;
    display: flex;
}

.teaser--product__icon {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 25px auto;
}

.teaser--product__step {
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    line-height: 25px;
    color: #fff;
    background-color: #009a3b;
    line-height: 50px;
}

.teaser--product__check:before {
    content: url("");
}

.flexbox {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox .teaser--product__item {
    margin-bottom: 30px;
}

.flexbox .teaser--product__item:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .flexbox .teaser--product__item:last-child {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .flexbox .teaser--product p {
        margin-bottom: 30px;
    }
    .flexbox .teaser--product--button {
        position: absolute;
        bottom: 0;
        right: 15px;
    }
}

.teaser--default [class$='__link'] {
    display: block;
    margin-bottom: 30px;
}

.teaser--default [class$='__link']:hover,
.teaser--default [class$='__link']:focus {
    color: #009a3b;
}

.teaser--default [class$='__link']:active [class$='__content-headline'] {
    color: #113c2b;
}

.teaser--default [class$='__image'] {
    position: relative;
    overflow: hidden;
}

.teaser--default [class$='__content'] [class$='__content-headline'] {
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
}

@media screen and (min-width: 768px) {
    .teaser--default {
        margin-bottom: 30px;
    }
}

.no-touch .teaser--default [class$='__link'] {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.no-touch .teaser--default [class$='__link']:hover,
.no-touch .teaser--default [class$='__link']:focus {
    -webkit-transform: scale(1) perspective(1px);
    transform: scale(1) perspective(1px);
}

.no-touch .teaser--default .teaser--cloud__link {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.no-touch .teaser--default .teaser--cloud__link:hover,
.no-touch .teaser--default .teaser--cloud__link:focus {
    -webkit-transform: scale(1.05) perspective(1px);
    transform: scale(1.05) perspective(1px);
}

.teaser--50__content {
    padding: 15px 20px;
    height: 200px;
}

.teaser--50__content-headline {
    font-size: 26px;
    line-height: 30px;
}

@media screen and (min-width: 768px) {
    .teaser--50__content-headline {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .teaser--33 .teaser__item:nth-child(odd),
    .teaser--25 .teaser__item:nth-child(odd),
    .teaser--15 .teaser__item:nth-child(odd) {
        padding-right: 5px;
    }
    .teaser--33 .teaser__item:nth-child(even),
    .teaser--25 .teaser__item:nth-child(even),
    .teaser--15 .teaser__item:nth-child(even) {
        padding-left: 5px;
    }
}

@media screen and (min-width: 768px) {
    .teaser--33__link,
    .teaser--25__link,
    .teaser--15__link {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.teaser--33__content,
.teaser--25__content,
.teaser--15__content {
    padding: 15px;
    height: 135px;
}

.teaser--33__content-headline,
.teaser--25__content-headline,
.teaser--15__content-headline {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: normal;
}

@media screen and (min-width: 768px) {
    .teaser--33__content {
        padding: 15px 20px;
    }
}

@media screen and (min-width: 768px) {
    .teaser--25__content {
        height: 100px;
    }
    .teaser--25__content-headline {
        margin-top: -10px;
    }
}

@media screen and (min-width: 768px) {
    .teaser--15__content {
        padding: 10px;
    }
}

/**
 * Custom style for teasers in tile cloud, as they differ heavily between breakpoints.
 */
.teaser--cloud > .row {
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 992px) {
    .teaser--cloud > .row {
        display: block;
    }
}

.teaser--cloud__content {
    padding: 10px 10px 22px 10px;
}

.teaser--cloud__content .category {
    margin-bottom: 17px;
}

.teaser--cloud__content-headline {
    font-size: 14px;
    padding-right: 30px;
}

.teaser--cloud .teaser__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.teaser--cloud__link {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.teaser--cloud__link .wrapper__teaser--bordered {
    width: 100%;
    height: 100%;
}

.teaser--cross-upsell {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
}

@media screen and (min-width: 1200px) {
    .teaser--cross-upsell {
        margin-right: -24px;
    }
}

.teaser--cross-upsell__item {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: column;
    -ms-flex-align: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 60px;
}

@media screen and (min-width: 1200px) {
    .teaser--cross-upsell__item {
        -ms-flex: 0 1 calc(25% - 24px);
        flex: 0 1 calc(25% - 24px);
        margin-right: 24px;
    }
}

.teaser--cross-upsell__image {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.teaser--cross-upsell__image .image--ratio-xs-1-1 img,
.teaser--cross-upsell__image .image--ratio-lg-1-1 img {
    min-width: auto;
    min-height: auto;
    max-height: 100%;
}

.teaser--cross-upsell__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.teaser--cross-upsell__content .button--textlink {
    margin-bottom: 20px;
}

.teaser--cross-upsell__price .price-info__value {
    margin-bottom: 0;
}

.teaser--cross-upsell__price .price-info .button {
    min-width: auto;
    margin: 10px 0 0 370px;
    padding: 12px 29px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .teaser--cross-upsell__price .price-info .button {
        margin-left: 20px;
    }
}

.teaser--cross-upsell__price .price-info__price {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.teaser--cross-upsell__price .icon--shoppingcart:before {
    position: absolute;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    left: 19px;
    top: 14px;
}

.teaser--cross-upsell__model {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-bottom: 5px;
}

.teaser--cross-upsell__model .model {
    -ms-flex: 0 1 calc(33% - 5px);
    flex: 0 1 calc(33% - 5px);
}

@media screen and (min-width: 1200px) {
    .teaser--cross-upsell__model .model {
        -ms-flex: 0 1 calc(20% - 5px);
        flex: 0 1 calc(20% - 5px);
    }
}

/* 00_content */
.awards__award {
    margin-bottom: 30px;
}

.awards__award img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}

.look-in-the-book {
    position: relative;
}

.look-in-the-book .slick-dots {
    clear: both;
    padding-top: 13px;
}

@media screen and (min-width: 1200px) {
    .look-in-the-book {
        padding-top: 23px;
    }
}

.look-in-the-book__slider img {
    width: 100%;
}

.look-in-the-book__slider .ts-ts-slider__button--prev {
    left: 20px;
}

.look-in-the-book__slider .ts-ts-slider__button--next {
    right: 20px;
}

.look-in-the-book__placeholder {
    display: none !important;
}

@media screen and (min-width: 1200px) {
    .look-in-the-book__placeholder {
        display: block !important;
    }
}

.look-in-the-book__nav {
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}

@media screen and (max-width: 1199px) {
    .look-in-the-book__nav {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .look-in-the-book__nav {
        margin-top: 30px;
    }
}

.look-in-the-book__nav-page {
    float: none;
    display: inline-block;
}

@media screen and (max-width: 1199px) {
    .look-in-the-book__nav-page {
        padding: 0 5px;
    }
}

.look-in-the-book__nav-page--active img {
    outline: 4px solid #009a3b;
    outline-offset: -4px;
}

.video-manual .button {
    margin-bottom: 0;
}

.video-manual__video {
    margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
    .video-manual__video {
        margin-bottom: 30px;
    }
}

.video-manual__downloads {
    list-style: none;
    overflow: hidden;
}

.my-account {
    margin-top: -50px;
}

@media screen and (min-width: 768px) {
    .my-account {
        margin-top: 0;
    }
}

.my-account__user h2 {
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .my-account__user h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

.my-account__order-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.my-account__order-item {
    margin-bottom: 15px;
}

.my-account__order-total {
    margin-bottom: 8px;
}

.my-account__navigation__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0 0 40px 0;
}

@media screen and (min-width: 768px) {
    .my-account__navigation__list {
        margin-top: 10px;
    }
}

.my-account__navigation__item {
    min-height: 90px;
    padding: 33px 35px 0 20px;
    border-bottom: 1px solid #b1b2b3;
}

@media screen and (min-width: 768px) {
    .my-account__navigation__item {
        min-height: 105px;
        padding-right: 15px;
    }
}

.my-account__navigation__item p {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .my-account__navigation__item:first-of-type {
        border-top: 1px solid #b1b2b3;
    }
    .my-account__navigation__item.active:not(.collapsed)::before {
        content: '';
        border-left: 5px solid #009a3b;
        padding: 30px 0;
        position: relative;
        left: -20px;
        top: -3px;
    }
    .my-account__navigation__item.active:not(.collapsed)
        .my-account__navigation__link {
        margin-left: -5px;
    }
}

.my-account__navigation__link,
.my-account__navigation__link--back {
    font-family: 'MerriweatherRegular', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 25px;
    color: #4b4a4b;
}

@media screen and (min-width: 768px) {
    .my-account__navigation__link,
    .my-account__navigation__link--back {
        font-size: 28px;
        line-height: 37px;
    }
}

.my-account__navigation__link:hover,
.my-account__navigation__link--back:hover {
    color: #009a3b;
}

.my-account__navigation__link::after,
.my-account__navigation__link--back::after {
    content: url("");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 30px;
}

@media screen and (min-width: 768px) {
    .my-account__navigation__link::after,
    .my-account__navigation__link--back::after {
        right: 12px;
    }
}

.my-account__navigation__link--back::after {
    left: -5px;
    right: 0;
    margin-right: 10px;
    float: left;
    position: relative;
    -webkit-transform: scale(0.8) rotate(90deg);
    transform: scale(0.8) rotate(90deg);
}

.my-account__contact {
    padding: 20px 15px 10px 15px;
}

@media (max-width: 767px) {
    .my-account__contact h4 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

.my-account__contact .button {
    margin: 5px 0 20px 0;
    width: 100%;
    max-width: none;
}

.my-account__content {
    position: absolute;
    z-index: 5;
    background-color: #fff;
    min-height: 100%;
}

@media screen and (min-width: 768px) {
    .my-account__content {
        position: relative;
        background-color: transparent;
        min-height: auto;
    }
}

.my-account__content h3 {
    margin-bottom: 20px;
}

.my-account__content__data {
    display: inline-block;
    margin-bottom: 15px;
}

.my-account__content__data div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.my-account__content__data .button--textlink {
    margin-top: 10px;
}

.my-account__content__address .icon--plus,
.my-account__content__paymethods .icon--plus {
    margin-left: 7px;
}

.my-account__content__address .icon--plus:before,
.my-account__content__paymethods .icon--plus:before {
    position: absolute;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    top: 1px;
}

.my-account__paymethod-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.my-account__paymethod-image {
    margin-right: 15px;
}

.my-account__paymethod-expire {
    padding-left: 15px;
}

.my-account .icon--pen {
    margin-left: 15px;
    display: inline-block;
}

.my-account .icon--pen:after {
    content: '';
    background-image: url("");
    position: relative;
    display: block;
    width: 20px;
    height: 22px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-transform: none;
    transform: none;
}

.my-account .icon--trash {
    display: inline-block;
}

.my-account .icon--trash:after {
    content: '';
    background-image: url("");
    position: relative;
    display: block;
    width: 20px;
    height: 22px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-transform: none;
    transform: none;
}

.my-account .collapsing {
    display: none;
    transition: none;
}

.my-account .collapsing .my-account__content {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.35, 0.265, 1.35);
    transition: transform 0.5s cubic-bezier(0.68, -0.35, 0.265, 1.35);
    transition: transform 0.5s cubic-bezier(0.68, -0.35, 0.265, 1.35),
        -webkit-transform 0.5s cubic-bezier(0.68, -0.35, 0.265, 1.35);
}

.my-account .collapse.in .my-account__content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.picture-overlay {
    position: relative;
}

.picture-overlay__badge {
    position: absolute;
    width: 100%;
}

.reviews {
    margin-top: 30px;
}

.reviews__wrapper.loading {
    margin: 0 auto;
    width: 16px;
    height: 16px;
    background: url("");
}

.reviews__item {
    position: relative;
    border: 1px solid #b1b2b3;
    padding: 15px;
    margin-bottom: 25px;
}

.reviews__item:after {
    content: ' ';
    position: absolute;
    width: 5px;
    height: 0;
    left: 71px;
    top: 100%;
    border: 5px solid;
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    border-color: #fff transparent transparent #fff;
}

.reviews__item:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 70px;
    top: 100%;
    border: 7px solid;
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    border-color: #b1b2b3 transparent transparent #b1b2b3;
}

.reviews__rating {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    color: #4b4a4b;
    position: relative;
}

.reviews__rating--upper,
.reviews__rating--lower {
    display: block;
    display: -ms-flexbox;
    display: flex;
    font-family: Times;
    font-size: 20px;
    line-height: 1;
}

.reviews__rating--upper > span,
.reviews__rating--lower > span {
    margin-right: 3px;
}

.reviews__rating--upper {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #fdc532;
    width: 0%;
}

.reviews__rating--lower {
    z-index: 0;
    color: #e5e5e5;
}

.reviews__comment {
    margin: 15px 0 30px;
}

.reviews__load-more {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.reviews__load-more:after {
    display: inline-block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 4px;
    margin-left: 8px;
    content: url("");
}

.reviews__load-less {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.reviews__load-less:after {
    -webkit-transform: scale(0.8) rotate(180deg);
    transform: scale(0.8) rotate(180deg);
    margin-bottom: 4px;
    margin-left: 8px;
    content: url("");
}

.table {
    width: 100%;
    position: relative;
    transition: opacity 400ms ease;
}

.table.loading {
    opacity: 0;
}

.table .table__wrapper,
.table .table__header {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    transition: height 400ms ease;
}

.table .table__header {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 10;
    overflow: hidden;
}

.table .table__header-title {
    margin: 0 0 20px 0;
}

@media screen and (min-width: 1200px) {
    .table .table__header {
        top: 111px;
    }
}

.table .table__header-img {
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    margin-bottom: 20px;
}

.table .table__wrapper td {
    padding-left: 25px;
}

@media screen and (min-width: 768px) {
    .table .table__wrapper td {
        padding-left: 15px;
    }
}

.table .table__wrapper td .flexbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (min-width: 768px) {
    .table .table__wrapper td .flexbox {
        -ms-flex-align: center;
        align-items: center;
    }
}

.table table {
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}

.table table colgroup col {
    width: 160px;
}

@media screen and (min-width: 768px) {
    .table table colgroup col {
        width: 235px;
    }
}

.table table colgroup col:first-of-type {
    width: 115px;
}

@media screen and (min-width: 768px) {
    .table table colgroup col:first-of-type {
        width: 200px;
    }
}

.table table tr:first-of-type th:first-of-type {
    z-index: 2;
}

.table table tr td,
.table table tr th {
    background-color: #fff;
    padding: 5px;
    border-bottom: 1px solid #b1b2b3;
}

@media screen and (min-width: 768px) {
    .table table tr td,
    .table table tr th {
        padding: 15px;
    }
}

.table table tr th:first-of-type {
    padding-left: 0;
    border-right: 1px solid #b1b2b3;
    border-bottom: 1px solid #b1b2b3;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
}

.table__more,
.table__less {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 30px 0;
}

.table__more:before,
.table__less:before {
    display: block;
    width: 100%;
    content: url("");
}

.table__less:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tile-cloud {
    padding-top: 60px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media screen and (min-width: 992px) {
    .tile-cloud {
        padding-top: 25px;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .tile-cloud .teaser--default {
        margin-bottom: 0;
    }
    .tile-cloud .teaser--cloud:nth-last-child(1) {
        margin-top: 75px;
    }
    .tile-cloud .teaser--cloud .teaser__item:nth-child(2) {
        margin-bottom: -5px;
    }
    .tile-cloud .col-md-pull-7 .teaser__item:nth-child(2) {
        margin-bottom: -5px;
    }
}

.tile-cloud .wrapper--bordered {
    padding: 30px 10px 16px 20px;
}

@media (max-width: 767px) {
    .tile-cloud .teaser__item:nth-child(1) {
        padding-right: 5px;
    }
    .tile-cloud .teaser__item:nth-child(2) {
        padding-left: 5px;
    }
}

@media screen and (min-width: 992px) {
    .tile-cloud__wrapper {
        display: -ms-flexbox;
        display: flex;
    }
}

.tile-cloud__intro {
    margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .tile-cloud__intro {
        margin-bottom: 25px;
        -ms-flex-item-align: center;
        align-self: center;
    }
}

.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

.product-highlight-slider {
    position: relative;
    min-height: 500px;
    margin: 0 auto;
    max-width: 500px;
}

.product-highlight-slider > div {
    display: none;
}

.product-highlight-slider > div[class*='product-highlight-slider'] {
    display: block;
}

.product-highlight-slider__item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1000ms ease;
}

.product-highlight-slider__item.active {
    opacity: 1;
}

.product-highlight-slider__pagination {
    position: absolute;
    bottom: 0;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.product-highlight-slider__bullet {
    display: inline-block;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    border: 1px solid #009a3b;
    border-radius: 50%;
    transition: background-color 1000ms ease;
    cursor: pointer;
}

.product-highlight-slider__bullet.active {
    background-color: #009a3b;
}

.offer-list h4 {
    margin: 40px 0 30px 0;
}

.ks-attachment {
    overflow: hidden;
    position: relative;
}

.ks-attachment .product-highlight-slider {
    max-width: none;
    padding-top: 56.25%;
    box-sizing: content-box;
}

@media (max-width: 767px) {
    .ks-attachment .product-highlight-slider {
        padding-top: 75%;
    }
}

.ks-attachment .product-highlight-slider__pagination {
    margin: 6px 0;
    bottom: auto;
}

.ks-attachment__base {
    width: 100%;
    left: 100vw;
    right: auto;
    top: 0;
    bottom: auto;
    opacity: 1;
    padding-top: 56.25%;
}

@media (max-width: 767px) {
    .ks-attachment__base {
        padding-top: 75%;
        left: 125vw;
    }
}

.ks-attachment__base img {
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
}

.ks-attachment__base.active {
    left: 0;
}

.ks-attachment__attachment {
    width: 100%;
    left: 100vw;
    right: auto;
    top: 0;
    bottom: auto;
    opacity: 1;
    padding-top: 56.25%;
}

@media (max-width: 767px) {
    .ks-attachment__attachment {
        padding-top: 75%;
        left: 125vw;
    }
}

.ks-attachment__attachment img {
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
}

.ks-attachment__attachment.active {
    left: 0;
}

.ks-attachment__background-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

@media (max-width: 767px) {
    .ks-attachment__background-image {
        padding-top: 75%;
    }
}

.ks-attachment__background-image img {
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
}

.ks-attachment__background-content {
    padding-top: 35px;
}

.checkout {
    position: relative;
}

.checkout__title svg {
    margin-right: 30px;
    width: 42px;
}

@media (max-width: 767px) {
    .checkout__title svg {
        margin-right: 15px;
        width: 24px;
    }
}

.checkout__progress {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.checkout__progress .separator {
    margin: 45px 8px;
    position: relative;
    top: -8px;
}

.checkout__progress-indicator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 1px solid #b1b2b3;
    color: #b1b2b3;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .checkout__progress-indicator {
        width: 60px;
        height: 60px;
    }
}

.checkout__progress-step {
    text-align: center;
}

@media (max-width: 767px) {
    .checkout__progress-step {
        max-width: 60px;
        font-size: 12px;
    }
}

.checkout__progress-step.active {
    color: #009a3b;
}

.checkout__progress-step.active .checkout__progress-indicator {
    border-color: #009a3b;
    background-color: #009a3b;
    color: white;
}

.checkout__progress-step.done {
    color: #009a3b;
}

.checkout__progress-step.done .checkout__progress-indicator {
    border-color: #009a3b;
}

.checkout__progress-step.done .checkout__progress-indicator:before {
    content: url("");
    height: 24px;
}

.checkout__address-option {
    margin: 30px 0;
}

.checkout__payment-option {
    white-space: nowrap;
}

.checkout__form .ceckbox-indent {
    margin-left: 30px;
}

.checkout__form-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.checkout__form-title button {
    margin-left: 30px;
}

.checkout__overview {
    background-color: #e8eded;
    border-radius: 18px;
    padding: 30px;
}

.checkout__overview .price-info__price {
    margin-bottom: 0;
}

.checkout__overview .price-info__price .price-info__value {
    font-size: 15px;
}

@media screen and (max-width: 991px) {
    .checkout__overview {
        display: none;
    }
}

@media (max-width: 767px) {
    .checkout .radio-inline {
        margin-right: 30px;
    }
}

.checkout__payment .radio-inline {
    display: block;
}

.checkout__payment .radio-inline .control-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.checkout__payment .radio-inline .control-label:before,
.checkout__payment .radio-inline .control-label:after {
    top: auto;
}

.checkout__payment-image {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
}

.checkout__selection {
    margin-bottom: 15px;
}

.checkout__selection-payment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout__article {
    padding: 15px 0;
}

.checkout__article-info {
    margin-top: 15px;
}

.checkout__giftcard {
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .checkout.checkout--final .checkout__title {
        position: absolute;
        top: 0;
    }
    .checkout.checkout--final .checkout__progress {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 15px;
        width: 100%;
        margin-top: 60px;
    }
    .checkout.checkout--final .checkout__progress .separator {
        margin: 35px 8px;
    }
    .checkout.checkout--final .checkout__overview {
        margin-top: 180px;
        display: block;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
}

.calculator-wrapper .calculator-bg {
    background: url("urn:scrapbook:download:error:https://www.vorwerk.com/etc.clientlibs/vorwerk/base/clientlibs/clientlib-calorie/img/bg-desktop.jpg") no-repeat;
    background-size: contain;
    height: 0;
    margin-bottom: -15%;
    padding-bottom: 33.33%;
}

@media screen and (max-width: 768px) {
    .calculator-wrapper .calculator-bg {
        background: url("urn:scrapbook:download:error:https://www.vorwerk.com/etc.clientlibs/vorwerk/base/clientlibs/clientlib-calorie/img/bg-mobile.jpg") no-repeat;
        background-size: cover;
        margin-bottom: 0;
        padding-bottom: 50%;
    }
}

.elegant-title {
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.elegant-title:after {
    border-top: 3px solid #222d67;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
}

.multistepform.form-calculator .slideWrapper .btnWrap {
    bottom: 0;
    width: 100%;
}

.multistepform.form-calculator .slideWrapper .btnWrap .nextStep {
    margin-right: -50px;
}

.multistepform.form-calculator .slideWrapper .btnWrap.showPrev .nextStep {
    margin-right: 0;
}

.multistepform.form-calculator .formFoot {
    bottom: -60px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .multistepform.form-calculator .formFoot {
        bottom: -20px;
    }
}

.form-calculator .form-group {
    border: none !important;
}

.form-calculator .calc-result-wrapper {
    background: white;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    transition: -webkit-transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
    z-index: -1;
}

.form-calculator .calc-result-wrapper.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 1;
}

.form-calculator .calc-result-wrapper .resetForm {
    cursor: pointer;
}

.form-calculator .calc-result-wrapper .calc-result {
    text-align: center;
}

.form-calculator .calc-result-wrapper .calc-result .flex {
    display: block;
}

.form-calculator .calc-result-wrapper .calc-result-value {
    font-size: 5rem;
    line-height: 1;
}

.form-calculator .calc-result-wrapper .calc-result small {
    color: #ccc;
}

.form-calculator .horizontal-radios {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.form-calculator .horizontal-radios .radio {
    -ms-flex: 0.5 1 20%;
    flex: 0.5 1 20%;
    margin: 0 5px 0 0;
}

.form-calculator .horizontal-radios .radio label {
    background: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.125);
    color: #444;
    font-size: 16px;
    margin: 0;
    padding: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.form-calculator .horizontal-radios .radio label:hover {
    background: #f3f0f6;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.25);
}

.form-calculator .horizontal-radios .radio label:hover:active {
    background: #28357a;
    color: #fff;
}

.form-calculator .horizontal-radios .radio label:hover:active span {
    border-color: #fff;
}

.form-calculator .horizontal-radios .radio label:hover:active svg {
    fill: #fff;
}

.form-calculator .horizontal-radios .radio label:before,
.form-calculator .horizontal-radios .radio label:after {
    display: none;
}

.form-calculator .horizontal-radios .radio input {
    display: none;
}

.form-calculator .horizontal-radios .radio input:checked ~ label {
    background: #222d67;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.form-calculator .horizontal-radios .radio input:checked ~ label span {
    border-color: #fff;
}

.form-calculator .horizontal-radios .radio input:checked ~ label svg {
    fill: #fff;
}

.form-calculator .horizontal-radios.svg-centered .radio label {
    min-height: 160px;
}

.form-calculator .horizontal-radios.svg-centered .radio label span {
    border-bottom: 1px solid #444;
    display: block;
    padding-bottom: 3px;
}

.form-calculator .horizontal-radios.svg-centered .radio label svg {
    margin: 10px auto;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 35%;
}

.form-calculator .horizontal-radios.svg-left {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.form-calculator .horizontal-radios.svg-left .radio {
    -ms-flex: 0.5 0.5 40%;
    flex: 0.5 0.5 40%;
    margin: 0 10px 10px 0;
}

.form-calculator .horizontal-radios.svg-left .radio label {
    min-height: 65px;
}

.form-calculator .horizontal-radios.svg-left .radio label span {
    display: inline-block;
    line-height: 1.2;
    margin-left: 32%;
}

.form-calculator .horizontal-radios.svg-left .radio label svg {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 8%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 65%;
    width: 26%;
}

@media screen and (max-width: 992px) {
    .form-calculator .form-group {
        margin-bottom: 50px;
    }
    .form-calculator .horizontal-radios {
        padding: 0 !important;
    }
}

.fresh-tabs {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
    margin: 25px 0 50px;
}

.fresh-tabs .nav-tabs {
    background: #f0f0f0;
    border: none;
    border-radius: 10px 10px 0 0;
    display: -ms-flexbox;
    display: flex;
}

.fresh-tabs .nav-tabs li {
    -ms-flex: 0.5 1 50%;
    flex: 0.5 1 50%;
}

.fresh-tabs .nav-tabs li:first-child {
    border-radius: 10px 0 0 0;
}

.fresh-tabs .nav-tabs li:last-child {
    border-radius: 0 10px 0 0;
}

.fresh-tabs .nav-tabs li a {
    border-radius: inherit;
    color: #444;
    font-size: 2.25rem;
    font-weight: lighter;
    height: 102px;
    margin-right: 0;
    padding: 40px;
}

.fresh-tabs .nav-tabs li a:hover {
    background: none;
    border: none;
}

.fresh-tabs .nav-tabs li.active {
    border-radius: 10px 10px 0 0;
}

.fresh-tabs .nav-tabs li.active a {
    background: white;
    border: none;
    color: #009a3b;
}

.fresh-tabs .tab-content {
    padding: 40px;
}

@media screen and (max-width: 992px) {
    .fresh-tabs {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .fresh-tabs .nav-tabs li a,
    .fresh-tabs .tab-content {
        padding: 16px;
    }
    .fresh-tabs .tab-content {
        padding-bottom: 20px;
    }
}

.product-configurator .fz-96 {
    font-size: 96px;
    line-height: 0.4;
}

.product-configurator .fz-68 {
    font-size: 68px;
}

.product-configurator .fz-50 {
    font-size: 50px;
    line-height: 1.25;
}

@media (max-width: 767px) {
    .product-configurator .fz-96 {
        font-size: 72px;
    }
    .product-configurator .fz-68 {
        font-size: 50px;
    }
    .product-configurator .fz-50 {
        font-size: 38px;
    }
}

.product-configurator .konfigurator_set-section {
    display: none;
    margin-top: 40px;
    margin-bottom: 150px;
}

.product-configurator .konfigurator_set-section.active {
    display: block;
}

.product-configurator .konfigurator_set-section img {
    max-width: 100%;
    height: auto;
}

.product-configurator .konfigurator_set-section .price-details .price {
    float: none;
    margin-right: 0;
    height: auto;
}

.product-configurator .konfigurator_set-section .step-title {
    padding-top: 20px;
}

.product-configurator .konfigurator_set-section .step-title h2 {
    display: table;
    margin: 0 auto 33px;
    padding-top: 20px;
    line-height: 1;
}

.product-configurator .konfigurator_set-section .step-title h2 .text-right {
    display: block;
    padding-right: 6px;
}

.product-configurator .konfigurator_set-section .step-title .img-block {
    max-width: 175px;
    margin: 0 auto 66px;
}

.product-configurator .konfigurator_set-section .steps-container {
    counter-reset: list 0;
    margin-bottom: 40px;
    width: calc(100% - 6px);
}

.product-configurator .konfigurator_set-section .steps-container .step-elem {
    position: relative;
    display: block;
    width: 33.3333333333%;
    float: left;
    z-index: 1;
}

.product-configurator
    .konfigurator_set-section
    .steps-container
    .step-elem:nth-child(1) {
    z-index: 3;
}

.product-configurator
    .konfigurator_set-section
    .steps-container
    .step-elem:nth-child(2) {
    z-index: 2;
}

.product-configurator
    .konfigurator_set-section
    .steps-container
    .step-elem.active
    a {
    padding-left: 22px;
    background-color: #009a3b;
    cursor: pointer;
}

.product-configurator
    .konfigurator_set-section
    .steps-container
    .step-elem.active
    a:before {
    display: none;
}

.product-configurator
    .konfigurator_set-section
    .steps-container
    .step-elem.active
    a:after {
    background-color: #009a3b;
}

.product-configurator
    .konfigurator_set-section
    .steps-container
    .step-elem.active
    + .active
    a {
    padding: 9px 0 10px 38px;
}

.product-configurator
    .konfigurator_set-section
    .steps-container
    .step-elem.active
    + .active
    a:before {
    display: block;
    background-color: #fff;
}

.product-configurator .konfigurator_set-section .steps-container .step-elem a {
    display: block;
    background-color: #b1b2b3;
    width: calc(100% - 15px);
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 9px 38px 10px 38px;
}

.product-configurator
    .konfigurator_set-section
    .steps-container
    .step-elem
    a:before,
.product-configurator
    .konfigurator_set-section
    .steps-container
    .step-elem
    a:after {
    position: absolute;
    display: block;
    content: '';
    background-color: #fff;
    width: 28px;
    height: 28px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-configurator
    .konfigurator_set-section
    .steps-container
    .step-elem
    a:before {
    left: -14px;
}

.product-configurator
    .konfigurator_set-section
    .steps-container
    .step-elem
    a:after {
    right: 0;
    background-color: #b1b2b3;
    z-index: -1;
}

.product-configurator
    .konfigurator_set-section
    .steps-container
    .step-elem
    .text:before {
    display: inline-block;
    counter-increment: list;
    content: counter(list) '.';
    margin-right: 0.2em;
}

.product-configurator .konfigurator_set-section .check-block {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 2px solid #b1b2b3;
    width: 42px;
    height: 42px;
    left: -35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .product-configurator .konfigurator_set-section .check-block {
        bottom: -31px;
        left: 50%;
        width: 62px;
        height: 62px;
    }
}

.product-configurator .konfigurator_set-section .checkmark-icon {
    display: none;
    width: 75%;
    height: 100%;
    margin: auto;
}

.product-configurator .konfigurator_set-section .checkmark-icon:before {
    background: url("")
        no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    top: 26%;
}

.product-configurator .konfigurator_set-section [data-selected-step] {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.product-configurator .konfigurator_set-section [data-selected-step].active {
    position: relative;
    z-index: 1;
    visibility: visible;
    opacity: 1;
}

.product-configurator .konfigurator_set-section .steps-nav {
    margin-top: 20px;
}

@media screen and (min-width: 1200px) {
    .product-configurator .konfigurator_set-section .steps-nav {
        margin-top: 55px;
    }
}

.product-configurator .konfigurator_set-section .steps-nav .button {
    text-transform: capitalize;
}

.product-configurator
    .konfigurator_set-section
    .steps-nav
    .button.hidden
    + .button {
    margin-left: 0;
}

.product-configurator .konfigurator_set-section .steps-nav .steps-nav-progress {
    list-style: none;
    list-style-position: inside;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0;
}

.product-configurator
    .konfigurator_set-section
    .steps-nav
    .steps-nav-progress
    li {
    position: relative;
    float: left;
    margin-right: 15px;
}

.product-configurator
    .konfigurator_set-section
    .steps-nav
    .steps-nav-progress
    li:last-child {
    margin-right: 0;
}

.product-configurator
    .konfigurator_set-section
    .steps-nav
    .steps-nav-progress
    li.active
    a:not(.btn) {
    border-color: #009a3b;
    color: #009a3b;
}

.product-configurator
    .konfigurator_set-section
    .steps-nav
    .steps-nav-progress
    li
    a:not(.btn) {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    width: 33px;
    height: 33px;
    border: 1px solid #b1b2b3;
    color: #b1b2b3;
    font-family: 'MerriweatherRegular', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-size: 21px;
    text-decoration: none;
    outline: none;
    border-radius: 50%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-configurator
    .konfigurator_set-section
    .steps-nav
    .steps-nav-progress
    li
    a:not(.btn)
    span {
    margin: auto;
}

.product-configurator .konfigurator_set-section .button--textlink {
    margin-left: 0;
    margin-top: 10px;
}

.product-configurator .konfigurator_set-section .popup-block {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    width: 102%;
    height: 100%;
    z-index: 9999;
}

.product-configurator .konfigurator_set-section .popup-block .icon--plus {
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: scale(0.9) rotate(45deg);
    transform: scale(0.9) rotate(45deg);
    padding-right: 0;
    position: absolute;
    float: right;
    right: -10px;
    top: -15px;
}

.product-configurator
    .konfigurator_set-section
    .popup-block
    .icon--plus:before {
    top: 4px;
    left: 4px;
}

.product-configurator .konfigurator_set-section .popup-block .error-massage {
    position: relative;
    width: 350px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1199px) {
    .product-configurator
        .konfigurator_set-section
        .konfigurator_set-step
        .content-block {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .product-configurator
        .konfigurator_set-section
        .konfigurator_set-step
        .content-block {
        display: block !important;
    }
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step
    .wrapper--bordered {
    margin: 0 20px 0 20px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .product-configurator
        .konfigurator_set-section
        .konfigurator_set-step
        .wrapper--bordered {
        margin-bottom: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step
    .title-block.visible-xs-block {
    margin-top: 15px;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step
    .type-block.active
    .check-block {
    background-color: #009a3b;
    border: 2px solid #009a3b;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step
    .type-block.active
    .check-block
    .checkmark-icon {
    display: block;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step
    .type-block.active
    .img-block
    .img-desktop {
    border: 2px solid #009a3b;
    box-shadow: none;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step
    .type-block.active
    .wrapper--bordered {
    box-shadow: 0 0 0 2px #009a3b;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step
    .type-block
    .img-block {
    cursor: pointer;
    position: relative;
}

@media screen and (min-width: 768px) {
    .product-configurator
        .konfigurator_set-section
        .konfigurator_set-step
        .type-block
        .img-block {
        margin-bottom: 60px;
    }
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step
    .type-block
    .img-block
    .img-desktop {
    border: 2px solid #b1b2b3;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.25);
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step
    .type-block
    .img-block
    .img-mob
    img {
    margin: 0 auto;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step
    .type-block
    .list-block
    li:before {
    line-height: 1.5;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step
    .type-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step
    .type-container
    .type-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_1
    .list-green-checkmark {
    margin-bottom: 15px;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_1
    .content-block
    .title-block
    h5 {
    margin-bottom: 20px;
}

.product-configurator .konfigurator_set-section .konfigurator_set-step_2 {
    display: none;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_2.active {
    display: block;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_2
    .wrapper--bordered {
    padding: 5px 15px 20px 15px;
}

@media screen and (max-width: 1199px) {
    .product-configurator
        .konfigurator_set-section
        .konfigurator_set-step_2
        .check-block {
        top: -45px;
        left: -10px;
    }
    .product-configurator
        .konfigurator_set-section
        .konfigurator_set-step_2
        .title-block
        h2 {
        margin-bottom: 10px;
    }
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_2
    .type-block
    .spec-text {
    text-transform: uppercase;
    text-align: center;
    height: 23px;
    margin-bottom: 5px;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_2
    .type-block
    .content-block {
    text-align: center;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_2
    .type-block
    .content-block
    p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .product-configurator
        .konfigurator_set-section
        .konfigurator_set-step_2
        .type-block
        .img-block {
        margin-bottom: 50px;
    }
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_2
    .type-block
    .img-block
    .img-desktop {
    width: 160px;
    margin: 0 auto;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_3
    .type-block {
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_3
    .icon--plus {
    float: none;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

@media screen and (min-width: 1200px) {
    .product-configurator
        .konfigurator_set-section
        .konfigurator_set-step_3
        .type-container {
        margin: 30px 0 60px 0;
    }
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_3
    .mob
    .title-block
    h3 {
    margin-right: 18px;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_3
    .check-block {
    bottom: -31px;
}

@media screen and (max-width: 1199px) {
    .product-configurator
        .konfigurator_set-section
        .konfigurator_set-step_3
        .check-block {
        bottom: auto;
        top: 50%;
        left: -25px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_3
    .wrapper--bordered {
    padding: 20px 20px 40px 20px;
}

@media screen and (max-width: 1199px) {
    .product-configurator
        .konfigurator_set-section
        .konfigurator_set-step_3
        .wrapper--bordered {
        width: 100%;
    }
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_3
    .price-container {
    position: absolute;
    bottom: 40px;
    right: 15px;
}

@media screen and (max-width: 1199px) {
    .product-configurator
        .konfigurator_set-section
        .konfigurator_set-step_3
        .price-container {
        position: static;
    }
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_3
    .price-container
    .price-details {
    margin-bottom: 15px;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_3
    .price-container
    .price-details
    .price {
    font-size: 32px;
}

.product-configurator .konfigurator_set-section .konfigurator-choice {
    width: 80%;
    margin: 0 auto 50px;
}

@media screen and (max-width: 1199px) {
    .product-configurator .konfigurator_set-section .konfigurator-choice {
        width: 100%;
    }
}

.product-configurator
    .konfigurator_set-section
    .konfigurator-choice
    .content-block {
    float: left;
    position: relative;
}

.product-configurator .konfigurator_set-section .konfigurator-choice h4 {
    width: 55%;
    float: left;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator-choice
    .img-block {
    width: 45%;
    float: right;
    padding-left: 14%;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator-choice
    .text-container {
    width: 55%;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator-choice
    .price-block {
    width: 55%;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 1199px) {
    .product-configurator
        .konfigurator_set-section
        .konfigurator-choice
        .price-block {
        position: static;
    }
}

.product-configurator
    .konfigurator_set-section
    .konfigurator-choice
    .price-block
    .price-details
    .price {
    font-size: 42px;
    margin-bottom: 5px;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator-choice
    .price-details
    .delivery-status,
.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_3
    .price-details
    .delivery-status,
.product-configurator
    .konfigurator_set-section
    .sum-total
    .price-details
    .delivery-status {
    margin-top: 3px;
    line-height: 16px;
}

.product-configurator
    .konfigurator_set-section
    .konfigurator-choice
    .price-details
    .delivery-status:before,
.product-configurator
    .konfigurator_set-section
    .konfigurator_set-step_3
    .price-details
    .delivery-status:before,
.product-configurator
    .konfigurator_set-section
    .sum-total
    .price-details
    .delivery-status:before {
    margin-left: -18px;
}

.product-configurator .konfigurator_set-section .info-btn {
    width: 32px;
    height: 32px;
    background-color: #009a3b;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 10px;
}

.product-configurator .konfigurator_set-section .info-btn span {
    display: inline-block;
    color: #fff;
    line-height: 32px;
    font-size: 26px;
}

.product-configurator .konfigurator_set-section .type-plus-block .text-block p {
    margin-bottom: 15px;
}

.product-configurator .konfigurator_set-section .type-plus-block .desktop {
    min-height: 420px;
    padding-bottom: 80px;
}

.product-configurator
    .konfigurator_set-section
    .type-plus-block
    .desktop
    .img-block {
    margin-bottom: 30px;
    height: 100px;
}

.product-configurator
    .konfigurator_set-section
    .type-plus-block
    .desktop
    .img-block
    img {
    display: block;
    margin: 0 auto;
}

.product-configurator
    .konfigurator_set-section
    .type-plus-block
    .desktop
    .info-btn {
    float: right;
}

.product-configurator
    .konfigurator_set-section
    .type-plus-block
    .desktop
    .title-block {
    width: 80%;
}

.product-configurator .konfigurator_set-section .type-plus-block .text-block {
    display: none;
    margin-bottom: 20px;
}

.product-configurator .konfigurator_set-section .sum-total {
    margin: 0 auto 35px;
    text-align: center;
}

.product-configurator .konfigurator_set-section .sum-total h4 {
    margin-bottom: 15px;
}

.product-configurator .konfigurator_set-section .sum-total .price-details {
    margin-bottom: 25px;
}

.product-configurator
    .konfigurator_set-section
    .sum-total
    .price-details
    .price {
    font-size: 42px;
    color: #113c2b;
    margin-bottom: 5px;
}

.product-configurator .konfigurator_set-section .offer-container .offer-block {
    display: none;
}

.product-configurator
    .konfigurator_set-section
    .offer-container
    .offer-block.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-configurator
    .konfigurator_set-section
    .offer-container
    .offer-block.active
    .wrapper--bordered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    margin: 0 20px 0 20px;
    padding: 20px 20px 10px 20px;
}

.product-configurator
    .konfigurator_set-section
    .offer-container
    .price-details
    .price {
    font-size: 32px;
    margin-bottom: 5px;
}

.product-configurator .konfigurator_set-section .offer-container .img-block {
    margin-bottom: 20px;
}

.product-configurator
    .konfigurator_set-section
    .offer-container
    .content-block
    p {
    margin-bottom: 10px;
}

.product-selector .col-xs-6:nth-child(odd) {
    padding-right: 7px;
}

.product-selector .col-xs-6:nth-child(even) {
    padding-left: 7px;
}

.product-selector__content {
    border: 1px solid #b1b2b3;
    border-radius: 3px;
}

@media screen and (max-width: 991px) {
    .product-selector__content {
        max-height: 0;
        overflow: hidden;
        border: none;
        margin-top: -1px;
        transition: none;
    }
    .product-selector__content.active {
        max-height: 2000px;
        border: 1px solid #b1b2b3;
        transition: max-height 800ms ease;
    }
}

.product-selector__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-selector__brands {
    position: relative;
    background-color: #e8eded;
    padding: 30px;
    border-right: 1px solid #b1b2b3;
}

@media screen and (max-width: 991px) {
    .product-selector__brands {
        background-color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px;
        border: none;
    }
}

.product-selector__brand {
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}

.product-selector__brand:hover {
    color: #009a3b;
}

.product-selector__brand-image {
    border: 1px solid #b1b2b3;
    border-radius: 3px;
    display: inline-block;
}

.product-selector__brand.active {
    color: #009a3b;
}

.product-selector__brand.active .product-selector__brand-image {
    border-color: #009a3b;
    border-width: 2px;
}

.product-selector__brand.active .product-selector__brand-image:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #b1b2b3;
    border-left: none;
    border-bottom: none;
    background-color: #e8eded;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px;
    bottom: 0;
    right: -40px;
    margin: auto;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .product-selector__brand.active .product-selector__brand-image:after {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .product-selector__brand {
        margin-bottom: 0;
    }
}

.product-selector__background {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.product-selector__background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.product-selector__background [data-ps-target] {
    display: none;
}

.product-selector__background [data-ps-target].active {
    display: block;
}

@media screen and (max-width: 991px) {
    .product-selector__background {
        display: none;
    }
}

.product-selector__menu {
    position: absolute;
    left: -100%;
    height: 100%;
    transition: left ease 800ms;
    background-color: #e5e5e5;
    border-right: 1px solid #b1b2b3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}

.product-selector__menu-wrapper {
    padding: 0;
    overflow: hidden;
}

.product-selector__menu-item {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-height: 1px;
    max-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.product-selector__menu-item-title {
    cursor: pointer;
}

.product-selector__menu-item-title:hover {
    color: #009a3b;
}

.product-selector__menu-item-title.active {
    color: #009a3b;
}

.product-selector__menu-item-title.active:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #b1b2b3;
    border-left: none;
    border-bottom: none;
    background-color: #e5e5e5;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    z-index: 2;
}

.product-selector__menu-item-title.active:hover {
    color: #006727;
}

@media screen and (max-width: 991px) {
    .product-selector__menu-item {
        position: relative;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        max-height: none;
    }
    .product-selector__menu-item-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0;
    }
    .product-selector__menu-item-title:after {
        display: block;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        height: 20px;
        background: none;
        border: none;
        content: url("");
    }
    .product-selector__menu-item-title.active:after {
        display: block;
        height: 20px;
        background: none;
        border: none;
        -webkit-transform: rotate(180deg) scale(0.9);
        transform: rotate(180deg) scale(0.9);
        position: static;
        margin: 0;
        content: url("");
    }
    .product-selector__menu.active .product-selector__menu-item {
        border-top: 1px solid #b1b2b3;
    }
}

.product-selector__menu.active {
    left: 0;
}

@media screen and (max-width: 991px) {
    .product-selector__menu {
        position: relative;
        max-height: 0;
        top: 0;
        left: 0;
        background-color: #fff;
        padding: 0 15px;
        height: auto;
        transition: none;
        border: none;
    }
    .product-selector__menu.active {
        max-height: 2000px;
        z-index: 1;
        transition: max-height 800ms ease;
    }
}

.product-selector__sub-menu {
    background-color: #fff;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 0;
    transition: all 800ms ease;
    opacity: 0;
    overflow: hidden;
}

.product-selector__sub-menu-inner {
    min-width: 500px;
    transition: all 800ms ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 30px;
}

.product-selector__sub-menu .product-selector__sub-menu-inner {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .product-selector__sub-menu-inner {
        width: 100%;
        padding: 0;
        -ms-flex-pack: justify;
        justify-content: space-between;
        transition: none;
    }
}

.product-selector__sub-menu.active {
    opacity: 1;
    right: -302%;
    width: calc(302% - 1px);
}

@media screen and (max-width: 991px) {
    .product-selector__sub-menu {
        max-height: 0;
        overflow: hidden;
        position: static;
        width: 100%;
    }
    .product-selector__sub-menu.active {
        left: 0;
        max-height: 1000px;
        transition: max-height 800ms ease;
        width: 100%;
    }
}

.product-selector__model {
    padding: 4px;
    -ms-flex: 0 1 16.66667%;
    flex: 0 1 16.66667%;
    cursor: pointer;
}

.product-selector__model:hover {
    color: #009a3b;
}

.product-selector__model-image {
    box-sizing: border-box;
    display: inline-block;
    height: 85px;
    width: 85px;
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden;
}

.product-selector__model-image img {
    max-width: 100%;
    max-height: 100%;
}

.product-selector__model.active {
    color: #009a3b;
}

.product-selector__model.active .product-selector__model-image {
    border: 2px solid #009a3b;
    border-radius: 3px;
}

@media screen and (max-width: 991px) {
    .product-selector__model {
        padding: 15px 4px;
        border-top: 1px solid #b1b2b3;
    }
    .product-selector__menu:not(.active) .product-selector__model {
        border-top: none;
    }
    .product-selector__sub-menu .product-selector__model {
        border-top: none;
    }
}

.product-selector__mobile-toggle {
    display: none;
    padding: 8px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    border: 1px solid #b1b2b3;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.product-selector__mobile-toggle:after {
    display: block;
    margin-top: 2px;
    margin-right: 5px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    height: 20px;
    content: url("");
}

.product-selector__mobile-toggle.active {
    padding-bottom: 20px;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}

.product-selector__mobile-toggle.active:after {
    margin-top: -6px;
    margin-right: -3px;
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
    content: url("");
}

@media screen and (max-width: 991px) {
    .product-selector__mobile-toggle {
        display: -ms-flexbox;
        display: flex;
    }
}

.delivery-scope__image {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (min-width: 768px) {
    .delivery-scope__image {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.delivery-scope__content-title {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .fancybox-content {
        width: 99% !important;
        margin: 0 auto;
    }
}

.labelizer {
    margin-bottom: 100px;
}

.labelizer:before,
.labelizer:after {
    display: table;
    content: ' ';
}

.labelizer:after {
    clear: both;
}

.labelizer .form-default {
    margin-bottom: 0;
}

.labelizer .label-form {
    transition: opacity 0.5s ease;
}

.labelizer .design {
    width: 100%;
}

.labelizer .design .background {
    position: relative;
    width: 450px;
    height: 450px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.5s ease-in-out;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .labelizer .design .background {
        width: 348px;
        height: 348px;
    }
}

@media (max-width: 767px) {
    .labelizer .design .background {
        width: 296px;
        height: 296px;
    }
}

.labelizer .design .fileUpload {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.labelizer .color-picker {
    display: block;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    opacity: 0.5;
    background-color: #efefef;
    border-radius: 4px;
}

.labelizer .color-picker.selected {
    opacity: 1;
}

.labelizer .design {
    position: relative;
}

.labelizer .design .background > div {
    position: absolute;
    left: 50%;
    overflow: hidden;
    width: 80%;
    margin-left: -40%;
    text-align: center;
    opacity: 1;
    transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.labelizer .design .background > div.align-center,
.labelizer .design .background > div.align-bottom {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.labelizer .design .background > div.align-center span,
.labelizer .design .background > div.align-bottom span {
    position: relative;
    display: block;
}

.labelizer .design .background > div.align-center span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.labelizer .design .background > div.align-bottom span {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.labelizer .design .background > div.curved .curved-container {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.labelizer .design .made {
    font-family: 'Arial';
    top: 80.2%;
}

@media (max-width: 767px) {
    .labelizer .carousel {
        margin-top: 0;
        margin-bottom: 85px;
    }
}

.labelizer .carousel .position {
    line-height: 60px;
    position: absolute;
    bottom: -70px;
    width: 100%;
    text-align: center;
}

.labelizer .carousel .carousel-control {
    z-index: 10;
    top: auto;
    bottom: -70px;
    height: 60px;
    color: #b1b2b3;
    background: 0 0;
    font-size: 35px;
}

.labelizer .carousel .carousel-control:hover {
    color: #009a3b;
}

.labelizer .carousel .carousel-inner {
    min-height: 296px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .labelizer .carousel .carousel-inner {
        min-height: 348px;
    }
}

@media screen and (min-width: 992px) {
    .labelizer .carousel .carousel-inner {
        min-height: 450px;
    }
}

.labelizer .carousel .carousel-inner.loading {
    background: url("") center no-repeat;
}

.labelizer .multiline-info {
    font-size: 11px;
    display: none;
    margin-left: 3px;
    color: #6d6e71;
}

.labelizer .multiline + .multiline-info {
    display: block;
}

.labelizer .form-group.multiline {
    margin-bottom: 0;
}

.labelizer button.color-picker.selected {
    background: #fa8b0a;
}

.labelizer #savePdf {
    margin-top: 23px;
    display: block;
    width: 100%;
    white-space: inherit;
}

.labelizer #addtoCart {
    margin-top: 23px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.labelizer .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.labelizer #price-popover {
    margin-left: 8px;
}

.labelizer #minicart {
    position: fixed;
    right: -40px;
    top: calc(50vh);
    z-index: 500;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: right 0.5s ease;
    background: #068a36;
    background: linear-gradient(to right, #068a36 0%, #38ab3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#068a36', endColorstr='#38ab3d', GradientType=1);
    width: 30px;
    text-decoration: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    font-family: 'Open Sans', Verdana;
    display: block;
    padding-bottom: 20px;
}

.labelizer #minicart .count {
    display: block;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    height: 22px;
    width: 22px;
    margin: 0 auto;
    color: #068a36;
    line-height: 19px;
    letter-spacing: 1px;
}

.labelizer #minicart .rotate {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 30px;
    padding: 5px 0 20px;
}

.labelizer #minicart.viewport-animate-active {
    right: 0;
    transition: right 0.5s ease;
}

.labelizer .fileUpload {
    width: 100%;
}

.labelizer .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.labelizer.sliding .background > div {
    opacity: 0;
}

#labelizer-upload-form {
    margin-top: -20px;
}

#labelizer-upload-form .form-group {
    position: static;
}

#labelizer-upload-form .uploadSpinner {
    display: none;
}

#labelizerCrop .modal-dialog {
    margin-top: 20vh;
}

#labelizerCrop .uploadPreview {
    margin-top: -10px;
    background: #ececec;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

#labelizerCrop .cropit-preview {
    background-size: cover;
    width: 200px;
    height: 200px;
    margin: 50px auto;
}

#labelizerCrop .cropit-preview-image-container {
    cursor: move;
    border-radius: 50%;
    z-index: 10;
    border: 4px solid #009a3b;
}

#labelizerCrop .cropit-preview-background {
    opacity: 0.2;
}

#labelizerCrop .cropit-preview.cropit-image-loading .spinner {
    opacity: 1;
}

#labelizerCrop .range-slider-container {
    margin: 20px auto;
    width: 270px;
    /*hide the outline behind the border*/
}

#labelizerCrop .range-slider-container .range-slider {
    display: inline-block;
}

#labelizerCrop .range-slider-container .vorwerk-icon-picture-o.small {
    margin-right: 10px;
}

#labelizerCrop .range-slider-container .vorwerk-icon-picture-o.big {
    margin-left: 10px;
    font-size: 23px;
}

#labelizerCrop .range-slider-container input[type='range'] {
    -webkit-appearance: none;
    border: 1px solid #fff;
    width: 200px;
}

#labelizerCrop
    .range-slider-container
    input[type='range']::-webkit-slider-runnable-track {
    width: 200px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

#labelizerCrop
    .range-slider-container
    input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #009a3b;
    margin-top: -8px;
    cursor: pointer;
}

#labelizerCrop .range-slider-container input[type='range']:focus {
    outline: none;
}

#labelizerCrop
    .range-slider-container
    input[type='range']:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

#labelizerCrop .range-slider-container input[type='range']::-moz-range-track {
    width: 200px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

#labelizerCrop .range-slider-container input[type='range']::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #009a3b;
}

#labelizerCrop .range-slider-container input[type='range']:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px;
}

#labelizerCrop .range-slider-container input[type='range']::-ms-track {
    width: 200px;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}

#labelizerCrop .range-slider-container input[type='range']::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

#labelizerCrop .range-slider-container input[type='range']::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

#labelizerCrop .range-slider-container input[type='range']::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #009a3b;
}

#labelizerCrop
    .range-slider-container
    input[type='range']:focus::-ms-fill-lower {
    background: #888;
}

#labelizerCrop
    .range-slider-container
    input[type='range']:focus::-ms-fill-upper {
    background: #ccc;
}

@media (max-width: 767px) {
    #labelizerCrop .modal-dialog {
        margin-top: 5vh;
    }
    #labelizerCrop .validation-advice {
        margin-top: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #labelizerCrop .modal-dialog {
        margin-top: 10vh;
    }
}

/*#labelizerCrop.cards .uploadPreview {
    background: url(clientlib-calorie/img/labelizer/fr/upload-dummy/polaroid.png) no-repeat;
    margin: 0 auto;
    background-color: #ececec;
    background-position: 50% 0;
    height: 440px;
}

@media (max-width: 767px) {
    #labelizerCrop.cards .uploadPreview {
        height: 230px;
        background: none;
    }
}

#labelizerCrop.cards .cropit-preview-image-container {
    border: none;
    border-radius: 0;
}

#labelizerCrop.cards .cropit-preview {
    -webkit-transform: rotate(5.8deg);
    transform: rotate(5.8deg);
    top: -4px;
    left: 0;
    border: 4px solid #009a3b;
    width: 351px;
    height: 292px;
}

@media (max-width: 767px) {
    #labelizerCrop.cards .cropit-preview {
        width: 100% !important;
        height: 227px !important;
        -webkit-transform: none;
        transform: none;
        top: -48px;
    }
}*/

@media screen and (min-width: 768px) {
    .ty-newsletter .checkbox-inline .control-label {
        padding-left: 80px;
        position: relative;
    }
    .ty-newsletter .checkbox-inline .control-label:before {
        position: absolute;
        left: 10px;
        margin-left: 0px;
    }
}

.ty-newsletter
    .checkbox-inline
    input[type='checkbox']:checked
    ~ .control-label:after {
    left: 14px;
}

.ty-newsletter__mail {
    margin: 30px auto;
    width: 33%;
}

@media screen and (max-width: 991px) {
    .ty-newsletter__mail {
        width: 100%;
    }
}

.ty-newsletter .button {
    margin-bottom: 0;
}

/* 01_header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 4px 3px 13px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1199px) {
    .header input[type='checkbox']:checked ~ .header__checkbox-target {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media screen and (min-width: 1200px) {
    .header.header--checkout .header__inner {
        min-height: 111px;
        -ms-flex-align: center;
        align-items: center;
    }
    .header:after {
        content: '';
        position: absolute;
        height: 111px;
        width: 100%;
        top: 0;
        z-index: -1;
        background: white;
    }
    .header input[type='checkbox']:checked ~ .header__checkbox-target {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%);
    }
}

@media screen and (min-width: 768px) {
    .header__inner {
        max-width: 750px;
    }
}

@media screen and (min-width: 992px) {
    .header__inner {
        max-width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .header__inner {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1200px) {
    .header__inner {
        padding: 10px 15px;
    }
}

.header a.header__icon {
    text-align: center;
    display: block;
    color: #4b4a4b;
    font-size: 10px;
    margin: 0 15px;
    position: relative;
    width: 50px;
}

.header a.header__icon:hover {
    color: #b1b2b3;
}

.header a.header__icon:hover svg {
    fill: #b1b2b3;
}

.header__icon--cart-amount {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.header__icon--cart-amount--active {
    -webkit-animation: scalepulse 0.3s ease-in;
    animation: scalepulse 0.3s ease-in;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes scalepulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scalepulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.header__burger {
    z-index: 1;
    cursor: pointer;
    text-transform: none;
    background-color: transparent;
}

.header__burger figure {
    height: 30px;
}

.header__burger--inner {
    top: 2px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    transition: background-color 0s linear 0.13s;
}

.header__burger--inner,
.header__burger--inner::before,
.header__burger--inner::after {
    position: absolute;
    width: 25px;
    height: 2px;
    border-top-left-radius: 4px;
    background-color: #4b4a4b;
}

.header__burger--inner::before {
    content: '';
    display: block;
    top: 10px;
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.header__burger--inner::after {
    content: '';
    display: block;
    top: 20px;
    bottom: -10px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.header__burger--open .header__burger--inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.header__burger--open .header__burger--inner::before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.header__burger--open .header__burger--inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.header__burger__close-icon {
    display: none;
}

@media screen and (min-width: 1200px) {
    .header__corporate {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.header__corporate .header__logo svg {
    width: 90px;
}

.header__group {
    display: block;
    display: -ms-flexbox;
    display: flex;
    max-width: 33%;
}

@media screen and (min-width: 1200px) {
    .header__group {
        -ms-flex-order: 2;
        order: 2;
        max-width: none;
    }
}

.header__navigation {
    list-style-type: none;
    padding: 0 15px;
    margin: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: block;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1199px) {
    .header__navigation {
        height: calc(100vh - 65px);
        overflow-x: auto;
    }
    .header__navigation::-webkit-scrollbar {
        display: none;
        scrollbar-width: none;
    }
    .header__navigation-wrapper {
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 65px;
        width: 100%;
        transition: -webkit-transform 0.5s
            cubic-bezier(0.68, -0.35, 0.265, 1.35);
        transition: transform 0.5s cubic-bezier(0.68, -0.35, 0.265, 1.35);
        transition: transform 0.5s cubic-bezier(0.68, -0.35, 0.265, 1.35),
            -webkit-transform 0.5s cubic-bezier(0.68, -0.35, 0.265, 1.35);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@media screen and (min-width: 1200px) {
    .header__navigation {
        -webkit-align-items: row;
        -ms-flex-align: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        padding: 0;
    }
    .header__navigation-wrapper {
        position: relative;
    }
    .header__navigation-wrapper .header__inner {
        padding-bottom: 0;
    }
}

.header__navigation__item {
    border-bottom: 1px solid #4b4a4b;
}

@media screen and (min-width: 1200px) {
    .header__navigation__item {
        border-bottom: none;
    }
}

@media screen and (min-width: 1200px) {
    .header__navigation li {
        padding: 0;
    }
}

.header__navigation__link:hover {
    color: #009a3b;
}

@media screen and (min-width: 1200px) {
    .header__navigation__link--active::after {
        content: '';
        display: block;
        border-bottom: 5px solid #009a3b;
    }
}

.header__navigation__link--back {
    padding: 30px 0 20px !important;
}

.header__navigation__link--back a::after {
    left: 0;
    right: auto;
    margin-right: 15px;
    float: left;
    position: relative;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -1px;
}

@media screen and (min-width: 1200px) {
    .header__navigation__link--back {
        display: none;
    }
}

.header__navigation__sub {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.35, 0.265, 1.35);
    transition: transform 0.5s cubic-bezier(0.68, -0.35, 0.265, 1.35);
    transition: transform 0.5s cubic-bezier(0.68, -0.35, 0.265, 1.35),
        -webkit-transform 0.5s cubic-bezier(0.68, -0.35, 0.265, 1.35);
}

@media screen and (max-width: 1199px) {
    .header__navigation__sub {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
}

@media screen and (min-width: 1200px) {
    .header__navigation__sub {
        border-radius: 0 0 25px 25px;
        box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2),
            0 3px 3px 0 rgba(0, 0, 0, 0.2) inset;
        opacity: 0;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
        top: 100%;
        left: 50%;
        height: auto;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
        z-index: -1;
    }
    .header__navigation__sub__wrapper {
        position: absolute;
        height: 100px;
    }
}

.header__navigation__sub .button--textlink {
    color: #4b4a4b;
}

.header__navigation__sub .button--textlink::after {
    color: #009a3b;
}

.header__navigation__sub .header__accordion {
    position: relative;
    margin: 14px 0;
    padding: 0;
}

.header__navigation__sub .header__accordion .header__accordion--limiter {
    margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
    .header__navigation__sub .header__accordion .header__navigation__link {
        height: 70px;
    }
    .header__navigation__sub
        .header__accordion
        .header__navigation__link
        label {
        top: -12px;
        left: -52px;
        right: -12px;
        bottom: -10px;
        max-width: none;
        width: auto;
        height: auto;
        margin: 0;
    }
    .header__navigation__sub
        .header__accordion
        .header__navigation__link::after {
        top: 23px;
    }
    .header__navigation__sub
        .header__accordion
        > .header__navigation__link::after {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .header__navigation__sub .header__accordion .header__accordion__title {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 40px;
    }
}

.header__navigation__sub
    .header__accordion
    .header__accordion-content
    .header__accordion__title {
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    line-height: 25px;
    font-size: 16px;
    line-height: 1.2;
}

.header__navigation__sub
    .header__accordion
    .header__accordion--item
    .header__accordion__image {
    float: none;
    position: relative;
    left: -58px;
    margin-right: -36px;
    display: inline-block;
    height: 70px;
    width: 70px;
}

.header__navigation__sub
    .header__accordion
    .header__accordion--item
    .header__accordion__image
    img {
    vertical-align: top;
    max-height: 150px;
}

.header__navigation__sub .header__accordion .header__accordion {
    background-color: #e8eded;
    margin: 0;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 112px !important;
}

.header__navigation__sub .header__accordion .header__accordion label {
    top: -4px;
    bottom: -4px;
    left: -112px;
}

.header__navigation__sub
    .header__accordion
    .header__accordion
    .header__accordion-content {
    margin-left: -92px !important;
    width: calc(100% + 92px) !important;
}

.header__navigation__sub
    .header__accordion
    .header__accordion
    .header__accordion-content::before {
    left: 42px !important;
    top: 28px !important;
}

.header__navigation__sub
    .header__accordion
    .header__accordion
    .header__accordion--item {
    border-bottom: 1px solid #b1b2b3;
    border-radius: 0 !important;
    padding-bottom: 7px !important;
}

.header__navigation__sub
    .header__accordion
    .header__accordion
    .header__accordion--item
    .header__navigation__link {
    padding-left: 48px !important;
}

.header__navigation__sub
    .header__accordion
    .header__accordion
    .header__accordion--item
    .header__navigation__link::after {
    right: -12px;
}

.header__navigation__sub
    .header__accordion
    .header__accordion
    .header__accordion--item
    .header__accordion__image {
    left: -60px;
    margin-right: -40px;
}

.header__navigation__sub
    .header__accordion
    .header__accordion
    li:last-child
    .header__accordion--item {
    border: none;
}

.header__navigation__sub .header__accordion label {
    width: 100%;
}

.header__navigation__sub
    .header__accordion
    input[type='checkbox']
    ~ .header__accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 -40px;
    width: calc(100% + 40px);
}

@media screen and (min-width: 1200px) {
    .header__navigation__sub
        .header__accordion
        input[type='checkbox']
        ~ .header__accordion-content {
        display: none;
    }
}

.header__navigation__sub
    .header__accordion
    input[type='checkbox']
    ~ .header__accordion-content::before {
    position: absolute;
    left: 20px;
    top: 36px;
    content: '';
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.header__navigation__sub
    .header__accordion
    input[type='checkbox']
    ~ .header__accordion-content
    li {
    padding: 0;
}

.header__navigation__sub
    .header__accordion
    input[type='checkbox']
    ~ .header__accordion-content
    .button {
    width: 100%;
    max-width: none;
    margin: 15px 0;
}

.header__navigation__sub
    .header__accordion
    input[type='checkbox']
    ~ .header__accordion-content
    .header__accordion--item {
    background-color: #e8eded;
    border-radius: 18px;
    margin: 3px 0;
    padding: 4px 0;
}

.header__navigation__sub
    .header__accordion
    input[type='checkbox']
    ~ .header__accordion-content
    .header__accordion--item
    .header__navigation__link {
    margin: 0 12px;
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    line-height: 25px;
    font-size: 16px;
    padding-left: 64px;
}

.header__navigation__sub
    .header__accordion
    input[type='checkbox']:checked
    ~ .header__accordion-content {
    margin-top: 20px;
    max-height: 600vh;
}

.header__navigation__sub
    .header__accordion
    input[type='checkbox']:checked
    ~ .header__accordion-content::before {
    background-image: url("");
}

.header__navigation__sub .header__accordion__image {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 1200px) {
    .header__navigation__sub .header__accordion__image {
        display: none;
    }
}

.header #accordionDump .header__accordion-content {
    list-style: none;
    margin: 0;
    padding: 20px 0 10px;
    position: relative;
}

.header #accordionDump .header__accordion-content::before {
    background: none;
}

.header #accordionDump .header__accordion-content li {
    float: left;
    margin: 0 1%;
    position: static;
    width: 23%;
}

@media screen and (min-width: 768px) {
    .header
        #accordionDump
        .header__accordion-content
        li.header__accordion--button {
        float: right;
        margin-top: 85px;
    }
    .header
        #accordionDump
        .header__accordion-content
        li.header__accordion--button
        button {
        width: 100%;
    }
}

.header
    #accordionDump
    .header__accordion-content
    li.header__accordion--limiter {
    clear: both;
    margin-bottom: 36px;
    width: 100%;
}

.header
    #accordionDump
    .header__accordion-content
    li.header__accordion--limiter.header__accordion--footer {
    border-top: 1px solid #b1b2b3;
    margin: 24px 0;
}

.header
    #accordionDump
    .header__accordion-content
    li.header__accordion--limiter.header__accordion--footer
    ~ li {
    width: auto;
}

.header #accordionDump .header__accordion-content li .header__accordion {
    margin: 0;
}

.header #accordionDump .header__accordion-content li .header__navigation__link {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.header #accordionDump .header__accordion-content li .header__accordion__title {
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    line-height: 25px;
    line-height: 22px;
}

.header #accordionDump .header__accordion-content li .header__accordion__image {
    display: block;
    float: none;
    position: static;
    height: auto;
    width: 100%;
}

.header #accordionDump .header__accordion-content li p.visible-lg {
    font-family: 'SourceSansSemiBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 18px;
    line-height: 22px;
}

.header #accordionDump .header__accordion-content li .button--outline {
    margin: 0;
}

.header
    #accordionDump
    .header__accordion-content
    input[type='checkbox']
    ~ .header__navigation__link::after {
    content: url("");
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    position: absolute;
    margin-left: 4px;
    bottom: -2px;
}

.header
    #accordionDump
    .header__accordion-content
    input[type='checkbox']:checked
    ~ .header__navigation__link::after {
    content: url("");
    -webkit-transform: rotate(180deg) scale(0.65);
    transform: rotate(180deg) scale(0.65);
    bottom: 1px;
}

.header
    #accordionDump
    .header__accordion-content
    input[type='checkbox']:checked
    ~ .header__navigation__link
    label::before {
    content: '';
    border: 8px solid transparent;
    border-bottom: 11px solid #e8eded;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header
    #accordionDump
    .header__accordion-content
    input[type='checkbox']:checked
    ~ .header__accordion-content {
    background: #e8eded;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    height: 246px;
    max-height: 50vh;
    padding: 6px 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.header
    #accordionDump
    .header__accordion-content
    input[type='checkbox']:checked
    ~ .header__accordion-content
    .header__accordion--item {
    margin: 0;
    padding: 4px 0;
}

.header
    #accordionDump
    .header__accordion-content
    input[type='checkbox']:checked
    ~ .header__accordion-content
    .header__navigation__link {
    margin: 0;
    padding: 2px;
}

.header
    #accordionDump
    .header__accordion-content
    input[type='checkbox']:checked
    ~ .header__accordion-content
    .header__accordion__image {
    position: static;
}

.header__language-switch {
    height: 30px;
    padding: 3px 12px;
}

.header.header--checkout .header__inner {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1200px) {
    .header.header--checkout .header__inner {
        min-height: 111px;
    }
}

.header--transition {
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

.header--out-of-view {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
}

.stickynav {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #f1f1f1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    left: 0;
    right: 0;
    padding: 15px 13px;
    margin-bottom: 15px;
    width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
}

@media screen and (min-width: 1200px) {
    .stickynav {
        top: 111px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.stickynav__product {
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 0;
}

.stickynav__product --titel {
    font-family: 'MerriweatherBold', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    font-weight: normal;
}

.stickynav .button {
    margin-bottom: 0;
}

/* 02_footer */
.footerheader {
    margin-top: 40px;
}

.company-info {
    margin-bottom: 2rem;
    color: #4b4a4b;
}

.company-info.colored {
    padding: 3rem 0 3rem;
    margin-bottom: 0;
    background: #f5f6f1;
}

@media screen and (min-width: 768px) {
    .company-info .container > [class^='col']:first-child {
        margin-top: 3rem;
    }
}

.company-info .logo {
    max-width: 110px;
    display: block;
    margin-bottom: 30px;
}

.company-info .product {
    display: inline-block;
    margin: 0 0 2rem 1rem;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

@media (min-width: 768px) {
    .company-info .product {
        margin: 2rem 0 0 2rem;
    }
}

.company-info .product:first-child {
    margin-left: 0;
}

.company-info .product:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.company-info .product img {
    max-height: 50px;
    width: auto;
}

@media (min-width: 768px) {
    .company-info .product img {
        max-height: 120px;
    }
}

.footer__deceiver-warning {
    background-color: #fff;
    padding: 30px 0;
    line-height: 32px;
    color: #c3003e;
}

.footer__deceiver-warning a {
    color: #c3003e;
    font-weight: bold;
    text-decoration: underline;
}

.footer__deceiver-warning a:hover {
    text-decoration: none;
}

#wrapper-footer {
    padding-top: 60px;
}

footer {
    background-color: #4b4a4b;
    color: #fff;
    transition: padding-bottom 0.5s ease;
}

footer .h4 {
    color: #fff;
}

footer form {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}

footer form .has-float-label label {
    box-shadow: #4b4a4b 1px 1px 1px;
    border-color: #4b4a4b;
}

footer form .form-group {
    margin-right: 15px;
    margin-bottom: 0;
}

footer form .button {
    margin-bottom: 10px;
}

footer .button--textlink {
    display: block;
}

footer .button--textlink + .button {
    margin-left: 0;
}

footer p,
footer img {
    margin-bottom: 10px;
}

footer .footer__area,
footer .footer__meta {
    margin-bottom: 0;
}

footer .footer__meta {
    margin-top: 10px;
}

footer .footer__links {
    margin-bottom: 0;
    padding: 30px 0;
}

footer .footer__links a {
    color: #fff;
    font-size: 12px;
}

footer .footer__links a:hover {
    text-decoration: underline;
}

footer .footer__links > li {
    padding: 0;
    margin-right: 20px;
    line-height: 25px;
}

@media (max-width: 767px) {
    footer .footer__links > li {
        margin-bottom: 15px;
    }
}

footer .footer__phone {
    font-size: 22px;
    margin-right: 18px;
}

footer .footer__phone a {
    color: #fff;
}

footer .footer__social-icon + .footer__social-icon {
    margin-left: 20px;
}

@media screen and (min-width: 1200px) {
    footer .footer__social-icon + .footer__social-icon {
        margin-left: 40px;
    }
}

footer .footer__social-wrapper {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

footer .footer__social-wrapper .h5 {
    width: 100%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12px;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    footer .footer__social-wrapper .h5 {
        margin-top: 5px;
    }
}

footer .footer__social-wrapper div:last-of-type {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    footer .footer__social-wrapper div:last-of-type {
        margin-top: 15px;
    }
}

footer .footer__social-wrapper + .footer__social-wrapper {
    margin-top: 0;
}

footer .footer__social-icon {
    color: #fff;
    width: 40px;
    speak: none;
}

footer .footer__social-icon:hover svg path,
footer .footer__social-icon:focus svg path {
    fill: #95c11c;
}

footer .footer__trusted,
footer .footer__trusted--checkout {
    margin-top: 20px;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .footer__trusted .footer-badge,
footer .footer__trusted--checkout .footer-badge {
    height: 105px;
}

footer .footer__trusted .ehi-trusted__link-image,
footer .footer__trusted--checkout .ehi-trusted__link-image {
    background: transparent
        url("")
        no-repeat;
    background-size: 90px;
    width: 100px;
    height: 100%;
    margin-top: 3px;
    margin-left: -10px;
}

footer .footer__trusted-badge {
    margin-bottom: 20px;
    -ms-flex: 0 0 94px;
    flex: 0 0 94px;
}

@media screen and (min-width: 1200px) {
    footer .footer__trusted-badge {
        -ms-flex: 0 0 101px;
        flex: 0 0 101px;
    }
}

footer .footer__trusted--checkout .footer__trusted-badge {
    margin-bottom: 20px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
}

footer .footer__trusted--checkout .footer__trusted-list {
    margin-bottom: 0;
    height: 100px;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

footer .footer__trusted--checkout .footer__trusted-list .icon--check {
    list-style: none;
    padding-bottom: 10px;
}

footer .footer__trusted--checkout .ehi-trusted__link-image {
    background-size: 115px;
    width: auto;
    margin-top: 5px;
    margin-left: -5px;
}

@font-face {
    font-family: 'vorwerk-cs';
    src: url("urn:scrapbook:download:error:https://www.vorwerk.com/etc.clientlibs/vorwerk/base/clientlibs/clientlib-calorie/fonts/combinedshop/icons/vorwerk-combinedshop/vorwerk-cs.woff")
        format('woff');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    content: attr(data-icon);
}

[data-icon]:before {
    content: attr(data-icon);
}

[data-icon-after]:after {
    content: attr(data-icon-after);
}

[data-icon]:before,
[data-icon-after]:after,
[class^='combined-shop-']:before,
[class*=' combined-shop-']:before {
    font-family: 'vorwerk-cs' !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
}

.combined-shop-alert:before {
    content: '\61';
}

.combined-shop-appliance:before {
    content: '\62';
}

.combined-shop-call-us:before {
    content: '\63';
}

.combined-shop-career:before {
    content: '\64';
}

.combined-shop-chevron-down:before {
    content: '\68';
}

.combined-shop-chevron-left:before {
    content: '\69';
}

.combined-shop-chevron-right:before {
    content: '\6a';
}

.combined-shop-chevron-up:before {
    content: '\6b';
}

.combined-shop-circle:before {
    content: '\6c';
}

.combined-shop-demo:before {
    content: '\6d';
}

.combined-shop-download-acrobat:before {
    content: '\6e';
}

.combined-shop-download-jpg:before {
    content: '\6f';
}

.combined-shop-download-pdf:before {
    content: '\70';
}

.combined-shop-earphone:before {
    content: '\71';
}

.combined-shop-envelope:before {
    content: '\72';
}

.combined-shop-ew-02-wohnen:before {
    content: '\73';
}

.combined-shop-ew-03-familie:before {
    content: '\74';
}

.combined-shop-ew-04-gesundheit:before {
    content: '\75';
}

.combined-shop-ew-05-wissen:before {
    content: '\76';
}

.combined-shop-ew-06-aktionen:before {
    content: '\77';
}

.combined-shop-file:before {
    content: '\79';
}

.combined-shop-form:before {
    content: '\7a';
}

.combined-shop-fullscreen:before {
    content: '\41';
}

.combined-shop-globe:before {
    content: '\42';
}

.combined-shop-globe-lines:before {
    content: '\43';
}

.combined-shop-google-maps:before {
    content: '\44';
}

.combined-shop-home:before {
    content: '\45';
}

.combined-shop-ico-finanzierung:before {
    content: '\46';
}

.combined-shop-inbox:before {
    content: '\47';
}

.combined-shop-jobs:before {
    content: '\48';
}

.combined-shop-look-inside:before {
    content: '\49';
}

.combined-shop-minus:before {
    content: '\4b';
}

.combined-shop-new-window:before {
    content: '\4c';
}

.combined-shop-ok-2:before {
    content: '\4d';
}

.combined-shop-ort-pin:before {
    content: '\4a';
}

.combined-shop-overview:before {
    content: '\4e';
}

.combined-shop-parcel:before {
    content: '\4f';
}

.combined-shop-pause:before {
    content: '\50';
}

.combined-shop-play:before {
    content: '\51';
}

.combined-shop-plus:before {
    content: '\52';
}

.combined-shop-print:before {
    content: '\53';
}

.combined-shop-question:before {
    content: '\54';
}

.combined-shop-remove-2:before {
    content: '\55';
}

.combined-shop-screenshot:before {
    content: '\56';
}

.combined-shop-search:before {
    content: '\57';
}

.combined-shop-security:before {
    content: '\58';
}

.combined-shop-slider-arrow-left:before {
    content: '\59';
}

.combined-shop-slider-arrow-right:before {
    content: '\5a';
}

.combined-shop-social-media:before {
    content: '\30';
}

.combined-shop-star:before {
    content: '\31';
}

.combined-shop-stop:before {
    content: '\32';
}

.combined-shop-tipps:before {
    content: '\33';
}

.combined-shop-transport:before {
    content: '\34';
}

.combined-shop-transport-back:before {
    content: '\35';
}

.combined-shop-trash:before {
    content: '\36';
}

.combined-shop-twitter:before {
    content: '\37';
}

.combined-shop-user:before {
    content: '\38';
}

.combined-shop-vw-shop:before {
    content: '\39';
}

.combined-shop-zoom-out:before {
    content: '\21';
}

.combined-shop-arrow-circle-o-down:before {
    content: '\22';
}

.combined-shop-info-circle:before {
    content: '\24';
}

.combined-shop-picture-o:before {
    content: '\25';
}

.combined-shop-youtube-play:before {
    content: '\27';
}

.combined-shop-instagram:before {
    content: '\28';
}

.combined-shop-share:before {
    content: '\29';
}

.combined-shop-cook-key:before {
    content: '\2a';
}

.combined-shop-tm5:before {
    content: '\2b';
}

.combined-shop-tm5-zubehoer:before {
    content: '\2c';
}

.combined-shop-cart-out:before {
    content: '\65';
}

.combined-shop-shakehands:before {
    content: '\66';
}

.combined-shop-deliveryboy:before {
    content: '\67';
}

.combined-shop-mobiledevice:before {
    content: '\78';
}

.combined-shop-remote-vr200:before {
    content: '\2d';
}

.combined-shop-shopfront:before {
    content: '\2e';
}

.combined-shop-alexa:before {
    content: '\3a';
}

.combined-shop-career3:before {
    content: '\2f';
}

.combined-shop-combinedshop-icon-close-thin:before {
    content: '\3b';
}

.combined-shop-kobold-vk:before {
    content: '\3c';
}

.combined-shop-kobold-vt:before {
    content: '\3d';
}

.combined-shop-advisor:before {
    content: '\3e';
}

.combined-shop-chatbot-icon-rob-b:before {
    content: '\3f';
}

.combined-shop-facebook:before {
    content: '\40';
}

.combined-shop-gplus:before {
    content: '\5e';
}

.combined-shop-facebook-squared:before {
    content: '\23';
}

.combined-shop-pinterest-square:before {
    content: '\26';
}

.combined-shop-facebook-1:before {
    content: '\5f';
}

.combined-shop-pinterest-circled:before {
    content: '\5b';
}

.combined-shop-pinterest:before {
    content: '\5d';
}

.starkoeche {
    margin-bottom: 50px;
    position: relative;
}

.starkoeche .accordion-wrapper {
    padding: 0;
}

.starkoeche .accordion-wrapper .accordion-wrapper .panel-body {
    padding: 0;
    margin: 1px 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .starkoeche {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .starkoeche {
        margin-bottom: 120px;
    }
}

@media screen and (min-width: 768px) {
    .starkoeche .list {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .starkoeche .list {
        display: block !important;
        visibility: visible !important;
    }
}

@media (max-width: 767px) {
    .starkoeche .map {
        display: none !important;
        visibility: hidden !important;
    }
}

.starkoeche .view-toggle {
    text-transform: uppercase;
    font-family: 'MerriweatherRegular', Arial, Tahoma, Verdana, Helvetica,
        sans-serif;
    position: absolute;
    top: 0;
    z-index: 10;
}

@media (max-width: 767px) {
    .starkoeche .view-toggle {
        display: none;
    }
}

.starkoeche .view-toggle a {
    color: #113c2b;
    line-height: 30px;
    display: block;
}

.starkoeche .view-toggle a [class*='vorwerk-icon'] {
    float: left;
    font-size: 22px;
    margin-right: 10px;
}

.starkoeche .view-toggle a.active,
.starkoeche .view-toggle a:hover {
    color: #95c11c;
    text-decoration: none;
}

.starkoeche .svg {
    position: relative;
    display: block;
    margin: 0 auto 0 25px;
}

.starkoeche .svg img {
    width: 100%;
    display: block;
}

.starkoeche .svg img.map.lu {
    position: absolute;
    top: 60.8%;
    width: 10.3%;
    left: -3.4%;
}

.starkoeche .markers > div {
    width: 39px;
    height: 39px;
    background: url("") no-repeat 0 0;
    background-size: 39px 78px;
    cursor: pointer;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    margin-left: -20px;
    margin-top: -29px;
}

.starkoeche .markers > div.active,
.starkoeche .markers > div:hover {
    background-position: left bottom;
    z-index: 30;
}

.starkoeche .markers > div.group {
    background-image: url("");
    width: 78px;
    height: 78px;
    margin-top: -56px;
    margin-left: -38px;
    background-size: 78px 156px;
    padding: 14px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

.starkoeche .cities > div {
    text-transform: uppercase;
    color: #6d6e71;
    font-weight: bold;
    position: absolute;
    font-size: 11px;
    z-index: 10;
    line-height: 11px;
    padding: 2px 5px;
    background: #d6d6d6;
}

.starkoeche .cities > div.kiel {
    top: 11.1%;
    left: 42.8%;
}

.starkoeche .cities > div.hamburg {
    top: 16.4%;
    left: 38.8%;
}

.starkoeche .cities > div.schwerin {
    top: 18.8%;
    left: 54.4%;
}

.starkoeche .cities > div.bremen {
    top: 26.5%;
    left: 28%;
}

.starkoeche .cities > div.berlin {
    top: 29.7%;
    left: 75.8%;
}

.starkoeche .cities > div.hannover {
    top: 34.5%;
    left: 33%;
}

.starkoeche .cities > div.magdeburg {
    top: 38.7%;
    left: 56%;
}

.starkoeche .cities > div.wuppertal {
    top: 44.6%;
    left: 8.8%;
}

.starkoeche .cities > div.leipzig {
    top: 43.8%;
    left: 66.2%;
}

.starkoeche .cities > div.dresden {
    top: 49%;
    left: 80.5%;
}

.starkoeche .cities > div.koeln {
    top: 53%;
    left: 7%;
}

.starkoeche .cities > div.erfurt {
    top: 53.3%;
    left: 49%;
}

.starkoeche .cities > div.frankfurt {
    top: 61%;
    left: 22.5%;
}

.starkoeche .cities > div.mainz {
    top: 66.8%;
    left: 21.4%;
}

.starkoeche .cities > div.saarbruecken {
    top: 71%;
    left: 7.5%;
}

.starkoeche .cities > div.nuernberg {
    top: 71.2%;
    left: 52.8%;
}

.starkoeche .cities > div.stuttgart {
    top: 77.6%;
    left: 28.2%;
}

.starkoeche .cities > div.muenchen {
    top: 89.3%;
    left: 58.8%;
}

.starkoeche .cities > div.luxemburg {
    top: 67%;
    left: -1%;
    background-color: transparent;
}

.starkoeche .overlay {
    position: absolute;
    z-index: 40;
    background: #fff;
    display: none;
    margin: 10px 0 0 -250px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.starkoeche .overlay .close-overlay {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 20px;
    height: 20px;
}

.starkoeche .overlay .close-overlay:hover {
    text-decoration: none;
}

.starkoeche .overlay .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #113c2b;
    margin: 15px 20px 0;
    padding-bottom: 5px;
    font-size: 28px;
    border-bottom: 5px solid #009a3b;
}

.starkoeche .overlay .wrapper {
    overflow: hidden;
    width: 500px;
}

.starkoeche .overlay .wrapper:before,
.starkoeche .overlay .wrapper:after {
    display: table;
    content: ' ';
}

.starkoeche .overlay .wrapper:after {
    clear: both;
}

@media screen and (max-width: 500px) {
    .starkoeche .overlay {
        margin-left: -25px;
        width: 100%;
    }
    .starkoeche .overlay .wrapper {
        width: 100%;
    }
}

.starkoeche .overlay .group {
    overflow: scroll;
    max-height: 420px;
}

.starkoeche .overlay .group .cook-detail {
    padding: 20px 20px 20px 0;
}

.starkoeche .overlay .group .cook-detail + div {
    border-top: 1px solid #b1b2b3;
}

.starkoeche .overlay .group .cook-detail .image {
    width: 170px;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .starkoeche .overlay .group .cook-detail .image {
        width: 90px;
    }
}

.starkoeche .overlay .group .cook-detail .meta {
    padding: 0;
    margin-right: 0;
}

.starkoeche .overlay .group .cook-detail .meta .btn {
    right: auto;
    bottom: 20px;
}

.starkoeche .overlay .group .cook-detail .meta .type-indicator span {
    margin: 5px 0 5px;
}

.starkoeche .overlay .group .cook-detail .contact {
    margin-bottom: 10px;
    margin-right: 0;
}

.starkoeche .overlay .group .cook-detail .contact span {
    margin-left: 0 !important;
}

.starkoeche .overlay .group .cook-detail .contact .restaurant-name {
    font-size: 12px;
}

.starkoeche .overlay .group .cook-detail .contact .address {
    font-size: 16px;
}

.starkoeche .overlay .group .cook-detail .contact .restaurant-name,
.starkoeche .overlay .group .cook-detail .contact .street {
    display: block;
}

.starkoeche .overlay .group .cook-detail .contact .street::after {
    display: none;
}

.starkoeche .overlay .group .cook-detail .btn-link {
    color: #fff;
}

.starkoeche .overlay .group .cook-detail .btn-link:hover {
    color: #95c11c;
}

.cook-detail {
    position: relative;
}

.cook-detail:before,
.cook-detail:after {
    display: table;
    content: ' ';
}

.cook-detail:after {
    clear: both;
}

.cook-detail .image {
    float: left;
    width: 120px;
    margin: 0 55px 0 0;
}

.cook-detail .image img {
    width: 100%;
}

@media (max-width: 767px) {
    .cook-detail .image img {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .cook-detail .image {
        width: 100%;
        float: none;
    }
}

.cook-detail .meta {
    overflow: hidden;
}

.cook-detail .meta .btn {
    position: absolute;
    right: 32px;
    bottom: 32px;
}

.cook-detail .meta .type-indicator {
    font-size: 11px;
    margin-bottom: 11px;
    font-size: 13px;
    font-family: 'IngeborgBoldItalic', Georgia, serif;
    color: #6d6e71;
}

.cook-detail .meta .type-indicator:before,
.cook-detail .meta .type-indicator:after {
    display: table;
    content: ' ';
}

.cook-detail .meta .type-indicator:after {
    clear: both;
}

.cook-detail .meta .type-indicator > div {
    float: left;
    margin-right: 10px;
}

.cook-detail .meta .type-indicator .combined-shop-star {
    color: #ff3d2e;
}

@media (max-width: 767px) {
    .cook-detail .meta .contact {
        padding-bottom: 40px;
    }
}

.cook-detail .meta .contact .street:after {
    content: ',';
}

.cook-detail .meta .contact .restaurant-name,
.cook-detail .meta .contact .cook-name {
    font-weight: bold;
    display: block;
}

.cook-detail .meta .contact .restaurant-name {
    font-size: 13px;
    text-transform: uppercase;
    color: #009a3b;
    margin-bottom: 3px;
}

.cook-detail .meta .contact .cook-name {
    font-size: 28px;
    margin-bottom: 5px;
}

.cook-detail .meta .contact .address {
    font-size: 11px;
    color: #6d6e71;
}

@media (max-width: 767px) {
    .cook-detail .meta .btn-primary {
        position: absolute;
        bottom: 0;
        left: 72px;
        right: auto;
    }
}

.cook-detail-container .cook-detail {
    padding: 32px 72px;
}

.cook-detail-container + .cook-detail-container {
    margin-top: 1px;
}

@media (max-width: 767px) {
    .overlay-mobile {
        width: 150%;
        height: 100%;
        top: 0;
        left: -15px;
        position: fixed;
        background: rgba(17, 60, 43, 0.8);
        z-index: 3000;
        display: none;
    }
    .starkoeche .overlays {
        z-index: 3001;
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .starkoeche .overlays.multiple {
        padding: 0;
        margin-left: 0;
    }
    .starkoeche .overlays.multiple a.carousel-control {
        height: 60px;
        width: 40px;
        z-index: 10;
    }
    .starkoeche .overlays.multiple a.carousel-control span {
        margin-top: -30px;
    }
    .starkoeche .overlays.multiple .cook-detail {
        border-top: 60px solid #fff;
    }
    .starkoeche .overlays .wrapper {
        width: 100% !important;
    }
    .starkoeche .overlays .cook-detail {
        margin-right: 0 !important;
    }
    .starkoeche .overlays .carousel-indicators {
        bottom: auto;
        top: 0;
    }
    .starkoeche .overlays .carousel-indicators li {
        display: none;
    }
    .starkoeche .overlays .carousel-indicators li.active {
        display: block;
        text-indent: 0;
        width: auto;
        margin: 0;
        background: none;
        line-height: 60px;
    }
    .starkoeche .overlays .meta {
        padding: 15px;
    }
}

.ts-slider {
    position: relative;
}

.ts-slider__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
    font-size: 0;
    color: #4b4a4b;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    display: none;
}

.ts-slider__button.slick-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.ts-slider__button--prev {
    left: -64px;
}

.ts-slider__button--prev:before {
    content: url("");
}

.ts-slider__button--next {
    right: -64px;
}

.ts-slider__button--next:before {
    content: url("");
}

.ts-slider .slick-dots,
.look-in-the-book .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 10px;
    list-style-type: none;
}

.ts-slider .slick-dots li,
.look-in-the-book .slick-dots li {
    margin: 0 2px;
}

.ts-slider .slick-dots button,
.look-in-the-book .slick-dots button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    padding: 7px;
    text-indent: -9999px;
    font-size: 0;
}

.ts-slider .slick-dots button:before,
.look-in-the-book .slick-dots button:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #009a3b;
    border-radius: 100%;
    background-color: transparent;
}

.ts-slider .slick-dots li.slick-active button:before,
.look-in-the-book .slick-dots li.slick-active button:before {
    background-color: #009a3b;
}

.look-in-the-book .slick-dots {
    bottom: -33px;
}

@media screen and (max-width: 1199px) {
    [data-partial-slides-mobile] .slick-list {
        padding: 0 20% 0 0;
    }
}

.ts-slider .slick-track {
    margin-left: 0;
}

/**
 * Fallback styling when slider has not been initialized yet
 */
.ts-slider__slide-wrapper:not(.slick-initialized) {
    white-space: nowrap;
    overflow: hidden;
}

.ts-slider__slide-wrapper:not(.slick-initialized) > * {
    white-space: normal;
    display: inline-block;
    float: none;
}
