.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%
}

html,
body {
    height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block
}

b,
strong {
    font-weight: bold
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

ol,
ul {
    list-style: none
}

li {
    display: list-item
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left
}

q {
    quotes: none
}

q:before,
q:after {
    content: "";
    content: none
}

sub,
sup,
small {
    font-size: 75%
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

svg {
    overflow: hidden
}

button {
    -webkit-appearance: button
}

button,
input {
    line-height: normal
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: -2px
}

body {
    font: 15px/1.5 Arial, "Liberation Sans", FreeSans, sans-serif
}

pre,
code {
    font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace
}

hr {
    border: 0 solid #ccc;
    border-top-width: 1px;
    clear: both;
    height: 0
}

h1 {
    font-size: 48px !important;
    line-height: 1.2em;
    text-transform: uppercase
}

@media only screen and (max-width:699px) {
    .responsive h1 {
        font-size: 30px !important
    }
}

h2 {
    font-size: 28px !important;
    line-height: 1.2em;
    text-transform: uppercase
}

@media only screen and (max-width:699px) {
    .responsive h2 {
        font-size: 20px !important
    }
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 19px
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 15px
}

ol {
    list-style: decimal
}

ul {
    list-style: disc;
    list-style-position: outside
}

li {
    margin-left: 30px
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
    /*margin-bottom: 20px*/
}

@font-face {
    font-family: "hfont";
    src: url(../../content/fonts/hfont5efb.eot?c495e1993ef79d8b9cdc51103bd6872d);
    src: url(../../content/fonts/hfontd41d.eot?#iefix) format("embedded-opentype"), url(../../content/fonts/hfont5efb.woff?c495e1993ef79d8b9cdc51103bd6872d) format("woff"), url(../../content/fonts/hfont5efb.ttf?c495e1993ef79d8b9cdc51103bd6872d) format("truetype");
    font-weight: normal;
    font-style: normal
}

.icon {
    font-family: "hfont";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-home:before {
    content: ""
}

html {
    font-size: 14px;
    color: #444
}

body {
    overflow-y: scroll;
    background: #1d1d1b
}

body.select {
    background: #afb9be
}

img {
    max-width: 100%
}

.img_zoomable {
    cursor: pointer
}

a {
    color: #444;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"] {
    padding: 3px 6px
}

input[type="search"]::-ms-clear {
    display: none
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

.cms-article {}

.cms-article .ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .cms-article .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.cms-article .ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .cms-article .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.cms-article .ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .cms-article .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.cms-article .ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.cms-article .ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.cms-article .ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cms-article .ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .cms-article .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .cms-article .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.cms-article .ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.cms-article .ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.cms-article .ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.cms-article .ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .cms-article .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.cms-article .ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.cms-article .ball-animation__buttons:active {
    background-color: transparent
}

.cms-article .ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .cms-article .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .cms-article .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.cms-article .ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .cms-article .ball-animation__button {
        display: none
    }
}

.active .cms-article .ball-animation__button {
    color: #fff
}

.cms-article .ball-animation__text {
    width: 100%
}

.cms-article .ball-animation__list {
    list-style: none;
    padding: 0
}

.cms-article .ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .cms-article .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .cms-article .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.cms-article .ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .cms-article .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .cms-article .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.cms-article .ball-animation__description {
    color: #fff;
    display: none
}

.cms-article .ball-animation__description.active {
    display: block
}

.cms-article .ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .cms-article .ball-animation__description {
        padding: 0 10px 10px
    }
}

.cms-article .ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .cms-article .ball-animation__title {
        display: block
    }
}

.cms-article .height-none {
    height: 0 !important
}

.cms-article .width-none {
    width: 0 !important
}

.cms-article .padding-none {
    padding: 0 !important
}

.cms-article .cms-article .padding-none.a-text p:last-child {
    margin-bottom: 0
}

.cms-article .padding-top-none {
    padding-top: 0 !important
}

.cms-article .padding-right-none {
    padding-right: 0 !important
}

.cms-article .padding-bottom-none {
    padding-bottom: 0 !important
}

.cms-article .padding-left-none {
    padding-left: 0 !important
}

.cms-article .margin-none {
    margin: 0 !important
}

.cms-article .margin-top-none {
    margin-top: 0 !important
}

.cms-article .margin-right-none {
    margin-right: 0 !important
}

.cms-article .margin-bottom-none {
    margin-bottom: 0 !important
}

.cms-article .margin-left-none {
    margin-left: 0 !important
}

.cms-article .height-small {
    height: 10px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .height-small {
        height: 10px !important
    }
}

.fluid-grid-mobile .cms-article .height-small {
    height: 10px !important
}

.cms-article .width-small {
    width: 10px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .width-small {
        width: 10px !important
    }
}

.fluid-grid-mobile .cms-article .width-small {
    width: 10px !important
}

.cms-article .padding-small {
    padding: 10px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-small {
        padding: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-small {
    padding: 10px !important
}

.cms-article .cms-article .padding-small.a-text p:last-child {
    margin-bottom: 0
}

.cms-article .padding-top-small {
    padding-top: 10px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-top-small {
        padding-top: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-top-small {
    padding-top: 10px !important
}

.cms-article .padding-right-small {
    padding-right: 10px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-right-small {
        padding-right: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-right-small {
    padding-right: 10px !important
}

.cms-article .padding-bottom-small {
    padding-bottom: 10px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-bottom-small {
        padding-bottom: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-bottom-small {
    padding-bottom: 10px !important
}

.cms-article .padding-left-small {
    padding-left: 10px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-left-small {
        padding-left: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-left-small {
    padding-left: 10px !important
}

.cms-article .margin-small {
    margin: 10px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-small {
        margin: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-small {
    margin: 10px !important
}

.cms-article .margin-top-small {
    margin-top: 10px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-top-small {
        margin-top: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-top-small {
    margin-top: 10px !important
}

.cms-article .margin-right-small {
    margin-right: 10px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-right-small {
        margin-right: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-right-small {
    margin-right: 10px !important
}

.cms-article .margin-bottom-small {
    margin-bottom: 10px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-bottom-small {
        margin-bottom: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-bottom-small {
    margin-bottom: 10px !important
}

.cms-article .margin-left-small {
    margin-left: 10px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-left-small {
        margin-left: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-left-small {
    margin-left: 10px !important
}

.cms-article .height-medium {
    height: 30px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .height-medium {
        height: 10px !important
    }
}

.fluid-grid-mobile .cms-article .height-medium {
    height: 10px !important
}

.cms-article .width-medium {
    width: 30px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .width-medium {
        width: 10px !important
    }
}

.fluid-grid-mobile .cms-article .width-medium {
    width: 10px !important
}

.cms-article .padding-medium {
    padding: 30px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-medium {
        padding: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-medium {
    padding: 10px !important
}

.cms-article .cms-article .padding-medium.a-text p:last-child {
    margin-bottom: 0
}

.cms-article .padding-top-medium {
    padding-top: 30px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-top-medium {
        padding-top: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-top-medium {
    padding-top: 10px !important
}

.cms-article .padding-right-medium {
    padding-right: 30px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-right-medium {
        padding-right: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-right-medium {
    padding-right: 10px !important
}

.cms-article .padding-bottom-medium {
    padding-bottom: 30px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-bottom-medium {
        padding-bottom: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-bottom-medium {
    padding-bottom: 10px !important
}

.cms-article .padding-left-medium {
    padding-left: 30px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-left-medium {
        padding-left: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-left-medium {
    padding-left: 10px !important
}

.cms-article .margin-medium {
    margin: 30px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-medium {
        margin: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-medium {
    margin: 10px !important
}

.cms-article .margin-top-medium {
    margin-top: 30px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-top-medium {
        margin-top: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-top-medium {
    margin-top: 10px !important
}

.cms-article .margin-right-medium {
    margin-right: 30px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-right-medium {
        margin-right: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-right-medium {
    margin-right: 10px !important
}

.cms-article .margin-bottom-medium {
    margin-bottom: 30px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-bottom-medium {
        margin-bottom: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-bottom-medium {
    margin-bottom: 10px !important
}

.cms-article .margin-left-medium {
    margin-left: 30px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-left-medium {
        margin-left: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-left-medium {
    margin-left: 10px !important
}

.cms-article .height-large {
    height: 50px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .height-large {
        height: 10px !important
    }
}

.fluid-grid-mobile .cms-article .height-large {
    height: 10px !important
}

.cms-article .width-large {
    width: 50px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .width-large {
        width: 10px !important
    }
}

.fluid-grid-mobile .cms-article .width-large {
    width: 10px !important
}

.cms-article .padding-large {
    padding: 50px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-large {
        padding: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-large {
    padding: 10px !important
}

.cms-article .cms-article .padding-large.a-text p:last-child {
    margin-bottom: 0
}

.cms-article .padding-top-large {
    padding-top: 50px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-top-large {
        padding-top: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-top-large {
    padding-top: 10px !important
}

.cms-article .padding-right-large {
    padding-right: 50px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-right-large {
        padding-right: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-right-large {
    padding-right: 10px !important
}

.cms-article .padding-bottom-large {
    padding-bottom: 50px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-bottom-large {
        padding-bottom: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-bottom-large {
    padding-bottom: 10px !important
}

.cms-article .padding-left-large {
    padding-left: 50px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-left-large {
        padding-left: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-left-large {
    padding-left: 10px !important
}

.cms-article .margin-large {
    margin: 50px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-large {
        margin: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-large {
    margin: 10px !important
}

.cms-article .margin-top-large {
    margin-top: 50px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-top-large {
        margin-top: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-top-large {
    margin-top: 10px !important
}

.cms-article .margin-right-large {
    margin-right: 50px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-right-large {
        margin-right: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-right-large {
    margin-right: 10px !important
}

.cms-article .margin-bottom-large {
    margin-bottom: 50px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-bottom-large {
        margin-bottom: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-bottom-large {
    margin-bottom: 10px !important
}

.cms-article .margin-left-large {
    margin-left: 50px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-left-large {
        margin-left: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-left-large {
    margin-left: 10px !important
}

.cms-article .height-xlarge {
    height: 125px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .height-xlarge {
        height: 10px !important
    }
}

.fluid-grid-mobile .cms-article .height-xlarge {
    height: 10px !important
}

.cms-article .width-xlarge {
    width: 125px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .width-xlarge {
        width: 10px !important
    }
}

.fluid-grid-mobile .cms-article .width-xlarge {
    width: 10px !important
}

.cms-article .padding-xlarge {
    padding: 125px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-xlarge {
        padding: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-xlarge {
    padding: 10px !important
}

.cms-article .cms-article .padding-xlarge.a-text p:last-child {
    margin-bottom: 0
}

.cms-article .padding-top-xlarge {
    padding-top: 125px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-top-xlarge {
        padding-top: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-top-xlarge {
    padding-top: 10px !important
}

.cms-article .padding-right-xlarge {
    padding-right: 125px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-right-xlarge {
        padding-right: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-right-xlarge {
    padding-right: 10px !important
}

.cms-article .padding-bottom-xlarge {
    padding-bottom: 125px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-bottom-xlarge {
        padding-bottom: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-bottom-xlarge {
    padding-bottom: 10px !important
}

.cms-article .padding-left-xlarge {
    padding-left: 125px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .padding-left-xlarge {
        padding-left: 10px !important
    }
}

.fluid-grid-mobile .cms-article .padding-left-xlarge {
    padding-left: 10px !important
}

.cms-article .margin-xlarge {
    margin: 125px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-xlarge {
        margin: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-xlarge {
    margin: 10px !important
}

.cms-article .margin-top-xlarge {
    margin-top: 125px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-top-xlarge {
        margin-top: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-top-xlarge {
    margin-top: 10px !important
}

.cms-article .margin-right-xlarge {
    margin-right: 125px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-right-xlarge {
        margin-right: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-right-xlarge {
    margin-right: 10px !important
}

.cms-article .margin-bottom-xlarge {
    margin-bottom: 125px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-bottom-xlarge {
        margin-bottom: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-bottom-xlarge {
    margin-bottom: 10px !important
}

.cms-article .margin-left-xlarge {
    margin-left: 125px !important
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .margin-left-xlarge {
        margin-left: 10px !important
    }
}

.fluid-grid-mobile .cms-article .margin-left-xlarge {
    margin-left: 10px !important
}

.cms-article .select-btn {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-decoration: none !important;
    border: none;
    vertical-align: middle;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #444;
    border: 1px solid #444;
    background-color: transparent;
    background-color: transparent;
    -webkit-transition: background-color;
    -moz-transition: background-color;
    -o-transition: background-color;
    transition: background-color
}

.no-touch .cms-article .select-btn:hover {
    background-color: rgba(0, 0, 0, .02)
}

.cms-article .select-btn:active,
.cms-article .select-btn.active {
    background-color: rgba(0, 0, 0, .05)
}

.cms-article .select-btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.cms-article .select-btn.light {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color;
    -moz-transition: background-color;
    -o-transition: background-color;
    transition: background-color
}

.no-touch .cms-article .select-btn.light:hover {
    background-color: rgba(255, 255, 255, .2);
    border-color: #fff
}

.cms-article .select-btn.light:active,
.cms-article .select-btn.light.active {
    background-color: rgba(255, 255, 255, .4);
    border-color: #fff
}

.cms-article .select-btn.large {
    font-size: 16px;
    padding: 13px 30px 12px;
    text-transform: uppercase
}

.cms-article .select-btn.xlarge {
    font-size: 19px;
    padding: 15px 25px;
    border-width: 2px;
    text-transform: uppercase
}

.cms-article .select-btn span {
    background-color: transparent !important;
    color: inherit !important
}

.cms-article .button-wrapper {
    display: flex
}

.cms-article .button-wrapper .select-btn.center {
    margin-left: auto;
    margin-right: auto
}

.cms-article .button-wrapper .select-btn.right {
    margin-left: auto
}

.cms-article .margin-0 {
    padding: 0
}

.cms-article .margin-1 {
    padding: 10px
}

.cms-article .margin-2 {
    padding: 20px
}

.cms-article .margin-3 {
    padding: 30px
}

.cms-article .margin-0 p:last-child,
.cms-article .margin-1 p:last-child,
.cms-article .margin-2 p:last-child,
.cms-article .margin-3 p:last-child {
    margin-bottom: 0
}

.cms-article .color-primary-bg {
    background-color: #000 !important;
    color: #fff !important
}

.cms-article .color-primary-text {
    color: #000 !important
}

.cms-article .color-secondary-bg {
    background-color: #fff !important;
    color: #444 !important
}

.cms-article .color-secondary-text {
    color: #fff !important
}

.cms-article .color-lightgrey-bg {
    background-color: #e8e8e8 !important;
    color: #444 !important
}

.cms-article .color-lightgrey-text {
    color: #e8e8e8 !important
}

.cms-article .color-grey1-bg {
    background-color: #ccc !important;
    color: #444 !important
}

.cms-article .color-grey1-text {
    color: #ccc !important
}

.cms-article .color-grey2-bg {
    background-color: #b1b3b4 !important;
    color: #444 !important
}

.cms-article .color-grey2-text {
    color: #ccc !important
}

.cms-article .color-darkgrey-bg {
    background-color: #868889 !important;
    color: #fff !important
}

.cms-article .color-darkgrey-text {
    color: #868889 !important
}

.cms-article .color-verydarkgrey-bg {
    background-color: #404040 !important;
    color: #fff !important
}

.cms-article .color-verydarkgrey-text {
    color: #404040 !important
}

.cms-article .color-blue-bg {
    background-color: #afb9be !important;
    color: #444 !important
}

.cms-article .color-blue-text {
    color: #afb9be !important
}

.cms-article .color-maxigripblue-bg {
    background-color: #153458 !important;
    color: #fff !important
}

.cms-article .color-maxigripblue-text {
    color: #153458 !important
}

.cms-article .color-maxigripyellow-bg {
    background-color: #dae24f !important;
    color: #fff !important
}

.cms-article .color-maxigripyellow-text {
    color: #dae24f !important
}

.cms-article .color-teamgearblue-bg {
    background-color: #00accd !important;
    color: #fff !important
}

.cms-article .color-teamgearblue-text {
    color: #00accd !important
}

.cms-article .color-profcarelimegreen-bg {
    background-color: #a6ce39 !important;
    color: #fff !important
}

.cms-article .color-profcarelimegreen-text {
    color: #a6ce39 !important
}

.cms-article .color-red-bg {
    background-color: #e42c2a !important;
    color: #fff !important
}

.cms-article .color-red-text {
    color: #e42c2a !important
}

.cms-article .color-birch-bg {
    background-color: #ded5c7 !important;
    color: #444 !important
}

.cms-article .color-birch-text {
    color: #ded5c7 !important
}

.cms-article .color-lysbeige-bg {
    background-color: #e7e7e7 !important;
    color: #444 !important
}

.cms-article .color-lysbeige-text {
    color: #e7e7e7 !important
}

.cms-article .color-pristinelight-bg {
    background-color: #f8f3eb !important;
    color: #444 !important
}

.cms-article .color-pristinelight-text {
    color: #f8f3eb !important
}

.cms-article .color-pristinedarker-bg {
    background-color: #f5ede1 !important;
    color: #444 !important
}

.cms-article .color-pristinedarker-text {
    color: #f5ede1 !important
}

.cms-article .color-pearlbluelight-bg {
    background-color: #d7dcdf !important;
    color: #444 !important
}

.cms-article .color-pearlbluelight-text {
    color: #d7dcdf !important
}

.cms-article .color-bluegraphite-bg {
    background-color: #313338 !important;
    color: #fff !important
}

.cms-article .color-bluegraphite-text {
    color: #313338 !important
}

.cms-article .color-sargassosea-bg {
    background-color: #afb9be;
    color: #fff;
}

.cms-article .color-sargassosea-bg:hover {
    background: rgba(224, 48, 61, 0.39);
}

.cms-article .color-sargassosea-text {
    color: #afb9be !important
}

.cms-article .color-greengables-bg {
    background-color: #324341 !important;
    color: #fff !important
}

.cms-article .color-greengables-text {
    color: #324341 !important
}

.cms-article .color-brilliantwhite-bg {
    background-color: #f1f6fc !important;
    color: #444 !important
}

.cms-article .color-brilliantwhite-text {
    color: #f1f6fc !important
}

.cms-article .font-size-xxlarge {
    font-size: 48px !important;
    line-height: 1.2em
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .font-size-xxlarge {
        font-size: 30px !important
    }
}

.fluid-grid-mobile .cms-article .font-size-xxlarge {
    font-size: 30px !important
}

.cms-article .font-size-xlarge {
    font-size: 28px !important;
    line-height: 1.2em
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .font-size-xlarge {
        font-size: 20px !important
    }
}

.fluid-grid-mobile .cms-article .font-size-xlarge {
    font-size: 20px !important
}

.cms-article .font-size-large {
    font-size: 20px !important;
    line-height: 1.2em
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .font-size-large {
        font-size: 16px !important
    }
}

.fluid-grid-mobile .cms-article .font-size-large {
    font-size: 16px !important
}

.cms-article .font-size-normal {
    font-size: 14px !important;
    line-height: 1.5em
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .font-size-normal {
        font-size: 14px !important
    }
}

.fluid-grid-mobile .cms-article .font-size-normal {
    font-size: 14px !important
}

.cms-article .font-size-small {
    font-size: 12px !important;
    line-height: 1.5em
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .font-size-small {
        font-size: 12px !important
    }
}

.fluid-grid-mobile .cms-article .font-size-small {
    font-size: 12px !important
}

.cms-article .font-size-xsmall {
    font-size: 10px !important;
    line-height: 1.5em
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .font-size-xsmall {
        font-size: 10px !important
    }
}

.fluid-grid-mobile .cms-article .font-size-xsmall {
    font-size: 10px !important
}

.cms-article .font-size-xxsmall {
    font-size: 8px !important;
    line-height: 1.5em
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .font-size-xxsmall {
        font-size: 8px !important
    }
}

.fluid-grid-mobile .cms-article .font-size-xxsmall {
    font-size: 8px !important
}

.cms-article .ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .cms-article .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.cms-article .ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .cms-article .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.cms-article .ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .cms-article .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.cms-article .ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.cms-article .ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.cms-article .ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cms-article .ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .cms-article .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .cms-article .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.cms-article .ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.cms-article .ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.cms-article .ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.cms-article .ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .cms-article .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.cms-article .ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.cms-article .ball-animation__buttons:active {
    background-color: transparent
}

.cms-article .ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .cms-article .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .cms-article .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.cms-article .ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .cms-article .ball-animation__button {
        display: none
    }
}

.active .cms-article .ball-animation__button {
    color: #fff
}

.cms-article .ball-animation__text {
    width: 100%
}

.cms-article .ball-animation__list {
    list-style: none;
    padding: 0
}

.cms-article .ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .cms-article .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .cms-article .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.cms-article .ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .cms-article .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .cms-article .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.cms-article .ball-animation__description {
    color: #fff;
    display: none
}

.cms-article .ball-animation__description.active {
    display: block
}

.cms-article .ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .cms-article .ball-animation__description {
        padding: 0 10px 10px
    }
}

.cms-article .ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .cms-article .ball-animation__title {
        display: block
    }
}

.cms-article h1,
.cms-article h2,
.cms-article h3,
.cms-article h4,
.cms-article h5,
.cms-article hr,
.cms-article p,
.cms-article .a-img,
.cms-article .a-block-youtube,
.cms-article .a-block-placeholder {
    margin-top: 0;
    margin-bottom: 15px
}

@media only screen and (max-width:699px) {
    .responsive .cms-article h1,
    .responsive .cms-article h2,
    .responsive .cms-article h3,
    .responsive .cms-article h4,
    .responsive .cms-article h5,
    .responsive .cms-article hr,
    .responsive .cms-article p,
    .responsive .cms-article .a-img,
    .responsive .cms-article .a-block-youtube,
    .responsive .cms-article .a-block-placeholder {
        margin-bottom: 10px
    }
}

.fluid-grid-mobile .cms-article h1,
.fluid-grid-mobile .cms-article h2,
.fluid-grid-mobile .cms-article h3,
.fluid-grid-mobile .cms-article h4,
.fluid-grid-mobile .cms-article h5,
.fluid-grid-mobile .cms-article hr,
.fluid-grid-mobile .cms-article p,
.fluid-grid-mobile .cms-article .a-img,
.fluid-grid-mobile .cms-article .a-block-youtube,
.fluid-grid-mobile .cms-article .a-block-placeholder {
    margin-bottom: 10px
}

.cms-article .a-group.last h1.last,
.cms-article .a-group.last h1:last-child,
.cms-article .a-group.last h2.last,
.cms-article .a-group.last h2:last-child,
.cms-article .a-group.last h3.last,
.cms-article .a-group.last h3:last-child,
.cms-article .a-group.last h4.last,
.cms-article .a-group.last h4:last-child,
.cms-article .a-group.last h5.last,
.cms-article .a-group.last h5:last-child,
.cms-article .a-group.last hr.last,
.cms-article .a-group.last hr:last-child,
.cms-article .a-group.last p.last,
.cms-article .a-group.last p:last-child,
.cms-article .a-group.last .a-img.last,
.cms-article .a-group.last .a-img:last-child,
.cms-article .a-group.last .a-block-youtube.last,
.cms-article .a-group.last .a-block-youtube:last-child,
.cms-article .a-group.last .a-block-placeholder.last,
.cms-article .a-group.last .a-block-placeholder:last-child,
.cms-article .a-group:last-child h1.last,
.cms-article .a-group:last-child h1:last-child,
.cms-article .a-group:last-child h2.last,
.cms-article .a-group:last-child h2:last-child,
.cms-article .a-group:last-child h3.last,
.cms-article .a-group:last-child h3:last-child,
.cms-article .a-group:last-child h4.last,
.cms-article .a-group:last-child h4:last-child,
.cms-article .a-group:last-child h5.last,
.cms-article .a-group:last-child h5:last-child,
.cms-article .a-group:last-child hr.last,
.cms-article .a-group:last-child hr:last-child,
.cms-article .a-group:last-child p.last,
.cms-article .a-group:last-child p:last-child,
.cms-article .a-group:last-child .a-img.last,
.cms-article .a-group:last-child .a-img:last-child,
.cms-article .a-group:last-child .a-block-youtube.last,
.cms-article .a-group:last-child .a-block-youtube:last-child,
.cms-article .a-group:last-child .a-block-placeholder.last,
.cms-article .a-group:last-child .a-block-placeholder:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .a-group.last h1.last,
    .responsive .cms-article .a-group.last h1:last-child,
    .responsive .cms-article .a-group.last h2.last,
    .responsive .cms-article .a-group.last h2:last-child,
    .responsive .cms-article .a-group.last h3.last,
    .responsive .cms-article .a-group.last h3:last-child,
    .responsive .cms-article .a-group.last h4.last,
    .responsive .cms-article .a-group.last h4:last-child,
    .responsive .cms-article .a-group.last h5.last,
    .responsive .cms-article .a-group.last h5:last-child,
    .responsive .cms-article .a-group.last hr.last,
    .responsive .cms-article .a-group.last hr:last-child,
    .responsive .cms-article .a-group.last p.last,
    .responsive .cms-article .a-group.last p:last-child,
    .responsive .cms-article .a-group.last .a-img.last,
    .responsive .cms-article .a-group.last .a-img:last-child,
    .responsive .cms-article .a-group.last .a-block-youtube.last,
    .responsive .cms-article .a-group.last .a-block-youtube:last-child,
    .responsive .cms-article .a-group.last .a-block-placeholder.last,
    .responsive .cms-article .a-group.last .a-block-placeholder:last-child,
    .responsive .cms-article .a-group:last-child h1.last,
    .responsive .cms-article .a-group:last-child h1:last-child,
    .responsive .cms-article .a-group:last-child h2.last,
    .responsive .cms-article .a-group:last-child h2:last-child,
    .responsive .cms-article .a-group:last-child h3.last,
    .responsive .cms-article .a-group:last-child h3:last-child,
    .responsive .cms-article .a-group:last-child h4.last,
    .responsive .cms-article .a-group:last-child h4:last-child,
    .responsive .cms-article .a-group:last-child h5.last,
    .responsive .cms-article .a-group:last-child h5:last-child,
    .responsive .cms-article .a-group:last-child hr.last,
    .responsive .cms-article .a-group:last-child hr:last-child,
    .responsive .cms-article .a-group:last-child p.last,
    .responsive .cms-article .a-group:last-child p:last-child,
    .responsive .cms-article .a-group:last-child .a-img.last,
    .responsive .cms-article .a-group:last-child .a-img:last-child,
    .responsive .cms-article .a-group:last-child .a-block-youtube.last,
    .responsive .cms-article .a-group:last-child .a-block-youtube:last-child,
    .responsive .cms-article .a-group:last-child .a-block-placeholder.last,
    .responsive .cms-article .a-group:last-child .a-block-placeholder:last-child {
        margin-bottom: 10px
    }
}

.fluid-grid-mobile .cms-article .a-group.last h1.last,
.fluid-grid-mobile .cms-article .a-group.last h1:last-child,
.fluid-grid-mobile .cms-article .a-group.last h2.last,
.fluid-grid-mobile .cms-article .a-group.last h2:last-child,
.fluid-grid-mobile .cms-article .a-group.last h3.last,
.fluid-grid-mobile .cms-article .a-group.last h3:last-child,
.fluid-grid-mobile .cms-article .a-group.last h4.last,
.fluid-grid-mobile .cms-article .a-group.last h4:last-child,
.fluid-grid-mobile .cms-article .a-group.last h5.last,
.fluid-grid-mobile .cms-article .a-group.last h5:last-child,
.fluid-grid-mobile .cms-article .a-group.last hr.last,
.fluid-grid-mobile .cms-article .a-group.last hr:last-child,
.fluid-grid-mobile .cms-article .a-group.last p.last,
.fluid-grid-mobile .cms-article .a-group.last p:last-child,
.fluid-grid-mobile .cms-article .a-group.last .a-img.last,
.fluid-grid-mobile .cms-article .a-group.last .a-img:last-child,
.fluid-grid-mobile .cms-article .a-group.last .a-block-youtube.last,
.fluid-grid-mobile .cms-article .a-group.last .a-block-youtube:last-child,
.fluid-grid-mobile .cms-article .a-group.last .a-block-placeholder.last,
.fluid-grid-mobile .cms-article .a-group.last .a-block-placeholder:last-child,
.fluid-grid-mobile .cms-article .a-group:last-child h1.last,
.fluid-grid-mobile .cms-article .a-group:last-child h1:last-child,
.fluid-grid-mobile .cms-article .a-group:last-child h2.last,
.fluid-grid-mobile .cms-article .a-group:last-child h2:last-child,
.fluid-grid-mobile .cms-article .a-group:last-child h3.last,
.fluid-grid-mobile .cms-article .a-group:last-child h3:last-child,
.fluid-grid-mobile .cms-article .a-group:last-child h4.last,
.fluid-grid-mobile .cms-article .a-group:last-child h4:last-child,
.fluid-grid-mobile .cms-article .a-group:last-child h5.last,
.fluid-grid-mobile .cms-article .a-group:last-child h5:last-child,
.fluid-grid-mobile .cms-article .a-group:last-child hr.last,
.fluid-grid-mobile .cms-article .a-group:last-child hr:last-child,
.fluid-grid-mobile .cms-article .a-group:last-child p.last,
.fluid-grid-mobile .cms-article .a-group:last-child p:last-child,
.fluid-grid-mobile .cms-article .a-group:last-child .a-img.last,
.fluid-grid-mobile .cms-article .a-group:last-child .a-img:last-child,
.fluid-grid-mobile .cms-article .a-group:last-child .a-block-youtube.last,
.fluid-grid-mobile .cms-article .a-group:last-child .a-block-youtube:last-child,
.fluid-grid-mobile .cms-article .a-group:last-child .a-block-placeholder.last,
.fluid-grid-mobile .cms-article .a-group:last-child .a-block-placeholder:last-child {
    margin-bottom: 10px
}

.cms-article h1 {
    font-size: 60px !important;
    line-height: 1.2em;
    text-transform: uppercase
}

@media only screen and (max-width:699px) {
    .responsive .cms-article h1 {
        font-size: 40px !important
    }
}

.fluid-grid-mobile .cms-article h1 {
    font-size: 40px !important
}

.cms-article h1,
.cms-article h2,
.cms-article .h1,
.cms-article .h2,
.cms-article .h3 {
    font-family: 'Open Sans Condensed', sans-serif, arial
}

.cms-article h2 {
    font-size: 48px !important;
    line-height: 1.2em;
    text-transform: uppercase
}

@media only screen and (max-width:699px) {
    .responsive .cms-article h2 {
        font-size: 30px !important
    }
}

.fluid-grid-mobile .cms-article h2 {
    font-size: 30px !important
}

.cms-article .h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2em
}

@media only screen and (min-width:700px) and (max-width:1023px) {
    .responsive .cms-article .h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px
    }
}

.cms-article .a-group figure {
    margin: 0
}

@media only screen and (max-width:1023px) {
    .responsive .cms-article .a-group figure {
        float: none !important;
        display: block;
        margin-right: auto !important;
        margin-left: auto !important
    }
    .responsive .cms-article .a-group figure img {
        text-align: center
    }
}

.cms-article figcaption {
    font-size: 90%;
    text-align: center;
    margin: 0;
    cursor: initial
}

.cms-article figcaption p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0
}

.cms-article blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

.cms-article blockquote p {
    font-size: 14px !important;
    line-height: 1.5em
}

@media only screen and (max-width:699px) {
    .responsive .cms-article blockquote p {
        font-size: 14px !important
    }
}

.fluid-grid-mobile .cms-article blockquote p {
    font-size: 14px !important
}

.cms-article .two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .two-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1
    }
}

.cms-article .attribute {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 0;
    font-weight: bold
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .responsive .cms-article .attribute {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:700px) and (max-width:1023px) {
    .responsive .cms-article .attribute {
        font-size: 65px;
        line-height: 65px;
        margin-bottom: 0
    }
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .attribute {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 0
    }
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.row-24 {
    clear: both
}

.lt-ie9 .row-24 {
    overflow: hidden;
    *zoom: 1
}

.row-24 .cols {
    position: relative;
    margin: 0 auto
}

.row-24 .cols::after {
    content: "";
    display: block;
    clear: both
}

.row-24 .col-1 {
    width: 3.373015873%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-1 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-1 {
    padding: 0 !important
}

.row-24 .col-prepend-1 {
    padding-left: 3.373015873%
}

.row-24 .col-append-1 {
    padding-right: 3.373015873%
}

.row-24 .col-2 {
    width: 7.5396825397%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-2 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-2 {
    padding: 0 !important
}

.row-24 .col-prepend-2 {
    padding-left: 7.5396825397%
}

.row-24 .col-append-2 {
    padding-right: 7.5396825397%
}

.row-24 .col-3 {
    width: 11.7063492063%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-3 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-3 {
    padding: 0 !important
}

.row-24 .col-prepend-3 {
    padding-left: 11.7063492063%
}

.row-24 .col-append-3 {
    padding-right: 11.7063492063%
}

.row-24 .col-4 {
    width: 15.873015873%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-4 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-4 {
    padding: 0 !important
}

.row-24 .col-prepend-4 {
    padding-left: 15.873015873%
}

.row-24 .col-append-4 {
    padding-right: 15.873015873%
}

.row-24 .col-5 {
    width: 20.0396825397%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-5 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-5 {
    padding: 0 !important
}

.row-24 .col-prepend-5 {
    padding-left: 20.0396825397%
}

.row-24 .col-append-5 {
    padding-right: 20.0396825397%
}

.row-24 .col-6 {
    width: 20%;
    /*margin: 0 .3968253968%;*/
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-6 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-6 {
    padding: 0 !important
}

.row-24 .col-prepend-6 {
    padding-left: 24.2063492063%
}

.row-24 .col-append-6 {
    padding-right: 24.2063492063%
}

.row-24 .col-7 {
    width: 28.373015873%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-7 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-7 {
    padding: 0 !important
}

.row-24 .col-prepend-7 {
    padding-left: 28.373015873%
}

.row-24 .col-append-7 {
    padding-right: 28.373015873%
}

.row-24 .col-8 {
    width: 32.5396825397%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-8 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-8 {
    padding: 0 !important
}

.row-24 .col-prepend-8 {
    padding-left: 32.5396825397%
}

.row-24 .col-append-8 {
    padding-right: 32.5396825397%
}

.row-24 .col-9 {
    width: 36.7063492063%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-9 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-9 {
    padding: 0 !important
}

.row-24 .col-prepend-9 {
    padding-left: 36.7063492063%
}

.row-24 .col-append-9 {
    padding-right: 36.7063492063%
}

.row-24 .col-10 {
    width: 40.873015873%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-10 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-10 {
    padding: 0 !important
}

.row-24 .col-prepend-10 {
    padding-left: 40.873015873%
}

.row-24 .col-append-10 {
    padding-right: 40.873015873%
}

.row-24 .col-11 {
    width: 45.0396825397%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-11 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-11 {
    padding: 0 !important
}

.row-24 .col-prepend-11 {
    padding-left: 45.0396825397%
}

.row-24 .col-append-11 {
    padding-right: 45.0396825397%
}

.row-24 .col-12 {
    width: 49.2063492063%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-12 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-12 {
    padding: 0 !important
}

.row-24 .col-prepend-12 {
    padding-left: 49.2063492063%
}

.row-24 .col-append-12 {
    padding-right: 49.2063492063%
}

.row-24 .col-13 {
    width: 53.373015873%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-13 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-13 {
    padding: 0 !important
}

.row-24 .col-prepend-13 {
    padding-left: 53.373015873%
}

.row-24 .col-append-13 {
    padding-right: 53.373015873%
}

.row-24 .col-14 {
    width: 57.5396825397%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-14 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-14 {
    padding: 0 !important
}

.row-24 .col-prepend-14 {
    padding-left: 57.5396825397%
}

.row-24 .col-append-14 {
    padding-right: 57.5396825397%
}

.row-24 .col-15 {
    width: 61.7063492063%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-15 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-15 {
    padding: 0 !important
}

.row-24 .col-prepend-15 {
    padding-left: 61.7063492063%
}

.row-24 .col-append-15 {
    padding-right: 61.7063492063%
}

.row-24 .col-16 {
    width: 65.873015873%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-16 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-16 {
    padding: 0 !important
}

.row-24 .col-prepend-16 {
    padding-left: 65.873015873%
}

.row-24 .col-append-16 {
    padding-right: 65.873015873%
}

.row-24 .col-17 {
    width: 70.0396825397%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-17 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-17 {
    padding: 0 !important
}

.row-24 .col-prepend-17 {
    padding-left: 70.0396825397%
}

.row-24 .col-append-17 {
    padding-right: 70.0396825397%
}

.row-24 .col-18 {
    width: 74.2063492063%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-18 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-18 {
    padding: 0 !important
}

.row-24 .col-prepend-18 {
    padding-left: 74.2063492063%
}

.row-24 .col-append-18 {
    padding-right: 74.2063492063%
}

.row-24 .col-19 {
    width: 78.373015873%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-19 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-19 {
    padding: 0 !important
}

.row-24 .col-prepend-19 {
    padding-left: 78.373015873%
}

.row-24 .col-append-19 {
    padding-right: 78.373015873%
}

.row-24 .col-20 {
    width: 82.5396825397%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-20 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-20 {
    padding: 0 !important
}

.row-24 .col-prepend-20 {
    padding-left: 82.5396825397%
}

.row-24 .col-append-20 {
    padding-right: 82.5396825397%
}

.row-24 .col-21 {
    width: 86.7063492063%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-21 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-21 {
    padding: 0 !important
}

.row-24 .col-prepend-21 {
    padding-left: 86.7063492063%
}

.row-24 .col-append-21 {
    padding-right: 86.7063492063%
}

.row-24 .col-22 {
    width: 90.873015873%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-22 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-22 {
    padding: 0 !important
}

.row-24 .col-prepend-22 {
    padding-left: 90.873015873%
}

.row-24 .col-append-22 {
    padding-right: 90.873015873%
}

.row-24 .col-23 {
    width: 95.0396825397%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-23 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-23 {
    padding: 0 !important
}

.row-24 .col-prepend-23 {
    padding-left: 95.0396825397%
}

.row-24 .col-append-23 {
    padding-right: 95.0396825397%
}

.row-24 .col-24 {
    width: 99.2063492063%;
    margin: 0 .3968253968%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:699px) {
    .responsive .row-24 .col-24 {
        float: none;
        display: block;
        margin: 0;
        width: auto
    }
}

.lt-ie8 .row-24 .col-24 {
    padding: 0 !important
}

.row-24 .col-prepend-24 {
    padding-left: 99.2063492063%
}

.row-24 .col-append-24 {
    padding-right: 99.2063492063%
}

.cols {
    max-width: 1512px
}

@media only screen and (max-width:699px) {
    .responsive .cols {
        max-width: 310px
    }
}

.lt-ie10 {
    min-width: 1512px
}

.lt-ie8 {
    width: auto;
    min-width: 1px
}

.lt-ie8 #hMobileMenu-overflow {
    width: 1512px;
    margin: 0 auto
}

@media only screen and (max-width:699px) {
    .responsive .cols {
        margin: 0 10px;
        max-width: none
    }
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

html,
body {
    height: 100%
}

body {
    position: relative
}

.clearfix {
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.hLibPreloadArea {
    display: block;
    position: absolute;
    top: -100px;
    left: -100px;
    overflow: hidden;
    opacity: 0
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.btn {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-decoration: none !important;
    border: none;
    vertical-align: middle;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #444;
    border: 1px solid #444;
    background-color: transparent;
    background-color: transparent;
    -webkit-transition: background-color;
    -moz-transition: background-color;
    -o-transition: background-color;
    transition: background-color
}

.no-touch .btn:hover {
    background-color: rgba(0, 0, 0, .02)
}

.btn:active,
.btn.active {
    background-color: rgba(0, 0, 0, .05)
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-xs {
    font-size: 11px;
    padding: 5px 10px
}

.btn-sm {
    font-size: 12px;
    padding: 8px 13px 7px
}

.btn-md {
    font-size: 15px;
    padding: 10px 10px;
    text-transform: uppercase
}

.btn-lg {
    font-size: 16px;
    padding: 13px 30px 12px;
    text-transform: uppercase
}

.btn-xl {
    font-size: 19px;
    padding: 15px 25px;
    border-width: 2px;
    text-transform: uppercase
}

.btn-xxl {
    font-size: 30px;
    padding: 20px 55px;
    border-width: 2px;
    text-transform: uppercase
}

.btn-default {
    color: #444;
    border: 1px solid #444;
    background-color: transparent;
    background-color: transparent;
    -webkit-transition: background-color;
    -moz-transition: background-color;
    -o-transition: background-color;
    transition: background-color
}

.no-touch .btn-default:hover {
    background-color: rgba(0, 0, 0, .02)
}

.btn-default:active,
.btn-default.active {
    background-color: rgba(0, 0, 0, .05)
}

.btn-default:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-primary {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color;
    -moz-transition: background-color;
    -o-transition: background-color;
    transition: background-color
}

.no-touch .btn-primary:hover {
    background-color: rgba(255, 255, 255, .2);
    border-color: #fff
}

.btn-primary:active,
.btn-primary.active {
    background-color: rgba(255, 255, 255, .4);
    border-color: #fff
}

.btn-secondary {
    color: #fff;
    border: 1px solid #181818;
    background-color: #181818
}

.no-touch .btn-secondary:hover {
    color: #fff;
    background-color: #252525
}

.btn-secondary:active,
.btn-secondary.active {
    color: #fff;
    background-color: #0b0b0b
}

.btn-tertiary {
    border: none;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #979797;
    background: -owg-linear-gradient(#c5c5c5, #797979);
    background: -webkit-linear-gradient(#c5c5c5, #797979);
    background: -moz-linear-gradient(#c5c5c5, #797979);
    background: -o-linear-gradient(#c5c5c5, #797979);
    background: linear-gradient(#c5c5c5, #797979)
}

.btn-tertiary:hover {
    background-color: #9f9f9f;
    background: -owg-linear-gradient(#cdcdcd, gray);
    background: -webkit-linear-gradient(#cdcdcd, gray);
    background: -moz-linear-gradient(#cdcdcd, gray);
    background: -o-linear-gradient(#cdcdcd, gray);
    background: linear-gradient(#cdcdcd, gray)
}

.btn-tertiary:active {
    background: #8a8a8a
}

.btn-success {
    border: none;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #8ce239;
    background: -owg-linear-gradient(#b0eb77, #63af1a);
    background: -webkit-linear-gradient(#b0eb77, #63af1a);
    background: -moz-linear-gradient(#b0eb77, #63af1a);
    background: -o-linear-gradient(#b0eb77, #63af1a);
    background: linear-gradient(#b0eb77, #63af1a)
}

.btn-success:focus,
.btn-success:hover {
    background-color: #9ee658;
    background: -owg-linear-gradient(#b8ed84, #6bbd1c);
    background: -webkit-linear-gradient(#b8ed84, #6bbd1c);
    background: -moz-linear-gradient(#b8ed84, #6bbd1c);
    background: -o-linear-gradient(#b8ed84, #6bbd1c);
    background: linear-gradient(#b8ed84, #6bbd1c)
}

.btn-success:active {
    background: #75ce1e
}

.btn-warning {
    border: none;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #fbb450;
    background: -owg-linear-gradient(#fbb450, #f89406);
    background: -webkit-linear-gradient(#fbb450, #f89406);
    background: -moz-linear-gradient(#fbb450, #f89406);
    background: -o-linear-gradient(#fbb450, #f89406);
    background: linear-gradient(#fbb450, #f89406)
}

.btn-warning:hover {
    background-color: #fcbf69;
    background: -owg-linear-gradient(#fbba5f, #f99b14);
    background: -webkit-linear-gradient(#fbba5f, #f99b14);
    background: -moz-linear-gradient(#fbba5f, #f99b14);
    background: -o-linear-gradient(#fbba5f, #f99b14);
    background: linear-gradient(#fbba5f, #f99b14)
}

.btn-warning:active {
    background: #e98b06
}

.btn-danger {
    border: none;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #ee5f5b;
    background: -owg-linear-gradient(#ee5f5b, #bd362f);
    background: -webkit-linear-gradient(#ee5f5b, #bd362f);
    background: -moz-linear-gradient(#ee5f5b, #bd362f);
    background: -o-linear-gradient(#ee5f5b, #bd362f);
    background: linear-gradient(#ee5f5b, #bd362f)
}

.btn-danger:hover {
    background-color: #f07672;
    background: -owg-linear-gradient(#ef6d69, #c93a32);
    background: -webkit-linear-gradient(#ef6d69, #c93a32);
    background: -moz-linear-gradient(#ef6d69, #c93a32);
    background: -o-linear-gradient(#ef6d69, #c93a32);
    background: linear-gradient(#ef6d69, #c93a32)
}

.btn-danger:active {
    background: #b1322c
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.hSlider2 {
    position: relative;
    -ms-touch-action: none
}

.hSlider2.slide,
.hSlider2.slide * {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.hSlider2 .sliderbtn {
    position: absolute
}

.hSlider2 .inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.hSlider2 .inner .sliderlist {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.hSlider2 .inner .sliderlist .sliderchild {
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
    position: absolute
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

#hModalOverlay,
.hModalOverlayForInstance {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    cursor: pointer;
    z-index: 999998;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.lt-ie7 #hModalOverlay,
.lt-ie7 .hModalOverlayForInstance {
    position: absolute
}

#hModalOverlay.hLibOverlayPreShow {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    opacity: .01;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

#hModalOverlay.hLibOverlayShow {
    opacity: .75
}

.hModalOverlayForInstance {
    z-index: 0;
    cursor: default !important
}

#hModalWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 999999
}

#hModalWrap .hModal {
    position: absolute
}

#hModalWrap .hModal.hLibModalPreShow {
    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: block
}

#hModalWrap .hModal.hLibModalShow {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

#hModalWrap .hModal.hLibModalPreHide {
    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s
}

#hModalWrap .hModal.hLibModalHide {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

#hModalWrap .hModal .hModalClose {
    position: absolute;
    top: -9px;
    right: -9px;
    cursor: pointer;
    z-index: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -380px -123px;
    width: 25px;
    height: 25px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    #hModalWrap .hModal .hModalClose {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -116px -87px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

#hModalWrap .hModal .hModalClose:hover,
#hModalWrap .hModal .hModalClose.hover {
    background-position: -353px -123px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    #hModalWrap .hModal .hModalClose:hover,
    #hModalWrap .hModal .hModalClose.hover {
        background-position: -170px -87px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

#hModalWrap .hModal .hModalClose:active,
#hModalWrap .hModal .hModalClose.active {
    background-position: -407px -123px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    #hModalWrap .hModal .hModalClose:active,
    #hModalWrap .hModal .hModalClose.active {
        background-position: -143px -87px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

#hModalWrap .hModal .hModalContent {
    padding: 11px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box
}

#hModalWrap .hModalContentNotLoaded {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

#hModalWrap .hModalContentNotLoaded .hModalContent {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: -5000px;
    left: -1000px
}

#hModalWrap .hModalContentNotLoaded .hModalContent.hModalLoading {
    position: static;
    z-index: auto
}

#hModalWrap .hModalContentNotLoaded .hModalClose {
    display: none
}

#hModalWrap .hModalLoading {
    height: 50px;
    min-width: 50px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    opacity: .01;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms
}

#hModalWrap .hModalLoading.hModalLoadingDelayShow {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.hModal {}

.hModal img {
    max-width: 100%
}

.hModal .alert-confirm-wrap {
    text-align: center
}

.hModal .alert-confirm-wrap .btns-wrap {
    margin-top: 20px;
    text-align: center
}

.hModal .alert-confirm-wrap .btns-wrap .hLib-modal-btn-cancel {
    margin-right: 20px
}

.hModal .alert-confirm-wrap .prompt-input-wrap {
    margin: 10px 0 0
}

.hModal .alert-confirm-wrap .prompt-input-wrap input {
    padding: 3px 5px
}

.hModal .alert-confirm-wrap .prompt-input-wrap textarea {
    display: block;
    width: 220px;
    max-width: 220px;
    height: 50px
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.hLibCookieInfo2 {
    position: fixed;
    bottom: 0;
    background: #000;
    color: #fff;
    height: 45px;
    width: 100%;
    z-index: 999;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8
}

.ie-lt7 .hLibCookieInfo2 {
    position: absolute
}

.hLibCookieInfo2 a {
    color: #fff
}

.hLibCookieInfo2 .hLibCookieInfoClose {
    display: block;
    height: 100%;
    width: 44px;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 1
}

.hLibCookieInfo2 .hLibCookieInfoClose span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -286px -158px;
    width: 14px;
    height: 14px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .hLibCookieInfo2 .hLibCookieInfoClose span {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -402px -60px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.hLibCookieInfo2 .hLibCookieInfoBody {
    line-height: 17px;
    font-size: 13px
}

.hLibCookieInfo2 .hLibCookieInfoBody .mobileContent {
    display: none;
    padding: 8px 30px 8px 10px
}

.hLibCookieInfo2 .hLibCookieInfoBody .content {
    padding: 12px 45px 12px 15px
}

.hLibCookieInfo2 .hLibCookieInfoOk {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px 10px;
    margin-left: 10px;
    cursor: pointer
}

.hLibCookieInfo2 .hLibCookieInfoOk:hover {
    background-color: rgba(255, 255, 255, .2);
    text-decoration: none
}

@media only screen and (max-width:699px) {
    .responsive .hLibCookieInfo2 .content {
        display: none
    }
    .responsive .hLibCookieInfo2 .mobileContent {
        opacity: 1;
        display: block
    }
}

.hLibCookieInfo2.hLibCookieExpanded {
    height: auto;
    width: 100%
}

.hLibCookieInfo2.hLibCookieExpanded .hLibCookieInfoBody {
    width: auto;
    height: auto
}

.hLibCookieInfo2.hLibCookieInfoClosed {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.hLibCookieInfo2.hLibCookieInfoPositionTop {
    top: 0;
    bottom: auto
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.hPush {
    overflow: hidden
}

.hPush .hPushTitleBar {
    height: 30px;
    line-height: 30px;
    position: relative;
    background: #eaeaea;
    border-bottom: 1px solid #e0e0e0;
    z-index: 2
}

.hPush .hPushTitleBar .hPushBack {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.hPush .hPushTitleBar .hPushBack::before {
    content: "<";
    display: inline-block;
    margin-right: 5px
}

.hPush .hPushTitleBar .hPushBackWrap {
    float: left;
    height: 30px
}

.hPush .hPushTitleBar .hPushBackWrap:hover .hPushBack {
    opacity: .8
}

.hPush .hPushTitleBar .hPushBackWrap.active .hPushBack {
    opacity: 1;
    background: #ddd
}

.hPush .hPushTitleBar .hPushTitle {
    text-align: right;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.hPush .hPushLoading {
    background: url(../../../content/gfx/spinner/10.html) no-repeat center center transparent;
    height: 100px
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.hMobileMenu {
    display: none
}

.hMobileMenuShow .hMobileMenu {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1;
    height: 100%;
    background: #e2e2e2;
    overflow: hidden
}

.hMobileMenuShow .hMobileMenu.hMobileMenu-left {
    left: 0
}

.hMobileMenuShow .hMobileMenu.hMobileMenu-right {
    right: 0
}

.hMobileMenuShow .hMobileMenu ul,
.hMobileMenuShow .hMobileMenu ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.hMobileMenuShow .hMobileMenu ul li {
    float: none
}

.hMobileMenuShow .hMobileMenu ul ul li a {
    padding-left: 30px;
    font-size: 14px
}

.hMobileMenuShow .hMobileMenu .hPushView {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.hMobileMenuShow .hMobileMenu .hPushView a {
    display: block;
    background: #e9e9e9;
    border-bottom: 1px solid #cacaca;
    text-decoration: none;
    font-size: 16px;
    padding: 7px 10px;
    text-decoration: none;
    color: #555
}

.hMobileMenuShow .hMobileMenu .hPushView li.selected a,
.hMobileMenuShow .hMobileMenu .hPushView a.active,
.hMobileMenuShow .hMobileMenu .hPushView .hPush-selected {
    background-color: #9ea6ab;
    color: #fff;
    text-shadow: 0 -1px black;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .47) inset;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .47) inset;
    box-shadow: 0 0 7px rgba(0, 0, 0, .47) inset
}

.hMobileMenuShow .hMobileMenu .hMobileMenuHeader {
    position: relative;
    z-index: 3
}

.hMobileMenuShow .hMobileMenu .hMobileMenuContent {
    position: relative;
    z-index: 1
}

.hMobileMenuShow .hMobileMenu .hMobileMenuFooter {
    position: relative;
    z-index: 2
}

.hMobileMenu.hPushMenu ul ul {
    display: none
}

.hMobileMenu.hPushMenu .hPushView {
    min-width: 100%
}

.hMobileMenuShow #hMobileMenu-content {
    position: relative;
    z-index: 3;
    background: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.hMobileMenuShow #hMobileMenu-content .hMobileMenu-shadow-left,
.hMobileMenuShow #hMobileMenu-content .hMobileMenu-shadow-right {
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    background-repeat: repeat-y;
    background-position: 0 0;
    z-index: 999
}

.hMobileMenuShow #hMobileMenu-content .hMobileMenu-shadow-left {
    left: -4px;
    background-image: url(../../../content/gfx/base64/sitemain-shadow-left.png)
}

.hMobileMenuShow #hMobileMenu-content .hMobileMenu-shadow-right {
    right: -4px;
    background-image: url(../../../content/gfx/base64/sitemain-shadow-right.png)
}

#hMobileMenuShowLeft,
#hMobileMenuShowRight {
    display: none
}

.hMobileMenuShow #hMobileMenuShowLeft,
.hMobileMenuShow #hMobileMenuShowRight {
    display: inline-block;
    -ms-touch-action: none
}

.hMobileMenuShowBtn {
    border: none;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -116px -76px;
    width: 45px;
    height: 45px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .hMobileMenuShowBtn {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -116px -40px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.hMobileMenuShowBtn.active {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.hMainmenu {
    display: block;
    margin: 0;
    padding: 0
}

.hMainmenu li.main-menu-item {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    position: relative
}

.hMainmenu li.main-menu-item.pre-show-mega .mega {
    display: block
}

.hMainmenu li.main-menu-item.show-mega .mega {
    opacity: 1
}

.hMainmenu li.main-menu-item>.menu-item-children,
.hMainmenu li.main-menu-item .mega {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 20px;
    background: #eee;
    opacity: .01;
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.hLib-growl-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1000999
}

.hLib-growl-wrap .hLib-growl {
    display: none;
    max-width: 95%;
    width: 290px;
    padding: 10px;
    text-align: center;
    margin: 15px auto;
    background: #414141;
    color: #fff;
    border: 1px solid #949494;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    cursor: default;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .6)
}

.csstransitions .hLib-growl-wrap .hLib-growl {
    display: block;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms
}

.csstransitions .hLib-growl-wrap .hLib-growl.hLib-growl-show {
    opacity: 1
}

.csstransitions .hLib-growl-wrap .hLib-growl.hLib-growl-hide {
    opacity: 0
}

.hLib-growl-wrap .hLib-growl.error {
    background-color: #9b1717;
    border-color: #000
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.zoom {
    cursor: pointer
}

.zoomMagnifier {
    display: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    position: fixed;
    top: 0;
    left: 0;
    cursor: move;
    z-index: 500;
    cursor: url(../../../content/gfx/cursor/1px.html), none !important;
    background: #fff;
    background: rgba(255, 255, 255, .4);
    filter: alpha(opacity=40)
}

.zoomArea,
.zoomAreaOverlay {
    display: none;
    width: 380px;
    height: 250px;
    background: url(../../../content/gfx/spinner/1.html) no-repeat center center #fff;
    border: 1px solid #aaa;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff
}

.zoomAreaInline,
.zoomAreaOverlay {
    background: transparent;
    filter: none;
    right: auto;
    left: 0;
    z-index: 1000;
    cursor: url(../../../content/gfx/cursor/1px.html), none !important
}

.zoomAreaInline {
    border: none
}

.imagePlaceholder {
    position: relative;
    width: 200px;
    height: 200px
}

.imagePlaceholder img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 5
}

.imagePlaceholder img.selected {
    display: inline-block;
    z-index: 6
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.site-header .site-search {
    text-align: center
}

@media only screen and (max-width:699px) {
    .responsive .site-header .site-search {
        display: none
    }
}

.site-header .site-search--inner {
    display: inline-block;
    position: relative;
    /*padding-right: 5em*/
}

.lt-ie8 .site-header .site-search--inner {
    display: block;
    width: 500px;
    margin: 0 auto
}

.site-header .site-search .search-input-and-btn {
    background: #cfcfcf;
    padding: 2px;
    -webkit-transition: background-color 100ms;
    -moz-transition: background-color 100ms;
    -o-transition: background-color 100ms;
    transition: background-color 100ms;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.select .site-header .site-search .search-input-and-btn {
    background: #f4f4f4
}

.site-header .site-search .search-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.site-header .site-search .result {
    position: absolute;
    top: 45px;
    right: 0;
    width: 100%;
    z-index: 3
}

.site-header .site-search .result .quick-search-result {
    background: #cfcfcf;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.select .site-header .site-search .result .quick-search-result {
    background: #f4f4f4
}

.site-header .site-search .result .quick-search-result .search-item {
    border-bottom-color: #bbb
}

.site-header .site-search .result .quick-search-result .search-item:last-child {
    border-bottom: none
}

.site-header .site-search .result .quick-search-result .search-item a {
    background: #cfcfcf;
    text-align: left;
    padding: 5px 10px;
    -webkit-transition: background-color 100ms;
    -moz-transition: background-color 100ms;
    -o-transition: background-color 100ms;
    transition: background-color 100ms
}

.select .site-header .site-search .result .quick-search-result .search-item a {
    background: #f4f4f4
}

.site-header .site-search .result .quick-search-result .search-item:first-child a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.site-header .site-search .result .quick-search-result .search-item:last-child a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.site-header .site-search .result .quick-search-result .search-item a:hover,
.site-header .site-search .result .quick-search-result .search-item.selected a {
    background: #e3e3e3
}

.select .site-header .site-search .result .quick-search-result .search-item a:hover,
.select .site-header .site-search .result .quick-search-result .search-item.selected a {
    background: #fff
}

.site-header .site-search .result .quick-search-result .search-item.see-all a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px
}

.site-header .site-search .result .quick-search-result .no-results {
    padding: 10px;
    text-align: center
}

.site-header .site-search .btn,
.site-header .site-search input {
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.site-header .site-search input {
    border: none;
    background: transparent;
    width: 350px;
    text-align: left;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px
}

.site-header .site-search input::-webkit-input-placeholder {
    color: #cfcfcf
}

.site-header .site-search input:-moz-placeholder {
    color: #cfcfcf
}

.site-header .site-search input::-moz-placeholder {
    color: #cfcfcf
}

.site-header .site-search input:-ms-input-placeholder {
    color: #cfcfcf
}

.site-header .site-search input:active,
.site-header .site-search input:focus {
    outline: none
}

.ie8 .site-header .site-search input {
    padding-top: 9px
}

.lt-ie8 .site-header .site-search input {
    padding-top: 20px
}

.site-header .site-search .btn {
    padding-top: 8px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.select .site-header .site-search .btn {
    background-color: #afb9be;
    border: 1px solid #afb9be;
    color: #444
}

.site-header .site-search .btn .search-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.lt-ie9 .site-header .site-search .btn .search-spinner {
    display: none
}

.site-header .site-search .searching .btn .search-spinner {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.site-header .site-search .searching .btn .search-text {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.search-item-list,
.search-item-list li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.search-item-list .search-item {
    border-bottom: 1px solid #cbcbcb
}

.search-item-list .search-item a {
    display: block;
    text-decoration: none;
    padding: 10px
}

.search-item-list .search-item a .title {
    display: block
}

.search-item-list .search-item a .title,
.search-item-list .search-item a .content-preview {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.search-item-list .search-item a:hover {
    text-decoration: none;
    background: #c2c2c2
}

.hMobileMenu .site-search {
    padding: 5px;
    border-bottom: 1px solid #b0b0b0
}

.hMobileMenu .site-search .search-input-and-btn {
    display: -webkit-flex;
    display: flex
}

.hMobileMenu .site-search .search-input-and-btn input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cbcbcb
}

.hMobileMenu .site-search .search-input-and-btn input::-webkit-input-placeholder {
    color: #777
}

.hMobileMenu .site-search .search-input-and-btn input:-moz-placeholder {
    color: #777
}

.hMobileMenu .site-search .search-input-and-btn input::-moz-placeholder {
    color: #777
}

.hMobileMenu .site-search .search-input-and-btn input:-ms-input-placeholder {
    color: #777
}

.hMobileMenu .site-search .search-input-and-btn .btn {
    padding: 5px 15px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 5px
}

.select .hMobileMenu .site-search .search-input-and-btn .btn {
    border: 1px solid #afb9be;
    background: #afb9be;
    color: #444;
    font-weight: bold
}

.hMobileMenu .site-search .search-input-and-btn .btn .search-spinner {
    display: none !important
}

.hMobileMenu .site-search .result {
    display: none !important
}

@media only screen and (max-width:699px) {
    .responsive .hMobileMenuShow .hMobileMenu {
        background: #f3f3f3
    }
    .responsive .hMobileMenuShow .hMobileMenu [data-title]:before {
        content: attr(data-title);
        display: block;
        padding: 3px 10px;
        text-transform: uppercase;
        font-size: 11px;
        background: #cbcbcb;
        color: #444;
        cursor: default;
        font-weight: bold;
        background: #ded5c7
    }
    .select .responsive .hMobileMenuShow .hMobileMenu [data-title]:before {
        background: #ded5c7
    }
    .responsive .hMobileMenuShow .hMobileMenu .hPushView a,
    .responsive .hMobileMenuShow .hMobileMenu .hPushView .fake-select .select-value {
        background: #f3f3f3;
        font-size: 21px;
        color: #333;
        padding: 10px 18px;
        display: block
    }
    .responsive .hMobileMenuShow .hMobileMenu .hPushView .fake-select {
        position: relative
    }
    .responsive .hMobileMenuShow .hMobileMenu .hPushView .fake-select select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }
    .responsive .hMobileMenuShow .hMobileMenu .hPushView li.selected a,
    .responsive .hMobileMenuShow .hMobileMenu .hPushView a.active,
    .responsive .hMobileMenuShow .hMobileMenu .hPushView .hPush-selected {
        background-color: #cfcfcf;
        text-shadow: none;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .47) inset;
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .47) inset;
        box-shadow: 0 0 7px rgba(0, 0, 0, .47) inset
    }
    .responsive .hMobileMenuShow .hMobileMenu .hPushView .hMobilMenuItemWithSubmenu {
        padding-right: 48px;
        position: relative
    }
    .responsive .hMobileMenuShow .hMobileMenu .hPushView .hMobilMenuItemWithSubmenu:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 18px;
        margin-top: -9px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url(../../content/gfx/i-2020221k6vuig60.png);
        background-position: -67px -192px;
        width: 12px;
        height: 18px
    }
    @media only screen and (-webkit-min-device-pixel-ratio:1.5),
    only screen and (min--moz-device-pixel-ratio:1.5),
    only screen and (-moz-min-device-pixel-ratio:1.5),
    only screen and (-o-min-device-pixel-ratio:2/1),
    only screen and (min-device-pixel-ratio:1.5),
    only screen and (min-resolution:1.5dppx) {
        .responsive .hMobileMenuShow .hMobileMenu .hPushView .hMobilMenuItemWithSubmenu:before {
            background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
            background-position: -402px -40px;
            -webkit-background-size: 416px 170px;
            -moz-background-size: 416px 170px;
            -o-background-size: 416px 170px;
            background-size: 416px 170px
        }
    }
}

.language-menu .icon--language-de {
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -546px -123px;
    width: 23px;
    height: 16px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .language-menu .icon--language-de {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -297px -87px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.language-menu .icon--language-en {
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -571px -123px;
    width: 23px;
    height: 16px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .language-menu .icon--language-en {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -272px -87px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.lt-ie8 .site-header {
    position: relative;
    z-index: 3
}

.site-header--top {
    background: #1d1d1b
}

.select .site-header--top {
    background: #afb9be
}

.firefox .site-header--top {
    padding-top: 1px
}

.lt-ie9 .site-header--top {
    overflow: visible
}

.lt-ie8 .site-header--top {
    position: relative;
    z-index: 1
}

.site-header--top--inner {
    padding: 25px 0 27px;
    position: relative
}

@media only screen and (max-width:699px) {
    .responsive .site-header--top--inner {
        height: 50px;
        padding: 0 55px
    }
}

@media only screen and (min-width:1280px) {
    .responsive .site-header .site-search {
        /*padding-right: 173px*/
    }
}

.site-header .site-logo {
    position: absolute;
    left: 10px;
    z-index: 3;
    top: 10px;
}

.site-header .site-logo.derbystar {
    top: 0
}

.site-header .site-logo.derbystar img {
    width: 50%
}

.site-header .site-logo img {
    width: 92%
}

@media only screen and (max-width:699px) {
    .responsive .site-header .site-logo {
        display: block;
        position: relative;
        left: auto;
        top: -4px !important;
        width: auto !important;
        display: block;
        margin: 0 auto;
        text-align: center
    }
    .responsive .site-header .site-logo.derbystar {
        height: 35px;
        top: 5px !important
    }
    .responsive .site-header .site-logo img {
        max-width: 90px;
    }
}

.site-header--bottom {
    background: #1d1d1b
}

.select .site-header--bottom {
    background: #afb9be
}

.lt-ie9 .site-header--bottom {
    overflow: visible
}

.site-header--bottom,
.site-header--bottom a {
    text-decoration: none
}

.no-touch .site-header--bottom:hover,
.no-touch .site-header--bottom a:hover {
    text-decoration: underline
}

.site-header--bottom .site-header--bottom--inner {
    position: relative
}

.site-header .hMobileMenuShowBtn {
    position: absolute;
    top: 2px;
    left: 0
}

.select .site-header .hMobileMenuShowBtn {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -163px -76px;
    width: 45px;
    height: 45px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .select .site-header .hMobileMenuShowBtn {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -163px -40px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-header .hMobileMenuShowBtn#hMobileMenuShowRight {
    display: none
}

.site-header .company-menu {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 1
}

.lt-ie8 .site-header .company-menu {
    top: 125px
}

@media only screen and (max-width:699px) {
    .responsive .site-header .company-menu {
        display: none
    }
}

.site-header .company-menu,
.site-header .company-menu a {
    color: #fff
}

.select .site-header .company-menu,
.select .site-header .company-menu a {
    color: #444
}

.site-header .company-menu ul {
    float: left
}

.site-header .company-menu ul,
.site-header .company-menu ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.site-header .company-menu ul li {
    position: relative;
    float: left;
    margin-right: 8px
}

.site-header .company-menu ul.language-menu {
    margin-left: 15px
}

.site-header .company-menu ul.language-menu li {
    box-sizing: border-box
}

.site-header .company-menu ul.language-menu li a {
    height: 16px;
    padding: 3px;
    display: block;
    cursor: pointer
}

.site-header .company-menu ul.language-menu li.selected {
    border: 1px solid #fff
}

.site-header .company-menu .fake-select {
    float: left;
    position: relative;
    color: transparent
}

.site-header .company-menu .fake-select .select-value {
    padding: 2px 5px;
    display: none
}

.site-header .company-menu .fake-select select {
    padding: 2px 5px;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.select .site-header .company-menu .fake-select select {
    color: #444;
    border-color: #444
}

.site-header .company-menu .fake-select select:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -577px -100px;
    width: 12px;
    height: 8px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-header .company-menu .fake-select select:after {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -365px -87px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-header .company-menu .fake-select option {
    color: grey
}

.select .site-header .company-menu .fake-select option {
    color: #444
}

.site-header.site-logo-layout-no-span .site-logo {
    top: 10px
}

@media only screen and (max-width:1511px) {
    .responsive .site-header.site-logo-layout-no-span .site-header--top--inner {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .responsive .site-header.site-logo-layout-no-span .site-logo {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        max-width: 200px;
        position: relative;
        left: auto;
        margin: 0 20px 10px;
        top: 0
    }
    .responsive .site-header.site-logo-layout-no-span .site-search {
        -webkit-flex-grow: 2;
        flex-grow: 2;
        text-align: left;
        margin: 0;
        max-width: 400px
    }
    .responsive .site-header.site-logo-layout-no-span .site-search--inner {
        display: block
    }
    .responsive .site-header.site-logo-layout-no-span .site-search--inner .search-input-and-btn {
        display: -webkit-flex;
        display: flex
    }
    .responsive .site-header.site-logo-layout-no-span .site-search--inner .search-input-and-btn input {
        width: auto;
        max-width: 350px;
        -webkit-flex-grow: 2;
        flex-grow: 2
    }
    .responsive .site-header.site-logo-layout-no-span .site-search--inner .search-input-and-btn .btn {
        -webkit-flex-shrink: 0;
        flex-shrink: 0
    }
    .responsive .site-header.site-logo-layout-no-span .company-menu {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        position: relative;
        right: auto;
        top: 15px;
        margin: 0 10px
    }
    .responsive .site-header.site-logo-layout-no-span .hMenuPlc {
        display: none
    }
}

@media only screen and (max-width:1279px) {
    .responsive .site-header.site-logo-layout-no-span .site-header--top--inner {
        padding: 15px 0
    }
    .responsive .site-header.site-logo-layout-no-span .site-logo {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        text-align: left;
        margin: 0 15px 15px
    }
    .responsive .site-header.site-logo-layout-no-span .site-logo img {
        max-width: 200px
    }
    .responsive .site-header.site-logo-layout-no-span .company-menu {
        top: 26px
    }
}

.site-header.site-logo-layout-span-rows.site-logo-width-100 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-100 .site-header--bottom--inner {
    padding-left: 110px
}

.site-header.site-logo-layout-span-rows.site-logo-width-100 .site-logo {
    width: 100px
}

.site-header.site-logo-layout-span-rows.site-logo-width-101 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-101 .site-header--bottom--inner {
    padding-left: 111px
}

.site-header.site-logo-layout-span-rows.site-logo-width-101 .site-logo {
    width: 101px
}

.site-header.site-logo-layout-span-rows.site-logo-width-102 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-102 .site-header--bottom--inner {
    padding-left: 112px
}

.site-header.site-logo-layout-span-rows.site-logo-width-102 .site-logo {
    width: 102px
}

.site-header.site-logo-layout-span-rows.site-logo-width-103 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-103 .site-header--bottom--inner {
    padding-left: 113px
}

.site-header.site-logo-layout-span-rows.site-logo-width-103 .site-logo {
    width: 103px
}

.site-header.site-logo-layout-span-rows.site-logo-width-104 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-104 .site-header--bottom--inner {
    padding-left: 114px
}

.site-header.site-logo-layout-span-rows.site-logo-width-104 .site-logo {
    width: 104px
}

.site-header.site-logo-layout-span-rows.site-logo-width-105 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-105 .site-header--bottom--inner {
    padding-left: 115px
}

.site-header.site-logo-layout-span-rows.site-logo-width-105 .site-logo {
    width: 105px
}

.site-header.site-logo-layout-span-rows.site-logo-width-106 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-106 .site-header--bottom--inner {
    padding-left: 116px
}

.site-header.site-logo-layout-span-rows.site-logo-width-106 .site-logo {
    width: 106px
}

.site-header.site-logo-layout-span-rows.site-logo-width-107 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-107 .site-header--bottom--inner {
    padding-left: 117px
}

.site-header.site-logo-layout-span-rows.site-logo-width-107 .site-logo {
    width: 107px
}

.site-header.site-logo-layout-span-rows.site-logo-width-108 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-108 .site-header--bottom--inner {
    padding-left: 118px
}

.site-header.site-logo-layout-span-rows.site-logo-width-108 .site-logo {
    width: 108px
}

.site-header.site-logo-layout-span-rows.site-logo-width-109 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-109 .site-header--bottom--inner {
    padding-left: 119px
}

.site-header.site-logo-layout-span-rows.site-logo-width-109 .site-logo {
    width: 109px
}

.site-header.site-logo-layout-span-rows.site-logo-width-110 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-110 .site-header--bottom--inner {
    padding-left: 120px
}

.site-header.site-logo-layout-span-rows.site-logo-width-110 .site-logo {
    width: 110px
}

.site-header.site-logo-layout-span-rows.site-logo-width-111 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-111 .site-header--bottom--inner {
    padding-left: 121px
}

.site-header.site-logo-layout-span-rows.site-logo-width-111 .site-logo {
    width: 111px
}

.site-header.site-logo-layout-span-rows.site-logo-width-112 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-112 .site-header--bottom--inner {
    padding-left: 122px
}

.site-header.site-logo-layout-span-rows.site-logo-width-112 .site-logo {
    width: 112px
}

.site-header.site-logo-layout-span-rows.site-logo-width-113 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-113 .site-header--bottom--inner {
    padding-left: 123px
}

.site-header.site-logo-layout-span-rows.site-logo-width-113 .site-logo {
    width: 113px
}

.site-header.site-logo-layout-span-rows.site-logo-width-114 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-114 .site-header--bottom--inner {
    padding-left: 124px
}

.site-header.site-logo-layout-span-rows.site-logo-width-114 .site-logo {
    width: 114px
}

.site-header.site-logo-layout-span-rows.site-logo-width-115 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-115 .site-header--bottom--inner {
    padding-left: 125px
}

.site-header.site-logo-layout-span-rows.site-logo-width-115 .site-logo {
    width: 115px
}

.site-header.site-logo-layout-span-rows.site-logo-width-116 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-116 .site-header--bottom--inner {
    padding-left: 126px
}

.site-header.site-logo-layout-span-rows.site-logo-width-116 .site-logo {
    width: 116px
}

.site-header.site-logo-layout-span-rows.site-logo-width-117 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-117 .site-header--bottom--inner {
    padding-left: 127px
}

.site-header.site-logo-layout-span-rows.site-logo-width-117 .site-logo {
    width: 117px
}

.site-header.site-logo-layout-span-rows.site-logo-width-118 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-118 .site-header--bottom--inner {
    padding-left: 128px
}

.site-header.site-logo-layout-span-rows.site-logo-width-118 .site-logo {
    width: 118px
}

.site-header.site-logo-layout-span-rows.site-logo-width-119 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-119 .site-header--bottom--inner {
    padding-left: 129px
}

.site-header.site-logo-layout-span-rows.site-logo-width-119 .site-logo {
    width: 119px
}

.site-header.site-logo-layout-span-rows.site-logo-width-120 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-120 .site-header--bottom--inner {
    padding-left: 130px
}

.site-header.site-logo-layout-span-rows.site-logo-width-120 .site-logo {
    width: 120px
}

.site-header.site-logo-layout-span-rows.site-logo-width-121 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-121 .site-header--bottom--inner {
    padding-left: 131px
}

.site-header.site-logo-layout-span-rows.site-logo-width-121 .site-logo {
    width: 121px
}

.site-header.site-logo-layout-span-rows.site-logo-width-122 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-122 .site-header--bottom--inner {
    padding-left: 132px
}

.site-header.site-logo-layout-span-rows.site-logo-width-122 .site-logo {
    width: 122px
}

.site-header.site-logo-layout-span-rows.site-logo-width-123 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-123 .site-header--bottom--inner {
    padding-left: 133px
}

.site-header.site-logo-layout-span-rows.site-logo-width-123 .site-logo {
    width: 123px
}

.site-header.site-logo-layout-span-rows.site-logo-width-124 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-124 .site-header--bottom--inner {
    padding-left: 134px
}

.site-header.site-logo-layout-span-rows.site-logo-width-124 .site-logo {
    width: 124px
}

.site-header.site-logo-layout-span-rows.site-logo-width-125 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-125 .site-header--bottom--inner {
    padding-left: 135px
}

.site-header.site-logo-layout-span-rows.site-logo-width-125 .site-logo {
    width: 125px
}

.site-header.site-logo-layout-span-rows.site-logo-width-126 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-126 .site-header--bottom--inner {
    padding-left: 136px
}

.site-header.site-logo-layout-span-rows.site-logo-width-126 .site-logo {
    width: 126px
}

.site-header.site-logo-layout-span-rows.site-logo-width-127 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-127 .site-header--bottom--inner {
    padding-left: 137px
}

.site-header.site-logo-layout-span-rows.site-logo-width-127 .site-logo {
    width: 127px
}

.site-header.site-logo-layout-span-rows.site-logo-width-128 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-128 .site-header--bottom--inner {
    padding-left: 138px
}

.site-header.site-logo-layout-span-rows.site-logo-width-128 .site-logo {
    width: 128px
}

.site-header.site-logo-layout-span-rows.site-logo-width-129 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-129 .site-header--bottom--inner {
    padding-left: 139px
}

.site-header.site-logo-layout-span-rows.site-logo-width-129 .site-logo {
    width: 129px
}

.site-header.site-logo-layout-span-rows.site-logo-width-130 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-130 .site-header--bottom--inner {
    padding-left: 140px
}

.site-header.site-logo-layout-span-rows.site-logo-width-130 .site-logo {
    width: 130px
}

.site-header.site-logo-layout-span-rows.site-logo-width-131 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-131 .site-header--bottom--inner {
    padding-left: 141px
}

.site-header.site-logo-layout-span-rows.site-logo-width-131 .site-logo {
    width: 131px
}

.site-header.site-logo-layout-span-rows.site-logo-width-132 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-132 .site-header--bottom--inner {
    padding-left: 142px
}

.site-header.site-logo-layout-span-rows.site-logo-width-132 .site-logo {
    width: 132px
}

.site-header.site-logo-layout-span-rows.site-logo-width-133 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-133 .site-header--bottom--inner {
    padding-left: 143px
}

.site-header.site-logo-layout-span-rows.site-logo-width-133 .site-logo {
    width: 133px
}

.site-header.site-logo-layout-span-rows.site-logo-width-134 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-134 .site-header--bottom--inner {
    padding-left: 144px
}

.site-header.site-logo-layout-span-rows.site-logo-width-134 .site-logo {
    width: 134px
}

.site-header.site-logo-layout-span-rows.site-logo-width-135 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-135 .site-header--bottom--inner {
    padding-left: 145px
}

.site-header.site-logo-layout-span-rows.site-logo-width-135 .site-logo {
    width: 135px
}

.site-header.site-logo-layout-span-rows.site-logo-width-136 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-136 .site-header--bottom--inner {
    padding-left: 146px
}

.site-header.site-logo-layout-span-rows.site-logo-width-136 .site-logo {
    width: 136px
}

.site-header.site-logo-layout-span-rows.site-logo-width-137 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-137 .site-header--bottom--inner {
    padding-left: 147px
}

.site-header.site-logo-layout-span-rows.site-logo-width-137 .site-logo {
    width: 137px
}

.site-header.site-logo-layout-span-rows.site-logo-width-138 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-138 .site-header--bottom--inner {
    padding-left: 148px
}

.site-header.site-logo-layout-span-rows.site-logo-width-138 .site-logo {
    width: 138px
}

.site-header.site-logo-layout-span-rows.site-logo-width-139 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-139 .site-header--bottom--inner {
    padding-left: 149px
}

.site-header.site-logo-layout-span-rows.site-logo-width-139 .site-logo {
    width: 139px
}

.site-header.site-logo-layout-span-rows.site-logo-width-140 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-140 .site-header--bottom--inner {
    text-align: center;
}

.site-header.site-logo-layout-span-rows.site-logo-width-140 .site-logo {
    width: 220px
}

.site-header.site-logo-layout-span-rows.site-logo-width-141 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-141 .site-header--bottom--inner {
    padding-left: 151px
}

.site-header.site-logo-layout-span-rows.site-logo-width-141 .site-logo {
    width: 141px
}

.site-header.site-logo-layout-span-rows.site-logo-width-142 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-142 .site-header--bottom--inner {
    padding-left: 152px
}

.site-header.site-logo-layout-span-rows.site-logo-width-142 .site-logo {
    width: 142px
}

.site-header.site-logo-layout-span-rows.site-logo-width-143 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-143 .site-header--bottom--inner {
    padding-left: 153px
}

.site-header.site-logo-layout-span-rows.site-logo-width-143 .site-logo {
    width: 143px
}

.site-header.site-logo-layout-span-rows.site-logo-width-144 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-144 .site-header--bottom--inner {
    padding-left: 154px
}

.site-header.site-logo-layout-span-rows.site-logo-width-144 .site-logo {
    width: 144px
}

.site-header.site-logo-layout-span-rows.site-logo-width-145 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-145 .site-header--bottom--inner {
    padding-left: 155px
}

.site-header.site-logo-layout-span-rows.site-logo-width-145 .site-logo {
    width: 145px
}

.site-header.site-logo-layout-span-rows.site-logo-width-146 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-146 .site-header--bottom--inner {
    padding-left: 156px
}

.site-header.site-logo-layout-span-rows.site-logo-width-146 .site-logo {
    width: 146px
}

.site-header.site-logo-layout-span-rows.site-logo-width-147 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-147 .site-header--bottom--inner {
    padding-left: 157px
}

.site-header.site-logo-layout-span-rows.site-logo-width-147 .site-logo {
    width: 147px
}

.site-header.site-logo-layout-span-rows.site-logo-width-148 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-148 .site-header--bottom--inner {
    padding-left: 158px
}

.site-header.site-logo-layout-span-rows.site-logo-width-148 .site-logo {
    width: 148px
}

.site-header.site-logo-layout-span-rows.site-logo-width-149 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-149 .site-header--bottom--inner {
    padding-left: 159px
}

.site-header.site-logo-layout-span-rows.site-logo-width-149 .site-logo {
    width: 149px
}

.site-header.site-logo-layout-span-rows.site-logo-width-150 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-150 .site-header--bottom--inner {
    padding-left: 160px
}

.site-header.site-logo-layout-span-rows.site-logo-width-150 .site-logo {
    width: 150px
}

.site-header.site-logo-layout-span-rows.site-logo-width-151 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-151 .site-header--bottom--inner {
    padding-left: 161px
}

.site-header.site-logo-layout-span-rows.site-logo-width-151 .site-logo {
    width: 151px
}

.site-header.site-logo-layout-span-rows.site-logo-width-152 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-152 .site-header--bottom--inner {
    padding-left: 162px
}

.site-header.site-logo-layout-span-rows.site-logo-width-152 .site-logo {
    width: 152px
}

.site-header.site-logo-layout-span-rows.site-logo-width-153 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-153 .site-header--bottom--inner {
    padding-left: 163px
}

.site-header.site-logo-layout-span-rows.site-logo-width-153 .site-logo {
    width: 153px
}

.site-header.site-logo-layout-span-rows.site-logo-width-154 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-154 .site-header--bottom--inner {
    padding-left: 164px
}

.site-header.site-logo-layout-span-rows.site-logo-width-154 .site-logo {
    width: 154px
}

.site-header.site-logo-layout-span-rows.site-logo-width-155 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-155 .site-header--bottom--inner {
    padding-left: 165px
}

.site-header.site-logo-layout-span-rows.site-logo-width-155 .site-logo {
    width: 155px
}

.site-header.site-logo-layout-span-rows.site-logo-width-156 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-156 .site-header--bottom--inner {
    padding-left: 166px
}

.site-header.site-logo-layout-span-rows.site-logo-width-156 .site-logo {
    width: 156px
}

.site-header.site-logo-layout-span-rows.site-logo-width-157 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-157 .site-header--bottom--inner {
    padding-left: 167px
}

.site-header.site-logo-layout-span-rows.site-logo-width-157 .site-logo {
    width: 157px
}

.site-header.site-logo-layout-span-rows.site-logo-width-158 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-158 .site-header--bottom--inner {
    padding-left: 168px
}

.site-header.site-logo-layout-span-rows.site-logo-width-158 .site-logo {
    width: 158px
}

.site-header.site-logo-layout-span-rows.site-logo-width-159 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-159 .site-header--bottom--inner {
    padding-left: 169px
}

.site-header.site-logo-layout-span-rows.site-logo-width-159 .site-logo {
    width: 159px
}

.site-header.site-logo-layout-span-rows.site-logo-width-160 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-160 .site-header--bottom--inner {
    padding-left: 170px
}

.site-header.site-logo-layout-span-rows.site-logo-width-160 .site-logo {
    width: 160px
}

.site-header.site-logo-layout-span-rows.site-logo-width-161 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-161 .site-header--bottom--inner {
    padding-left: 171px
}

.site-header.site-logo-layout-span-rows.site-logo-width-161 .site-logo {
    width: 161px
}

.site-header.site-logo-layout-span-rows.site-logo-width-162 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-162 .site-header--bottom--inner {
    padding-left: 172px
}

.site-header.site-logo-layout-span-rows.site-logo-width-162 .site-logo {
    width: 162px
}

.site-header.site-logo-layout-span-rows.site-logo-width-163 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-163 .site-header--bottom--inner {
    padding-left: 173px
}

.site-header.site-logo-layout-span-rows.site-logo-width-163 .site-logo {
    width: 163px
}

.site-header.site-logo-layout-span-rows.site-logo-width-164 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-164 .site-header--bottom--inner {
    padding-left: 174px
}

.site-header.site-logo-layout-span-rows.site-logo-width-164 .site-logo {
    width: 164px
}

.site-header.site-logo-layout-span-rows.site-logo-width-165 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-165 .site-header--bottom--inner {
    padding-left: 175px
}

.site-header.site-logo-layout-span-rows.site-logo-width-165 .site-logo {
    width: 165px
}

.site-header.site-logo-layout-span-rows.site-logo-width-166 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-166 .site-header--bottom--inner {
    padding-left: 176px
}

.site-header.site-logo-layout-span-rows.site-logo-width-166 .site-logo {
    width: 166px
}

.site-header.site-logo-layout-span-rows.site-logo-width-167 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-167 .site-header--bottom--inner {
    padding-left: 177px
}

.site-header.site-logo-layout-span-rows.site-logo-width-167 .site-logo {
    width: 167px
}

.site-header.site-logo-layout-span-rows.site-logo-width-168 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-168 .site-header--bottom--inner {
    padding-left: 178px
}

.site-header.site-logo-layout-span-rows.site-logo-width-168 .site-logo {
    width: 168px
}

.site-header.site-logo-layout-span-rows.site-logo-width-169 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-169 .site-header--bottom--inner {
    padding-left: 179px
}

.site-header.site-logo-layout-span-rows.site-logo-width-169 .site-logo {
    width: 169px
}

.site-header.site-logo-layout-span-rows.site-logo-width-170 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-170 .site-header--bottom--inner {
    padding-left: 180px
}

.site-header.site-logo-layout-span-rows.site-logo-width-170 .site-logo {
    width: 170px
}

.site-header.site-logo-layout-span-rows.site-logo-width-171 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-171 .site-header--bottom--inner {
    padding-left: 181px
}

.site-header.site-logo-layout-span-rows.site-logo-width-171 .site-logo {
    width: 171px
}

.site-header.site-logo-layout-span-rows.site-logo-width-172 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-172 .site-header--bottom--inner {
    padding-left: 182px
}

.site-header.site-logo-layout-span-rows.site-logo-width-172 .site-logo {
    width: 172px
}

.site-header.site-logo-layout-span-rows.site-logo-width-173 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-173 .site-header--bottom--inner {
    padding-left: 183px
}

.site-header.site-logo-layout-span-rows.site-logo-width-173 .site-logo {
    width: 173px
}

.site-header.site-logo-layout-span-rows.site-logo-width-174 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-174 .site-header--bottom--inner {
    padding-left: 184px
}

.site-header.site-logo-layout-span-rows.site-logo-width-174 .site-logo {
    width: 174px
}

.site-header.site-logo-layout-span-rows.site-logo-width-175 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-175 .site-header--bottom--inner {
    padding-left: 185px
}

.site-header.site-logo-layout-span-rows.site-logo-width-175 .site-logo {
    width: 175px
}

.site-header.site-logo-layout-span-rows.site-logo-width-176 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-176 .site-header--bottom--inner {
    padding-left: 186px
}

.site-header.site-logo-layout-span-rows.site-logo-width-176 .site-logo {
    width: 176px
}

.site-header.site-logo-layout-span-rows.site-logo-width-177 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-177 .site-header--bottom--inner {
    padding-left: 187px
}

.site-header.site-logo-layout-span-rows.site-logo-width-177 .site-logo {
    width: 177px
}

.site-header.site-logo-layout-span-rows.site-logo-width-178 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-178 .site-header--bottom--inner {
    padding-left: 188px
}

.site-header.site-logo-layout-span-rows.site-logo-width-178 .site-logo {
    width: 178px
}

.site-header.site-logo-layout-span-rows.site-logo-width-179 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-179 .site-header--bottom--inner {
    padding-left: 189px
}

.site-header.site-logo-layout-span-rows.site-logo-width-179 .site-logo {
    width: 179px
}

.site-header.site-logo-layout-span-rows.site-logo-width-180 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-180 .site-header--bottom--inner {
    padding-left: 190px
}

.site-header.site-logo-layout-span-rows.site-logo-width-180 .site-logo {
    width: 180px
}

.site-header.site-logo-layout-span-rows.site-logo-width-181 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-181 .site-header--bottom--inner {
    padding-left: 191px
}

.site-header.site-logo-layout-span-rows.site-logo-width-181 .site-logo {
    width: 181px
}

.site-header.site-logo-layout-span-rows.site-logo-width-182 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-182 .site-header--bottom--inner {
    padding-left: 192px
}

.site-header.site-logo-layout-span-rows.site-logo-width-182 .site-logo {
    width: 182px
}

.site-header.site-logo-layout-span-rows.site-logo-width-183 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-183 .site-header--bottom--inner {
    padding-left: 193px
}

.site-header.site-logo-layout-span-rows.site-logo-width-183 .site-logo {
    width: 183px
}

.site-header.site-logo-layout-span-rows.site-logo-width-184 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-184 .site-header--bottom--inner {
    padding-left: 194px
}

.site-header.site-logo-layout-span-rows.site-logo-width-184 .site-logo {
    width: 184px
}

.site-header.site-logo-layout-span-rows.site-logo-width-185 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-185 .site-header--bottom--inner {
    padding-left: 195px
}

.site-header.site-logo-layout-span-rows.site-logo-width-185 .site-logo {
    width: 185px
}

.site-header.site-logo-layout-span-rows.site-logo-width-186 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-186 .site-header--bottom--inner {
    padding-left: 196px
}

.site-header.site-logo-layout-span-rows.site-logo-width-186 .site-logo {
    width: 186px
}

.site-header.site-logo-layout-span-rows.site-logo-width-187 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-187 .site-header--bottom--inner {
    padding-left: 197px
}

.site-header.site-logo-layout-span-rows.site-logo-width-187 .site-logo {
    width: 187px
}

.site-header.site-logo-layout-span-rows.site-logo-width-188 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-188 .site-header--bottom--inner {
    padding-left: 198px
}

.site-header.site-logo-layout-span-rows.site-logo-width-188 .site-logo {
    width: 188px
}

.site-header.site-logo-layout-span-rows.site-logo-width-189 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-189 .site-header--bottom--inner {
    padding-left: 199px
}

.site-header.site-logo-layout-span-rows.site-logo-width-189 .site-logo {
    width: 189px
}

.site-header.site-logo-layout-span-rows.site-logo-width-190 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-190 .site-header--bottom--inner {
    padding-left: 200px
}

.site-header.site-logo-layout-span-rows.site-logo-width-190 .site-logo {
    width: 190px
}

.site-header.site-logo-layout-span-rows.site-logo-width-191 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-191 .site-header--bottom--inner {
    padding-left: 201px
}

.site-header.site-logo-layout-span-rows.site-logo-width-191 .site-logo {
    width: 191px
}

.site-header.site-logo-layout-span-rows.site-logo-width-192 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-192 .site-header--bottom--inner {
    padding-left: 202px
}

.site-header.site-logo-layout-span-rows.site-logo-width-192 .site-logo {
    width: 192px
}

.site-header.site-logo-layout-span-rows.site-logo-width-193 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-193 .site-header--bottom--inner {
    padding-left: 203px
}

.site-header.site-logo-layout-span-rows.site-logo-width-193 .site-logo {
    width: 193px
}

.site-header.site-logo-layout-span-rows.site-logo-width-194 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-194 .site-header--bottom--inner {
    padding-left: 204px
}

.site-header.site-logo-layout-span-rows.site-logo-width-194 .site-logo {
    width: 194px
}

.site-header.site-logo-layout-span-rows.site-logo-width-195 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-195 .site-header--bottom--inner {
    padding-left: 205px
}

.site-header.site-logo-layout-span-rows.site-logo-width-195 .site-logo {
    width: 195px
}

.site-header.site-logo-layout-span-rows.site-logo-width-196 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-196 .site-header--bottom--inner {
    padding-left: 206px
}

.site-header.site-logo-layout-span-rows.site-logo-width-196 .site-logo {
    width: 196px
}

.site-header.site-logo-layout-span-rows.site-logo-width-197 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-197 .site-header--bottom--inner {
    padding-left: 207px
}

.site-header.site-logo-layout-span-rows.site-logo-width-197 .site-logo {
    width: 197px
}

.site-header.site-logo-layout-span-rows.site-logo-width-198 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-198 .site-header--bottom--inner {
    padding-left: 208px
}

.site-header.site-logo-layout-span-rows.site-logo-width-198 .site-logo {
    width: 198px
}

.site-header.site-logo-layout-span-rows.site-logo-width-199 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-199 .site-header--bottom--inner {
    padding-left: 209px
}

.site-header.site-logo-layout-span-rows.site-logo-width-199 .site-logo {
    width: 199px
}

.site-header.site-logo-layout-span-rows.site-logo-width-200 {
    margin-top: -5px
}

.site-header.site-logo-layout-span-rows.site-logo-width-200 .site-header--bottom--inner {
    padding-left: 210px
}

.site-header.site-logo-layout-span-rows.site-logo-width-200 .site-logo {
    width: 200px
}

@media only screen and (max-width:1511px) {
    .responsive .site-header.site-logo-layout-span-rows {
        margin-top: 5px
    }
    .responsive .site-header.site-logo-layout-span-rows .site-header--bottom--inner {
        /*padding-left: 150px*/
    }
    .responsive .site-header.site-logo-layout-span-rows .site-logo {
        width: 210px
    }
    .responsive .site-header.site-logo-layout-span-rows .site-logo {
        /*top: 0*/
    }
    .responsive .site-header.site-logo-layout-span-rows .site-search {
        /*padding-left: 160px;*/
        /*text-align: left*/
    }
    .responsive .site-header.site-logo-layout-span-rows .company-menu {
        top: 40px
    }
}

@media only screen and (max-width:1279px) {
    .responsive .site-header.site-logo-layout-span-rows {
        margin-top: 5px
    }
    .responsive .site-header.site-logo-layout-span-rows .site-header--bottom--inner {
        /*padding-left: 140px*/
    }
    .responsive .site-header.site-logo-layout-span-rows .site-logo {
        width: 130px
    }
    .responsive .site-header.site-logo-layout-span-rows .site-logo {
        top: 0
    }
    .responsive .site-header.site-logo-layout-span-rows .site-search {
        padding-left: 0;
        text-align: center;
        margin-top: 50px
    }
    .responsive .site-header.site-logo-layout-span-rows .site-header--bottom--inner {
        /*padding-left: 0*/
    }
    .responsive .site-header.site-logo-layout-span-rows .site-header--bottom--inner .hMainmenu {
        text-align: center
    }
    .responsive .site-header.site-logo-layout-span-rows .company-menu {
        padding-left: 0;
        top: 20px;
        right: 16px;
        left: auto;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: right
    }
    .responsive .site-header.site-logo-layout-span-rows .company-menu ul {
        float: none;
        display: inline-block
    }
}

.derbystar {
    width: 320px;
    margin-top: 20px
}

.derbystar img {
    width: 100%
}

@media only screen and (min-width:1280px) and (max-width:1511px) {
    .responsive .derbystar {
        width: 22% !important;
        margin-top: 27px
    }
    .responsive .derbystar img {
        width: 47% !important;
        margin-top: 5px
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .responsive .derbystar {
        width: 21% !important;
        margin-top: 73px;
        margin-left: 17px
    }
}

@media only screen and (min-width:700px) and (max-width:1023px) {
    .responsive .derbystar {
        width: 23% !important;
        margin-top: 15px;
        margin-left: 10px
    }
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

@media only screen and (max-width:699px) {
    .responsive .site-header .hMainmenu {
        display: none
    }
}

.site-header .hMainmenu .menu-item-children.mega ul {
    display: flex;
    flex-wrap: wrap
}

.site-header .hMainmenu .menu-item-children.mega ul li {
    /*width: 200px*/
}

.site-header .hMainmenu .menu-item-children.mega .menu-item-children ul {
    display: block
}

.site-header .hMainmenu li.main-menu-item {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    position: static
}

.site-header .hMainmenu li.main-menu-item>a,
.site-header .hMainmenu li.main-menu-item>.menu-item {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
    background: #1d1d1b;
    -webkit-transition: background-color 100ms;
    -moz-transition: background-color 100ms;
    -o-transition: background-color 100ms;
    transition: background-color 100ms
}

.select .site-header .hMainmenu li.main-menu-item>a,
.select .site-header .hMainmenu li.main-menu-item>.menu-item {
    background: #afb9be;
    color: #444
}

.no-touch .site-header .hMainmenu li.main-menu-item>a:hover,
.no-touch .site-header .hMainmenu li.main-menu-item>.menu-item:hover {
    background: #272727;
    text-decoration: none
}

.no-touch .select .site-header .hMainmenu li.main-menu-item>a:hover,
.no-touch .select .site-header .hMainmenu li.main-menu-item>.menu-item:hover {
    background: #93a0a7;
    color: #444
}

@media only screen and (min-width:700px) and (max-width:1023px) {
    .responsive .site-header .hMainmenu li.main-menu-item>a,
    .responsive .site-header .hMainmenu li.main-menu-item>.menu-item {
        padding: 0 5px;
        font-size: 13px
    }
}

.site-header .hMainmenu li.main-menu-item>.menu-item.container {
    cursor: default
}

.site-header .hMainmenu li.main-menu-item>a:active,
.site-header .hMainmenu li.main-menu-item>a.active,
.site-header .hMainmenu li.main-menu-item.selected>a,
.site-header .hMainmenu li.main-menu-item.show-mega>a {
    background: #0d0d0d;
    text-decoration: none
}

.select .site-header .hMainmenu li.main-menu-item>a:active,
.select .site-header .hMainmenu li.main-menu-item>a.active,
.select .site-header .hMainmenu li.main-menu-item.selected>a,
.select .site-header .hMainmenu li.main-menu-item.show-mega>a {
    background: #afb9be;
    color: #444
}

.lt-ie8 .site-header .hMainmenu li.main-menu-item {
    float: left
}

.site-header .hMainmenu .menu-item-children.mega {
    z-index: 2;
    top: 40px;
    background: #e3e3e3;
    padding: 50px 0 40px;
    width: 100%;
    text-align: left
}

.select .site-header .hMainmenu .menu-item-children.mega {
    background: #93a0a7
}

.boxsizing .site-header .hMainmenu .menu-item-children.mega {
    padding-left: 125px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.site-header .hMainmenu .menu-item-children.mega .wide-helper {
    position: absolute;
    top: 0;
    height: 100%;
    background: #e3e3e3
}

.select .site-header .hMainmenu .menu-item-children.mega .wide-helper {
    background: #93a0a7
}

.site-header .hMainmenu .menu-item-children.mega .wide-helper.wide-helper-left {
    right: 100%
}

.site-header .hMainmenu .menu-item-children.mega .wide-helper.wide-helper-right {
    left: 100%
}

.site-header .hMainmenu .menu-item-children.mega>ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -webkit-column-width: 250px;
    -moz-column-width: 250px;
    -ms-column-width: 250px;
    -o-column-width: 250px
}

.site-header .hMainmenu .menu-item-children.mega li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.site-header .hMainmenu .menu-item-children.mega li a {
    font-family: 'Open Sans Condensed', sans-serif, arial;
    font-weight: bold;
    font-size: 20px;
    line-height: 0
}

.select .site-header .hMainmenu .menu-item-children.mega li a {
    color: #fff
}

.site-header .hMainmenu .menu-item-children.mega li ul {
    margin-top: 7px
}

.site-header .hMainmenu .menu-item-children.mega li li {
    margin: 0 0 5px;
    width: auto;
    float: none;
    line-height: 1em
}

.site-header .hMainmenu .menu-item-children.mega li li a {
    font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
    font-weight: normal;
    font-size: 14px
}

.select .site-header .hMainmenu .menu-item-children.mega li li a {
    color: #e3e3e3;
    text-transform: capitalize;
}

.no-csscolumns .site-header .hMainmenu .menu-item-children.mega li,
.firefox .site-header .hMainmenu .menu-item-children.mega li {
    float: left;
    width: 215px;
    margin-right: 30px
}

.csscolumns:not(.firefox) .site-header .hMainmenu .menu-item-children.mega {
    padding-right: 125px
}

.csscolumns:not(.firefox) .site-header .hMainmenu .menu-item-children.mega>ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    -ms-column-count: 5;
    -o-column-count: 5;
    column-count: 5;
    -webkit-column-width: 250px;
    -moz-column-width: 250px;
    -ms-column-width: 250px;
    -o-column-width: 250px;
    column-width: 250px
}

.csscolumns:not(.firefox) .site-header .hMainmenu .menu-item-children.mega>ul>li {
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    padding-right: 30px;
    margin-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .responsive .site-header .hMainmenu .menu-item-children.mega {
        padding-left: 50px !important;
        padding-right: 50px !important
    }
}

@media only screen and (min-width:700px) and (max-width:1023px) {
    .responsive .site-header .hMainmenu .menu-item-children.mega {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .responsive .site-header .hMainmenu .menu-item-children.mega>ul {
        -webkit-column-count: 3 !important;
        -moz-column-count: 3 !important;
        -ms-column-count: 3 !important;
        -o-column-count: 3 !important;
        column-count: 3 !important;
        -webkit-column-width: 200px !important;
        -moz-column-width: 200px !important;
        -ms-column-width: 200px !important;
        -o-column-width: 200px !important;
        column-width: 200px !important
    }
}

@charset "UTF-8";
.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.site-footer--menu {
    background: #383838;
    padding-top: 50px;
    padding-bottom: 50px
}

.select .site-footer--menu {
    background-color: #ded5c7;
    color: #444
}

@media only screen and (max-width:699px) {
    .responsive .site-footer--menu {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.site-footer--menu,
.site-footer--menu a {
    color: #e3e3e3
}

.select .site-footer--menu,
.select .site-footer--menu a {
    color: #444
}

.site-footer--menu .footer-menu li {
    list-style: none
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .responsive .site-footer--menu .footer-menu li {
        width: 30%
    }
}

@media only screen and (min-width:700px) and (max-width:1023px) {
    .responsive .site-footer--menu .footer-menu li {
        width: 30%
    }
}

.site-footer--menu .footer-menu .menu-item-root ul,
.site-footer--menu .footer-menu .menu-item-root li {
    display: block;
    margin: 0;
    padding: 0
}

.site-footer--menu .footer-menu .menu-item-root>a {
    font-weight: bold;
    /*font-size: 22px*/
}

.site-footer--menu .footer-menu .menu-item-root li a {
    /*font-size: 16px;*/
    color: #e3e3e3
}

.select .site-footer--menu .footer-menu .menu-item-root li a {
    color: #444
}

.site-footer--menu .footer-menu .main-menu-item-heading {
    font-weight: bold;
    font-size: 15px;
    font-size: 1.0714285714rem
}

.site-footer--menu .social-links.dark a.facebook {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -507px -76px;
    width: 33px;
    height: 33px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-footer--menu .social-links.dark a.facebook {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -105px -116px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-footer--menu .social-links.dark a.googleplus {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -437px -76px;
    width: 33px;
    height: 33px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-footer--menu .social-links.dark a.googleplus {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -315px -116px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-footer--menu .social-links.dark a.instagram {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -542px -76px;
    width: 33px;
    height: 33px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-footer--menu .social-links.dark a.instagram {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -140px -116px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-footer--menu .social-links.dark a.linkedin {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -151px -123px;
    width: 33px;
    height: 33px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-footer--menu .social-links.dark a.linkedin {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: 0 -116px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-footer--menu .social-links.dark a.pinterest {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -221px -123px;
    width: 33px;
    height: 33px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-footer--menu .social-links.dark a.pinterest {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -70px -116px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-footer--menu .social-links.dark a.youtube {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -336px -76px;
    width: 31px;
    height: 37px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-footer--menu .social-links.dark a.youtube {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -369px -40px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-footer--menu .social-links a {
    display: inline-block;
    font-size: 0;
    color: transparent;
    margin: 5px;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms
}

.no-touch .site-footer--menu .social-links a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.site-footer--menu .social-links a.facebook {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -472px -76px;
    width: 33px;
    height: 33px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-footer--menu .social-links a.facebook {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -35px -116px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-footer--menu .social-links a.googleplus {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -186px -123px;
    width: 33px;
    height: 33px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-footer--menu .social-links a.googleplus {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -210px -116px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-footer--menu .social-links a.instagram {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -116px -123px;
    width: 33px;
    height: 33px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-footer--menu .social-links a.instagram {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -175px -116px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-footer--menu .social-links a.linkedin {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -402px -76px;
    width: 33px;
    height: 33px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-footer--menu .social-links a.linkedin {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -245px -116px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-footer--menu .social-links a.pinterest {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -256px -123px;
    width: 33px;
    height: 33px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-footer--menu .social-links a.pinterest {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -280px -116px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

.site-footer--menu .social-links a.youtube {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: -369px -76px;
    width: 31px;
    height: 37px;
    top: -2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    .site-footer--menu .social-links a.youtube {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: -336px -40px;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

@media only screen and (max-width:699px) {
    .responsive .site-footer--menu .social-links {
        padding: 0 50px;
        text-align: center
    }
}

.site-footer--info {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center
}

.site-footer--info.derbystar-footer {
    padding-top: 50px
}

@media only screen and (max-width:699px) {
    .responsive .site-footer--info {
        padding-top: 30px;
        padding-bottom: 25px
    }
    .responsive .site-footer--info.derbystar-footer {
        padding-top: 50px !important
    }
}

.site-footer--info,
.site-footer--info a {
    color: #e3e3e3
}

.select .site-footer--info,
.select .site-footer--info a {
    color: #444
}

.site-footer--info .footer-logo {
    margin-bottom: 40px
}

.site-footer--info .footer-logo.derbystar-footerlogo {
    margin-bottom: 50px
}

@media only screen and (max-width:699px) {
    .responsive .site-footer--info .footer-logo.derbystar-footerlogo {
        margin-bottom: 50px
    }
    .responsive .site-footer--info .footer-logo.derbystar-footerlogo img {
        max-width: 80% !important;
        height: auto !important
    }
}

@media only screen and (max-width:699px) {
    .responsive .site-footer--info .footer-logo {
        margin-bottom: 30px
    }
    .responsive .site-footer--info .footer-logo img.selectImg {
        height: 100px !important;
        width: auto !important
    }
    .responsive .site-footer--info .footer-logo img.derbystarImg {
        max-width: 80% !important;
        height: auto !important
    }
}

.site-footer--info .info-text .info-text--part {
    display: inline-block;
    padding-right: 14px
}

.site-footer--info .info-text .info-text--part:not(.last):after {
    content: "▪";
    display: inline-block;
    padding-left: 14px
}

@media only screen and (max-width:699px) {
    .responsive .site-footer--info .info-text,
    .responsive .site-footer--info .info-text a {
        font-size: 13px
    }
    .responsive .site-footer--info .info-text .m-row {
        display: block
    }
    .responsive .site-footer--info .info-text .info-text--part {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }
    .responsive .site-footer--info .info-text .info-text--part:after {
        padding: 0 10px
    }
    .responsive .site-footer--info .info-text .info-text--part:nth-child(2n):after {
        display: none
    }
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.pager-wrap {
    overflow: hidden;
    *zoom: 1;
    margin-top: 20px
}

.pager-wrap button {
    height: 37px;
    margin: 0 10px;
    padding-top: 8px;
    float: left;
    cursor: pointer
}

.pager-wrap button:first-child {
    margin-left: 0
}

.pager-wrap button:last-child {
    margin-right: 0
}

.pager-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left
}

.pager-wrap ul li {
    padding: 0;
    margin: 0;
    display: inline-block
}

.lt-ie8 .pager-wrap ul li {
    float: left;
    margin: 0 3px
}

.pager-wrap ul li a {
    color: #fff;
    border: 1px solid #181818;
    background-color: #181818;
    width: 45px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.no-touch .pager-wrap ul li a:hover {
    color: #fff;
    background-color: #252525
}

.pager-wrap ul li a:active,
.pager-wrap ul li a.active {
    color: #fff;
    background-color: #0b0b0b
}

.pager-wrap ul li a.selected {
    background: #595959 !important;
    border-color: #595959 !important;
    color: #fff !important
}

.pager-wrap .desktop-pager {
    float: right
}

@media only screen and (max-width:699px) {
    .responsive .pager-wrap .desktop-pager {
        display: none
    }
}

.pager-wrap .mobile-pager {
    display: none
}

@media only screen and (max-width:699px) {
    .responsive .pager-wrap .mobile-pager {
        display: block;
        float: right
    }
    .responsive .pager-wrap .mobile-pager select {
        padding: 5px 10px
    }
}

.breadcrumbs {
    padding-top: 15px
}

@media only screen and (max-width:699px) {
    .responsive .breadcrumbs {
        padding-top: 10px
    }
}

.breadcrumbs ul {
    display: block;
    margin: 0;
    text-align: center
}

.breadcrumbs li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    font-size: 90%
}

.breadcrumbs li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin: 0 3px 0 5px;
    position: relative;
    top: 1px
}

.breadcrumbs li.selected {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../../content/gfx/lib/photoswipe/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media(-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../../content/gfx/lib/photoswipe/default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../../content/gfx/lib/photoswipe/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.pswp {
    z-index: 1000001
}

.pswp__bg {
    background-color: #fff
}

.pswp__img--placeholder--blank {
    background: #f0f0f0
}

.pswp__top-bar,
.pswp__caption,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background-color: rgba(0, 0, 0, .6) !important
}

.site-content {
    clear: both;
    background: #f4f4f4;
    padding-bottom: 1px
}

.site-content::after {
    content: "";
    display: block;
    clear: both
}

.content-spacing {
    padding-top: 30px;
    padding-bottom: 30px
}

@media only screen and (max-width:699px) {
    .responsive .content-spacing {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media only screen and (max-width:699px) {
    .responsive .hMobileMenuShow #hMobileMenu-content {
        background: #1d1d1b
    }
}

@media only screen and (max-width:699px) {
    .responsive .select .hMobileMenuShow #hMobileMenu-content {
        background: #afb9be
    }
}

.content-header {
    margin: 0 auto 25px
}

.content-header h1 {
    text-align: center;
    margin: 0 0 10px
}

.content-header .h1-sub {
    text-align: center;
    font-size: 20px !important;
    line-height: 1.2em;
    line-height: 1.2em
}

@media only screen and (max-width:699px) {
    .responsive .content-header .h1-sub {
        font-size: 16px !important
    }
}

.content-small {
    max-width: 1000px;
    margin: 0 auto
}

.toTop {
    position: fixed;
    z-index: 10;
    bottom: 95px;
    right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
    background-color: #444;
    font-size: 80px;
    color: #fff
}

@media only screen and (max-width:699px) {
    .responsive .toTop {
        bottom: 10px;
        right: 20px;
        width: 25px;
        height: 25px
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .responsive .toTop {
        bottom: 70px
    }
}

.toTopSpan {
    display: block;
    margin-top: 15px;
    margin-left: -9px;
}

@media only screen and (max-width:699px) {
    .responsive .toTopSpan {
        margin-top: 10px;
        font-size: 60%
    }
}

.derbystar_logo {
    width: 200px
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.cms-article {
    padding-bottom: 15px
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .hide-on-mobile {
        display: none
    }
}

.cms-article .a-row {
    margin-bottom: 10px
}

.cms-article .a-row:last-child {
    margin-bottom: 0
}

.cms-article .a-row:after {
    content: "";
    clear: both;
    display: block
}

.firefox .cms-article .a-row {
    overflow: hidden
}

.cms-article .a-row,
.cms-article .a-col {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .a-row,
    .responsive .cms-article .a-col {
        background-size: cover
    }
    .responsive .cms-article .a-row .parallax-mirror,
    .responsive .cms-article .a-col .parallax-mirror {
        display: none !important
    }
}

.cms-article .a-col {
    background-size: 100%;
    background-size: cover
}

@media only screen and (max-width:699px) {
    .responsive .cms-article .a-col {
        margin-bottom: 10px
    }
}

.cms-article .parallax-mirror {
    z-index: 0 !important
}

.cms-article ul {
    overflow: hidden
}

.cms-article ul li {
    margin-left: 20px;
    margin-bottom: 7px
}

figure.youtube .img {
    position: relative;
    cursor: pointer
}

figure.youtube .img img.dimension-holder {
    display: block;
    width: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-size: cover
}

figure.youtube .img .play-overlay {
    background-color: rgba(0, 0, 0, .08);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: background-color 150ms;
    -moz-transition: background-color 150ms;
    -o-transition: background-color 150ms;
    transition: background-color 150ms
}

figure.youtube .img .play-overlay:hover {
    background-color: rgba(0, 0, 0, .01)
}

figure.youtube .img .play-overlay .play-ico {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../content/gfx/i-2020221k6vuig60.png);
    background-position: 0 -76px;
    width: 114px;
    height: 114px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -57px;
    margin-left: -57px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
    figure.youtube .img .play-overlay .play-ico {
        background-image: url(../../content/gfx/i-2020221k6vuig60-r.png);
        background-position: 0 0;
        -webkit-background-size: 416px 170px;
        -moz-background-size: 416px 170px;
        -o-background-size: 416px 170px;
        background-size: 416px 170px
    }
}

figure.youtube .img.active .play-ico {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

figure.youtube .img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

figure.youtube .img.video-added {
    background: #000
}

figure.youtube .img.video-added img,
figure.youtube .img.video-added .video-preview,
figure.youtube .img.video-added .play-overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.youtube-in-modal {
    position: relative;
    background: #000
}

.youtube-in-modal img.dim {
    width: 850px;
    max-width: none
}

@media only screen and (max-width:699px) {
    .responsive .youtube-in-modal img.dim {
        width: 300px
    }
}

.youtube-in-modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.cms-slider-wrap {
    position: relative
}

.cms-slider-wrap .cms-slider {
    width: 100%;
    overflow: hidden;
    min-height: 40px
}

.cms-slider-wrap .cms-slider.slider-ready .inner {
    width: 100%
}

.cms-slider-wrap .cms-slider.slider-reset-height .inner li {
    height: 100% !important
}

.cms-slider-wrap .cms-slider .inner {
    text-align: center;
    width: 9999px
}

.cms-slider-wrap .cms-slider .inner li {
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center
}

@media only screen and (max-width:699px) {
    .responsive .swiper-pagination {
        bottom: 5px
    }
}

.swiper-pagination .swiper-pagination-bullet {
    float: left;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #737373;
    opacity: .6;
    position: relative;
    margin: 10px;
    cursor: pointer;
    border: 2px solid #fff
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
    border: 1px solid #737373;
    border-radius: 50%;
    background-color: #fff
}

.swiper-button-prev,
.swiper-button-next {
    background-image: unset;
    width: 50px;
    height: 90px;
    background-size: unset;
    position: absolute;
    transition: all 250ms linear;
    background-color: rgba(115, 115, 115, .2);
    border-radius: 4px;
    display: flex;
    justify-content: center
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .6)
}

.select .swiper-button-prev:hover,
.select .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .3)
}

@media only screen and (max-width:1511px) {
    .responsive .swiper-button-prev,
    .responsive .swiper-button-next {
        display: none
    }
}

.swiper-button-prev {
    left: -50px
}

.swiper-button-next {
    right: -50px
}

.swiper-button-arrow {
    background-image: url(../../content/gfx/icons-svg/arrow-left.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: contain;
    background-position: center center;
    display: block;
    width: 26px;
    height: 90px;
    opacity: 1
}

.swiper-button-arrow--next {
    transform: rotate(-180deg)
}

.banner-top-block {
    height: 600px;
    width: 100%;
    margin-top: 0;
    position: relative
}

.banner-top-block .banner-top {
    position: absolute;
    left: 0;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.banner-top-block .banner-top img {
    height: 600px;
    width: 100%
}

.banner-top-block .banner-top .description {
    margin-top: 100px;
    width: 50%;
    padding: 5px
}

.banner-top-block .banner-top .description.white {
    color: #fff
}

.banner-top-block .banner-top .description.white a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px
}

.banner-top-block .banner-top .description.white a:hover {
    text-decoration: none
}

.banner-top-block .banner-top .description .title {
    font-family: 'Open Sans Condensed', sans-serif, arial;
    font-size: 84px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.1
}

.banner-top-block .banner-top .description .text {
    font-size: 30px;
    line-height: 1.2
}

.banner-top-block .banner-top .description .cta {
    margin-top: 10px
}

.banner-top-block.small {
    height: 235px
}

.banner-top-block.small .banner-top {
    height: 235px
}

.banner-top-block.small .banner-top img {
    height: 235px;
    width: 100%
}

.banner-top-block.small .banner-top .description {
    display: none
}

@media only screen and (max-width:699px) {
    .responsive .banner-top-block.small {
        height: 120px
    }
    .responsive .banner-top-block.small .banner-top {
        top: 0;
        height: 120px
    }
    .responsive .banner-top-block.small .banner-top img {
        height: 120px
    }
}

@media only screen and (max-width:699px) {
    .responsive .banner-top-block {
        height: 250px
    }
    .responsive .banner-top-block .banner-top {
        height: 250px;
        top: 0
    }
    .responsive .banner-top-block .banner-top img {
        height: 250px;
        width: 100%
    }
    .responsive .banner-top-block .banner-top .description {
        margin-top: 50px;
        width: 90%
    }
    .responsive .banner-top-block .banner-top .description .title {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 32px;
        margin-bottom: 10px;
        font-family: 'Open Sans Condensed', sans-serif, arial
    }
    .responsive .banner-top-block .banner-top .description .text {
        font-size: 16px;
        line-height: 1.2
    }
}

.carousel-block {
    height: 600px;
    width: 100%;
    margin-top: 0;
    position: relative;
    opacity: 0
}

.carousel-block.small {
    height: 235px
}

.carousel-block.slider-ready {
    opacity: 1
}

.carousel-block.only-one-slide .sliderbtn {
    display: none
}

.carousel-block .sliderbtn {
    opacity: .5;
    z-index: 100;
    top: 50%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    width: 70px;
    height: 120px;
    margin-top: -60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0;
    text-align: center;
    border: none
}

.select .carousel-block .sliderbtn {
    opacity: 1;
    background-color: rgba(0, 0, 0, .1)
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .responsive .carousel-block .sliderbtn {
        width: 0
    }
}

.carousel-block .sliderbtn:after {
    content: '';
    display: block;
    position: absolute;
    top: 42px
}

.carousel-block .sliderbtn.prev {
    left: 0
}

.carousel-block .sliderbtn.prev:after {
    left: 20px;
    opacity: 1;
    background-image: url(../../content/gfx/icons-svg/arrow-left.svg);
    width: 22px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .responsive .carousel-block .sliderbtn.prev:after {
        width: 14px
    }
    .responsive .carousel-block .sliderbtn.prev:after:after {
        top: 50px
    }
}

.carousel-block .sliderbtn.next {
    right: 0
}

.carousel-block .sliderbtn.next:after {
    opacity: 1;
    right: 20px;
    background-image: url(../../content/gfx/icons-svg/arrow-right.svg);
    width: 22px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .responsive .carousel-block .sliderbtn.next:after {
        width: 13px
    }
    .responsive .carousel-block .sliderbtn.next:after:after {
        top: 50px
    }
}

.carousel-block .sliderbtn:focus {
    outline: 0
}

@media only screen and (max-width:699px) {
    .responsive .carousel-block .sliderbtn {
        display: none
    }
}

.carousel-block .carousel-pager {
    position: absolute;
    top: 525px;
    text-align: center;
    width: 100%
}

@media only screen and (max-width:699px) {
    .responsive .carousel-block .carousel-pager {
        top: 255px
    }
}

@media only screen and (min-width:700px) and (max-width:1023px) {
    .responsive .carousel-block .carousel-pager {
        top: 355px
    }
}

.carousel-block .carousel-pager ul {
    list-style: none;
    margin: 0;
    display: inline-block
}

.carousel-block .carousel-pager ul li {
    float: left;
    margin: 0 5px 0 0
}

.carousel-block .carousel-pager ul li span {
    display: block;
    height: 15px;
    width: 15px;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, .6);
    border: 1px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.carousel-block .carousel-pager ul li.selected span {
    background-color: rgba(255, 255, 255, .7);
    border-color: #2a2824
}

.carousel-block .carousel {
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 600px
}

.carousel-block .carousel.small {
    height: 235px
}

.carousel-block .carousel.small .banner-top {
    height: 235px
}

.carousel-block .carousel.small .banner-top img {
    height: 235px;
    width: 100%
}

.carousel-block .carousel.small .banner-top .description {
    display: none
}

@media only screen and (max-width:699px) {
    .responsive .carousel-block .carousel.small {
        height: 120px
    }
    .responsive .carousel-block .carousel.small .banner-top {
        top: 0;
        height: 120px
    }
    .responsive .carousel-block .carousel.small .banner-top img {
        height: 120px
    }
}

.carousel-block .inner,
.carousel-block .inner .sliderlist,
.carousel-block .inner .sliderchild,
.carousel-block .inner .sliderchild .cols {
    height: 600px !important
}

.carousel-block .inner.small,
.carousel-block .inner .sliderlist.small,
.carousel-block .inner .sliderchild.small,
.carousel-block .inner .sliderchild .cols.small {
    height: 235px !important
}

@media only screen and (max-width:699px) {
    .responsive .carousel-block .inner,
    .responsive .carousel-block .inner .sliderlist,
    .responsive .carousel-block .inner .sliderchild,
    .responsive .carousel-block .inner .sliderchild .cols {
        height: 250px !important
    }
    .responsive .carousel-block .inner.small,
    .responsive .carousel-block .inner .sliderlist.small,
    .responsive .carousel-block .inner .sliderchild.small,
    .responsive .carousel-block .inner .sliderchild .cols.small {
        height: 120px !important
    }
}

@media only screen and (min-width:700px) and (max-width:1023px) {
    .responsive .carousel-block .inner,
    .responsive .carousel-block .inner .sliderlist,
    .responsive .carousel-block .inner .sliderchild,
    .responsive .carousel-block .inner .sliderchild .cols {
        height: 350px !important
    }
}

.carousel-block .inner {
    width: 100% !important
}

.carousel-block .inner .sliderlist {
    width: 100% !important
}

.carousel-block .inner .sliderlist>li {
    width: 100% !important;
    background-size: cover;
    background-position: center
}

.flexbox .carousel-block .inner .sliderlist>li .cols {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center
}

.flexbox .carousel-block .inner .sliderlist>li .slider-text {
    position: relative;
    min-height: 1px !important
}

.carousel-block .inner .sliderlist>li .slider-text {
    position: absolute;
    top: 0;
    right: 100px;
    padding: 25px;
    width: 510px;
    min-height: 260px;
    max-height: 500px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .responsive .carousel-block .inner .sliderlist>li .slider-text {
        right: 30px
    }
}

.carousel-block .inner .sliderlist>li .slider-text.small {
    max-height: 235px;
    width: 600px
}

.carousel-block .inner .sliderlist>li .slider-text.show {
    opacity: 1
}

.carousel-block .inner .sliderlist>li .slider-text.white {
    color: #fff
}

.carousel-block .inner .sliderlist>li .slider-text.white .btn {
    border: 1px solid #fff
}

.carousel-block .inner .sliderlist>li .slider-text.white a {
    color: #fff
}

.carousel-block .inner .sliderlist>li .slider-text.white a:hover {
    text-decoration: none
}

.carousel-block .inner .sliderlist>li .slider-text.dark-grey {
    color: #333
}

.carousel-block .inner .sliderlist>li .slider-text.dark-grey .btn {
    border: 1px solid #333
}

.carousel-block .inner .sliderlist>li .slider-text.dark-grey a {
    color: #333
}

.carousel-block .inner .sliderlist>li .slider-text.dark-grey a:hover {
    text-decoration: none
}

.carousel-block .inner .sliderlist>li .slider-text .btn {
    font-size: 25px;
    padding: 15px 25px;
    border-width: 2px;
    text-transform: uppercase;
    transition: background-color;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    text-decoration: none !important;
    border: none;
    vertical-align: middle;
    margin-bottom: 0
}

.carousel-block .inner .sliderlist>li .slider-text .title {
    font-size: 90px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.1;
    font-family: 'Open Sans Condensed', sans-serif, arial
}

.carousel-block .inner .sliderlist>li .slider-text .title.small {
    font-size: 60px
}

.carousel-block .inner .sliderlist>li .slider-text .text {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 30px
}

.carousel-block .inner .sliderlist>li .slider-text .cta {
    margin-top: 10px
}

@media only screen and (max-width:699px) {
    .responsive .carousel-block {
        height: 250px;
        margin-bottom: 30px
    }
    .responsive .carousel-block .carousel {
        height: 250px;
        top: 0
    }
    .responsive .carousel-block .carousel .inner .sliderlist li {
        background-size: cover;
        background-position: center
    }
    .responsive .carousel-block .carousel .inner .sliderlist li .slider-text {
        right: 0;
        padding: 10px;
        padding-bottom: 15px;
        width: 210px;
        min-height: 150px
    }
    .responsive .carousel-block .carousel .inner .sliderlist li .slider-text .title {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Open Sans Condensed', sans-serif, arial
    }
    .responsive .carousel-block .carousel .inner .sliderlist li .slider-text .text {
        font-size: 16px;
        line-height: 1.2
    }
    .responsive .carousel-block .carousel .inner .sliderlist li .slider-text .btn {
        font-size: 12px;
        line-height: 20px;
        padding: 7px 10px
    }
}

@media only screen and (min-width:700px) and (max-width:1023px) {
    .responsive .carousel-block {
        height: 350px;
        margin-bottom: 30px
    }
    .responsive .carousel-block .carousel {
        height: 350px;
        top: 0
    }
    .responsive .carousel-block .carousel .inner .sliderlist li {
        background-size: cover;
        background-position: center
    }
    .responsive .carousel-block .carousel .inner .sliderlist li .slider-text {
        right: 60px;
        padding: 10px;
        padding-bottom: 15px;
        width: 300px;
        min-height: 200px
    }
    .responsive .carousel-block .carousel .inner .sliderlist li .slider-text .title {
        font-size: 46px
    }
    .responsive .carousel-block .carousel .inner .sliderlist li .slider-text .text {
        font-size: 24px;
        line-height: 1.2
    }
    .responsive .carousel-block .carousel .inner .sliderlist li .slider-text .btn {
        font-size: 20px;
        line-height: 20px;
        padding: 15px 20px
    }
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.ball-animation {
    max-width: 1200px
}

@media only screen and (min-width:766px) {
    .ball-animation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px
    }
}

.ball-animation__ball {
    z-index: 1;
    position: relative
}

@media only screen and (min-width:766px) {
    .ball-animation__ball {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }
}

.ball-animation__ball-container {
    position: relative;
    display: block;
    width: 720px;
    height: 720px;
    max-width: 720px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .ball-animation__ball-container {
        max-height: 100vw;
        min-height: 20vw;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        height: auto
    }
}

.ball-animation__box {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 50%;
    box-sizing: border-box
}

.ball-animation__box * {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0
}

.ball-animation__ball-and-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ball-animation__btn-and-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (max-width:767px) {
    .ball-animation__btn-and-txt {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (min-width:766px) {
    .ball-animation__btn-and-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-top: 10px
    }
}

.ball-animation__layer--overlay {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__layer--overlay.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.ball-animation__img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important
}

.ball-animation__img--shadow {
    transition: opacity 1s ease;
    opacity: 0
}

.active .ball-animation__img--shadow {
    opacity: 1;
    transition: opacity .8s ease
}

.ball-animation__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
    color: #83888a;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px
}

.ball-animation__buttons:active {
    background-color: transparent
}

.ball-animation__buttons--show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:767px) {
    .ball-animation__buttons--show-mobile {
        display: none
    }
}

@media only screen and (max-width:766px) {
    .ball-animation__buttons--hide-mobile {
        display: none
    }
}

.ball-animation__button {
    white-space: normal !important;
    line-height: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:766px) {
    .ball-animation__button {
        display: none
    }
}

.active .ball-animation__button {
    color: #fff
}

.ball-animation__text {
    width: 100%
}

.ball-animation__list {
    list-style: none;
    padding: 0
}

.ball-animation__list-item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    z-index: 1
}

.cms-article ul .ball-animation__list-item {
    margin-bottom: 10px
}

@media only screen and (max-width:766px) {
    .ball-animation__list-item {
        margin-bottom: 5px;
        height: auto
    }
}

.ball-animation__bullet {
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #fff;
    color: #83888a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 2px solid #fff
}

@media only screen and (max-width:766px) {
    .ball-animation__bullet {
        margin-right: 0;
        font-size: 15px;
        margin-bottom: 5px
    }
}

.active .ball-animation__bullet {
    background-color: #83888a;
    color: #fff
}

.ball-animation__description {
    color: #fff;
    display: none
}

.ball-animation__description.active {
    display: block
}

.ball-animation__description--default {
    display: block
}

@media only screen and (max-width:766px) {
    .ball-animation__description {
        padding: 0 10px 10px
    }
}

.ball-animation__title {
    display: none
}

@media only screen and (max-width:766px) {
    .ball-animation__title {
        display: block
    }
}

.store-locator--canvas {
    height: 700px;
    border: 1px solid #e3e3e3;
    background-color: #e5e3df
}

@media only screen and (min-width:1280px) and (max-width:1511px) {
    .responsive .store-locator--canvas {
        height: 600px
    }
}

@media only screen and (max-width:1511px) {
    .responsive .store-locator--canvas {
        margin-right: 20px;
        margin-left: 20px
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .responsive .store-locator--canvas {
        height: 500px
    }
}

@media only screen and (min-width:700px) and (max-width:1023px) {
    .responsive .store-locator--canvas {
        height: 600px
    }
}

@media only screen and (max-width:699px) {
    .responsive .store-locator--canvas {
        height: 300px
    }
}

.fluid-grid-mobile .store-locator--canvas {
    height: 300px
}

.marker-cluster-icon {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

.stores-online--list {
    border: 1px solid #e3e3e3;
    margin: 0 auto
}

.stores-online--list .list--group {
    background: #fff;
    padding: 30px 60px;
    overflow: hidden;
    *zoom: 1
}

.stores-online--list .list--group:not(:last-child) {
    border-bottom: 1px solid #e3e3e3
}

@media only screen and (max-width:699px) {
    .responsive .stores-online--list .list--group {
        padding: 15px 50px
    }
}

.stores-online--list .list--group h2 {
    margin: 0 0 20px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center
}

.stores-online--list .list--group a:hover {
    color: #0075bf
}

.stores-online--list .list--group ul,
.stores-online--list .list--group ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.stores-online--list .list--group ul li {
    float: left;
    width: 30%;
    margin-right: 3%
}

@media only screen and (max-width:699px) {
    .responsive .stores-online--list .list--group ul li {
        width: 45%;
        margin-right: 5%
    }
}