.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
 
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://product.cdn.cevaws.com/build/feliway/4a37f8008959c75f619bf0a3a4e2d7a2.png.pagespeed.ce.Sjf4AIlZx1.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@charset "UTF-8";
html {
    color: #4a4a4a;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 1em;
    font-weight: 300
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:focus {
    outline: none
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.5;
    position: relative;
    font-family: 'Noto Sans', sans-serif
}

body.no-scroll {
    overflow: hidden;
    height: 100%;
    width: 100%
}

@media (max-width:61.24em) {
    body.no-scroll {
        position: fixed
    }
}

body.no-scroll .header_buy {
    display: none
}

body #main {
    min-height: calc(100vh - 11.125rem);
    overflow: hidden
}

.body-inner {
    max-width: 100%;
    overflow: hidden
}

a {
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: underline
}

a:focus {
    outline: none
}

p,
table,
dl,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
    margin-top: 0
}

ul,
ol,
dl {
    list-style: none;
    margin-bottom: 1.5em;
    padding: 0
}

ul li,
ol li,
dl li {
    position: relative
}

ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
    padding-top: .75em;
    margin-bottom: 0
}

li {
    position: relative;
    padding-bottom: .75em
}

li:last-child {
    padding-bottom: 0
}

@media (min-width:46.25em) {
    li {
        padding-left: 2.5rem
    }
}

@media (max-width:46.24em) {
    li {
        padding-left: 1.875rem
    }
}

ol {
    counter-reset: section
}

ol li::before {
    counter-increment: section;
    content: counters(section, ".") ")";
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:46.25em) {
    ol li::before {
        width: 2.5rem;
        margin-left: -2.5rem
    }
}

@media (max-width:46.24em) {
    ol li::before {
        width: 1.875rem;
        margin-left: -1.875rem
    }
}

p,
.paragraph {
    margin-bottom: 1.5em
}

.paragraph-half {
    margin-bottom: .75em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

html:not(.no-js) .no-js-visible {
    display: none
}

img,
svg,
object,
video,
audio,
canvas,
iframe {
    display: block;
    max-width: 100%
}

iframe {
    border: 0
}

img {
    height: auto
}

strong,
b {
    font-weight: 700
}

em {
    font-style: italic
}

svg {
    fill: currentColor
}

figure {
    display: block;
    margin: 0
}

.clearfix {
    zoom: 1
}

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

.clearfix::after {
    clear: both
}

.product-tag {
    font-size: .75em;
    display: inline-block;
    background: #004789;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

@media (min-width:35em) {
    .product-tag {
        padding: .16667em 1.25em
    }
}

@media (max-width:34.99em) {
    .product-tag {
        padding: .16667em .625em
    }
}

.product-tag-secondary {
    background: #00b9d2
}

.visually-hidden {
    position: absolute;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: .001
}

.visually-hidden-i {
    position: absolute!important;
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden!important;
    clip: rect(1px 1px 1px 1px)!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    opacity: .001!important
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea,
select {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1rem;
    width: 100%;
    max-width: 29.375rem;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    border: 0;
    padding: 0 1.25rem
}

input[type="text"]::-webkit-input-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="date"]:-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="search"]:-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
select::-webkit-input-placeholder,
select:-moz-placeholder,
select::-moz-placeholder,
select:-ms-input-placeholder {
    color: #9b9b9b;
    opacity: 1
}

.parsley-error input[type="text"],
input[type="text"].parsley-error,
.parsley-error input[type="password"],
input[type="password"].parsley-error,
.parsley-error input[type="email"],
input[type="email"].parsley-error,
.parsley-error input[type="date"],
input[type="date"].parsley-error,
.parsley-error input[type="search"],
input[type="search"].parsley-error,
.parsley-error input[type="number"],
input[type="number"].parsley-error,
.parsley-error input[type="tel"],
input[type="tel"].parsley-error,
.parsley-error textarea,
textarea.parsley-error,
.parsley-error select,
select.parsley-error {
    background: rgba(228, 29, 75, .1);
    -webkit-box-shadow: inset 0 0 0 1px #e41d4b;
    box-shadow: inset 0 0 0 1px #e41d4b;
    color: #e41d4b
}

input[type="text"]:focus+.focus,
input[type="password"]:focus+.focus,
input[type="email"]:focus+.focus,
input[type="date"]:focus+.focus,
input[type="search"]:focus+.focus,
input[type="number"]:focus+.focus,
input[type="tel"]:focus+.focus,
textarea:focus+.focus,
select:focus+.focus {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="tel"],
select {
    height: 3.125rem
}

input[type="text"].input-small,
input[type="password"].input-small,
input[type="email"].input-small,
input[type="date"].input-small,
input[type="search"].input-small,
input[type="number"].input-small,
input[type="tel"].input-small,
select.input-small {
    max-width: 7.5rem
}

input[type="text"].input-small+.focus,
input[type="password"].input-small+.focus,
input[type="email"].input-small+.focus,
input[type="date"].input-small+.focus,
input[type="search"].input-small+.focus,
input[type="number"].input-small+.focus,
input[type="tel"].input-small+.focus,
select.input-small+.focus {
    max-width: 7.5rem
}

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

textarea {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    min-height: 11.875rem
}

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: .001
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    position: relative;
    padding-left: 2.0625rem
}

input[type="radio"]+label::before,
input[type="radio"]+label::after,
input[type="checkbox"]+label::before,
input[type="checkbox"]+label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: .5625rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

input[type="radio"]+label::before,
input[type="checkbox"]+label::before {
    width: 1.125rem;
    height: 1.125rem;
    background: #fff;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05)
}

input[type="radio"]+label::after,
input[type="checkbox"]+label::after {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all .3s;
    transition: all .3s
}

input[type="radio"]:checked+label::after,
input[type="checkbox"]:checked+label::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

input[type="radio"]+label::before,
input[type="radio"]+label::after {
    border-radius: 50%
}

input[type="radio"]+label::after {
    width: .75rem;
    height: .75rem;
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%)
}

input[type="checkbox"]+label::before {
    border-radius: 4px
}

input[type="checkbox"]+label::after {
    background-image: url(data:image/svg+xml,%3Csvg\ version=\'1.1\'\ xmlns=\'http://www.w3.org/2000/svg\'\ xmlns:xlink=\'http://www.w3.org/1999/xlink\'\ x=\'0px\'\ y=\'0px\'\ viewBox=\'0\ 0\ 38.8\ 29\'\ enable-background=\'new\ 0\ 0\ 38.8\ 29\'%3E\ %3ClinearGradient\ id=\'path-2_1_\'\ gradientUnits=\'userSpaceOnUse\'\ x1=\'-235.0881\'\ y1=\'189.1154\'\ x2=\'-234.0881\'\ y2=\'188.1154\'\ gradientTransform=\'matrix\(38.7273\ 0\ 0\ 29\ 9102.9375\ -5456.3965\)\'%3E\ %3Cstop\ offset=\'0\'\ style=\'stop-color:%23004789\'/%3E\ %3Cstop\ offset=\'1\'\ style=\'stop-color:%2300B9D2\'/%3E\ %3C/linearGradient%3E\ %3Cpath\ fill=\'url\(%23path-2_1_\)\'\ d=\'M38,0.8c-1-1-2.6-1-3.6,0L15,23L4.4,12.5c-1-1-2.6-1-3.6,0s-1,2.6,0,3.6L13,28.3\ c0.5,0.5,1.1,0.7,1.8,0.7c0.6,0,1.3-0.2,1.8-0.7L38,4.5C39,3.3,39,1.8,38,0.8z\'/%3E\ %3C/svg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: .25rem;
    margin-top: -.125rem
}

label {
    display: block;
    color: #4a4a4a
}

label sup {
    color: #e41d4b
}

.form_group {
    margin-bottom: 1.5em
}

.form-filter .form_group_label {
    text-align: center;
    color: #191919;
    margin-bottom: 1.5rem;
    font-weight: 700
}

@media (min-width:46.25em) {
    .form-filter .form_group_label {
        font-size: 1.25rem
    }
}

.form-filter .form_group_element {}

.form-filter .form_group_element-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:61.25em) {
    .form-filter .form_group_element-radio {
        margin: 0 -.9375rem
    }
}

.form-filter .form_group_element-radio label {
    font-size: .875rem;
    color: #646464;
    width: 9.375rem;
    padding: 0 .625rem;
    text-align: center;
    margin: 0 .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (max-width:61.24em) {
    .form-filter .form_group_element-radio label {
        display: none
    }
}

.form-filter .form_group_element-radio label img,
.form-filter .form_group_element-radio label svg {
    margin-right: 1.25rem;
    margin-bottom: .75em
}

.form-filter .form_group_element-radio label svg {
    width: 6.25rem;
    height: 6.25rem
}

.form-filter .form_group_element-radio label::before,
.form-filter .form_group_element-radio label::after {
    top: .5625rem;
    right: 1.1875rem;
    left: auto;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.form-filter .form_group_element-radio label::after {
    -webkit-transform: translate(50%, -50%) scale(0);
    transform: translate(50%, -50%) scale(0)
}

.form-filter .form_group_element-radio input:checked+label {
    color: #00b9d2;
    font-weight: 700
}

.form-filter .form_group_element-radio input:checked+label::after {
    -webkit-transform: translate(50%, -50%) scale(1);
    transform: translate(50%, -50%) scale(1)
}

.form-filter .form_group_element-radio_select {
    width: 100%;
    padding: 0 .9375rem 1.5rem;
    position: relative
}

.form-filter .form_group_element-radio_select::after {
    content: "";
    position: absolute;
    height: .0625rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e8e8e8
}

@media (min-width:61.25em) {
    .form-filter .form_group_element-radio_select {
        display: none
    }
}

.form-basic {
    padding: 1.5rem 0 3rem
}

@media (min-width:46.25em) {
    .form-basic .form_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:46.24em) {
    .form-basic .form_group {
        max-width: 29.375rem;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:46.25em) {
    .form-basic .form_group_label {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        text-align: right;
        padding-right: 1.875rem;
        padding-top: .6875rem
    }
}

@media (max-width:46.24em) {
    .form-basic .form_group_label {
        display: block;
        font-size: .875rem;
        padding-bottom: .75rem
    }
}

.form-basic .form_group_element {
    position: relative
}

@media (min-width:35em) {
    .form-basic .form_group_element {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%
    }
}

.form-basic .form_group_element .focus {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 29.375rem;
    height: .0625rem;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%)
}

.form-basic .form_group_element.focus .focus {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.form-basic .form_group_element-checkbox {
    padding-top: .75rem
}

@media (min-width:46.25em) {
    .form-basic .form_group_element-checkbox {
        margin-left: 30%
    }
}

.form-basic .form_group_element-checkbox label {
    max-width: 29.375rem;
    width: 100%
}

.form-basic .form_group_element-select #ceva_feliway_newsletter_petBirthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 29.375rem
}

.form-basic .form_group_element-select #ceva_feliway_newsletter_petBirthday span {
    width: auto!important
}

.form-basic .form_group_element-select #ceva_feliway_newsletter_petBirthday #ceva_feliway_newsletter_petBirthday_day+span {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

.form-basic .form_group_element-select #ceva_feliway_newsletter_petBirthday #ceva_feliway_newsletter_petBirthday_month+span {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%
}

.form-basic .form_group_element-select #ceva_feliway_newsletter_petBirthday #ceva_feliway_newsletter_petBirthday_year+span {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

@media (min-width:46.25em) {
    .form-basic .form_group_element-file {
        margin-left: 30%
    }
}

.form-basic .form_group_element-file .form_group_label {
    position: absolute;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: .001
}

.form-basic .form_group_element-file .file_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-basic .form_group_element-file .file_button input {
    z-index: 0
}

.form-basic .form_group_element-file .file_button .btn,
.form-basic .form_group_element-file .file_button .button-as-link,
.form-basic .form_group_element-file .file_button .media-old input.button,
.media-old .form-basic .form_group_element-file .file_button input.button {
    cursor: pointer
}

.form-basic .form_group_element-file .inner {
    background: #ede9f5;
    border: 2px dashed #cdc7d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5em 1.875em;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    max-width: 470px
}

.form-basic .form_group_element-file .inner p {
    margin-bottom: 0
}

.form-basic .form_group_element-file input {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: .0001;
    cursor: pointer;
    z-index: 3
}

.form-basic .form_group_element-file .file_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-basic .form_group_element-file .file_image {
    margin-right: 1.875rem
}

.form-basic .form_group_element-file .file_image svg {
    width: 5rem;
    height: 5.625rem;
    margin: 0 auto
}

.form-basic .form_group_element-file .file_text {
    font-size: .875rem;
    text-align: center;
    color: #004789;
    max-width: 14.375rem
}

.form-basic .form_group_element-file .file_text strong,
.form-basic .form_group_element-file .file_text span {
    display: block
}

.form-basic .form_group_element-file .file_text strong {
    text-transform: uppercase;
    margin-bottom: .75rem
}

.form-basic .form_group_element-file .file_requirements {
    font-size: .875em;
    margin-bottom: 0;
    color: #d0d0d0;
    text-align: center
}

.form-basic .form_group_element-file .file_requirements label {
    text-decoration: underline;
    position: relative;
    z-index: 4
}

.form-basic .form_group_element-file .file_requirements label:hover,
.form-basic .form_group_element-file .file_requirements label:focus {
    text-decoration: none
}

.form-basic .form_group_element-file .file_requirements label:hover,
.form-basic .form_group_element-file .file_requirements label:focus {
    color: #004789
}

.form-basic .form_group_element-file .delete_image,
.form-basic .form_group_element-file .file_informations {
    font-size: .875em;
    margin-bottom: 0;
    position: absolute;
    top: -.21429em;
    right: -.21429em;
    font-weight: 700;
    background: #d0d0d0;
    border-radius: 0 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.form-basic .form_group_element-file .file_informations {
    text-transform: uppercase;
    padding: .35714em .71429em
}

.form-basic .form_group_element-file .delete_image {
    color: #4a4a4a;
    padding: .35714em 1.07143em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-basic .form_group_element-file .delete_image svg {
    width: 1.14286em;
    height: 1.14286em;
    margin-right: .35714em
}

.form-basic .form_group_element-file .delete_image:hover,
.form-basic .form_group_element-file .delete_image:focus {
    background: #004789;
    color: #fff;
    text-decoration: none
}

.form-basic .form_group_element-file .file_progress {
    position: absolute;
    top: 50%;
    left: 1.875em;
    right: 1.875em;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    height: 1.25em;
    background: #d0d0d0;
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.form-basic .form_group_element-file .file_progress .progress {
    border-radius: 20px;
    height: 1.25em;
    width: 0;
    background: #004789;
    -webkit-transition: all .3s;
    transition: all .3s
}

.form-basic .form_group_element-file .file_progress .progress_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: .75em
}

.form-basic .form_group_element-file .file_progress .progress_text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-basic .form_group_element-file .file_uploaded {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.form-basic .form_group_element-file .file_uploaded img {
    max-height: 60vh
}

.form-basic .form_group_element-file:not(.on-complete) .file_uploaded {
    position: absolute;
    pointer-events: none
}

.form-basic .form_group_element-file:not(.on-complete) .inner:hover .file_informations,
.form-basic .form_group_element-file:not(.on-complete) .inner:focus .file_informations,
.form-basic .form_group_element-file:not(.on-complete).highlight .file_informations {
    background: #004789;
    color: #fff
}

.form-basic .form_group_element-file:not(.on-complete) .inner:hover,
.form-basic .form_group_element-file:not(.on-complete) .inner:focus {
    border-color: #004789
}

.form-basic .form_group_element-file:not(.on-complete).highlight .inner {
    border-color: #004789
}

.form-basic .form_group_element-file.on-progress .file_input {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none
}

.form-basic .form_group_element-file.on-progress .file_progress {
    opacity: 1;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1)
}

.form-basic .form_group_element-file.on-complete .inner {
    padding: 1.5em 1.875em
}

.form-basic .form_group_element-file.on-complete .file_input {
    opacity: 0;
    position: absolute
}

.form-basic .form_group_element-file.on-complete .file_progress {
    opacity: 0;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0)
}

.form-basic .form_group_element-file.on-complete .file_uploaded {
    opacity: 1
}

.form-basic .form_group_element-file .form_group_element_error {
    background: #e41d4b;
    color: #fff;
    font-size: .875em;
    font-weight: 700;
    border-radius: 0 0 4px 4px;
    padding: .85714em 2.14286em;
    position: relative;
    margin-top: -.21429em
}

.form-basic .form_group_element-file .form_group_element_error.hide {
    display: none
}

.form-basic .form_group_element .stars {
    height: 3.125rem
}

.form-basic .form_group .parsley-errors-list {
    width: 100%;
    max-width: 29.375rem
}

@media (min-width:35em) {
    .form-basic .form_group .parsley-errors-list {
        margin-left: 30%
    }
}

@media (max-width:34.99em) {
    .form-basic .form_group .parsley-errors-list {
        margin-left: auto;
        margin-right: auto
    }
}

.form-basic .form_group-message {
    width: 100%;
    max-width: 29.375rem
}

.form-basic .form_group-message.hide {
    display: none
}

@media (min-width:35em) {
    .form-basic .form_group-message {
        margin-left: 30%
    }
}

.form-basic .form_group-separator {
    position: relative;
    height: .0625rem;
    margin: 2.25rem 0
}

@media (max-width:46.24em) {
    .form-basic .form_group-separator {
        margin-left: auto;
        margin-right: auto
    }
}

.form-basic .form_group-separator::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: .0625rem;
    background: #ece9f4
}

@media (min-width:46.25em) {
    .form-basic .form_group-separator::after {
        max-width: 29.375rem;
        left: 30%
    }
}

@media (max-width:46.24em) {
    .form-basic .form_group-separator::after {
        left: 0
    }
}

.form-basic .form_group-birthdate>.form_group_element>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 29.375rem
}

.form-basic .form_group-birthdate>.form_group_element>div .select2 {
    margin-right: .625rem
}

.form-basic .form_group-birthdate>.form_group_element>div .select2:last-of-type {
    margin-right: 0
}

.form-basic .form_group.form_group-checkbox {
    margin-bottom: .5rem
}

@media (max-width:46.24em) {
    .form-basic .form_group-mobile-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 3.125rem
    }
    .form-basic .form_group-mobile-line .form_group_label {
        padding-bottom: 0;
        margin-right: .9375rem
    }
}

@media (min-width:46.25em) {
    .form-basic .form_group .select.product>span {
        width: 29.375rem
    }
}

.form-basic .form_submit {
    width: 100%;
    max-width: 29.375rem;
    padding-top: 1.5rem
}

@media (min-width:35em) {
    .form-basic .form_submit {
        margin-left: 30%
    }
}

@media (max-width:34.99em) {
    .form-basic .form_submit {
        margin-left: auto;
        margin-right: auto
    }
}

.form-basic .form_submit .btn,
.form-basic .form_submit .button-as-link,
.form-basic .form_submit .media-old input.button,
.media-old .form-basic .form_submit input.button {
    margin-left: auto;
    min-width: 10.625rem
}

@media (max-width:34.99em) {
    .form-basic .form_submit .btn,
    .form-basic .form_submit .button-as-link,
    .form-basic .form_submit .media-old input.button,
    .media-old .form-basic .form_submit input.button {
        margin-right: auto
    }
}

.parsley-errors-list:not(.filled) {
    display: none
}

.parsley-errors-list.filled {
    margin-top: .375rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: #e41d4b
}

.parsley-errors-list li {
    padding-left: 0
}

.parsley-errors-list li::before {
    content: none
}

.object-left,
.object-center,
.object-right {
    margin-bottom: 1.5em
}

.object-center {
    clear: both
}

.object-center>* {
    margin: 0 auto
}

@media (min-width:46.25em) {
    .object-left .article_video,
    .object-right .article_video {
        padding-bottom: 0;
        max-width: 100%
    }
    .object-right {
        margin-left: 1.875rem;
        float: right
    }
    .object-left {
        margin-right: 1.875rem;
        float: left
    }
}

@media (max-width:46.24em) {
    .object-left>*,
    .object-right>* {
        margin: 0 auto
    }
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stars div {
    padding-left: .3125rem
}

.stars div:first-child {
    padding-left: 0
}

.stars svg {
    width: 1.125rem;
    height: 1.125rem;
    pointer-events: none
}

.star {
    color: #f5a623;
    margin-left: .3125rem
}

.star:first-child {
    margin-left: 0
}

.star.grey {
    color: #9b9b9b
}

.b-primary {
    background-color: #004789
}

.b-secondary {
    background-color: #00b9d2
}

.b-light-grey {
    background-color: #9b9b9b
}

.b-grey {
    background-color: #f8f8f8
}

.b-light-purple {
    background-color: #ebe8f3
}

.c-primary {
    color: #004789
}

.c-secondary {
    color: #00b9d2
}

.c-light-grey {
    color: #9b9b9b
}

.c-dark-grey {
    color: #646464
}

.display-block {
    display: block
}

.display-inline {
    display: inline
}

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

.text-small {
    font-size: .875em
}

.text-big {
    font-size: 1.125em
}

.text-extra-big {
    font-size: 1.75em
}

.text-uppercase {
    text-transform: uppercase
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

p.text-small {
    margin-bottom: 1.71429em
}

p.text-big {
    margin-bottom: 1.33333em
}

p.text-extra-big {
    margin-bottom: .85714em
}

h1,
.h1 {
    font-weight: 700;
    position: relative;
    color: #004789;
    line-height: 1.2
}

@media (min-width:46.25em) {
    h1,
    .h1 {
        font-size: 3.125em;
        margin-bottom: .48em
    }
    [lang="de_DE"] h1,
    [lang="el_GR"] h1,
    [lang="de_DE"] .h1,
    [lang="el_GR"] .h1 {
        font-size: 2.5rem
    }
}

@media (max-width:46.24em) {
    h1,
    .h1 {
        font-size: 2em;
        text-align: center;
        margin-bottom: .75em
    }
}

h1 sup,
.h1 sup {
    font-size: 1.25rem
}

h2,
.h2 {
    font-weight: 700;
    position: relative;
    color: #004789;
    text-transform: uppercase
}

@media (min-width:46.25em) {
    h2,
    .h2 {
        font-size: 2em;
        margin-bottom: .75em
    }
}

@media (max-width:46.24em) {
    h2,
    .h2 {
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 1em
    }
}

h3,
.h3 {
    font-size: 1.5em;
    font-weight: 700;
    position: relative;
    color: #000;
    margin-bottom: 1em
}

.title-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title-icon svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width:46.25em) {
    .title-icon svg {
        width: 2.125rem;
        height: 2.125rem
    }
}

@media (max-width:46.24em) {
    .title-icon svg {
        width: 1.375rem;
        height: 1.375rem
    }
}

.title-icon span {
    border-left: 1px solid #e8e8e8;
    text-align: left
}

@media (min-width:46.25em) {
    .title-icon span {
        margin-left: 1.40625rem;
        padding-left: 1.40625rem
    }
}

@media (max-width:46.24em) {
    .title-icon span {
        margin-left: .46875rem;
        padding-left: .46875rem
    }
}

.title-icon.h2 {
    color: #004789;
    text-transform: uppercase
}

.block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5em
}

.block-title .h1,
.block-title .h2,
.block-title .h3,
.block-title p {
    margin-bottom: 0
}

a {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #00b9d2
}

a:hover,
a:focus {
    text-decoration: underline
}

a:focus {
    outline: none
}

.link {}

.link-roll {
    text-decoration: none
}

.link-roll:hover,
.link-roll:focus {
    text-decoration: underline
}

.link-unroll {
    text-decoration: underline
}

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

.link-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: .625rem
}

.link-hamburger_inner {
    width: 1.25rem;
    height: .875rem;
    position: relative
}

.link-hamburger_text {
    -webkit-transition: all .3s .3s;
    transition: all .3s .3s
}

@media (min-width:35em) {
    .link-hamburger_text {
        padding-right: .9375rem
    }
}

@media (max-width:34.99em) {
    .link-hamburger_text {
        pointer-events: none;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 0;
        opacity: 0
    }
}

.link-hamburger_close {
    padding-right: .9375rem;
    -webkit-transition: all .3s .3s;
    transition: all .3s .3s;
    position: absolute;
    top: 50%;
    right: 2.1875rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-weight: 700;
    text-transform: uppercase
}

.link-hamburger .line {
    position: absolute;
    left: 0;
    right: 0;
    height: .125rem;
    background: #00b9d2;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.link-hamburger .line-top {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear, background .2s .25s;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear, background .2s .25s
}

.link-hamburger .line-middle {
    top: calc(50% - .0625rem);
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, background .2s .25s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, background .2s .25s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), background .2s .25s;
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), background .2s .25s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.link-hamburger .line-bottom {
    top: calc(100% - .125rem);
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, background .2s .25s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, background .2s .25s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), background .2s .25s;
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), background .2s .25s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.link-hamburger.active .line-top {
    top: calc(50% - .0625rem);
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s, background .2s 0s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s, background .2s 0s;
    opacity: 0
}

.link-hamburger.active .line-middle {
    top: calc(50% - .0625rem);
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, background .2s 0s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, background .2s 0s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, background .2s 0s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, background .2s 0s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.link-hamburger.active .line-bottom {
    top: calc(50% - .0625rem);
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, background .2s 0s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, background .2s 0s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, background .2s 0s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, background .2s 0s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.link-hamburger.active .link-hamburger_text {
    opacity: 0;
    -webkit-transform: scale(.8) translate(0, -50%);
    transform: scale(.8) translate(0, -50%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.link-hamburger.active .link-hamburger_close {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.link-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.link-icon span+svg,
.link-icon svg+span {
    margin-left: .3125rem
}

.link-icon svg {
    width: 1.625rem;
    height: 1.625rem
}

.btn,
.button-as-link,
.media-old input.button,
button,
.button,
.toolbar-cookie-link {
    font-size: .9375em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2.66667em;
    font-weight: 700;
    border-radius: 20px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 2em;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    white-space: normal
}

.btn>*,
.button-as-link>*,
.media-old input.button>*,
button>*,
.button>*,
.toolbar-cookie-link>* {
    pointer-events: none
}

.btn svg,
.button-as-link svg,
.media-old input.button svg,
button svg,
.button svg,
.toolbar-cookie-link svg {
    width: 1.33333em;
    height: 1.33333em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.btn span+svg,
.button-as-link span+svg,
.media-old input.button span+svg,
.btn svg+span,
.button-as-link svg+span,
.media-old input.button svg+span,
button span+svg,
button svg+span,
.button span+svg,
.button svg+span,
.toolbar-cookie-link span+svg,
.toolbar-cookie-link svg+span {
    margin-left: 1em
}

.btn span,
.button-as-link span,
.media-old input.button span,
button span,
.button span,
.toolbar-cookie-link span {
    text-align: center;
    line-height: 1.2
}

.msie .btn,
.msie .button-as-link,
.msie .media-old input.button,
.media-old .msie input.button,
.msie button,
.msie .button,
.msie .toolbar-cookie-link {
    height: 2.66667em
}

.btn-primary,
.button-primary {
    background: #004789;
    color: #fff
}

.btn-secondary,
.button-secondary {
    background: #00b9d2;
    color: #fff
}

.btn-gradiant,
.button-as-link,
.media-old input.button,
.button-gradiant {
    background-image: linear-gradient(45deg, #004789 0%, #00b9d2 100%);
    background-size: 100% 100%;
    background-position: 50% 50%;
    color: #fff;
    text-transform: uppercase
}

.btn-gradiant:hover,
.button-as-link:hover,
.media-old input.button:hover,
.btn-gradiant:focus,
.button-as-link:focus,
.media-old input.button:focus,
.button-gradiant:hover,
.button-gradiant:focus {
    text-decoration: none;
    background-size: 300% 100%;
    background-position: 100% 50%;
    color: #fff
}

.btn-gradiant-light,
.button-gradiant-light {
    background-image: -webkit-gradient(linear, left top, right top, from(#00b9d2), to(#00b9d2));
    background-image: linear-gradient(90deg, #00b9d2 0%, #00b9d2 100%);
    background-size: 100% 100%;
    background-position: 50% 50%;
    color: #fff
}

.btn-gradiant-light:hover,
.btn-gradiant-light:focus,
.button-gradiant-light:hover,
.button-gradiant-light:focus {
    text-decoration: none;
    background-size: 300% 100%;
    background-position: 100% 50%
}

.btn-line,
.button-line {
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    text-transform: uppercase
}

.btn-line:hover,
.btn-line:focus,
.button-line:hover,
.button-line:focus {
    background: #fff;
    color: #00b9d2;
    text-decoration: none
}

.btn-tall,
.button-tall {
    min-height: 3.125rem;
    text-transform: uppercase;
    border-radius: 27px
}

.btn-tall.msie .btn-tall,
.button-tall.msie .btn-tall,
.btn-tall.msie .button-tall,
.button-tall.msie .button-tall {
    height: 3.125rem
}

.btn-shadow,
.button-shadow {
    -webkit-box-shadow: 0 18px 20px -20px black;
    box-shadow: 0 18px 20px -20px black
}

.btn-shadow:hover,
.btn-shadow:focus,
.button-shadow:hover,
.button-shadow:focus {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 18px 40px -20px black;
    box-shadow: 0 18px 40px -20px black
}

.btn-search,
.button-search {
    color: #004789;
    background: transparent;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.btn-search svg,
.button-search svg {
    width: 1.625rem;
    height: 1.625rem
}

.btn-search:hover,
.btn-search:focus,
.button-search:hover,
.button-search:focus {
    color: #fff;
    background: #004789
}

.btn-white,
.button-white {
    background: #fff;
    color: #004789
}

.btn-white:hover,
.btn-white:focus,
.button-white:hover,
.button-white:focus {
    background: #004789;
    color: #fff
}

.btn-square,
.button-square {
    border-radius: 0
}

.button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:46.25em) {
    .button-container-mobile {
        display: none
    }
}

.button-as-link {
    height: 6.66667em;
    white-space: unset;
    width: 100%
}

.toolbar-cookie-link {
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%);
    background-size: 100% 100%;
    background-position: 50% 50%;
    color: #fff
}

.toolbar-cookie-link:hover,
.toolbar-cookie-link:focus {
    text-decoration: none;
    background-size: 300% 100%;
    background-position: 100% 50%;
    color: #fff
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.position-static {
    position: static
}

.no-margin,
p.no-margin {
    margin-bottom: 0
}

.margin-half,
p.margin-half {
    margin-bottom: .75em
}

ul,
ol,
dl {
    list-style: none;
    margin-bottom: 1.5em;
    padding: 0
}

ul li,
ol li,
dl li {
    position: relative
}

ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
    padding-top: .75em;
    margin-bottom: 0
}

li {
    position: relative;
    padding-bottom: .75em;
    padding-left: 1.875rem
}

li:last-child {
    padding-bottom: 0
}

ul li::before {
    content: "";
    position: absolute;
    top: .8125em;
    left: .9375em;
    width: .3125rem;
    height: .3125rem;
    background: #00b9d2;
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 30
}

ul ul li::before {
    background: #d0d0d0
}

ul.no-style li,
ul.navigation-pagination li {
    padding-left: 0
}

ul.no-style li::before,
ul.navigation-pagination li::before {
    content: none
}

ol {
    counter-reset: section
}

ol li::before {
    counter-increment: section;
    content: counters(section, ".") ".";
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1.875rem;
    margin-left: -1.875rem;
    color: #00b9d2;
    font-weight: 700;
    z-index: 30
}

.advice-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.advice-item-rank {
    width: 1.875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #00b9d2;
    margin-right: .3125rem;
    font-weight: 700
}

.container,
#toolbar-cookie .content-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 76.875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding .3s;
    transition: padding .3s
}

@media (min-width:35em) {
    .container,
    #toolbar-cookie .content-wrapper {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

@media (max-width:34.99em) {
    .container,
    #toolbar-cookie .content-wrapper {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media (min-width:35em) {
    .container-padding {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (max-width:34.99em) {
    .container-padding {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width:23.75em) {
    .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

@media (max-width:23.74em) {
    .row {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

@media (min-width:23.75em) {
    .row .col {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (max-width:23.74em) {
    .row .col {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media (min-width:23.75em) {
    .row-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:23.75em) and (min-width:23.75em) {
    .row-sm {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

@media (min-width:23.75em) and (max-width:23.74em) {
    .row-sm {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

@media (min-width:23.75em) and (min-width:23.75em) {
    .row-sm .col {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width:23.75em) and (max-width:23.74em) {
    .row-sm .col {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media (min-width:35em) {
    .row-ld {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:35em) and (min-width:23.75em) {
    .row-ld {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

@media (min-width:35em) and (max-width:23.74em) {
    .row-ld {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

@media (min-width:35em) and (min-width:23.75em) {
    .row-ld .col {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width:35em) and (max-width:23.74em) {
    .row-ld .col {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media (min-width:46.25em) {
    .row-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:46.25em) and (min-width:23.75em) {
    .row-md {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

@media (min-width:46.25em) and (max-width:23.74em) {
    .row-md {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

@media (min-width:46.25em) and (min-width:23.75em) {
    .row-md .col {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width:46.25em) and (max-width:23.74em) {
    .row-md .col {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media (min-width:61.25em) {
    .row-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:61.25em) and (min-width:23.75em) {
    .row-lg {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

@media (min-width:61.25em) and (max-width:23.74em) {
    .row-lg {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

@media (min-width:61.25em) and (min-width:23.75em) {
    .row-lg .col {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width:61.25em) and (max-width:23.74em) {
    .row-lg .col {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media (min-width:81.25em) {
    .row-xlg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:81.25em) and (min-width:23.75em) {
    .row-xlg {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

@media (min-width:81.25em) and (max-width:23.74em) {
    .row-xlg {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

@media (min-width:81.25em) and (min-width:23.75em) {
    .row-xlg .col {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width:81.25em) and (max-width:23.74em) {
    .row-xlg .col {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media (min-width:102.5em) {
    .row-wide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:102.5em) and (min-width:23.75em) {
    .row-wide {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

@media (min-width:102.5em) and (max-width:23.74em) {
    .row-wide {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

@media (min-width:102.5em) and (min-width:23.75em) {
    .row-wide .col {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width:102.5em) and (max-width:23.74em) {
    .row-wide .col {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

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

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

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

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

[class*="col-"] {
    position: relative;
    min-height: 1px
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

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

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

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

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

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

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

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

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

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

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

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

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

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

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

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

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

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:23.75em) {
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:35em) {
    .col-ld-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-ld-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-ld-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-ld-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-ld-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-ld-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-ld-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-ld-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-ld-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-ld-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-ld-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-ld-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-ld-pull-0 {
        right: auto
    }
    .col-ld-pull-1 {
        right: 8.33333%
    }
    .col-ld-pull-2 {
        right: 16.66667%
    }
    .col-ld-pull-3 {
        right: 25%
    }
    .col-ld-pull-4 {
        right: 33.33333%
    }
    .col-ld-pull-5 {
        right: 41.66667%
    }
    .col-ld-pull-6 {
        right: 50%
    }
    .col-ld-pull-7 {
        right: 58.33333%
    }
    .col-ld-pull-8 {
        right: 66.66667%
    }
    .col-ld-pull-9 {
        right: 75%
    }
    .col-ld-pull-10 {
        right: 83.33333%
    }
    .col-ld-pull-11 {
        right: 91.66667%
    }
    .col-ld-pull-12 {
        right: 100%
    }
    .col-ld-push-0 {
        left: auto
    }
    .col-ld-push-1 {
        left: 8.33333%
    }
    .col-ld-push-2 {
        left: 16.66667%
    }
    .col-ld-push-3 {
        left: 25%
    }
    .col-ld-push-4 {
        left: 33.33333%
    }
    .col-ld-push-5 {
        left: 41.66667%
    }
    .col-ld-push-6 {
        left: 50%
    }
    .col-ld-push-7 {
        left: 58.33333%
    }
    .col-ld-push-8 {
        left: 66.66667%
    }
    .col-ld-push-9 {
        left: 75%
    }
    .col-ld-push-10 {
        left: 83.33333%
    }
    .col-ld-push-11 {
        left: 91.66667%
    }
    .col-ld-push-12 {
        left: 100%
    }
    .col-ld-offset-0 {
        margin-left: 0%
    }
    .col-ld-offset-1 {
        margin-left: 8.33333%
    }
    .col-ld-offset-2 {
        margin-left: 16.66667%
    }
    .col-ld-offset-3 {
        margin-left: 25%
    }
    .col-ld-offset-4 {
        margin-left: 33.33333%
    }
    .col-ld-offset-5 {
        margin-left: 41.66667%
    }
    .col-ld-offset-6 {
        margin-left: 50%
    }
    .col-ld-offset-7 {
        margin-left: 58.33333%
    }
    .col-ld-offset-8 {
        margin-left: 66.66667%
    }
    .col-ld-offset-9 {
        margin-left: 75%
    }
    .col-ld-offset-10 {
        margin-left: 83.33333%
    }
    .col-ld-offset-11 {
        margin-left: 91.66667%
    }
    .col-ld-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:46.25em) {
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:61.25em) {
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:81.25em) {
    .col-xlg-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-xlg-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-xlg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-xlg-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-xlg-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-xlg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-xlg-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-xlg-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-xlg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-xlg-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-xlg-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-xlg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-xlg-pull-0 {
        right: auto
    }
    .col-xlg-pull-1 {
        right: 8.33333%
    }
    .col-xlg-pull-2 {
        right: 16.66667%
    }
    .col-xlg-pull-3 {
        right: 25%
    }
    .col-xlg-pull-4 {
        right: 33.33333%
    }
    .col-xlg-pull-5 {
        right: 41.66667%
    }
    .col-xlg-pull-6 {
        right: 50%
    }
    .col-xlg-pull-7 {
        right: 58.33333%
    }
    .col-xlg-pull-8 {
        right: 66.66667%
    }
    .col-xlg-pull-9 {
        right: 75%
    }
    .col-xlg-pull-10 {
        right: 83.33333%
    }
    .col-xlg-pull-11 {
        right: 91.66667%
    }
    .col-xlg-pull-12 {
        right: 100%
    }
    .col-xlg-push-0 {
        left: auto
    }
    .col-xlg-push-1 {
        left: 8.33333%
    }
    .col-xlg-push-2 {
        left: 16.66667%
    }
    .col-xlg-push-3 {
        left: 25%
    }
    .col-xlg-push-4 {
        left: 33.33333%
    }
    .col-xlg-push-5 {
        left: 41.66667%
    }
    .col-xlg-push-6 {
        left: 50%
    }
    .col-xlg-push-7 {
        left: 58.33333%
    }
    .col-xlg-push-8 {
        left: 66.66667%
    }
    .col-xlg-push-9 {
        left: 75%
    }
    .col-xlg-push-10 {
        left: 83.33333%
    }
    .col-xlg-push-11 {
        left: 91.66667%
    }
    .col-xlg-push-12 {
        left: 100%
    }
    .col-xlg-offset-0 {
        margin-left: 0%
    }
    .col-xlg-offset-1 {
        margin-left: 8.33333%
    }
    .col-xlg-offset-2 {
        margin-left: 16.66667%
    }
    .col-xlg-offset-3 {
        margin-left: 25%
    }
    .col-xlg-offset-4 {
        margin-left: 33.33333%
    }
    .col-xlg-offset-5 {
        margin-left: 41.66667%
    }
    .col-xlg-offset-6 {
        margin-left: 50%
    }
    .col-xlg-offset-7 {
        margin-left: 58.33333%
    }
    .col-xlg-offset-8 {
        margin-left: 66.66667%
    }
    .col-xlg-offset-9 {
        margin-left: 75%
    }
    .col-xlg-offset-10 {
        margin-left: 83.33333%
    }
    .col-xlg-offset-11 {
        margin-left: 91.66667%
    }
    .col-xlg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:102.5em) {
    .col-wide-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-wide-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-wide-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-wide-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-wide-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-wide-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-wide-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-wide-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-wide-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-wide-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-wide-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-wide-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .col-wide-pull-0 {
        right: auto
    }
    .col-wide-pull-1 {
        right: 8.33333%
    }
    .col-wide-pull-2 {
        right: 16.66667%
    }
    .col-wide-pull-3 {
        right: 25%
    }
    .col-wide-pull-4 {
        right: 33.33333%
    }
    .col-wide-pull-5 {
        right: 41.66667%
    }
    .col-wide-pull-6 {
        right: 50%
    }
    .col-wide-pull-7 {
        right: 58.33333%
    }
    .col-wide-pull-8 {
        right: 66.66667%
    }
    .col-wide-pull-9 {
        right: 75%
    }
    .col-wide-pull-10 {
        right: 83.33333%
    }
    .col-wide-pull-11 {
        right: 91.66667%
    }
    .col-wide-pull-12 {
        right: 100%
    }
    .col-wide-push-0 {
        left: auto
    }
    .col-wide-push-1 {
        left: 8.33333%
    }
    .col-wide-push-2 {
        left: 16.66667%
    }
    .col-wide-push-3 {
        left: 25%
    }
    .col-wide-push-4 {
        left: 33.33333%
    }
    .col-wide-push-5 {
        left: 41.66667%
    }
    .col-wide-push-6 {
        left: 50%
    }
    .col-wide-push-7 {
        left: 58.33333%
    }
    .col-wide-push-8 {
        left: 66.66667%
    }
    .col-wide-push-9 {
        left: 75%
    }
    .col-wide-push-10 {
        left: 83.33333%
    }
    .col-wide-push-11 {
        left: 91.66667%
    }
    .col-wide-push-12 {
        left: 100%
    }
    .col-wide-offset-0 {
        margin-left: 0%
    }
    .col-wide-offset-1 {
        margin-left: 8.33333%
    }
    .col-wide-offset-2 {
        margin-left: 16.66667%
    }
    .col-wide-offset-3 {
        margin-left: 25%
    }
    .col-wide-offset-4 {
        margin-left: 33.33333%
    }
    .col-wide-offset-5 {
        margin-left: 41.66667%
    }
    .col-wide-offset-6 {
        margin-left: 50%
    }
    .col-wide-offset-7 {
        margin-left: 58.33333%
    }
    .col-wide-offset-8 {
        margin-left: 66.66667%
    }
    .col-wide-offset-9 {
        margin-left: 75%
    }
    .col-wide-offset-10 {
        margin-left: 83.33333%
    }
    .col-wide-offset-11 {
        margin-left: 91.66667%
    }
    .col-wide-offset-12 {
        margin-left: 100%
    }
}

.row-hard .col-xs-0,
.msie .col-xs-0 {
    max-width: 0%
}

.row-hard .col-xs-1,
.msie .col-xs-1 {
    max-width: 8.33333%
}

.row-hard .col-xs-2,
.msie .col-xs-2 {
    max-width: 16.66667%
}

.row-hard .col-xs-3,
.msie .col-xs-3 {
    max-width: 25%
}

.row-hard .col-xs-4,
.msie .col-xs-4 {
    max-width: 33.33333%
}

.row-hard .col-xs-5,
.msie .col-xs-5 {
    max-width: 41.66667%
}

.row-hard .col-xs-6,
.msie .col-xs-6 {
    max-width: 50%
}

.row-hard .col-xs-7,
.msie .col-xs-7 {
    max-width: 58.33333%
}

.row-hard .col-xs-8,
.msie .col-xs-8 {
    max-width: 66.66667%
}

.row-hard .col-xs-9,
.msie .col-xs-9 {
    max-width: 75%
}

.row-hard .col-xs-10,
.msie .col-xs-10 {
    max-width: 83.33333%
}

.row-hard .col-xs-11,
.msie .col-xs-11 {
    max-width: 91.66667%
}

.row-hard .col-xs-12,
.msie .col-xs-12 {
    max-width: 100%
}

@media (min-width:23.75em) {
    .row-hard .col-sm-0,
    .msie .col-sm-0 {
        max-width: 0%
    }
    .row-hard .col-sm-1,
    .msie .col-sm-1 {
        max-width: 8.33333%
    }
    .row-hard .col-sm-2,
    .msie .col-sm-2 {
        max-width: 16.66667%
    }
    .row-hard .col-sm-3,
    .msie .col-sm-3 {
        max-width: 25%
    }
    .row-hard .col-sm-4,
    .msie .col-sm-4 {
        max-width: 33.33333%
    }
    .row-hard .col-sm-5,
    .msie .col-sm-5 {
        max-width: 41.66667%
    }
    .row-hard .col-sm-6,
    .msie .col-sm-6 {
        max-width: 50%
    }
    .row-hard .col-sm-7,
    .msie .col-sm-7 {
        max-width: 58.33333%
    }
    .row-hard .col-sm-8,
    .msie .col-sm-8 {
        max-width: 66.66667%
    }
    .row-hard .col-sm-9,
    .msie .col-sm-9 {
        max-width: 75%
    }
    .row-hard .col-sm-10,
    .msie .col-sm-10 {
        max-width: 83.33333%
    }
    .row-hard .col-sm-11,
    .msie .col-sm-11 {
        max-width: 91.66667%
    }
    .row-hard .col-sm-12,
    .msie .col-sm-12 {
        max-width: 100%
    }
}

@media (min-width:35em) {
    .row-hard .col-ld-0,
    .msie .col-ld-0 {
        max-width: 0%
    }
    .row-hard .col-ld-1,
    .msie .col-ld-1 {
        max-width: 8.33333%
    }
    .row-hard .col-ld-2,
    .msie .col-ld-2 {
        max-width: 16.66667%
    }
    .row-hard .col-ld-3,
    .msie .col-ld-3 {
        max-width: 25%
    }
    .row-hard .col-ld-4,
    .msie .col-ld-4 {
        max-width: 33.33333%
    }
    .row-hard .col-ld-5,
    .msie .col-ld-5 {
        max-width: 41.66667%
    }
    .row-hard .col-ld-6,
    .msie .col-ld-6 {
        max-width: 50%
    }
    .row-hard .col-ld-7,
    .msie .col-ld-7 {
        max-width: 58.33333%
    }
    .row-hard .col-ld-8,
    .msie .col-ld-8 {
        max-width: 66.66667%
    }
    .row-hard .col-ld-9,
    .msie .col-ld-9 {
        max-width: 75%
    }
    .row-hard .col-ld-10,
    .msie .col-ld-10 {
        max-width: 83.33333%
    }
    .row-hard .col-ld-11,
    .msie .col-ld-11 {
        max-width: 91.66667%
    }
    .row-hard .col-ld-12,
    .msie .col-ld-12 {
        max-width: 100%
    }
}

@media (min-width:46.25em) {
    .row-hard .col-md-0,
    .msie .col-md-0 {
        max-width: 0%
    }
    .row-hard .col-md-1,
    .msie .col-md-1 {
        max-width: 8.33333%
    }
    .row-hard .col-md-2,
    .msie .col-md-2 {
        max-width: 16.66667%
    }
    .row-hard .col-md-3,
    .msie .col-md-3 {
        max-width: 25%
    }
    .row-hard .col-md-4,
    .msie .col-md-4 {
        max-width: 33.33333%
    }
    .row-hard .col-md-5,
    .msie .col-md-5 {
        max-width: 41.66667%
    }
    .row-hard .col-md-6,
    .msie .col-md-6 {
        max-width: 50%
    }
    .row-hard .col-md-7,
    .msie .col-md-7 {
        max-width: 58.33333%
    }
    .row-hard .col-md-8,
    .msie .col-md-8 {
        max-width: 66.66667%
    }
    .row-hard .col-md-9,
    .msie .col-md-9 {
        max-width: 75%
    }
    .row-hard .col-md-10,
    .msie .col-md-10 {
        max-width: 83.33333%
    }
    .row-hard .col-md-11,
    .msie .col-md-11 {
        max-width: 91.66667%
    }
    .row-hard .col-md-12,
    .msie .col-md-12 {
        max-width: 100%
    }
}

@media (min-width:61.25em) {
    .row-hard .col-lg-0,
    .msie .col-lg-0 {
        max-width: 0%
    }
    .row-hard .col-lg-1,
    .msie .col-lg-1 {
        max-width: 8.33333%
    }
    .row-hard .col-lg-2,
    .msie .col-lg-2 {
        max-width: 16.66667%
    }
    .row-hard .col-lg-3,
    .msie .col-lg-3 {
        max-width: 25%
    }
    .row-hard .col-lg-4,
    .msie .col-lg-4 {
        max-width: 33.33333%
    }
    .row-hard .col-lg-5,
    .msie .col-lg-5 {
        max-width: 41.66667%
    }
    .row-hard .col-lg-6,
    .msie .col-lg-6 {
        max-width: 50%
    }
    .row-hard .col-lg-7,
    .msie .col-lg-7 {
        max-width: 58.33333%
    }
    .row-hard .col-lg-8,
    .msie .col-lg-8 {
        max-width: 66.66667%
    }
    .row-hard .col-lg-9,
    .msie .col-lg-9 {
        max-width: 75%
    }
    .row-hard .col-lg-10,
    .msie .col-lg-10 {
        max-width: 83.33333%
    }
    .row-hard .col-lg-11,
    .msie .col-lg-11 {
        max-width: 91.66667%
    }
    .row-hard .col-lg-12,
    .msie .col-lg-12 {
        max-width: 100%
    }
}

@media (min-width:102.5em) {
    .row-hard .col-xlg-0,
    .msie .col-xlg-0 {
        max-width: 0%
    }
    .row-hard .col-xlg-1,
    .msie .col-xlg-1 {
        max-width: 8.33333%
    }
    .row-hard .col-xlg-2,
    .msie .col-xlg-2 {
        max-width: 16.66667%
    }
    .row-hard .col-xlg-3,
    .msie .col-xlg-3 {
        max-width: 25%
    }
    .row-hard .col-xlg-4,
    .msie .col-xlg-4 {
        max-width: 33.33333%
    }
    .row-hard .col-xlg-5,
    .msie .col-xlg-5 {
        max-width: 41.66667%
    }
    .row-hard .col-xlg-6,
    .msie .col-xlg-6 {
        max-width: 50%
    }
    .row-hard .col-xlg-7,
    .msie .col-xlg-7 {
        max-width: 58.33333%
    }
    .row-hard .col-xlg-8,
    .msie .col-xlg-8 {
        max-width: 66.66667%
    }
    .row-hard .col-xlg-9,
    .msie .col-xlg-9 {
        max-width: 75%
    }
    .row-hard .col-xlg-10,
    .msie .col-xlg-10 {
        max-width: 83.33333%
    }
    .row-hard .col-xlg-11,
    .msie .col-xlg-11 {
        max-width: 91.66667%
    }
    .row-hard .col-xlg-12,
    .msie .col-xlg-12 {
        max-width: 100%
    }
}

.block-link {
    cursor: pointer
}

.legacy {
    min-height: calc(100vh - 8.4375rem)
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3rem 0 1.5rem 0
}

.pagination a {
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width:35em) {
    .pagination a {
        font-size: 1.125rem;
        width: 3.125rem;
        height: 3.125rem
    }
}

@media (max-width:34.99em) {
    .pagination a {
        width: 2.5rem;
        height: 2.5rem
    }
}

.pagination a:hover,
.pagination a:focus {
    text-decoration: none;
    color: #004789
}

.pagination a.current {
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    text-decoration: none;
    color: #000
}

.pagination a.current+.pagination_next {
    margin-left: .625rem
}

.pagination a.pagination_prev,
.pagination a.pagination_next {
    width: auto;
    text-decoration: none
}

.pagination_prev,
.pagination_next {
    text-transform: uppercase
}

.pagination_prev svg,
.pagination_next svg {
    width: .625rem;
    height: 1.0625rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (max-width:34.99em) {
    .pagination_prev span,
    .pagination_next span {
        display: none
    }
}

.pagination_prev.disable,
.pagination_next.disable {
    display: none
}

.pagination_prev {
    margin-right: .9375rem
}

.pagination_prev+.current {
    margin-left: .625rem
}

.pagination_prev svg {
    margin-right: .625rem
}

.pagination_prev:hover svg,
.pagination_prev:focus svg {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.pagination_next {
    margin-left: .9375rem
}

.pagination_next svg {
    margin-left: .625rem
}

.pagination_next:hover svg,
.pagination_next:focus svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.alert {
    position: relative
}

.alert .inner,
.alert_inner {
    padding: 1.5rem 1.875rem
}

.alert .inner>*:last-child,
.alert_inner>*:last-child {
    margin-bottom: 0
}

.alert-info {
    background: rgba(0, 185, 210, .05);
    color: #00b9d2
}

.alert-info::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .375rem;
    background: rgba(0, 185, 210, .05)
}

.alert-info a {
    text-decoration: underline
}

.alert-info a:hover,
.alert-info a:focus {
    text-decoration: none
}

.alert-danger {
    background: rgba(228, 29, 75, .05);
    color: #e41d4b
}

.alert-danger::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .375rem;
    background: rgba(228, 29, 75, .05)
}

.header {
    background: #fff;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1)
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header.sticky.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.header .container,
.header #toolbar-cookie .content-wrapper,
#toolbar-cookie .header .content-wrapper {
    position: relative
}

.header_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.0625rem
}

@media (min-width:61.25em) {
    .header_nav {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .header_nav_top {
        display: none
    }
}

@media (max-width:61.24em) {
    .header_nav {
        position: fixed;
        width: 18.75rem;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 1000;
        background: #fff;
        height: 100vh
    }
    .header_nav_top {
        height: 4.0625rem;
        background: linear-gradient(45deg, #004789 0%, #00b9d2 100%)
    }
    .header_nav .col {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:61.25em) {
    .header_search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:61.24em) {
    .header_search {
        position: relative
    }
}

.header_search .link {
    color: #004789;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:61.24em) {
    .header_search .link {
        font-size: .875em;
        text-transform: uppercase;
        color: #4a4a4a;
        font-weight: 700;
        padding: 1.28571em 1.875em 1.28571em;
        position: relative
    }
    .header_search .link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 1.40625rem;
        right: 1.40625rem;
        height: .0625rem;
        background: #e8e8e8
    }
}

.header_search .link:hover,
.header_search .link:focus,
.header_search .link.active {
    color: #00b9d2;
    text-decoration: none
}

@media (min-width:61.25em) {
    .header_search .link span {
        display: none
    }
}

@media (max-width:61.24em) {
    .header_search .link span {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.header_search .link svg {
    width: 1.625rem;
    height: 1.625rem
}

.header_search_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (min-width:61.25em) {
    .header_search_form {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: 4.375rem;
        width: 100%;
        max-width: 76.875rem;
        margin: 0 auto;
        padding: 0 .9375rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10
    }
}

@media (max-width:61.24em) {
    .header_search_form {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5000;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 .9375rem
    }
}

.header_search_form:not(.active) {
    pointer-events: none
}

.header_search_form input {
    font-size: 1rem;
    height: 3.125rem;
    padding-left: 1.875em;
    padding-right: 3.75em;
    border: 1px solid #d8d1ca;
    border-right: 0;
    font-weight: 300;
    color: #4a4a4a
}

@media (min-width:81.25em) {
    .header_search_form input {
        width: 43.75rem
    }
}

@media (min-width:61.25em) and (max-width:81.24em) {
    .header_search_form input {
        width: 28.125rem
    }
}

@media (max-width:61.24em) {
    .header_search_form input {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.header_search_form .btn,
.header_search_form .button-as-link,
.header_search_form .media-old input.button,
.media-old .header_search_form input.button {
    position: absolute;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: .001
}

@media (min-width:61.25em) {
    .header_search_form.active {
        -webkit-transition: all .3s .6s;
        transition: all .3s .6s
    }
}

@media (max-width:61.24em) {
    .header_search_form.active {
        background: rgba(0, 0, 0, .5);
        -webkit-transition: all .3s;
        transition: all .3s
    }
}

.header_search_form.active .header_search_input {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15);
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (min-width:61.25em) {
    .header_search_form.active .header_search_input {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@media (max-width:61.24em) {
    .header_search_form.active .header_search_input {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        margin-top: 0
    }
}

.header_search_input {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

@media (min-width:61.25em) {
    .header_search_input {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@media (max-width:61.24em) {
    .header_search_input {
        right: .9375rem;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        margin-top: -3rem
    }
}

.header_search_close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4a4a4a;
    z-index: 3;
    width: 3.125rem;
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header_search_close:hover,
.header_search_close:focus {
    color: #00b9d2
}

.header_search_close svg {
    width: .875rem;
    height: .875rem
}

.header_mobile {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:61.25em) {
    .header_mobile {
        display: none
    }
}

@media (max-width:34.99em) {
    .header_mobile {
        padding-left: 0
    }
}

.header_mobile .link-hamburger {
    z-index: 1100;
    -ms-touch-action: none;
    touch-action: none
}

@media (min-width:35em) {
    .header_mobile .link-hamburger {
        margin-left: .9375rem
    }
}

.header_mobile .link-hamburger_close {
    color: #fff
}

.header_mobile .link-hamburger.active .line {
    background: #fff
}

@media (max-width:46.24em) {
    .header_mobile .btn,
    .header_mobile .button-as-link,
    .header_mobile .media-old input.button,
    .media-old .header_mobile input.button {
        display: none
    }
}

@media (max-width:34.99em) {
    .header_mobile .btn,
    .header_mobile .button-as-link,
    .header_mobile .media-old input.button,
    .media-old .header_mobile input.button {
        padding-left: .9375rem;
        padding-right: .9375rem;
        margin-right: .9375rem
    }
    .header_mobile .btn span,
    .header_mobile .button-as-link span,
    .header_mobile .media-old input.button span,
    .media-old .header_mobile input.button span {
        display: none
    }
}

.header .logo {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center
}

.header .logo img {
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: .9375em
}

@media (min-width:35em) {
    .header .logo img {
        width: 7.5em
    }
}

@media (max-width:34.99em) {
    .header .logo img {
        width: 6.25em
    }
}

.header .logo_brand {
    display: block;
    color: #004789
}

@media (min-width:25.625em) {
    .header .logo_brand {
        font-size: .875em;
        text-align: center
    }
}

@media (max-width:25.625em) {
    .header .logo_brand {
        font-size: .75em;
        padding-top: .375rem
    }
}

.header h1.logo {
    font-size: 1em
}

.header a.logo {
    color: #004789
}

.header a.logo:hover,
.header a.logo:focus {
    color: #00b9d2;
    text-decoration: none
}

@media (min-width:61.25em) {
    .header .nav {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header .nav_inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.header_buy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (min-width:61.25em) {
    .header_buy {
        display: none
    }
}

.header_buy.visible {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header_buy .btn,
.header_buy .button-as-link,
.header_buy .media-old input.button,
.media-old .header_buy input.button {
    height: 4.375rem;
    border-radius: 0;
    -webkit-box-shadow: 0 -3px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 -3px 2px 0 rgba(0, 0, 0, .2)
}

@media (min-width:61.25em) {
    .nav_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:61.24em) {
    .nav_inner {
        padding-top: .75em
    }
}

.nav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav_link-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:61.24em) {
    .nav_link-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .nav_link-btn a.btn,
    .nav_link-btn a.button-as-link {
        background: none;
        color: #00b9d2;
        margin-left: 0;
        padding: 1.28571em 1.07143em 1.28571em 2.14286em;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 3.75rem;
        text-transform: uppercase
    }
    .nav_link-btn a.btn:before,
    .nav_link-btn a.button-as-link:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 1.40625rem;
        right: 1.40625rem;
        height: .0625rem;
        background: #e8e8e8
    }
}

.nav_link .link {
    font-size: .875em;
    text-transform: uppercase;
    color: #4a4a4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

@media (min-width:61.25em) {
    .nav_link .link {
        padding: 0 1.07143em
    }
}

@media (max-width:61.24em) {
    .nav_link .link {
        position: relative;
        padding: 1.28571em 1.07143em 1.28571em 2.14286em;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .nav_link .link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 1.40625rem;
        right: 1.40625rem;
        height: .0625rem;
        background: #e8e8e8
    }
}

.nav_link .link.with-submenu {
    position: relative
}

@media (min-width:61.25em) {
    .nav_link .link.with-submenu::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0;
        background: #00b9d2;
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .nav_link .link.with-submenu::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 .375rem .375rem;
        border-color: transparent transparent #fff transparent;
        margin-top: 1.125rem;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    .nav_link .link.with-submenu:hover::after,
    .nav_link .link.with-submenu:focus::after,
    .nav_link .link.with-submenu.active::after {
        height: .1875rem
    }
    .nav_link .link.with-submenu:hover::before,
    .nav_link .link.with-submenu:focus::before,
    .nav_link .link.with-submenu.active::before {
        opacity: 1;
        -webkit-transition: all .3s .6s;
        transition: all .3s .6s;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width:61.24em) {
    .nav_link .link.with-submenu {
        padding-right: 2.875rem
    }
    .nav_link .link.with-submenu::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1.875rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: .375rem 0 .375rem .375rem;
        border-color: transparent transparent transparent #004789;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.nav_link .link:hover,
.nav_link .link:focus {
    color: #00b9d2;
    text-decoration: none
}

.nav_link .link span {
    margin-top: .125rem
}

.nav_link>.btn,
.nav_link>.button-as-link,
.media-old .nav_link>input.button {
    margin-left: 1.875rem
}

.nav_link>.btn span,
.nav_link>.button-as-link span,
.media-old .nav_link>input.button span {
    margin-top: .125rem
}

.nav_submenu {
    position: absolute
}

@media (min-width:61.25em) {
    .nav_submenu {
        top: 100%;
        left: 1.875em;
        right: 1.875em;
        overflow: hidden;
        height: 0;
        opacity: 0
    }
}

@media (max-width:61.24em) {
    .nav_submenu {
        top: 4.0625em;
        height: calc(100vh - 4.0625rem);
        left: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background: #fff;
        z-index: 500;
        -webkit-transition: all .3s;
        transition: all .3s;
        overflow: auto
    }
    .iphone.safari .nav_submenu {
        height: calc(100vh - 9.375rem)
    }
    .nav_submenu.active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width:61.25em) {
    .nav_submenu_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 1.5em
    }
}

.nav_submenu_inner>.row-lg {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:61.24em) {
    .nav_submenu_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.nav_submenu_back {
    padding: 0 1.875em
}

@media (min-width:61.25em) {
    .nav_submenu_back {
        display: none
    }
}

.nav_submenu_back a {
    font-size: .875em;
    text-transform: uppercase;
    color: #00b9d2;
    display: block;
    font-weight: 700;
    padding: 1.28571em 0 1.28571em 1.60714em;
    border-bottom: 1px solid #e8e8e8;
    position: relative
}

.nav_submenu_back a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .375rem .375rem .375rem 0;
    border-color: transparent #00b9d2 transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav_submenu .row-md {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.nav_submenu .h2 {
    margin-bottom: 0;
    text-align: left
}

@media (min-width:61.25em) {
    .nav_submenu .h2 {
        font-size: 1.125em;
        padding: .66667em 0;
        position: relative
    }
    .nav_submenu .h2::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #e8e8e8
    }
}

@media (max-width:61.24em) {
    .nav_submenu .h2 {
        font-size: .875em;
        padding: 1.28571em 1.875em .42857em
    }
}

@media (min-width:61.25em) {
    .nav .nav_submenu_left,
    .nav .nav_submenu_right {
        padding: .75em 1.875em
    }
}

@media (max-width:61.24em) {
    .nav .nav_submenu_left,
    .nav .nav_submenu_right {
        padding: 0
    }
}

@media (min-width:61.25em) {
    .nav_submenu_left {
        background: #f8f8f8
    }
}

@media (max-width:61.24em) {
    .nav_submenu_left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .nav_submenu_left .nav_submenu_title {
        border-top: 1px solid #e8e8e8
    }
    .nav_submenu_left_links {
        padding-bottom: 3em
    }
}

.nav_submenu_left_links a {
    font-size: .875em;
    line-height: 1.3;
    display: block;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:61.25em) {
    .nav_submenu_left_links a {
        padding: .85714em 0;
        border-bottom: 1px solid #e8e8e8;
        color: #191919
    }
}

@media (max-width:61.24em) {
    .nav_submenu_left_links a {
        padding: .85714em 1.07143em .85714em 3.28571em;
        text-transform: uppercase;
        color: #4a4a4a;
        position: relative
    }
    .nav_submenu_left_links a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 1.875rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: .375rem 0 .375rem .375rem;
        border-color: transparent transparent transparent #004789;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.nav_submenu_left_links a:last-child {
    border-bottom: 0
}

.nav_submenu_right {
    background: #fff
}

@media (min-width:61.25em) {
    .nav_submenu_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:61.24em) {
    .nav_submenu_right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:61.25em) {
    .nav_submenu_right .nav_submenu_title::after {
        width: 12.5rem
    }
    .nav_submenu_right_links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1.5em 0 .75em;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -.9375em
    }
}

@media (min-width:81.25em) {
    .nav_submenu_right_links.nb-1 {
        width: 8.75em
    }
    .nav_submenu_right_links.nb-2 {
        width: 17.5em
    }
    .nav_submenu_right_links.nb-3 {
        width: 26.25em
    }
    .nav_submenu_right_links.nb-4 {
        width: 35em
    }
    .nav_submenu_right_links.nb-5 {
        width: 43.75em
    }
    .nav_submenu_right_links.nb-6 {
        width: 52.5em
    }
}

@media (max-width:61.24em) {
    .nav_submenu_right_links {
        padding-bottom: 1.5em
    }
}

.nav_submenu_right_links a {
    color: #4a4a4a;
    font-weight: 400;
    font-size: .875em;
    text-align: center;
    width: 10em
}

.nav_submenu_right_links a .uppercase {
    text-transform: uppercase
}

@media (min-width:61.25em) {
    .nav_submenu_right_links a {
        padding: .85714em .71429em
    }
}

@media (max-width:61.24em) {
    .nav_submenu_right_links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: .85714em 1.07143em .85714em 2.14286em;
        width: 100%
    }
    .nav_submenu_right_links a span {
        text-align: left
    }
}

@media (min-width:61.25em) {
    .nav_submenu_right_links .image {
        width: 6.25rem;
        height: 6.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto
    }
    .nav_submenu_right_links .text {
        display: block;
        margin: 0 -.3125rem
    }
    .nav_submenu_right_links img {
        width: 6.25rem;
        margin: 0 auto .75rem
    }
}

@media (max-width:61.24em) {
    .nav_submenu_right_links img {
        width: 2.5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: .9375rem
    }
}

.nav_submenu_right .product_tags {
    padding: .75em 0 0;
    border-top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:61.24em) {
    .nav_submenu_right .product_tags {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.nav_submenu_right .product_tags_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ece9f4
}

@media (min-width:61.25em) {
    .nav_submenu_right .product_tags_image {
        width: 6.25rem;
        height: 6.25rem;
        margin-bottom: .75rem;
        margin-left: auto;
        margin-right: auto
    }
    .nav_submenu_right .product_tags_image svg {
        width: 4.375rem;
        height: 4.375rem
    }
}

@media (max-width:61.24em) {
    .nav_submenu_right .product_tags_image {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0;
        margin-right: .9375rem
    }
    .nav_submenu_right .product_tags_image svg {
        width: 1.875rem;
        height: 1.875rem
    }
}

.nav_submenu_right .product_tags_element {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

.nav_submenu_right .product_tags_element a {
    padding: 0
}

@media (min-width:61.25em) {
    .nav_submenu_right .product_tags_element {
        width: 8.75rem;
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media (max-width:61.24em) {
    .nav_submenu_right .product_tags_element {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.5em;
        width: 100%;
        padding-left: 1.875rem
    }
    .nav_submenu_right .product_tags_element:last-child {
        margin-bottom: 0
    }
    .nav_submenu_right .product_tags_element a>p {
        text-align: left
    }
}

.nav_submenu_right .product_tags p {
    color: #4a4a4a;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

.nav_submenu_right .product_tags svg {
    pointer-events: none;
    margin-bottom: 0
}

#navOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%);
    opacity: 0;
    pointer-events: none;
    -webkit-overflow-scrolling: touch
}

@media (min-width:61.25em) {
    #navOverlay {
        z-index: 10
    }
}

@media (max-width:61.24em) {
    #navOverlay {
        z-index: 90;
        opacity: 0;
        background: rgba(0, 0, 0, .2)
    }
}

#navOverlay.active {
    pointer-events: initial
}

.testimonials {
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%);
    padding: 3em 0;
    color: #fff;
    overflow: hidden;
    position: relative
}

.testimonials::after {
    content: "";
    background-image: url(/bundles/cevafeliway2017common/img/BG_testimonials.jpg.pagespeed.ce.04K7xmalsh.jpg);
    background-size: cover;
    background-position: 50% 50%;
    opacity: .16;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.testimonials>.container,
#toolbar-cookie .testimonials>.content-wrapper {
    position: relative;
    z-index: 2
}

@media (max-width:46.24em) {
    .testimonials>.container,
    #toolbar-cookie .testimonials>.content-wrapper {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media (min-width:46.25em) {
    .testimonials .block-title {
        margin-bottom: 3em
    }
}

@media (max-width:46.24em) {
    .testimonials .block-title>div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .testimonials .block-title .btn,
    .testimonials .block-title .button-as-link,
    .testimonials .block-title .media-old input.button,
    .media-old .testimonials .block-title input.button {
        display: none
    }
}

.testimonials .h2 {
    color: #fff
}

@media (max-width:46.24em) {
    .testimonials .title-icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.testimonials_sub-title {
    padding-top: .375em
}

@media (max-width:46.24em) {
    .testimonials_sub-title {
        text-align: center
    }
}

.testimonials_container {
    margin-bottom: 2.25em
}

.testimonials_desc {
    clear: both;
    font-size: .875rem
}

@media (min-width:46.25em) {
    .testimonials_desc {
        margin-bottom: 1.5em
    }
}

.testimonials_desc p {
    margin-bottom: .46875rem;
    display: inline
}

.testimonials_desc a {
    text-decoration: underline
}

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

.testimonials_element {
    background: #fff;
    color: #4a4a4a
}

@media (min-width:35em) {
    .testimonials_element {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2.625em 2.5em 1.875em
    }
}

@media (max-width:34.99em) {
    .testimonials_element {
        padding: 1.5em 1.25em
    }
}

.testimonials_element .h3 {
    font-size: 1.375em;
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: .54545em
}

.testimonials_element .h3 strong {
    font-weight: 700
}

@media (max-width:61.24em) {
    .testimonials_element .h3 strong,
    .testimonials_element .h3 span {
        display: block
    }
}

@media (max-width:34.99em) {
    .testimonials_element .h3 {
        padding-left: 5.9375rem
    }
}

@media (min-width:46.25em) {
    .testimonials_element .product-tag {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media (min-width:35em) {
    .testimonials_element .product-tag {
        margin-bottom: 1.5rem
    }
}

@media (max-width:34.99em) {
    .testimonials_element .product-tag {
        margin-bottom: .75rem
    }
}

.testimonials_element_image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: .75em
}

@media (min-width:35em) {
    .testimonials_element_image {
        padding-right: 1.40625em
    }
}

@media (max-width:34.99em) {
    .testimonials_element_image {
        float: left;
        padding-right: .9375em
    }
}

@media (min-width:35em) {
    .testimonials_element_image img {
        width: 7.5em
    }
}

@media (max-width:34.99em) {
    .testimonials_element_image img {
        width: 5em
    }
}

.testimonials_element_inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:46.25em) {
    .testimonials_element_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.testimonials_element_bottom {
    font-size: .875em;
    padding-top: 1.71429em;
    margin-top: 1.71429em;
    border-top: 1px solid #e8e8e8;
    font-weight: 700;
    color: #646464
}

@media (min-width:46.25em) {
    .testimonials_element_bottom {
        margin-top: auto
    }
}

.testimonials_element_bottom p {
    margin-bottom: .42857em
}

.testimonials_element_bottom .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonials_element_bottom .stars svg {
    width: 1rem;
    height: 1rem
}

.testimonials_element_bottom .stars svg+svg {
    margin-left: .3125em
}

.testimonials .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff
}

@media (min-width:35em) {
    .testimonials .owl-item img {
        width: 7.5em
    }
}

@media (max-width:34.99em) {
    .testimonials .owl-item img {
        width: 5em
    }
}

.testimonials .owl-dots .owl-dot {
    background: #fff;
    margin-top: 1.5em
}

.testimonials-rework .testimonial-navigation li::before {
    background: none
}

.testimonials-rework .testimonial-navigation li::before {
    background: none
}

#footer {
    font-size: .75em;
    background-color: #23313d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

@media (min-width:61.25em) {
    #footer {
        padding: 1.125em 0;
        min-height: 4.375rem
    }
}

@media (max-width:61.24em) {
    #footer {
        text-align: center;
        padding: 2em 0 7.83333em
    }
}

#footer p {
    color: #fff
}

@media (min-width:81.25em) {
    .footer_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:81.24em) {
    .footer_inner {
        text-align: center
    }
    .footer_links {
        margin-bottom: 2em
    }
}

.footer_links a {
    color: #fff;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:46.25em) {
    .footer_links a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
    .footer_links a:last-child::after {
        display: none
    }
    .footer_links a::after {
        content: "-";
        display: block;
        margin: 0 1.40625rem;
        color: #fff
    }
    .footer_links a:hover,
    .footer_links a:focus {
        color: #00b9d2;
        text-decoration: none
    }
}

@media (max-width:46.24em) {
    .footer_links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: .375rem;
        padding-bottom: .375rem
    }
}

@media (min-width:81.25em) {
    .footer_socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:81.24em) {
    .footer_socials {
        margin-bottom: 2em
    }
}

@media (min-width:81.25em) {
    .footer_socials p {
        margin-right: .46875rem;
        margin-bottom: 0
    }
}

@media (max-width:81.24em) {
    .footer_socials p {
        margin-bottom: 1em
    }
}

.footer_socials a {
    width: 2.375rem;
    height: 2.375rem;
    margin: 0 .46875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff
}

.footer_socials a svg {
    width: 1.375rem;
    height: 1.375rem
}

.footer_socials a.facebook {
    background-color: #425daa
}

.footer_socials a.twitter {
    background-color: #2cace2
}

.footer_socials a.youtube {
    background-color: #cc181e
}

.footer_socials a.pinterest {
    background-color: #ca2027
}

.footer_socials a.weibo {
    background-color: #d32f2f
}

.footer_socials a.wechat {
    background-color: #2dc100
}

.footer_socials a.blogger {
    background-color: #f57d00
}

.footer_socials a.linkedin {
    background-color: #0077b5
}

.footer_socials a.linkedin svg {
    width: 1.125rem;
    height: 1.125rem
}

.footer_socials a.instagram {
    background: linear-gradient(222.2deg, #5539d9 0%, #dd1c6a 49.61%, #ffc745 100%)
}

@media (max-width:46.24em) {
    .footer_socials a:last-child {
        margin-top: .75rem
    }
}

.footer_socials svg {
    width: 2.375rem;
    height: 2.375rem
}

.footer_copyright {
    margin-bottom: 0
}

#switcher_button {
    display: initial;
    position: absolute;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: .001
}

#switcher li label::after {
    content: none
}

#toolbar-cookie {
    font-size: .75em;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 100000;
    background: #f8f8f8;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: .75em 0;
    -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .2)
}

#toolbar-cookie .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:46.24em) {
    #toolbar-cookie .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }
}

#toolbar-cookie p {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

#toolbar-cookie .toolbar-cookie-link {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width:46.25em) {
    #toolbar-cookie .toolbar-cookie-link {
        white-space: nowrap
    }
}

@-webkit-keyframes slideUp {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

section.ceva-generic-country-selector {
    top: 7.5em!important
}

section.ceva-generic-country-selector .cgcs_current-country {
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%)!important
}

section.ceva-generic-country-selector input.cgcs_submit[type="submit"] {
    background: transparent!important;
    border: 3px solid #fff!important;
    color: #fff!important;
    height: 3.125rem!important;
    text-transform: uppercase!important;
    border-radius: 27px!important
}

section.ceva-generic-country-selector input.cgcs_submit[type="submit"]:hover,
section.ceva-generic-country-selector input.cgcs_submit[type="submit"]:focus {
    background: #fff!important;
    color: #00b9d2!important;
    text-decoration: none!important
}

section.ceva-generic-country-selector .cgcs_country-list_item::before {
    background: none
}

.section-cta {
    color: #fff;
    background: linear-gradient(315deg, #004789 0%, #00b9d2 100%);
    position: relative;
    margin-top: 3rem;
    clear: both
}

.section-cta::after {
    content: "";
    background: url(/bundles/cevafeliway2017common/img/Motif_bg_quiz.png.pagespeed.ce.cUM7nLXTxP.png) repeat;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.section-cta .section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 1.125rem;
    z-index: 2
}

@media (min-width:46.25em) {
    .section-cta .section_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 3rem 0
    }
}

@media (max-width:46.24em) {
    .section-cta .section_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 1.5rem 0 1.5rem
    }
}

@media (min-width:46.25em) {
    .section-cta .section_title {
        margin-bottom: 0
    }
}

@media (max-width:46.24em) {
    .section-cta .section_title {
        margin-bottom: 1.5rem
    }
    .section-cta .section_title p {
        margin-bottom: 0
    }
}

.section-cta .section_title strong {
    display: block;
    font-weight: 400
}

@media (min-width:46.25em) {
    .section-cta .section_title strong {
        font-size: 1.625rem;
        font-weight: 400
    }
}

@media (max-width:46.24em) {
    .section-cta .section_title strong {
        font-size: 1.5rem;
        text-align: center
    }
}

.section-cta .section_title strong.strong {
    font-weight: 700
}

.section-cta .section_title span {
    display: block;
    margin-top: .375rem
}

.section-cta .btn,
.section-cta .button-as-link,
.section-cta .media-old input.button,
.media-old .section-cta input.button {
    min-width: 11.875rem;
    background: -webkit-gradient(linear, left top, right top, from(#00b9d2), to(#00b9d2));
    background: linear-gradient(90deg, #00b9d2 0%, #00b9d2 100%)
}

@media (min-width:46.25em) {
    .section-cta .btn,
    .section-cta .button-as-link,
    .section-cta .media-old input.button,
    .media-old .section-cta input.button {
        margin-left: 5.625rem
    }
}

@media (max-width:46.24em) {
    .section-cta .btn,
    .section-cta .button-as-link,
    .section-cta .media-old input.button,
    .media-old .section-cta input.button {
        margin: 0 auto
    }
}

.section-cta-moneyback .section_inner {
    padding: 2.25rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-cta-moneyback .section_title {
    margin-bottom: 0
}

@media (max-width:46.24em) {
    .section-cta-moneyback .section_title {
        font-size: .875rem
    }
}

.section-cta-moneyback .section_title strong {
    text-transform: uppercase;
    font-weight: 700
}

@media (max-width:46.24em) {
    .section-cta-moneyback .section_title strong {
        font-size: 1.125rem;
        line-height: 1.3
    }
}

.section-cta-only-btn .btn,
.section-cta-only-btn .button-as-link,
.section-cta-only-btn .media-old input.button,
.media-old .section-cta-only-btn input.button {
    margin-left: 0
}

.section-product {
    padding: 3rem 0;
    background-color: #f8f8f8;
    margin-top: 3rem;
    position: relative
}

.section-product::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: #f8f8f8;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none
}

.section-product h2 {
    text-align: center;
    margin-bottom: 2.4rem
}

@media (max-width:23.74em) {
    .section-product {
        margin-top: 1.5rem;
        padding: 1.725rem 0
    }
    .section-product img {
        width: 100%
    }
}

@media (max-width:46.24em) {
    .section-product img {
        margin: 0 auto
    }
}

.section-product_inner {
    margin-bottom: 1.5rem
}

@media (max-width:46.24em) {
    .section-product_inner img {
        max-height: 13.75rem;
        width: auto
    }
}

.section-product_inner_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:23.74em) {
    .section-product_inner_content h3,
    .section-product_inner_content p {
        text-align: center
    }
    .section-product_inner_content .button-container,
    .section-product_inner_content .stars {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:46.24em) {
    .section-product_inner_content {
        margin-top: 1.5rem
    }
}

.section-product_inner_content .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5rem 0 2.625rem 0
}

@media (max-width:46.24em) {
    .section-product_inner_content .stars {
        margin-bottom: 1.5rem
    }
}

.section-product_inner_content .stars svg {
    width: 1rem;
    height: 1rem
}

.breadcrumb {
    font-size: .8125rem;
    line-height: 2.1;
    margin-bottom: 1.875rem
}

@media (max-width:46.24em) {
    .breadcrumb {
        font-size: .75rem
    }
}

.breadcrumb a,
.breadcrumb span {
    display: inline
}

.breadcrumb a {
    color: #004789
}

.breadcrumb a::after {
    content: ">";
    display: inline-block;
    margin: 0 .625rem
}

.breadcrumb span {
    color: #004789
}

.breadcrumb_inner {
    padding: .375rem 0;
    border-bottom: 1px dashed #dcd9e5
}

.breadcrumb_inner>div {
    display: inline
}

.page_404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 8.4375rem);
    background-color: #f6f6f6;
    overflow: hidden
}

.page_404 .container,
.page_404 #toolbar-cookie .content-wrapper,
#toolbar-cookie .page_404 .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:46.24em) {
    .page_404 .container,
    .page_404 #toolbar-cookie .content-wrapper,
    #toolbar-cookie .page_404 .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem
    }
}

.page_404_content {
    z-index: 1
}

@media (min-width:46.25em) {
    .page_404_content {
        padding-left: 6.875rem;
        padding-top: 5rem;
        padding-bottom: 8.75rem
    }
}

@media (max-width:46.24em) {
    .page_404_content {
        padding-top: 2.25rem;
        padding-bottom: 1.5rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (min-width:46.25em) {
    .page_404_content h1 {
        font-size: 3.5rem;
        line-height: 1.2
    }
    .page_404_content h1 span {
        display: block
    }
}

@media (max-width:46.24em) {
    .page_404_content h1 {
        text-align: left
    }
}

.page_404_content h2 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 1.875rem
}

@media (max-width:46.24em) {
    .page_404_content h2 {
        text-align: left
    }
}

.page_404 picture {
    width: 100%
}

@media (min-width:46.25em) {
    .page_404 picture {
        position: absolute;
        bottom: 0;
        max-width: 75rem;
        right: -20%
    }
    .page_404 picture.adaptil {
        right: 10%;
        max-width: 32rem
    }
    .page_404 picture img {
        width: 100%
    }
}

.article_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:46.25em) {
    .article_header {
        min-height: 10.625em
    }
}

@media (max-width:46.24em) {
    .article_header {
        min-height: 6.25em;
        padding: .75rem .9375rem;
        margin-bottom: 1.5em
    }
    .article_header+.breadcrumb {
        margin-top: -1.5rem
    }
}

.article_header_image {
    z-index: 1;
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.article_header_image::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#004789), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #004789 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 3;
    opacity: .75;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.article_header_image img {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:46.25em) {
    .article_header_image img {
        height: auto
    }
}

@media (max-width:46.24em) {
    .article_header_image img {
        height: 100%
    }
}

.article_header h1,
.article_header .h1 {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 4;
    line-height: 1.5;
    text-shadow: 0 .25rem .625rem rgba(0, 0, 0, .4);
    margin-bottom: 0
}

@media (min-width:46.25em) {
    .article_header h1,
    .article_header .h1 {
        font-size: 1.125rem
    }
}

@media (max-width:46.24em) {
    .article_header h1,
    .article_header .h1 {
        font-size: .875rem
    }
}

.article_header h1 strong,
.article_header h1 span,
.article_header .h1 strong,
.article_header .h1 span {
    display: block
}

.article_header h1 strong,
.article_header .h1 strong {
    line-height: 1.1;
    text-transform: uppercase
}

@media (min-width:46.25em) {
    .article_header h1 strong,
    .article_header .h1 strong {
        font-size: 3.125rem
    }
}

@media (max-width:46.24em) {
    .article_header h1 strong,
    .article_header .h1 strong {
        font-size: 1.5rem
    }
}

.article_header h1 strong+span,
.article_header .h1 strong+span {
    margin-top: .4375rem
}

@media (min-width:35em) {
    .article_header_select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:81.25em) {
    .article_header_select {
        margin-top: 2.25rem
    }
}

@media (min-width:61.25em) and (max-width:81.24em) {
    .article_header_select {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:81.24em) {
    .article_header_select {
        margin-top: 1.5rem
    }
}

@media (min-width:81.25em) {
    .article_header_select label {
        margin-right: 1.875rem;
        white-space: nowrap
    }
}

@media (min-width:61.25em) and (max-width:81.24em) {
    .article_header_select label {
        margin-bottom: .75rem
    }
}

@media (min-width:35em) and (max-width:61.24em) {
    .article_header_select label {
        margin-right: .9375rem
    }
}

@media (max-width:34.99em) {
    .article_header_select label {
        margin-bottom: .75rem;
        font-size: .875rem
    }
}

.article_header_select .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.article_header_select .select select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto
}

.article_header-light {
    background-color: #f4f3f3;
    padding: 2rem 0;
    min-height: 0
}

.article_header-light h1,
.article_header-light .h1 {
    font-size: 1.375rem;
    color: #004789;
    text-shadow: none;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center
}

@media (min-width:46.25em) {
    .article_header-light h1,
    .article_header-light .h1 {
        font-size: 2.25rem
    }
}

.article_header-image-left .article_header_image img {
    min-width: 0;
    max-height: 100%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.article_body {}

@media (max-width:46.24em) {
    .article_body {
        font-size: .875rem
    }
    .article_body .object-left,
    .article_body .object-right {
        float: none
    }
    .article_body p {
        line-height: 1.7
    }
}

.article_body ul li::before {
    content: none
}

.article_body ul li>span:first-child {
    display: inline-block;
    vertical-align: middle;
    width: .3125rem;
    height: .3125rem;
    background: #00b9d2;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: .0625rem .4375rem 0 -.875rem
}

.article_body h2,
.article_body .h2 {
    position: relative;
    text-transform: uppercase;
    padding: 0;
    clear: both
}

@media (max-width:46.24em) {
    .article_body h2,
    .article_body .h2 {
        font-size: 1.375rem;
        text-align: left;
        margin-top: 24px
    }
}

.article_body h2+.article_body_greybg,
.article_body .h2+.article_body_greybg {
    margin-top: 1.5rem
}

.article_body h3,
.article_body .h3 {
    font-size: 1.625rem;
    margin-bottom: 1.5rem;
    clear: both
}

@media (min-width:46.25em) {
    .article_body h3,
    .article_body .h3 {
        margin-top: 3rem
    }
}

@media (max-width:23.74em) {
    .article_body h3,
    .article_body .h3 {
        font-size: 1.125rem
    }
}

.article_body .clear-fix {
    clear: both
}

.article_body_greybg {
    position: relative;
    background-color: #f8f8f8;
    clear: both;
    margin-bottom: 1.5em
}

@media (min-width:46.25em) {
    .article_body_greybg {
        padding: 3rem 0;
        margin-top: 3rem
    }
}

@media (max-width:46.24em) {
    .article_body_greybg {
        padding: 1.5rem 0;
        margin-top: 1.5rem
    }
}

.article_body_greybg::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: #f8f8f8;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none
}

.article_body_greybg h3 {
    margin-top: 0
}

.article_body_greybg .article_body_focus .article_body_focus_inner span {
    background: #f8f8f8
}

.article_body_highlight {
    background-color: rgba(0, 71, 137, .05);
    clear: both;
    margin-bottom: 1.5em
}

@media (min-width:35em) {
    .article_body_highlight {
        padding: 1.5rem 1.875rem
    }
}

@media (max-width:34.99em) {
    .article_body_highlight {
        padding: .75rem .9375rem
    }
}

.article_body_highlight.article_body_highlight-pink {
    color: #004789;
    border-left: 6px solid rgba(0, 71, 137, .05)
}

.article_body_highlight.article_body_highlight-pink.adaptil {
    background-color: rgba(217, 91, 164, .05);
    color: #d95ba4;
    border-left: 6px solid rgba(217, 91, 164, .05)
}

.article_body_highlight>*:last-child {
    margin-bottom: 0
}

.article_body_highlight li {
    padding-bottom: 0;
    line-height: 1.7
}

.article_body_focus {
    margin-top: 4.5rem
}

.article_body_focus div:first-child:nth-last-child(2) {
    margin-bottom: 24px
}

@media (min-width:46.25em) {
    .article_body_focus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .article_body_focus > div:first-child:nth-last-child(2) ~ div,
    .article_body_focus > div:first-child:nth-last-child(2) {
        padding-left: 1.75rem;
        margin-bottom: 0
    }
}

.article_body_focus>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

.article_body_focus>div img {
    margin: 0 auto
}

.article_body_focus .article_body_focus_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #ece9f4;
    color: #004789;
    position: relative
}

@media (min-width:46.25em) {
    .article_body_focus .article_body_focus_inner {
        padding: 3rem 1.875rem
    }
}

@media (max-width:46.24em) {
    .article_body_focus .article_body_focus_inner {
        padding: 1.5rem 1.40625rem
    }
}

.article_body_focus .article_body_focus_inner span {
    font-size: 1.125rem;
    font-weight: 700;
    position: absolute;
    background-color: #fff;
    top: -1.5625rem;
    left: -.3125rem;
    padding-right: 1.125rem
}

@media (min-width:23.75em) {
    .article_body_focus .article_body_focus_inner span {
        font-size: 1.75rem
    }
}

.article_body_focus .article_body_focus_inner>*:last-child {
    margin-bottom: 0
}

@media (min-width:46.25em) {
    .article_title {
        padding: 2.25em 0
    }
}

@media (max-width:46.24em) {
    .article_title {
        padding: .75em 0
    }
    .article_title .title-icon {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.article_title h2,
.article_title .h2 {
    margin-bottom: 0
}

.article_video {
    position: relative;
    width: 100%;
    max-width: 48.125rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

@media (max-width:46.24em) {
    .article_video+.article_tuto {
        margin-top: -1.5em
    }
    .article_video iframe {
        width: 100%
    }
}

@media (min-width:46.25em) {
    .article_left {
        background: #f8f8f8
    }
    .article_left::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 50vw;
        background: #f8f8f8
    }
}

.article_contribution {
    padding-bottom: 1.5em
}

.article_contribution>*:last-child {
    margin-bottom: 0
}

.article_section {
    padding: 3em 0
}

.article_section .title-icon svg {
    width: 2.5rem;
    height: 2.5rem
}

.article_section .title-icon span {
    margin-left: 0;
    border-left: 0
}

@media (min-width:46.25em) {
    .article_two-columns {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.875em;
        column-gap: 1.875em
    }
}

.article_two-columns ul ul li:before,
.article_two-columns ul li:before {
    z-index: 15
      background-color: #fff;
}

@media (min-width:61.25em) {
    .article_tuto {
        position: absolute;
        width: 50%;
        top: 0;
        right: 100%;
        z-index: 1;
        padding: 1.5em 1.875em 0 .9375em
    }
}

@media (max-width:61.24em) {
    .article_tuto {
        background: #f8f8f8;
        padding-top: 1.5em;
        margin-bottom: 1.5em
    }
}

@media (min-width:35em) and (max-width:46.24em) {
    .article_tuto {
        margin-left: -1.875em;
        margin-right: -1.875em;
        padding-left: 1.875em;
        padding-right: 1.875em
    }
}

@media (max-width:34.99em) {
    .article_tuto {
        margin-left: -.625em;
        margin-right: -.625em;
        padding-left: .625em;
        padding-right: .625em
    }
}

.article_tuto_element {
    background: #fff;
    padding: 1.125em .9375em;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1)
}

@media (min-width:46.25em) {
    .article_tuto_element {
        margin-bottom: 1.5em
    }
}

@media (max-width:46.24em) {
    .article_tuto_element {
        margin-bottom: .75em
    }
}

.article_tuto_element *:last-child {
    margin-bottom: 0
}

.article_tuto_element_title {
    font-size: 1.3125em;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-weight: 700;
    float: left;
    margin-top: .3125rem;
    margin-bottom: .57143em
}

.article_tuto_element_number {
    font-size: 1.125rem;
    width: 1.875rem;
    height: 1.875rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%);
    margin-right: .9375em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.article_tuto_element_content {
    font-size: .875rem
}

.article_tuto_element_content h2 {
    font-size: 1.5em
}

.article_tuto_element_content h2.title-icon {
    display: block
}

.article_tuto_element_content h2.title-icon svg {
    display: none
}

.article_tuto_element_content h2.title-icon span {
    margin-left: 0;
    padding-left: 0;
    border: 0
}

.article_tuto_element_content h3 {
    line-height: 1.3
}

.article_tuto_element_content ul {
    clear: both
}

.article_reco_title {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.article_reco_element {
    text-align: center
}

.article_reco_element .h3 {
    font-size: 1.25em;
    margin-bottom: .6em
}

.owl-carousel .article_reco_element img {
    width: auto;
    margin: 0 auto .75em
}

.article_reco_image {
    height: 15.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: .75rem
}

.article_reco_image img {
    max-height: 100%;
    width: auto;
    -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .2))
}

.article_reco_desc {
    font-size: .875em;
    margin-bottom: 0;
    color: #646464;
    font-weight: 300
}

@media (min-width:61.25em) {
    .article_reco .owl-dots {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 3em
    }
    .article_reco .owl-dots.disabled {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0
    }
}

@media (max-width:61.24em) {
    .article_reco .owl-dots {
        margin-bottom: 3em
    }
}

@media (min-width:46.25em) {
    .article_step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.article_step:first-of-type .article_step_line:first-child {
    opacity: 0
}

.article_step:last-of-type .article_step_line:last-child {
    opacity: 0
}

.article_step.adaptil {
    padding: 0
}

@media (min-width:61.25em) {
    .article_step_inner {
        padding-right: 3.75rem
    }
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .article_step_inner {
        padding-right: 1.875rem
    }
}

@media (min-width:46.25em) {
    .article_step_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:46.24em) {
    .article_step_inner {
        margin-bottom: .625rem
    }
}

.article_step_inner.adaptil {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:46.25em) {
    .article_step_inner.adaptil {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 60%
    }
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .article_step_inner.adaptil {
        padding: 0
    }
}

@media (min-width:61.25em) {
    .article_step_inner.adaptil {
        padding: 0
    }
}

.article_step_inner.adaptil .article_step_text {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.article_step_text {
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05)
}

@media (min-width:61.25em) {
    .article_step_text {
        padding: 2.25rem 3.28125rem;
        margin: 1.5rem 0
    }
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .article_step_text {
        margin: .75rem 0
    }
}

@media (min-width:35em) and (max-width:61.24em) {
    .article_step_text {
        padding: 1.5rem 1.875rem
    }
}

@media (max-width:34.99em) {
    .article_step_text {
        padding: 1.125rem 1.40625rem
    }
}

.article_step_text h4,
.article_step_text .h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.75rem;
    font-weight: 700;
    color: #00b9d2;
    margin-bottom: 1.5rem
}

@media (min-width:35em) {
    .article_step_text h4,
    .article_step_text .h4 {
        font-size: 1.75rem
    }
}

@media (max-width:34.99em) {
    .article_step_text h4,
    .article_step_text .h4 {
        font-size: 1.5rem
    }
}

.article_step_text h4 .number,
.article_step_text .h4 .number {
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%);
    margin-right: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:35em) {
    .article_step_text h4 .number,
    .article_step_text .h4 .number {
        font-size: 1.5rem;
        width: 2.5rem;
        height: 2.5rem
    }
}

@media (max-width:34.99em) {
    .article_step_text h4 .number,
    .article_step_text .h4 .number {
        font-size: 1.25rem;
        width: 2.25rem;
        height: 2.25rem
    }
}

.article_step_content>*:last-child {
    margin-bottom: 0
}

.article_step_line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: .0625rem;
    background: #00b9d2;
    opacity: .33
}

@media (max-width:46.24em) {
    .article_step_line {
        display: none
    }
}

.article_step_image {
    max-width: 33.75rem
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .article_step_image {
        width: 45%
    }
}

@media (min-width:46.25em) {
    .article_step_image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .article_step_image.adaptil {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 41%;
        flex: 1 0 41%
    }
}

@media (max-width:46.24em) {
    .article_step_image {
        margin-bottom: .625rem
    }
    .article_step_image img {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }
}

.article_step_video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article_step_video iframe {
    width: 100%
}

.article_step_video.messages_blocks_item_video {
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 41%;
    flex: 1 0 41%
}

@media (min-width:46.25em) {
    .article_step_video.messages_blocks_item_video {
        min-height: 262px
    }
}

.article_accordion {
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    margin-bottom: .75rem
}

.article_accordion_title .h2 {
    text-transform: none;
    margin-bottom: 0
}

@media (min-width:46.25em) {
    .article_accordion_title .h2 {
        font-size: 1rem
    }
}

@media (max-width:46.24em) {
    .article_accordion_title .h2 {
        font-size: .875rem
    }
}

.article_accordion_title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.75rem;
    position: relative;
    color: #4a4a4a;
    text-align: left
}

@media (min-width:46.25em) {
    .article_accordion_title a {
        padding: .75rem 1.875rem .75rem 2.8125rem
    }
}

@media (max-width:46.24em) {
    .article_accordion_title a {
        padding: .75rem .9375rem .75rem 2.75rem
    }
}

.article_accordion_title a::after {
    content: "";
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.article_accordion_title a::before {
    content: "\A0";
    position: absolute;
    top: 50%;
    width: .375rem;
    height: .75rem;
    background-image: url(data:image/svg+xml,%3Csvg\ version=\'1.1\'\ xmlns=\'http://www.w3.org/2000/svg\'\ xmlns:xlink=\'http://www.w3.org/1999/xlink\'\ viewBox=\'0\ 0\ 7.5\ 12.4\'\ enable-background=\'new\ 0\ 0\ 7.5\ 12.4\'%3E%3Cpolyline\ fill=\'none\'\ stroke=\'%23A40E84\'\ stroke-width=\'2\'\ points=\'0.7,11.7\ 6.1,6.2\ 0.7,0.7\ \'/%3E%3C/svg%3E);
    background-size: .375rem .75rem;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 2
}

@media (min-width:46.25em) {
    .article_accordion_title a::before {
        left: 1.875rem
    }
}

@media (max-width:46.24em) {
    .article_accordion_title a::before {
        left: 1.25rem
    }
}

.article_accordion_title a span {
    position: relative;
    z-index: 2
}

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

@media (min-width:46.25em) {
    .article_accordion_title a:not(.open) span {
        display: inline-block;
        color: #4a4a4a;
        -webkit-transition: color .3s;
        transition: color .3s;
        background-image: -webkit-gradient(linear, left top, right top, from(#00b9d2), to(#00b9d2));
        background-image: linear-gradient(90deg, #00b9d2 0%, #00b9d2 100%);
        background-clip: text;
        -webkit-background-clip: text
    }
    .article_accordion_title a:not(.open):hover span,
    .article_accordion_title a:not(.open):focus span {
        color: transparent
    }
}

.article_accordion_title a.open {
    color: #fff
}

.article_accordion_title a.open::before {
    background-image: url(data:image/svg+xml,%3Csvg\ version=\'1.1\'\ xmlns=\'http://www.w3.org/2000/svg\'\ xmlns:xlink=\'http://www.w3.org/1999/xlink\'\ viewBox=\'0\ 0\ 7.5\ 12.4\'\ enable-background=\'new\ 0\ 0\ 7.5\ 12.4\'%3E%3Cpolyline\ fill=\'none\'\ stroke=\'%23FFFFFF\'\ stroke-width=\'2\'\ points=\'0.7,11.7\ 6.1,6.2\ 0.7,0.7\ \'/%3E%3C/svg%3E);
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%)
}

.article_accordion_title a.open::after {
    opacity: 1
}

.article_accordion_content {
    padding: 0 1.875rem;
    overflow: hidden;
    display: none
}

.article_accordion .article_accordion {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    margin-bottom: 0;
    background: transparent
}

@media (min-width:46.25em) {
    .article_accordion .article_accordion .article_accordion_title a {
        padding-left: 5.375rem
    }
}

@media (max-width:46.24em) {
    .article_accordion .article_accordion .article_accordion_title a {
        padding-left: 3.5rem
    }
}

@media (min-width:46.25em) {
    .article_accordion .article_accordion .article_accordion_title a::before {
        left: 3.75rem
    }
}

@media (max-width:46.24em) {
    .article_accordion .article_accordion .article_accordion_title a::before {
        left: 1.875rem
    }
}

.article_accordion .article_accordion .article_accordion_title a.open {
    color: #00b9d2
}

.article_accordion .article_accordion .article_accordion_title a.open::before {
    background-image: url(data:image/svg+xml,%3Csvg\ version=\'1.1\'\ xmlns=\'http://www.w3.org/2000/svg\'\ xmlns:xlink=\'http://www.w3.org/1999/xlink\'\ viewBox=\'0\ 0\ 7.5\ 12.4\'\ enable-background=\'new\ 0\ 0\ 7.5\ 12.4\'%3E%3Cpolyline\ fill=\'none\'\ stroke=\'%23A40E84\'\ stroke-width=\'2\'\ points=\'0.7,11.7\ 6.1,6.2\ 0.7,0.7\ \'/%3E%3C/svg%3E)
}

.article_accordion .article_accordion .article_accordion_title a.open::after {
    opacity: 0
}

.article_accordion .article_accordion .article_accordion_content {
    font-size: .875rem
}

@media (min-width:46.25em) {
    .article_accordion .article_accordion .article_accordion_content {
        padding: 0 1.875rem .75rem 3.75rem
    }
}

@media (max-width:46.24em) {
    .article_accordion .article_accordion .article_accordion_content {
        padding: 0 1.875rem .75rem
    }
}

.article .owl-nav {
    left: 0;
    right: 0
}

.article .owl-nav .owl-prev,
.article .owl-nav .owl-next {
    -webkit-transition: all .3s;
    transition: all .3s
}

.article .owl-nav .owl-prev.disabled,
.article .owl-nav .owl-next.disabled {
    opacity: 0
}

.article .product_tags {
    margin-top: 1.5em;
    border-top-color: #ece9f4
}

.article .nav_submenu .product_tags {
    margin-top: 0
}

.buy .header_buy {
    display: none
}

.buy .breadcrumb {
    background: #f6f6f6;
    margin-bottom: 0
}

.buy .breadcrumb_inner {
    border-bottom: 1px dashed #dcd9e5
}

.buy .article_header {
    background: #f6f6f6;
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:61.24em) {
    .buy .article_header {
        padding: 1.5rem 0
    }
}

@media (min-width:46.25em) {
    .buy .article_header {
        margin-bottom: 2.25rem
    }
}

@media (max-width:46.24em) {
    .buy .article_header {
        margin-bottom: 1.5rem
    }
}

@media (min-width:46.25em) {
    .buy .article_header h1 {
        font-size: 3.125rem;
        text-align: left
    }
    [lang="de_DE"] .buy .article_header h1,
    [lang="el_GR"] .buy .article_header h1 {
        font-size: 2.5rem
    }
}

.buy_header_image {
    position: relative
}

@media (max-width:46.24em) {
    .buy_header_image {
        margin-top: 1.5rem
    }
}

.buy_header_image img {
    margin-left: auto
}

@media (max-width:46.24em) {
    .buy_header_image img {
        margin-right: auto
    }
}

.buy_header_image_next {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    width: calc(100% - 1.875rem);
    height: 100%
}

@media (max-width:61.24em) {
    .buy_header_image-deco {
        display: none
    }
}

.buy_pointsman {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dcd9e5
}

@media (min-width:46.25em) {
    .buy_pointsman {
        display: none
    }
}

.buy_pointsman a {
    text-transform: uppercase;
    font-size: .875rem;
    color: #000;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0 .46875rem .75rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:46.24em) {
    [lang="nl_NL"] .buy_pointsman a {
        font-size: .75rem
    }
}

.buy_pointsman a:hover,
.buy_pointsman a:focus {
    text-decoration: none;
    color: #00b9d2
}

.buy_pointsman a::after {
    content: "";
    position: absolute;
    bottom: -.0625rem;
    left: 0;
    right: 0;
    background: #00b9d2;
    -webkit-transition: all .3s;
    transition: all .3s
}

.buy_pointsman a.active {
    color: #00b9d2;
    font-weight: 700
}

.buy_pointsman a.active::after {
    height: .25rem
}

.buy h2 {
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: .625rem;
    text-transform: uppercase;
    border-bottom: 5px solid #00b9d2;
    color: #000
}

@media (max-width:46.24em) {
    .buy h2 {
        display: none
    }
    .buy_retailer,
    .buy_map {
        display: none
    }
    .buy_retailer.active,
    .buy_map.active {
        display: block
    }
}

.buy_retailer_element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dcd9e5;
    padding: .75rem 0;
    min-height: 6.25rem
}

.buy_retailer_element .btn,
.buy_retailer_element .button-as-link,
.buy_retailer_element .media-old input.button,
.media-old .buy_retailer_element input.button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .625rem
}

@media (min-width:46.25em) {
    .buy_map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.buy_map_filters {
    background: #f8f8f8;
    padding: .75rem .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:35em) and (max-width:46.24em) {
    .buy_map_filters {
        margin-left: -1.875rem;
        margin-right: -1.875rem
    }
}

@media (max-width:34.99em) {
    .buy_map_filters {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

.buy_map_filters .btn-square {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05)
}

.buy_map_filters .btn-square svg {
    width: 1.625rem;
    height: 1.625rem
}

.buy_map_filters_search {
    position: relative
}

.buy_map_filters_search input[type="text"] {
    height: 2.5rem
}

@media (min-width:46.25em) {
    .buy_map_filters_search input[type="text"] {
        width: 25rem
    }
}

@media (max-width:46.24em) {
    .buy_map_filters_search input[type="text"] {
        width: 100%
    }
}

.buy_map_filters_search .btn,
.buy_map_filters_search .button-as-link,
.buy_map_filters_search .media-old input.button,
.media-old .buy_map_filters_search input.button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.75rem;
    height: 2.5rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.buy_map_filters_search .btn svg,
.buy_map_filters_search .button-as-link svg,
.buy_map_filters_search .media-old input.button svg,
.media-old .buy_map_filters_search input.button svg {
    width: 1.25rem;
    height: 1.375rem
}

.buy_map_container {
    position: relative
}

@media (min-width:46.25em) {
    .buy_map_container {
        padding-bottom: calc(100% / 2.27);
        width: 100%
    }
}

@media (max-width:46.24em) {
    .buy_map_container {
        width: calc(100% + 1.875rem);
        padding-bottom: calc(100% / 1.8);
        margin: 0 -.9375rem
    }
}

.buy_map_container .map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.buy_map_container .map .gm-style-iw img {
    display: inline-block;
    vertical-align: bottom;
    margin-top: .5rem
}

.buy_map_list {
    background: #f8f8f8;
    padding: .75rem;
    display: none
}

.buy_map_list.no-result {
    display: block
}

@media (min-width:46.25em) {
    .buy_map_list {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }
}

.buy_map_list_container {
    overflow: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

@media (min-width:46.25em) {
    .buy_map_list_container {
        min-height: 18.75rem
    }
}

@media (min-width:35em) and (max-width:46.24em) {
    .buy_map_list_container {
        margin-left: -1.875rem;
        margin-right: -1.875rem
    }
}

@media (max-width:34.99em) {
    .buy_map_list_container {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

.buy_map_list_element {
    font-size: .8125rem;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    margin-bottom: .375rem;
    padding: .75rem .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.buy_map_list_element .element_name {
    font-size: .9375rem;
    color: #000;
    font-weight: 700
}

.buy_map_list_element .element_country::before,
.buy_map_list_element .element_phone::before {
    content: "-";
    display: inline-block;
    margin: 0 .3125rem
}

.buy_map_list_element .element_store {
    padding-right: 1.40625rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.buy_map_list_element .element_type {
    position: relative;
    padding-left: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.4375rem
}

.buy_map_list_element .element_type::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #dcd9e5;
    width: .0625rem
}

.buy_map_list_element .element_type img,
.buy_map_list_element .element_type svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-bottom: .375rem
}

.buy_map_list_element .element_distance {
    font-size: .875rem;
    text-align: center
}

.buy_map_list_element .element_distance span {
    display: block
}

.buy_map_list_element p {
    margin-bottom: 0
}

.buy_map_list_element:last-child {
    margin-bottom: .75rem
}

.contact {
    background: #f8f8f8
}

.contact .breadcrumb {
    margin-bottom: 0
}

.faq {
    background: #f8f8f8
}

@media (max-width:46.24em) {
    .faq .article_header {
        min-height: 6.25rem
    }
}

.faq .article_header h1,
.faq .article_header .h1 {
    margin-bottom: 0
}

@media (max-width:46.24em) {
    .faq .article_header h1,
    .faq .article_header .h1 {
        font-size: .875rem;
        line-height: 1.5
    }
    .faq .article_header h1 strong,
    .faq .article_header .h1 strong {
        font-size: 1.5rem;
        margin-bottom: .375rem
    }
}

.home_principal {
    position: relative;
    overflow: hidden;
    background: transparent
}

.home_principal_image {
    z-index: -1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: fixed
}

.home_principal_image::before {
    content: "";
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%);
    opacity: .3;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.home_principal_image::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#004789));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #004789 100%);
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.home_principal_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 80vh
}

@media (min-width:46.25em) {
    .home_principal_container {
        padding-top: 1.5em;
        padding-bottom: 1.5em
    }
}

@media (max-width:46.24em) {
    .home_principal_container {
        padding-top: 4.5em;
        padding-bottom: 3em
    }
}

.home_principal_inner {
    color: #fff;
    position: relative;
    z-index: 2
}

@media (min-width:61.25em) {
    .home_principal_inner {
        padding-bottom: 15vh;
        width: 50%
    }
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .home_principal_inner {
        padding-bottom: 10vh
    }
}

@media (min-width:46.25em) {
    .home_principal_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.home_principal_inner svg {
    width: 3.75rem;
    height: 3.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.home_principal_inner svg+.home_principal_text {
    padding-top: .625rem
}

.home_principal_inner .h1 {
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .4);
    line-height: 1.1;
    margin-bottom: .75rem;
    text-align: left
}

.home_principal_inner .h1 span {
    font-size: 3.6rem
}

.home_principal_inner .desc {
    font-size: 1.0625em;
    margin-bottom: 1.41176em;
    font-weight: 700
}

.home_principal_inner .btn,
.home_principal_inner .button-as-link,
.home_principal_inner .media-old input.button,
.media-old .home_principal_inner input.button {
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2)
}

@media (min-width:46.25em) {
    .home_principal_text {
        padding-left: 1.875em
    }
}

@media (max-width:46.24em) {
    .home_principal_text {
        padding-top: 1.5em
    }
}

.home_products {
    background: #fff
}

@media (min-width:46.25em) {
    .home_products {
        padding: 3em 0
    }
}

@media (max-width:46.24em) {
    .home_products {
        padding: 1.5em 0
    }
}

.home_products .h2 {
    margin-bottom: .375em
}

.home_products .sub-title {
    color: #646464;
    margin-bottom: 3em
}

@media (max-width:46.24em) {
    .home_products .sub-title {
        text-align: center
    }
}

.home_products_element {
    text-align: center
}

.home_products_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 16.25em;
    margin-bottom: 1.125em
}

.home_products_name {
    display: block;
    font-size: 1.25em;
    margin-bottom: .9em
}

.home_products_desc {
    font-size: .875em;
    color: #646464;
    margin-bottom: 0
}

@media (min-width:61.25em) {
    .home_products .button-container {
        margin-top: -2em
    }
}

.home_products .button-container .btn,
.home_products .button-container .button-as-link,
.home_products .button-container .media-old input.button,
.media-old .home_products .button-container input.button {
    position: relative;
    z-index: 1
}

.home_products .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .2))
}

@media (min-width:61.25em) {
    .home_products .owl-dots {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 3em
    }
    .home_products .owl-dots.disabled {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0
    }
}

@media (max-width:61.24em) {
    .home_products .owl-dots {
        margin-bottom: 3em
    }
}

.home_articles {
    background: #f8f8f8;
    padding: 1.5em 0
}

.home_articles [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home_articles_element {
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05)
}

@media (max-width:46.24em) {
    .home_articles_element {
        margin-bottom: 1.5em
    }
}

.home_articles_element img {
    margin: 0 auto
}

.home_articles_element_image-container {
    position: relative
}

.home_articles_element_image {
    -webkit-transition: all .3s;
    transition: all .3s
}

.home_articles_element_image-hover {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

@media (min-width:61.25em) {
    .home_articles_element:not(.home_did-you-know) a:hover,
    .home_articles_element:not(.home_did-you-know) a:focus {
        text-decoration: none
    }
    .home_articles_element:not(.home_did-you-know):hover a,
    .home_articles_element:not(.home_did-you-know):focus a {
        color: #00b9d2
    }
    .home_articles_element:not(.home_did-you-know):hover .home_articles_desc,
    .home_articles_element:not(.home_did-you-know):focus .home_articles_desc {
        color: #00b9d2
    }
    .home_articles_element:not(.home_did-you-know):hover .home_articles_element_image-hover,
    .home_articles_element:not(.home_did-you-know):focus .home_articles_element_image-hover {
        opacity: 1
    }
    .home_articles_element:not(.home_did-you-know):hover .home_articles_inner,
    .home_articles_element:not(.home_did-you-know):focus .home_articles_inner {
        display: none
    }
    .home_articles_element:not(.home_did-you-know):hover .home_articles_inner-hover,
    .home_articles_element:not(.home_did-you-know):focus .home_articles_inner-hover {
        display: block
    }
}

.home_articles_inner {
    padding: 1.5em 1.875em;
    position: relative
}

.home_articles_inner-hover {
    display: none
}

.home_articles_title {
    display: block;
    margin-bottom: .375rem
}

@media (max-width:46.24em) {
    .home_articles_title {
        font-size: 1.25em
    }
}

.home_articles_desc {
    color: #646464;
    margin-bottom: 0
}

.home_articles_desc>*:last-child {
    margin-bottom: 0
}

.home_articles_tag {
    position: absolute;
    top: 0;
    left: 1.25em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home_articles_tag .product-tag {
    background: #00b9d2;
    margin-bottom: 0;
    padding: .125rem .625rem 0
}

.home_is-happy {
    margin-top: 4.5em;
    margin-bottom: 1.5em
}

.home_is-happy_inner {
    background: linear-gradient(315deg, #004789 0%, #00b9d2 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.home_is-happy_inner::after {
    content: "";
    background: url(/bundles/cevafeliway2017common/img/Motif_bg_quiz.png.pagespeed.ce.cUM7nLXTxP.png) repeat;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.home_is-happy_inner>* {
    position: relative;
    z-index: 2
}

@media (min-width:61.25em) {
    .home_is-happy_inner {
        padding-left: 1.875em
    }
    .home_is-happy_inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 3.125em;
        height: 8.75em
    }
}

@media (max-width:61.24em) {
    .home_is-happy_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 .9375em 1.5em
    }
}

@media (min-width:61.25em) {
    .home_is-happy_inner img {
        -ms-flex-item-align: end;
        align-self: flex-end;
        height: 12.1875rem
    }
}

@media (max-width:61.24em) {
    .home_is-happy_inner img {
        margin-top: -4.5em;
        margin-bottom: .75em
    }
}

.home_is-happy_inner p {
    margin: 0 3.75rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2
}

@media (min-width:61.25em) {
    .home_is-happy_inner p {
        font-size: 2em;
        margin: 0 1.25em;
        max-width: 25rem
    }
}

@media (max-width:61.24em) {
    .home_is-happy_inner p {
        font-size: 1.5em;
        margin: 0 0 .5em
    }
}

.home_did-you-know {
    padding: 0 1.875em
}

.home_did-you-know h2 {
    text-transform: none;
    text-align: left
}

@media (max-width:46.24em) {
    .home_did-you-know {
        margin-bottom: 0
    }
}

@media (min-width:46.25em) {
    .home_did-you-know_left {
        padding: 4.5em 0 4.5em 1.875em
    }
}

@media (max-width:46.24em) {
    .home_did-you-know_left {
        padding: 1.5em 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .home_did-you-know_right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.home_did-you-know [class*="col-"] {
    display: block
}

@media (max-width:46.24em) {
    .home_did-you-know .button-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home_does-your-cat {
    background: #fff
}

@media (min-width:46.25em) {
    .home_does-your-cat {
        padding: 3em 0
    }
}

@media (max-width:46.24em) {
    .home_does-your-cat {
        padding: 1.5em 0
    }
}

.home_does-your-cat_element {
    position: relative;
    overflow: hidden
}

@media (min-width:46.25em) {
    .home_does-your-cat_element {
        margin-bottom: 1.5em
    }
}

@media (max-width:46.24em) {
    .home_does-your-cat_element {
        margin-bottom: .75em
    }
}

.home_does-your-cat_element img {
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1)
}

.home_does-your-cat_element.loop-5:not(.active),
.home_does-your-cat_element.loop-6:not(.active) {
    margin-bottom: 0
}

.home_does-your-cat_element.loop-5 .home_does-your-cat_image,
.home_does-your-cat_element.loop-6 .home_does-your-cat_image {
    height: 0;
    opacity: 0;
    -webkit-transition: height .3s;
    transition: height .3s
}

.home_does-your-cat_element.loop-5 .home_does-your-cat_image img,
.home_does-your-cat_element.loop-6 .home_does-your-cat_image img {
    opacity: 0;
    -webkit-transform: translateZ(0) scale(.8, 0);
    transform: translateZ(0) scale(.8, 0);
    -webkit-transition: all .3s 0s;
    transition: all .3s 0s
}

.home_does-your-cat_element.loop-5 .home_does-your-cat_title,
.home_does-your-cat_element.loop-6 .home_does-your-cat_title {
    opacity: 0;
    -webkit-transition: all .15s 0s;
    transition: all .15s 0s
}

.home_does-your-cat_element.loop-5.active .home_does-your-cat_image,
.home_does-your-cat_element.loop-6.active .home_does-your-cat_image {
    opacity: 1
}

.home_does-your-cat_element.loop-5.active img,
.home_does-your-cat_element.loop-6.active img {
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    opacity: 1
}

.home_does-your-cat_element.loop-5.active .home_does-your-cat_title,
.home_does-your-cat_element.loop-6.active .home_does-your-cat_title {
    opacity: 1;
    -webkit-transition: all .3s .45s;
    transition: all .3s .45s
}

.home_does-your-cat_element.loop-5.active:hover img,
.home_does-your-cat_element.loop-5.active:focus img,
.home_does-your-cat_element.loop-6.active:hover img,
.home_does-your-cat_element.loop-6.active:focus img {
    -webkit-transform: translateZ(0) scale(1.1, 1.1);
    transform: translateZ(0) scale(1.1, 1.1)
}

.home_does-your-cat_element:hover img,
.home_does-your-cat_element:focus img {
    -webkit-transform: translateZ(0) scale(1.1, 1.1);
    transform: translateZ(0) scale(1.1, 1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.home_does-your-cat_element .btn.active,
.home_does-your-cat_element .active.button-as-link,
.home_does-your-cat_element .media-old input.active.button,
.media-old .home_does-your-cat_element input.active.button {
    display: none
}

.home_does-your-cat_image {
    overflow: hidden
}

.home_does-your-cat_title {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 3px 6px #00b9d2, 0 6px 10px rgba(0, 0, 0, .37);
    text-transform: uppercase
}

@media (min-width:46.25em) {
    .home_does-your-cat_title {
        font-size: 2.5em;
        padding: 0 .9375rem
    }
}

@media (max-width:46.24em) {
    .home_does-your-cat_title {
        font-size: 1.625em
    }
}

.home_does-your-cat_title:hover,
.home_does-your-cat_title:focus {
    text-decoration: none
}

.home_latest-blog {
    padding: 3em 0;
    background: #f8f8f8
}

@media (max-width:46.24em) {
    .home_latest-blog_element {
        max-width: 37.5em;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em
    }
    .home_latest-blog_element:last-child {
        margin-bottom: 0
    }
}

.home_latest-blog_element:hover a,
.home_latest-blog_element:focus a {
    color: #00b9d2;
    text-decoration: none
}

.home_latest-blog img {
    margin-bottom: 1.125em
}

.home_latest-blog_cat {
    font-size: .75em;
    line-height: 2em;
    margin-bottom: 0;
    color: #9b9b9b;
    font-weight: 700
}

.home_latest-blog_title {
    font-size: 1.3125em;
    line-height: 1.71429em;
    margin-bottom: .57143em
}

.home_latest-blog_desc {
    font-size: .875em;
    font-weight: 300
}

.home_bottom {
    position: relative;
    background: #f1f1f1
}

.home .home_bottom {
    background: #f1f1f1
}

@media (max-width:46.24em) {
    .home_bottom::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(241, 241, 241, 0)), color-stop(40%, #f1f1f1), to(#f1f1f1));
        background: linear-gradient(to right, rgba(241, 241, 241, 0) 20%, #f1f1f1 40%, #f1f1f1 100%);
        z-index: 2
    }
}

.home_bottom_image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1
}

.home_bottom_image img {
    height: 100%
}

@media (max-width:46.24em) {
    .home_bottom_image img {
        margin-left: -4.375rem
    }
}

.home_bottom_title {
    color: #000;
    font-weight: 400;
    text-align: left;
    text-transform: none
}

@media (min-width:46.25em) {
    .home_bottom_title {
        font-size: 1.625em;
        line-height: 1.8
    }
}

@media (max-width:46.24em) {
    .home_bottom_title {
        font-size: 1em;
        line-height: 1.5;
        padding-left: 30%
    }
}

.home_bottom_inner {
    position: relative;
    z-index: 3
}

@media (min-width:61.25em) {
    .home_bottom_inner {
        min-height: 31.25em
    }
}

@media (min-width:46.25em) {
    .home_bottom_inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:61.24em) {
    .home_bottom_inner {
        padding: 3em 0
    }
}

@media (min-width:61.25em) {
    .home_bottom_inner img {
        margin-bottom: 3em
    }
}

@media (max-width:46.24em) {
    .home_bottom_inner img {
        margin-bottom: 1.5em
    }
    .home_bottom_inner img {
        padding-left: 30%
    }
    .home_bottom_inner .button-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.media-old {
    padding-left: 7.5rem;
    padding-right: 7.5rem
}

.media-old ul:first-child li {
    padding: 0
}

.media-old ul:first-child li::before {
  /* background: transparent; */
 opacity:1.0;
}

.media-old .button-left .button {
    float: left;
    margin-right: .9375rem
}

.media-old .button-left .button:last-child {
    margin-right: 0
}

.messages_body h2,
.messages_body .h2 {
    text-transform: none;
    margin-bottom: 1.5rem
}

@media (min-width:46.25em) {
    .messages_body h2,
    .messages_body .h2 {
        margin: 2.25rem 0
    }
}

.messages_body_focus {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0
}

.messages_blocks {
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25rem 0
}

@media (min-width:46.25em) {
    .messages_blocks {
        padding: 3rem 0
    }
}

.messages_blocks_item {
    background-color: #fff;
    padding: .625rem;
    -webkit-box-shadow: 6px 7px 21px -10px rgba(0, 0, 0, .25);
    box-shadow: 6px 7px 21px -10px rgba(0, 0, 0, .25)
}

@media (min-width:46.25em) {
    .messages_blocks_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.5rem 4.375rem 1.5rem 1.5625rem
    }
}

.messages_blocks_item:not(:last-child) {
    margin-bottom: 1.25rem
}

.messages_blocks_item_img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 42%;
    flex: 1 0 42%;
    margin-right: 2.8125rem
}

@media (max-width:46.24em) {
    .messages_blocks_item_img {
        margin-right: 0;
        margin-bottom: 1.5rem
    }
    .messages_blocks_item_img img {
        width: 100%
    }
}

.messages_blocks_item_video {
    position: relative
}

@media (min-width:46.25em) {
    .messages_blocks_item_video {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 46%;
        flex: 1 0 46%;
        margin-left: 2.8125rem
    }
}

.messages_blocks_item_video iframe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media (max-width:46.24em) {
    .messages_blocks_item_video {
        padding-bottom: calc(100% / 1.76)
    }
}

.messages_blocks_item_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:23.74em) {
    .messages_blocks_item_text {
        font-size: .875rem
    }
}

@media (min-width:46.25em) {
    .messages_blocks_item_text p:last-of-type {
        margin-bottom: 0
    }
}

.messages_blocks_item_text_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .75rem
}

@media (min-width:23.75em) {
    .messages_blocks_item_text_title {
        margin-bottom: 2.25rem
    }
}

.messages_blocks_item_text_title h3 {
    margin-bottom: 0
}

@media (min-width:23.75em) {
    .messages_blocks_item_text_title h3 {
        font-size: 1.625rem
    }
}

@media (max-width:23.74em) {
    .messages_blocks_item_text_title h3 {
        font-size: 1.125rem
    }
}

.messages_blocks_item_text_title .pastille {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.875rem;
    height: 1.875rem;
    color: #fff;
    font-weight: 700;
    border-radius: 100%;
    margin-right: .625rem
}

.messages_blocks_item_text_title .pastille.purple {
    background-color: #a40e84
}

.messages_blocks_item_text_title .pastille.orange {
    background-color: #cc202b
}

.messages_blocks_item_text_title .pastille.green {
    background-color: #7aa52a
}

.messages_blocks_item_text .link-icon {
    color: #4a4a4a
}

.messages_blocks_item_text .link-icon svg {
    margin-left: .9375rem
}

@media (max-width:46.24em) {
    .messages_blocks_item_text .link-icon svg {
        display: none
    }
}

.messages_blocks_item-product .product-icon img {
    max-width: 4.375rem;
    max-height: 4.375rem;
    margin-right: 1.25rem
}

@media (min-width:23.75em) {
    .messages_blocks_item-product .product-icon img {
        max-width: 6.25rem;
        max-height: 6.25rem
    }
}

.messages_blocks_item-product .product-icon+h3 {
    position: relative;
    padding-bottom: .75rem;
    text-transform: uppercase
}

.messages_blocks_item-product .product-icon+h3 em {
    font-style: italic
}

.messages_blocks_item-product .product-icon+h3::before {
    content: '';
    position: absolute;
    height: .3125rem;
    width: 2.5rem;
    left: 0;
    bottom: 0
}

.messages_blocks_item-product .product-icon+h3.green::before {
    background-color: #7aa52a
}

.messages_blocks_item-product .product-icon+h3.orange::before {
    background-color: #cc202b
}

.messages_blocks_item-product .product-icon+h3.purple::before {
    background-color: #a40e84
}

.messages_blocks_item-product_text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.messages_blocks_item-product_text p:last-child {
    text-align: center
}

@media (min-width:46.25em) {
    .messages_blocks_item-product_text p:last-child {
        text-align: right
    }
}

.messages .section-cta {
    margin-top: 0
}

.modern-life h2,
.modern-life .h2 {
    text-transform: none
}

.modern-life h3,
.modern-life .h3 {
    margin-top: 0;
    margin-bottom: 2.625rem
}

@media (max-width:46.24em) {
    .modern-life .article_header {
        min-height: 0;
        padding: 1.5rem 0 .75rem
    }
}

.modern-life .article_body_greybg {
    margin-bottom: 0
}

.modern-life .section-cta {
    margin-top: 0
}

.moneyback h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:46.25em) {
    .moneyback h1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:46.24em) {
    .moneyback h1 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
}

@media (min-width:46.25em) {
    .moneyback h1 svg {
        width: 3.75rem;
        height: 3.75rem;
        margin-right: 1.875rem
    }
}

@media (max-width:46.24em) {
    .moneyback h1 svg {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: .9375rem
    }
    .moneyback_introduction img {
        float: left;
        width: 35%;
        margin-right: 1.0625rem;
        margin-bottom: 1.0625rem
    }
    .moneyback_introduction p {
        font-size: .875rem
    }
}

.moneyback_form {
    padding-top: 1.5rem;
    background-color: #f8f8f8
}

@media (max-width:23.74em) {
    .moneyback_form {
        padding-top: 0
    }
}

.newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f8f8f8
}

.newsletter .breadcrumb {
    margin-bottom: 0
}

.newsletter .breadcrumb .breadcrumb_inner {
    width: 100%
}

.newsletter .form_group-message {
    font-weight: 700
}

.newsletter .main .container,
.newsletter .main #toolbar-cookie .content-wrapper,
#toolbar-cookie .newsletter .main .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.newsletter .main .container>div,
.newsletter .main #toolbar-cookie .content-wrapper>div,
#toolbar-cookie .newsletter .main .content-wrapper>div {
    width: 100%
}

.newsletter_success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:46.24em) {
    .newsletter_success {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.newsletter_success_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.newsletter_success_text h2 {
    font-size: 3rem;
    text-transform: none;
    margin-bottom: 1.8rem
}

@media (max-width:46.24em) {
    .newsletter_success_text h2 {
        font-size: 2.375rem
    }
}

.newsletter_success_text p {
    margin-bottom: 2.4rem
}

@media (min-width:46.25em) {
    .newsletter_success_text p {
        margin-bottom: 3.3rem
    }
}

@media (max-width:46.24em) {
    .newsletter_success_text p {
        text-align: center
    }
    .newsletter_success_text .button-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.newsletter_success_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.newsletter_success_img img {
    width: 100%
}

@media (max-width:46.24em) {
    .newsletter_success_img {
        margin: 2.1rem 0 1.65rem 0
    }
}

.product h1,
.product.h1 {
    z-index: 1
}

.product_header {
    background: #f8f8f8;
    margin-bottom: 1.5em
}

@media (min-width:61.25em) {
    .product_header {
        padding: 0 0 3.75em 0
    }
}

@media (max-width:61.24em) {
    .product_header {
        padding: 0 0 3em 0
    }
}

.product_header_cat {
    position: relative
}

@media (max-width:61.24em) {
    .product_header_cat {
        display: none
    }
}

.product_header_cat img {
    position: absolute;
    right: 0;
    bottom: -6em;
    width: 18.125em;
    max-width: none
}

.product_header .product_image img {
    -webkit-filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .2))
}

@media (max-width:61.24em) {
    .product_header .product_image {
        padding-bottom: 0;
        margin-bottom: 1.5em
    }
    .product_header .product_image img {
        margin: 0 auto
    }
}

@media (max-width:46.24em) {
    .product_header .button-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .product_container {
        padding: 0
    }
}

.product_rich-desc {
    position: relative;
    z-index: 1
}

@media (min-width:61.25em) {
    .product_rich-desc {
        padding-right: 1.875rem
    }
}

.product_rich-desc strong {
    font-weight: 700;
    line-height: 1.5
}

@media (min-width:46.25em) {
    .product_line {
        margin-bottom: 1.875em
    }
    .product_line [class*="col-"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:46.24em) {
    .product_line [class*="col-"] {
        margin-bottom: .75em
    }
}

@media (min-width:46.25em) {
    .product_row {
        background: #f8f8f8;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .product_row .col-md-6.product_image img {
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.product_block {
    width: 100%
}

@media (min-width:46.25em) {
    .product_block {
        padding: 3em 1.875em 1.5em
    }
}

@media (max-width:46.24em) {
    .product_block {
        padding: 1.5em 1.25em
    }
    .product_block *:last-child {
        margin-bottom: 0
    }
}

.product_block ul li::before {
    left: .5rem
}

@media (min-width:46.25em) {
    .product_block_icon {
        width: 6.25rem;
        height: 6.25rem;
        margin: 0 auto 1.5rem
    }
}

.product_block .title-icon span {
    padding-left: 0;
    border-left: 0
}

@media (max-width:46.24em) {
    .product_block .title-icon span {
        margin-left: 1.40625rem
    }
}

@media (min-width:46.25em) {
    .product_block .title-icon svg {
        width: 4.0625rem;
        height: 4.0625rem
    }
}

@media (max-width:46.24em) {
    .product_block .title-icon svg {
        width: 3.125rem;
        height: 3.125rem
    }
}

.product_block_title .h3 {
    line-height: 1.3
}

.product_block_title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:46.24em) {
    .product_block_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.5em
    }
    .product_block_title .h3 {
        margin-bottom: 0
    }
    .product_block_title svg {
        width: 3.125rem;
        height: 3.125rem;
        margin-right: 1.40625rem
    }
}

.product_block_content {
    padding-left: .9375em
}

.product_block-easy .product_block_content {
    padding-left: 0
}

.product_block-reminder {
    padding-top: 3em;
    padding-bottom: 3em
}

@media (min-width:46.25em) {
    .product_block-reminder .h3 {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        margin-bottom: .75rem
    }
}

.product_block-reminder .button-container {
    margin-top: 1.875em
}

@media (max-width:46.24em) {
    .product_block-reminder .h3 {
        text-align: left
    }
    .product_block-reminder p {
        text-align: left
    }
}

.product_block .product_tags {
    margin-top: 1.5em
}

.product_video {
    position: relative
}

@media (max-width:46.24em) {
    .product_video {
        padding-bottom: calc(100% / 1.78)
    }
}

.product_video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%
}

@media (min-width:46.25em) {
    .product_video iframe {
        left: .9375em;
        right: .9375em;
        width: calc(100% - 1.875em)
    }
}

@media (max-width:46.24em) {
    .product_video iframe {
        left: 0;
        right: 0;
        width: 100%
    }
}

.product_image {
    position: relative
}

@media (min-width:46.25em) {
    .product_image .image {
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden;
        left: .9375em;
        right: .9375em
    }
    .row-no-padding .product_image .image {
        left: 0;
        right: 0
    }
}

.product_image .image img {
    max-width: 100%
}

@media (min-width:46.25em) {
    .product_image .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media (max-width:46.24em) {
    .product_image .image img {
        margin: 0 auto
    }
}

.product_tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5em;
    border-top: 1px solid #e8e8e8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:35em) and (max-width:46.24em) {
    .product_tags {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:34.99em) {
    .product_tags {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product_tags_element {
    color: #000;
    font-weight: 300;
    text-align: center
}

@media (min-width:46.25em) {
    .product_tags_element {
        width: 30%;
        padding: 0 .9375em
    }
}

@media (max-width:46.24em) {
    .product_tags_element {
        padding: 0 .9375em 1.5em
    }
    .product_tags_element:last-child {
        padding-bottom: 0
    }
}

@media (min-width:35em) and (max-width:46.24em) {
    .product_tags_element {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (max-width:34.99em) {
    .product_tags_element {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.product_tags_element p {
    font-size: .875rem;
    margin-bottom: 0
}

.product_tags_element svg {
    width: 3.125em;
    height: 3.125em;
    margin: 0 auto .75em
}

@media (min-width:46.25em) {
    .product_other {
        margin: 3em 0
    }
}

@media (max-width:46.24em) {
    .product_other {
        margin: 1.5em 0
    }
}

.product_other_element {
    text-align: center
}

.product_other_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.product_other_cat.small {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product_other_cat.small .image {
    height: 16.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.product_other_cat.small img {
    max-height: 100%
}

.product_other_name {
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: .6em
}

.product_other_desc {
    font-size: .875em;
    margin-bottom: 0;
    color: #646464
}

@media (max-width:46.24em) {
    .product_other_cat {
        display: none
    }
}

.product_other_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 16.25em;
    margin-bottom: 1.5em
}

.product_other_image img {
    margin: 0 auto;
    max-height: 16.25em;
    width: auto;
    -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .2))
}

.product_other .owl-carousel .owl-item img {
    width: auto
}

.reminder #main {
    background: #f8f8f8
}

.page-search {
    background-color: #f8f8f8
}

.page-search_filters {
    padding: 3rem 0 3rem 0
}

.page-search_filters_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:46.25em) {
    .page-search_filters_search {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-search_filters_search .search-info {
        width: 100%;
        text-align: center
    }
    .page-search_filters_search .search {
        width: 50%;
        margin-right: 1.375rem
    }
}

.page-search_filters_search input[type="submit"] {
    margin: 1.5rem 0
}

.page-search_list_results h2 {
    text-align: left;
    font-size: 1.125rem;
    margin-bottom: .75rem
}

@media (min-width:46.25em) {
    .page-search_list_results h2 {
        font-size: 1.5rem
    }
}

.page-search_list_results .item {
    margin-bottom: 2.7rem
}

.sign_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sign_content .button-container {
    margin-bottom: 1.5rem
}

.sign_content .product_tags {
    margin-top: auto
}

.sign .article_header {
    margin-bottom: 0;
    min-height: 0;
    padding: 1.5rem 0
}

.sign .article_header p {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 4;
    text-transform: uppercase;
    line-height: 1.5;
    text-shadow: 0 .25rem .625rem rgba(0, 0, 0, .4);
    margin-bottom: 0
}

@media (min-width:46.25em) {
    .sign .article_header p {
        font-size: 1.125rem
    }
}

.sign .article_header p strong {
    line-height: 1.1;
    display: block
}

@media (min-width:46.25em) {
    .sign .article_header p strong {
        font-size: 3.125rem
    }
}

@media (max-width:46.24em) {
    .sign .article_header p strong {
        font-size: 1.625rem
    }
}

.sign .article_header+.breadcrumb {
    margin-top: 0
}

.sign .article_content {
    padding-top: .375em
}

@media (min-width:61.25em) {
    .sign .article_reco+.button-container {
        margin-top: -2em
    }
}

.sign .article_reco+.button-container .btn,
.sign .article_reco+.button-container .button-as-link,
.sign .article_reco+.button-container .media-old input.button,
.media-old .sign .article_reco+.button-container input.button {
    position: relative;
    z-index: 1
}

.sign .article-section .title-icon svg {
    width: 2.5rem;
    height: 2.5rem
}

.sign .article_tuto_element_content h2,
.sign .article_tuto_element_content h3 {
    font-size: 1.3125em;
    line-height: 1.2;
    color: #000;
    margin-bottom: .57143em;
    text-transform: none
}

.sign .article_tuto_element_content h2:first-of-type,
.sign .article_tuto_element_content h3:first-of-type {
    margin-top: .1875em;
    padding-left: 2.9375rem;
    text-align: left
}

.sitemap .h1 {
    text-align: center;
    text-transform: uppercase;
    background-color: #f8f8f8;
    padding: 1.125rem 0;
    margin-bottom: 2.75rem
}

.sitemap .breadcrumb {
    margin-bottom: 0;
    border-bottom: none;
    background-color: #f4f3f3
}

.sitemap .breadcrumb a,
.sitemap .breadcrumb span {
    color: #646464
}

.sitemap_group {
    margin-bottom: 2.5rem
}

.sitemap_group_title {
    font-size: 1.375rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.sitemap_group_content {
    margin-top: .9375rem
}

.sitemap_group_content>li a {
    color: #646464
}

.testimonials_detail_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 3rem
}

.testimonials_detail_title h2 {
    font-weight: 200;
    margin-bottom: 2.375rem
}

.testimonials_detail_title_tag {
    position: absolute;
    left: 50%;
    bottom: -.625rem;
    background-color: #fff;
    padding: 0 .5625rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.testimonials_detail_title_tag span {
    text-transform: uppercase;
    font-weight: 700;
    background-color: #004789;
    color: #fff;
    padding: .25rem 1.25rem
}

.testimonials_detail_body {
    margin-bottom: 3rem
}

@media (max-width:23.74em) {
    .testimonials_detail_body {
        margin-bottom: 1.5rem
    }
    .testimonials_detail_body img {
        width: 100%;
        margin-bottom: 1.5rem
    }
}

@media (min-width:23.75em) {
    .testimonials_detail_body img {
        max-width: 16.875rem;
        margin: 0 auto
    }
    .testimonials_detail_body img.portrait {
        max-width: 12.375rem
    }
}

.testimonials_detail_body iframe {
    width: 100%
}

.testimonials_detail .button-container .btn,
.testimonials_detail .button-container .button-as-link,
.testimonials_detail .button-container .media-old input.button,
.media-old .testimonials_detail .button-container input.button {
    min-width: 14.375rem
}

.testimonials_filters {
    padding-bottom: 1.5rem
}

@media (max-width:46.24em) {
    .testimonials_filters {
        margin-top: -.75rem
    }
}

@media (min-width:46.25em) {
    .testimonials_filters form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.testimonials_filters select {
    max-width: 21.875rem
}

@media (min-width:46.25em) {
    .testimonials_filters_element {
        max-width: 21.875rem;
        -ms-flex-preferred-size: 21.875rem;
        flex-basis: 21.875rem;
        margin-right: 2.8125rem
    }
    .testimonials_filters_element:last-child {
        margin-right: 0
    }
}

@media (max-width:46.24em) {
    .testimonials_filters_element {
        margin-bottom: .375rem;
        text-align: center
    }
    .testimonials_filters_element:last-child {
        margin-bottom: 0
    }
    .testimonials_filters_element .select2-container {
        text-align: left
    }
}

.testimonials_filters_element .select2-container .select2-selection--single {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #d0d0d0;
    -webkit-transition: border .3s;
    transition: border .3s
}

@media (min-width:46.25em) {
    .testimonials_filters_element .select2-container .select2-selection--single {
        font-size: 1.125rem;
        height: 3.75rem
    }
}

.testimonials_filters_element .select2-container .select2-selection--single .select2-selection__rendered {
    color: #191919;
    -webkit-transition: color .3s;
    transition: color .3s;
    padding-left: 0
}

@media (min-width:46.25em) {
    .testimonials_filters_element .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 3.75rem
    }
    .testimonials_filters_element .select2-container .select2-selection--single .select2-selection__arrow {
        height: 3.75rem
    }
}

.testimonials_filters_element .select2-container .select2-selection--single .select2-selection__arrow b {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/svg+xml,%3Csvg\ version=\'1.1\'\ xmlns=\'http://www.w3.org/2000/svg\'\ xmlns:xlink=\'http://www.w3.org/1999/xlink\'\ x=\'0px\'\ y=\'0px\'\ viewBox=\'0\ 0\ 25.9\ 12.1\'\ enable-background=\'new\ 0\ 0\ 25.9\ 12.1\'\ xml:space=\'preserve\'%3E\ %3Cpath\ fill=\'%23a40e84\'\ d=\'M0.3,0.4C0.1,0.6,0,1,0,1.3S0.1,2,0.3,2.2l11.8,9.5c0.2,0.2,0.5,0.4,0.8,0.4s0.6-0.1,0.8-0.4l11.8-9.5\ c0.5-0.5,0.5-1.3,0-1.8s-1.2-0.5-1.7,0L12.8,9l-11-8.6C1.5-0.1,0.8-0.1,0.3,0.4z\'/%3E\ %3C/svg%3E);
    width: 1.125rem;
    height: .5rem;
    border: 0
}

.testimonials_filters_element .select2-container .select2-selection--single:hover,
.testimonials_filters_element .select2-container .select2-selection--single:focus {
    border-color: #00b9d2
}

.testimonials_filters_element .select2-container .select2-selection--single:hover .select2-selection__rendered,
.testimonials_filters_element .select2-container .select2-selection--single:focus .select2-selection__rendered {
    color: #00b9d2
}

.testimonials_filters_element .select2-container.select2-container--open .select2-selection--single {
    position: relative
}

.testimonials_filters_element .select2-container.select2-container--open .select2-selection--single::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .25rem;
    background: #00b9d2
}

.testimonials_filters_element .select2-dropdown {
    border-top: 3px solid #00b9d2
}

@media (max-width:46.24em) {
    .testimonials_filters .btn,
    .testimonials_filters .button-as-link,
    .testimonials_filters .media-old input.button,
    .media-old .testimonials_filters input.button {
        margin: 1.5rem auto 0
    }
}

.testimonials_list_results {
    background-color: #f8f8f8;
    padding: .9375rem 0
}

@media (min-width:23.75em) {
    .testimonials_list_results {
        padding: 1.5625rem 0
    }
}

@media (min-width:46.25em) {
    .testimonials_list_results .col-md-6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.testimonials_list_results .testimonials_element {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    margin: .625rem 0;
    border-radius: .125rem
}

@media (min-width:23.75em) {
    .testimonials_list_results .testimonials_element {
        margin: .9375rem 0
    }
}

@media (min-width:46.25em) {
    .testimonials_list_results .testimonials_element {
        width: 100%
    }
}

.testimonial_add {
    background: #f8f8f8
}

.popup-share .modal-dialog {
    text-align: center
}

.share-sprite,
.share-facebook,
.share-google,
.share-mailto,
.share-pinterest,
.share-twitter {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 .46875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff
}

.share-sprite svg,
.share-facebook svg,
.share-google svg,
.share-mailto svg,
.share-pinterest svg,
.share-twitter svg {
    width: 1.375rem;
    height: 1.375rem
}

.share-facebook {
    background-color: #425daa
}

.share-twitter {
    background-color: #2cace2
}

.share-youtube,
.share-google {
    background-color: #cc181e
}

.share-pinterest {
    background-color: #ca2027
}

.share-weibo {
    background-color: #d32f2f
}

.share-blogger {
    background-color: #f57d00
}

.share-linkedin {
    background-color: #0077b5
}

.share-linkedin svg {
    width: 1.125rem;
    height: 1.125rem
}

.share-instagram {
    background: linear-gradient(222.2deg, #5539d9 0%, #dd1c6a 49.61%, #ffc745 100%)
}

.share-mailto {
    background-color: #00b9d2
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 100;
    min-width: 22.5rem;
    max-width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    padding: 1.5rem 1.875rem 2.25rem;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .3);
    text-align: left
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%);
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.modal a.close-modal::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(data:image/svg+xml,%3Csvg\ version=\'1.1\'\ id=\'Calque_1\'\ xmlns=\'http://www.w3.org/2000/svg\'\ xmlns:xlink=\'http://www.w3.org/1999/xlink\'\ x=\'0px\'\ y=\'0px\'\ viewBox=\'0\ 0\ 10\ 10\'\ style=\'enable-background:new\ 0\ 0\ 10\ 10;\'\ xml:space=\'preserve\'%3E\ %3Cpath\ fill=\'%23FFFFFF\'\ d=\'M9.7,2l-3,3l3,3c0.5,0.5,0.5,1.2,0,1.6C9.4,9.9,9.1,10,8.8,10C8.6,10,8.3,9.9,8,9.7l-3-3\ l-3,3C1.7,9.9,1.4,10,1.2,10c-0.3,0-0.6-0.1-0.8-0.3c-0.5-0.5-0.5-1.2,0-1.6l3-3l-3-3c-0.5-0.5-0.5-1.2,0-1.6c0.5-0.5,1.2-0.5,1.6,0\ l3,3l3-3c0.5-0.5,1.2-0.5,1.6,0C10.1,0.8,10.1,1.5,9.7,2z\'/%3E\ %3C/svg%3E);
    width: .625rem;
    height: .625rem
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.owl-item {
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s;
    transition: all .3s
}

.owl-item.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none
}

@media (min-width:84.375em) {
    .owl-nav {
        left: -5em;
        right: -5em
    }
}

@media (min-width:46.25em) and (max-width:84.375em) {
    .owl-nav {
        left: -.9375em;
        right: -.9375em
    }
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    pointer-events: all
}

.owl-nav svg {
    width: 3.125rem;
    height: 3.125rem
}

.owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.owl-dot {
    width: .875rem;
    height: .875rem;
    background: #004789;
    opacity: .16;
    border-radius: 50%;
    margin: .75rem .5rem 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.owl-dot.active {
    opacity: 1
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:46.24em) {
    .select2-container .select2-selection--single {
        font-size: .875rem
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: .9375rem;
    padding-right: 2.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__rendered img {
    width: auto;
    height: auto;
    max-width: 2.5rem;
    max-height: 2.5rem;
    margin-right: .625rem
}

.select2-container .select2-selection--single .select2-selection__rendered img+span {
    max-width: calc(100% - 2.5rem);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.parsley-error .select2-container .select2-selection--single .select2-selection__rendered {
    background: rgba(228, 29, 75, .1);
    -webkit-box-shadow: inset 0 0 0 1px #e41d4b;
    box-shadow: inset 0 0 0 1px #e41d4b;
    color: #e41d4b
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: .9375rem;
    padding-left: 2.9375rem
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05)
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.select2-results__option {
    padding: .75rem .9375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select2-results__option img,
.select2-results__option svg {
    margin-right: .9375rem;
    width: 2.5rem;
    height: 2.5rem
}

@media (max-width:46.24em) {
    .select2-results__option {
        font-size: .875rem
    }
}

.select2-results__option::before {
    content: none
}

.select2-results__option::after {
    content: "";
    position: absolute;
    left: .9375rem;
    right: .9375rem;
    height: .0625rem;
    bottom: 0;
    background: #d0d0d0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.select2-results__option:last-child {
    padding-bottom: .75rem
}

.select2-results__option:last-child::after {
    content: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--default {}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4a4a4a;
    line-height: 50px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.125rem;
    position: absolute;
    top: 0;
    right: 1.25rem;
    width: .75rem
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    margin-top: -3px;
    border-color: #004789 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role="group"] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #f1f1f1
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #00b9d2
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:46.24em) {
    .select2-container .select2-selection--single {
        font-size: .875rem
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: .9375rem;
    padding-right: 2.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__rendered img {
    width: auto;
    height: auto;
    max-width: 2.5rem;
    max-height: 2.5rem;
    margin-right: .625rem
}

.select2-container .select2-selection--single .select2-selection__rendered img+span {
    max-width: calc(100% - 2.5rem);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.parsley-error .select2-container .select2-selection--single .select2-selection__rendered {
    background: rgba(228, 29, 75, .1);
    -webkit-box-shadow: inset 0 0 0 1px #e41d4b;
    box-shadow: inset 0 0 0 1px #e41d4b;
    color: #e41d4b
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: .9375rem;
    padding-left: 2.9375rem
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05)
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.select2-results__option {
    padding: .75rem .9375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select2-results__option img,
.select2-results__option svg {
    margin-right: .9375rem;
    width: 2.5rem;
    height: 2.5rem
}

@media (max-width:46.24em) {
    .select2-results__option {
        font-size: .875rem
    }
}

.select2-results__option::before {
    content: none
}

.select2-results__option::after {
    content: "";
    position: absolute;
    left: .9375rem;
    right: .9375rem;
    height: .0625rem;
    bottom: 0;
    background: #d0d0d0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.select2-results__option:last-child {
    padding-bottom: .75rem
}

.select2-results__option:last-child::after {
    content: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--default {}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4a4a4a;
    line-height: 50px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.125rem;
    position: absolute;
    top: 0;
    right: 1.25rem;
    width: .75rem
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    margin-top: -3px;
    border-color: #004789 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role="group"] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #f1f1f1
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #00b9d2
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

a {
    color: #004789;
    -webkit-transition: none;
    transition: none
}

.advice-item-rank {
    color: #004789
}

ul li::before {
    background: #004789;
  opacity:0;
}

.b-light-purple {
    background-color: rgba(40, 182, 208, .1)
}

.btn-gradiant-light {
    background-image: linear-gradient(45deg, #004789 0%, #00b9d2 100%);
    border: 2px solid #fff
}

.link-hamburger .line {
    background: #004789
}

.nav_submenu_back a {
    color: #004789
}

.nav_submenu_back a::after {
    border-color: transparent #004789 transparent transparent
}

.nav_submenu_right .product_tags_image {
    background-color: rgba(40, 182, 208, .1)
}

.section-cta .btn,
.section-cta .button-as-link,
.section-cta .media-old input.button,
.media-old .section-cta input.button {
    background: linear-gradient(45deg, #004789 0%, #00b9d2 100%);
    border: 2px solid #fff
}

.section-cta .btn:hover,
.section-cta .button-as-link:hover,
.section-cta .media-old input.button:hover,
.media-old .section-cta input.button:hover,
.section-cta .btn:focus,
.section-cta .button-as-link:focus,
.section-cta .media-old input.button:focus,
.media-old .section-cta input.button:focus {
    background-size: 300% 100%;
    background-position: 100% 50%
}

.testimonials::after {
    background-image: url(/bundles/cevaadaptil2017common/img/homepage/Bg_success_dog.jpg.pagespeed.ce.8CuMNW9pqS.jpg)
}

.testimonials .btn,
.testimonials .button-as-link,
.testimonials .media-old input.button,
.media-old .testimonials input.button {
    border: 2px solid #fff
}

.article_body h2::before,
.article_body .h2::before {
    background-image: url(data:image/svg+xml,%3Csvg\ version=\'1.1\'\ id=\'Calque_1\'\ xmlns=\'http://www.w3.org/2000/svg\'\ xmlns:xlink=\'http://www.w3.org/1999/xlink\'\ x=\'0px\'\ y=\'0px\'\ viewBox=\'0\ 0\ 32\ 34\'\ enable-background=\'new\ 0\ 0\ 32\ 34\'\ xml:space=\'preserve\'%3E\ %3Cpath\ fill=\'%23004789\'\ id=\'Dog_title\'\ d=\'M24.4,33.2c-0.2-0.3-0.3-0.7-0.6-0.9c-0.5-0.2-0.2-0.6-0.1-1.1c0.2-0.7-0.3-2-0.3-3\ c0-1.7-0.6-3.5-0.7-4.1c0-0.2-0.9,0.6-1,1c-0.1,0.4-0.3,2.1-0.4,3.4c0,0.6-0.1,1.8-0.1,2.4c0,0.4,0.1,0.9,0.4,1.1\ c0.4,0.3,0.8,0.3,1.2,0.6c0.3,0.3,0.2,0.5,0.3,0.8c0.1,0.5-0.4,0.4-0.7,0.4c-0.6,0-2,0.3-2.5-0.1c-0.3-0.2-0.5-1.2-0.6-1.4\ c-0.2-0.3-0.3-0.2-0.5,0c-0.9,0.7-1.5,1.5-2.6,1.5c-0.9,0-2.6,0-3.5,0c-0.7-0.1-0.9-0.5-1.9-0.3c-1.3,0.2-4.3,0.3-5.4,0\ c-2.2-0.5-3.8-1.8-5-3.5C0.2,29.9,0,29.5,0,29.2c0-0.4,0.5-0.4,0.6-0.3c0.9,0.7,1.8,1.4,2.8,2c1.9,1.1,4.7,1.4,6.7,0.6\ c0.1,0-0.8-2.8-0.8-3c-0.2-1.1,0.2-2.3,0.6-3.5c0.7-2.1,1.8-4.2,2.9-6.1c0.5-1,1.2-1.9,1.8-2.8c0.6-0.9,1-1.9,1.4-2.9\ c0.3-0.7,0.7-1.2,1.2-1.7c0.8-0.8,1.1-1.5,1.2-2.7c0.1-1,0.1-2.1,0.3-3.1c0.4-1.8,0.9-2,0.8-3.2c-0.1-0.4-0.1-0.9,0.1-1.1\ c0.1-0.2,1-0.3,1.4-0.4c0.7-0.2,1.7-0.6,3-0.9c0.7-0.1,1.8,0,2.4,0.4c0.3,0.2,0.7,0.3,1,0.6c0.3,0.3,0.1,0.7,0.6,0.8\ c1.1,0.1,2.4,0.2,3.5,0.5c0.7,0.2,0.3,1.1-0.1,1.8C31,5.2,30.2,6,28.8,6.2c-0.6,0.1-1.2,0.6-1.8,0.7c-0.3,0-0.6-0.1-0.9,0.1\ C25.9,7,25.9,8,26,8.3c0.1,1.2-0.2,2,0.3,3.1c0.3,0.7,0.5,1.1,0.6,2c0.1,0.8,0.8,2.2,0.7,3c-0.2,1.8-1.2,3.1-1.9,4.8\ c-0.1,0.3-0.2,3.9-0.1,5.7c0,1,0.2,2.3,0.1,3.4c0,1.1-0.1,1.3,0.7,1.9c0.3,0.2,0.8,0.3,0.9,0.6c0.1,0.1,0.3,0.8,0,0.9\ c-0.4,0-0.8,0.1-1.3,0.1c-0.2,0-0.4,0-0.6,0c-0.2,0-0.4-0.1-0.6-0.2C24.6,33.4,24.5,33.3,24.4,33.2\'/%3E\ %3C/svg%3E)
}

.article_accordion_title a::before {
    background-image: url(data:image/svg+xml,%3Csvg\ version=\'1.1\'\ xmlns=\'http://www.w3.org/2000/svg\'\ xmlns:xlink=\'http://www.w3.org/1999/xlink\'\ viewBox=\'0\ 0\ 7.5\ 12.4\'\ enable-background=\'new\ 0\ 0\ 7.5\ 12.4\'%3E%3Cpolyline\ fill=\'none\'\ stroke=\'%23004789\'\ stroke-width=\'2\'\ points=\'0.7,11.7\ 6.1,6.2\ 0.7,0.7\ \'/%3E%3C/svg%3E)
}

.article_step_text h4,
.article_step_text .h4 {
    color: #000
}

.home_principal_image::before {
    background: linear-gradient(48.31deg, #004789 0%, #d265a5 100%)
}

.home_principal_image::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#004789), to(rgba(0, 72, 140, 0)));
    background: linear-gradient(0deg, #004789 0%, rgba(0, 72, 140, 0) 100%);
    top: auto;
    height: 66%;
    -webkit-transform: none;
    transform: none
}

.home_articles_tag .product-tag {
    background: #cc62a2
}

.home_is-happy_inner {
    background: linear-gradient(315deg, #df77b1 0%, #ed98c0 100%)
}

.home_is-happy_inner::after {
    content: none
}

.home_is-happy .btn-gradiant-light {
    background: linear-gradient(45deg, #cc62a2 0%, #e4a1c1 100%)
}

.home_does-your-cat_title {
    text-shadow: 0 3px 6px #004789, 0 6px 10px rgba(0, 0, 0, .37)
}

.home_does-your-cat_title:hover,
.home_does-your-cat_title:focus {
    color: #fff
}

.home_does-your-cat+.home_does-your-cat {
    padding-top: 0
}

.home_does-your-cat+.home_does-your-cat h2,
.home_does-your-cat+.home_does-your-cat .h2 {
    padding-top: 3rem
}

.home_does-your-cat+.home_does-your-cat h2::before,
.home_does-your-cat+.home_does-your-cat .h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: .0625rem;
    background: #e8e8e8
}

.puppy h1,
.puppy .h1 {
    color: #cc62a2
}

.puppy h2,
.puppy .h2 {
    color: #cc62a2
}

.puppy .link:hover,
.puppy .link:focus {
    color: #cc62a2
}

@media (min-width:61.25em) {
    .puppy .link.with-submenu::after {
        background: #cc62a2
    }
}

.puppy .nav_submenu_left_links a::before {
    border-color: transparent transparent transparent #cc62a2
}

.puppy .article_header h1,
.puppy .article_header .h1 {
    color: #fff
}

.puppy .home_does-your-cat_title {
    text-shadow: 0 3px 6px #cc62a2, 0 6px 10px rgba(0, 0, 0, .37)
}

.puppy .button-gradiant,
.puppy .btn-gradiant,
.puppy .button-as-link,
.puppy .media-old input.button,
.media-old .puppy input.button {
    background-image: linear-gradient(45deg, #cc62a2 0%, #e4a1c1 100%)
}

.puppy ul li::before {
    background: #a40e84
}

.puppy .advice-item-rank {
    color: #a40e84
}

.puppy .b-light-purple {
    background: rgba(204, 98, 162, .1)
}

.puppy .testimonials {
    background-image: linear-gradient(45deg, #cc62a2 0%, #e4a1c1 100%)
}

.puppy .testimonials h2,
.puppy .testimonials .h2 {
    color: #fff
}

.puppy .article_step_text h4 .number,
.puppy .article_step_text .h4 .number {
    background: linear-gradient(45deg, #cc62a2, #e4a1c1)
}

.puppy .article_step_text h4 .title,
.puppy .article_step_text .h4 .title {
    max-width: calc(100% - 4rem)
}

.puppy .article_section a,
.puppy .product_block a {
    color: #cc62a2
}

.puppy .article_section a.btn-gradiant,
.puppy .article_section a.button-as-link,
.puppy .product_block a.btn-gradiant,
.puppy .product_block a.button-as-link {
    color: #fff
}

.puppy .article_header_image {
    background: linear-gradient(45deg, #332688 0%, #a40e84 100%)
}

.puppy .article_header_image::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#d95ba4), to(rgba(217, 91, 164, 0)));
    background: linear-gradient(180deg, #d95ba4 0%, rgba(217, 91, 164, 0) 100%)
}

.puppy .article_tuto_element_number {
    background-image: linear-gradient(45deg, #cc62a2 0%, #e4a1c1 100%)
}

.puppy .product_tags_element a {
    color: #cc62a2
}

.puppy .section-cta {
    background-image: linear-gradient(315deg, #cc62a2 0%, #e4a1c1 100%)
}

.form-group.inline label {
    display: inline
}

.form-group.inline .conditions-checkbox {
    display: inline;
    position: relative
}

.form-group.inline .conditions-checkbox input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    background: #fff;
    opacity: 1;
    overflow: initial;
    clip: auto;
    top: 18%;
    margin-left: 10px
}

.form-group .form-group_personal {
    margin-top: 25px;
    font-size: 13px
}

#switcher:before {
    background: none
}

#switcher ul:before {
    background: none
}

#switcher .other-countries {
    background: #23313d
}

.clear-both {
    clear: both
}

.select2-container--default .select2-results__group {
    display: none
}

.ezwt-create .select2 {
    display: none
}

.validate-it {
    display: flex
}

.validate-it h3 {
    float: left;
    margin-right: 10px
}

.validate-it input[type="image"] {
    width: 50px;
    margin-top: -6px
}

.legacy input[type="checkbox"] {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin-right: 5px
}

.legacy input[type="radio"] {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin-right: 5px
}

.buy_map_filters_search {
    width: 100%
}

.buy_map_filters_search input[type="text"] {
    max-width: 600px;
    width: 100%
}

.select2-selection__rendered>img {
    display: inline-block;
    vertical-align: middle
}

.breadcrumb_inner div:last-child a::after {
    content: ""
}

@media screen and (max-width:739px) {
    .article_body .attribute-image img {
        margin: auto
    }
}

@media screen and (min-width:980px) {
    .header_nav .nav_link .link.link-level-0 span {
        max-width: 150px;
        text-align: center
    }
}

.messages_body_focus.article_body_focus {
    align-items: center
}

.ctas-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.ctas-container .cta-see-on-map {
    display: flex;
    margin-left: .4rem;
    margin-top: .8rem;
    font-weight: 600;
    text-decoration: underline;
    font-size: .9rem
}

.ctas-container .cta-see-on-map svg {
    width: 1.33rem;
    height: 1.33rem;
    margin-right: 8px
}

@media (max-width:46.24em) {
    .buy_map_container {
        padding-bottom: calc(100% / 1.3)
    }
}

.share-wechat,
.share-weibo,
.share-qq,
.share-copy {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 .46875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer
}

.share-wechat svg,
.share-weibo svg,
.share-qq img,
.share-copy img {
    width: 1.375rem;
    height: 1.375rem
}

.share-wechat {
    background-color: #7bb32e
}

.share-weibo {
    background-color: #df2029
}

.share-qq {
    background-color: #000
}

.share-copy {
    background-color: #2d227c
}

.css-copy {
    opacity: 0;
    color: #000;
    position: absolute;
    top: 120px;
    text-transform: initial
}

.css-copy:target {
    opacity: 1
}

.buy_map_list_element.active {
    border: 2px solid #a40e84;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1)
}

.adaptil-theme .buy_map_list_element.active {
    border: 2px solid #00b9d2
}

.buy_map_list_element.active .element_name {
    color: #a40e84
}

.adaptil-theme .buy_map_list_element.active .element_name {
    color: #00b9d2
}

.buy_map_list_element {
    cursor: pointer
}

.form-group.inline label {
    display: inline
}

.form-group.inline .conditions-checkbox {
    display: inline;
    position: relative
}

.form-group.inline .conditions-checkbox input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    background: #fff;
    opacity: 1;
    overflow: initial;
    clip: auto;
    margin-left: 10px;
    top: 5px
}

.form-group .form-group_personal {
    font-size: 13px;
    margin-top: 50px
}

.form-group_personal p {
    text-align: justify;
    max-width: 31rem
}

@media screen and (max-width:740px) {
    .form-group_personal p {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:740px) {
    .form-group_personal p {
        margin-left: 30%
    }
}

.content-action .form-group_personal {
    clear: both
}

div.conditions-checkbox ~ label {
    padding-left: 2.25rem
}

#testimonials-to-validate {
    padding-top: 100px;
    margin: auto;
    display: flex;
    width: 70%
}

#testimonials-to-validate table {
    width: 100%;
    border-collapse: collapse
}

#testimonials-to-validate table tr td {
    width: 50%;
    border-bottom: .5px solid gray;
    padding: 10px 0
}

#testimonials-to-validate table tr:last-child td {
    border: none
}

.form-group .error-cgu {
    display: flex;
    flex-direction: column-reverse
}

.form-group div.conditions-checkbox {
    order: 1
}

#registerForm .form-group_personal p {
    padding-top: 50px;
    margin-left: 0
}

#registerForm label::before,
#registerForm label::after {
    display: none
}

#registerForm input[type='checkbox'] ~ label {
    display: inline;
    padding-bottom: 15px;
    padding-top: 5px;
    padding-left: 0
}

#registerForm .condition {
    padding-bottom: 25px;
    text-align: justify;
    max-width: 31rem;
    padding-top: 25px
}

#registerForm input[type="checkbox"] {
    display: inline
}

#registerForm .ezcca-user_phone {
    margin-bottom: 15px
}

.footer_links a::after {
    margin: 0 .6rem
}

.h2-title {
    text-transform: none;
    line-height: 40px
}

.txt-center {
    text-align: center
}

.col-md-8.product_video img {
    width: 100%;
    height: auto
}

@media (max-width:739px) {
    .product_video img {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        right: 0;
        width: 100%
    }
}

div#ezwt {
    margin: 0;
    width: 100%;
    position: relative
}

body.floating-wt div#ezwt {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5)
}

body.floating-wt div#ezwt:hover {
    opacity: 1.0
}

div#ezwt-content {
    padding: 4px 70px;
    text-align: center;
    background: transparent url(https://product.cdn.cevaws.com/extension/ezwt/design/standard/images/websitetoolbar/dark_back.png.pagespeed.ce.gu6vaAMaiW.png) repeat left top
}

body.floating-wt div#ezwt-content {
    border-bottom: 1px solid #44484d
}

div#ezwt div.ezwt-actiongroup {
    display: inline-block;
    vertical-align: top;
    padding: 1px 4px;
    border: 4px solid rgba(255, 255, 255, .1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 28px
}

div#ezwt div.ezwt-actiongroup:hover {
    border: 4px solid #567975;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

body.ie6 div#ezwt div.ezwt-actiongroup,
body.ie7 div#ezwt div.ezwt-actiongroup {
    display: inline;
    clear: none
}

div#ezwt-ooaction {
    background-image: url(https://product.cdn.cevaws.com/extension/ezwt/design/standard/images/websitetoolbar/ezwt-oo-logo.png.pagespeed.ce.OlBWd7CB9O.png);
    background-position: 2px 5px;
    background-repeat: no-repeat;
    padding-left: 67px!important
}

div#ezwt-ezlogo {
    position: absolute;
    top: 10px;
    left: 10px
}

div#ezwt-help {
    position: absolute;
    top: 14px;
    right: 15px
}

div#ezwt-help a {
    font-weight: bold;
    color: #b7b7b7;
    padding: 0 2px 0 2px;
    text-decoration: none;
    display: block
}

div#ezwt-help a:hover {
    color: #ffe9bd
}

div#ezwt form {
    margin: 0 auto 0 auto;
    padding: 0;
    display: inline
}

div#ezwt select,
div#ezwt input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .85em
}

div#ezwt select {
    color: #4a5054;
    border: 1px solid #ccd2d6;
    border-color: #abb1b5 #dbe1e5 #dbe1e5 #abb1b5;
    margin: 3px 0 0 0;
    height: 25px;
    vertical-align: top
}

div#ezwt input {
    margin: 1px 0 0 0
}

div#ezwt input.button,
div#ezwt input.defaultbutton,
div#ezwt input.button-disabled {
    color: #b7b7b7;
    vertical-align: top;
    margin: 2px 0 3px 0;
    border: 1px solid #3a3d41;
    -moz-box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    -webkit-box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    text-shadow: none;
    padding: 2px 7px;
    background: transparent
}

div#ezwt input.defaultbutton[name="PublishButton"] {
    background-color: #567975;
    color: #f5f3dd
}

div#ezwt input.button:hover,
div#ezwt input.defaultbutton:hover {
    background-color: rgba(0, 0, 0, .2);
    color: #ffe9bd
}

div#ezwt input.button:active,
div#ezwt input.defaultbutton:active {
    background-color: rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px #000;
    -webkit-box-shadow: inset 0 0 3px #000;
    box-shadow: inset 0 0 3px #000;
    color: #ff8300
}

div#ezwt input.defaultbutton[name="PublishButton"]:hover {
    background-color: #425c59;
    color: #f5f3dd
}

div#ezwt input.ezwt-input-image,
div#ezwt div.ezwt-actiongroup a img {
    margin: 2px 0 -3px 0;
    border: 1px solid #3a3d41;
    -moz-box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    -webkit-box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

div#ezwt input.ezwt-input-image:hover,
div#ezwt div.ezwt-actiongroup a:hover img {
    background-color: rgba(0, 0, 0, .2)
}

div#ezwt input.ezwt-input-image:active,
div#ezwt div.ezwt-actiongroup a:active img {
    background-color: rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px #000;
    -webkit-box-shadow: inset 0 0 3px #000;
    box-shadow: inset 0 0 3px #000
}

div#ezwt .disabled,
div#ezwt input.button-disabled,
div#ezwt input.ezwt-input-image.disabled,
div#ezwt select.disabled {
    background: transparent url(https://product.cdn.cevaws.com/extension/ezwt/design/standard/images/websitetoolbar/diagonal_pattern.png.pagespeed.ce.oAh8mcqV1t.png) repeat center left;
    border-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default
}

table#ezwt-sort-list tr.ezwt-sort-drag-handler {
    cursor: move
}

.hide {
    display: none
}

.float-break {
    height: 1%
}

.float-break:after {
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both
}

div#ezwt {
    z-index: 20
}

body.floating-wt div#ezwt.ezwt-bottom {
    bottom: 0;
    top: auto
}

div#ezwt div.ezwt-actiongroup,
div.ezwt-local div.ezwt-actiongroup {
    padding: 0 11px;
    border: none;
    border-right: 1px gray solid;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-sizing: content-box
}

div#ezwt div.ezwt-actiongroup:hover {
    border: none;
    border-right: 1px gray solid
}

div#ezwt div.ezwt-actiongroup:last-child,
div.ezwt-local div.ezwt-actiongroup:last-child {
    border-right: none
}

div#ezwt div.ezwt-pseudo {
    color: #fff;
    padding-top: 12px;
    height: 30px
}

div#ezwt div.ezwt-actiongroup a,
div#ezwt div.ezwt-actiongroup form,
div.ezwt-local div.ezwt-actiongroup a,
div.ezwt-local div.ezwt-actiongroup form {
    box-sizing: content-box;
    color: inherit
}

div#ezwt input[type="submit"],
div#ezwt input.ezwt-input-image,
div#ezwt div.ezwt-actiongroup a img,
div.ezwt-local input.ezwt-input-image,
div.ezwt-local div.ezwt-actiongroup a img {
    width: 32px;
    height: 32px;
    margin: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline;
    box-sizing: content-box;
    vertical-align: top;
    max-width: none
}

div#ezwt input[type="submit"] {
    width: auto;
    padding: 0 10px;
    border: 1px solid #3a3d41;
    box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    margin: 4px 5px
}

div#ezwt-help {
    top: 10px;
    right: 10px
}

div#website_toolbar_child_container {
    background: #4e5351
}

div#website_toolbar_child_container div.ezwt-local {
    display: inline
}

@media screen and (max-width:800px) {
    div#ezwt,
    div#website_toolbar_child_container {
        display: none
    }
}

#editinline .ezwt-actiongroup {
    display: flex
}

div.legacy div.box-header {
    margin-top: 1.5em;
    text-align: left
}

div.legacy div.box-header * {
    text-align: left
}

div.legacy h1.context-title {
    font-size: 2em;
    font-weight: bold
}

div.legacy h2.context-title {
    font-size: 1.5em;
    font-weight: bold
}

div.legacy div.tab-content {
    height: 20em;
    overflow-y: scroll;
    padding: 1em;
    border: 1px solid #ccc;
    background-color: #f5f5f5
}

div.legacy div.context-block label {
    display: block
}

div.legacy div.context-block div.block {
    margin: .5em 0 .5em 0;
    padding: 0 0 1em 0;
    clear: both
}

#ceva-profiler {
    position: fixed;
    bottom: 5px;
    left: 5px;
    display: block;
    margin: 0;
    padding: .2em;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
    color: #222;
    width: 400px;
    z-index: 9999;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    box-sizing: unset
}

@media screen and (max-width:800px) {
    #ceva-profiler {
        display: none
    }
}

#ceva-profiler .close {
    position: absolute;
    top: 5px;
    right: 5px
}

#ceva-profiler .tabs {
    list-style-type: none;
    margin: 0;
    padding: .2em .2em 0;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #ccc
}

#ceva-profiler .tabs::before,
#ceva-profiler .tabs::after {
    content: "";
    display: table;
    border-collapse: collapse
}

#ceva-profiler .tabs::after {
    clear: both
}

#ceva-profiler .tabs li {
    float: left;
    margin: 1px .2em 0 0;
    padding: 0;
    list-style: none;
    background: #e6e6e6!important;
    border: 1px solid #d3d3d3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 13px
}

#ceva-profiler .tabs li.active {
    margin-bottom: -1px;
    padding-bottom: 1px;
    background: #fff!important;
    border: 1px solid #aaa
}

#ceva-profiler .tabs li a {
    float: left;
    color: #555;
    padding: .5em 1em;
    background: #e6e6e6!important;
    text-decoration: none;
    border: none;
    box-shadow: none;
    text-shadow: none
}

#ceva-profiler .tabs li a:hover {
    background: #dadada
}

#ceva-profiler .tabs li.active a {
    color: #000;
    cursor: text;
    background-color: #fff!important
}

#ceva-profiler .tab {
    clear: both;
    display: none;
    padding: 0 10px
}

#ceva-profiler .hide {
    display: none
}

#ceva-profiler .show {
    display: block
}

#ceva-profiler h2 {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    font-size: 22px
}

#ceva-profiler h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 20px
}

#ceva-profiler .red {
    color: red
}

#ceva-profiler .profiler-display-control {
    position: absolute;
    right: 12px;
    top: 12px
}

#ceva-profiler .profiler-display-control a {
    background: url(https://product.cdn.cevaws.com/extension/ca_cevacommon/design/ceva_portal/images/toolbar/arrow-down.png.pagespeed.ce.72cywbxNzu.png) no-repeat scroll center center;
    display: block;
    width: 20px;
    height: 20px
}

#ceva-profiler.closed .profiler-display-control a {
    background-image: url(https://product.cdn.cevaws.com/extension/ca_cevacommon/design/ceva_portal/images/toolbar/arrow-up.png.pagespeed.ce.9_cLAg6AA5.png)
}

#ceva-profiler.closed {
    width: 25px;
    height: 25px;
    background: #ccc
}

#ceva-profiler.closed .profiler {
    display: none
}

#ceva-profiler.closed .profiler-display-control {
    right: 5px;
    top: 5px
}

.object-left {
    float: left
}

.object-right {
    float: right
}

.content-view-embed .attribute-image figure a {
    display: inline-block
}

.switcher_langue_wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #d3d3d3;
    padding: 18px 10px;
    box-sizing: border-box;
    margin-top: 18px
}

#switcher {
    display: flex;
    width: 200px;
    height: 40px;
    position: relative
}

#switcher img {
    margin: 0 15px
}

.other-countries {
    opacity: 0;
    height: 0;
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    bottom: 50%;
    z-index: -9999;
    cursor: pointer
}

@media (min-width:720px) {
    .other-countries.switcher-split {
        column-count: 2;
        column-gap: 0;
        left: auto;
        right: 0;
        width: 200%
    }
    .other-countries {
        width: 100%
    }
}

#switcher .other-countries a:hover img {
    margin-right: 20px
}

#switcher_button:checked ~ .other-countries {
    bottom: 100%;
    height: auto;
    opacity: 1
}

#switcher li {
    align-items: center;
    display: flex;
    list-style: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box
}

#switcher li a,
#switcher li label {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5em;
    color: #fff;
    width: 100%;
    padding: 7px 8px;
    position: relative;
    cursor: pointer
}

#switcher_button {
    display: none
}

#switcher li label::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: 4px;
    top: 44%;
    border-width: .5rem .38rem 0;
    border-style: solid;
    border-color: #707070 transparent transparent;
    transition: all .4s ease
}

#switcher_button:checked ~ label::before {
    transform: rotate(180deg)
}

.unsubscribe-item {
    position: relative;
    padding-top: 4px;
    margin-top: 8px
}

.unsubscribe-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .1)
}

@charset "UTF-8";
*[class^="Cookie"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

*[class^="Cookie"] ol,
*[class^="Cookie"] ul,
*[class^="Cookie"] li {
    list-style: none;
    margin: 0;
    padding: 0
}

*[class^="Cookie"] blockquote,
*[class^="Cookie"] q {
    quotes: none
}

*[class^="Cookie"] blockquote:before,
*[class^="Cookie"] blockquote:after,
*[class^="Cookie"] q:before,
*[class^="Cookie"] q:after {
    content: '';
    content: none
}

*[class^="Cookie"] table {
    border-collapse: collapse;
    border-spacing: 0
}

footer[class^="Cookie"],
header[class^="Cookie"],
section[class^="Cookie"] {
    display: block
}

.CookieBanner.hidden,
.CookieOverlay.hidden {
    opacity: 0;
    visibility: hidden
}

div.CookieBanner {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    font-size: .875rem;
    color: #444;
    padding: 1em 0;
    box-sizing: border-box;
    background-color: #2695cc;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, .2)
}

@media screen and (max-width:1024px) {
    div.CookieBanner {
        padding: 1em
    }
}

@media screen and (max-width:640px) {
    div.CookieBanner {
        right: 0;
        left: 0
    }
}

div.CookieBanner-inner {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
    color: #fff
}

@media screen and (max-width:1024px) {
    div.CookieBanner-inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    div.CookieBanner-text {
        margin-right: 0;
        margin-bottom: 20px
    }
}

div.CookieBanner-text {
    text-align: center
}

div.CookieBanner-title {
    line-height: 1.5
}

p.CookieBanner-info {
    text-align: center;
    line-height: 1.2;
    margin-top: 10px
}

p.CookieBanner-info a {
    text-decoration: underline
}

p.CookieBanner-info a:hover {
    text-decoration: none
}

div.CookieBanner-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

button.CookieBtn {
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 5em;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    padding: .5em 1em;
    border: 0;
    border-radius: 4px;
    background-color: transparent;
    transition: color .3s, background-color .3s;
    cursor: pointer;
    margin: 0 10px;
    text-decoration: underline
}

button.CookieBtn:hover,
button.CookieBtn:focus {
    color: #fff;
    text-decoration: none
}

button.CookieBtn.is-alt {
    text-decoration: underline;
    color: #fff;
    background-color: transparent
}

button.CookieBtn.is-alt:hover,
button.CookieBtn.is-alt:focus {
    text-decoration: none
}

button.CookieBtn:first-child {
    margin-right: 0
}

@media screen and (max-width:640px) {
    button.CookieBtn {
        margin: 0
    }
}

section.CookieModal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 520px;
    max-height: 65vh;
    color: #444;
    background-color: #fff;
    border-radius: 4px
}

section.CookieModal.hidden {
    visibility: hidden;
    opacity: 0
}

@media screen and (max-width:640px) {
    section.CookieModal {
        height: 100%;
        max-height: initial;
        max-width: 100%
    }
    div.CookieModal-content {
        margin-bottom: 200px
    }
}

div.CookieModal-inner {
    position: relative;
    padding: 1.5em;
    overflow-y: auto
}

div.CookieModal-inner a {
    color: inherit;
    text-decoration: underline
}

div.CookieModal-inner a:hover,
div.CookieModal-inner a:focus {
    text-decoration: none
}

div.CookieModal-inner p {
    line-height: 1.3;
    margin-bottom: 1em
}

button.CookieModal-close {
    position: absolute;
    z-index: 1000;
    top: 1em;
    right: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    text-decoration: underline;
    color: #444;
    background-color: transparent;
    border: none;
    cursor: pointer
}

button.CookieModal-close:hover,
button.CookieModal-close:focus {
    text-decoration: none
}

button.CookieModal-close svg {
    height: 1.5em;
    width: 1.5em;
    margin-right: 10px;
    fill: #444
}

header.CookieModal-header {
    padding: 1.5em 0;
    position: relative
}

@media screen and (max-width:640px) {
    header.CookieModal-header {
        top: 10px
    }
}

header.CookieModal-header div.CookieModal-title {
    margin-bottom: 1em
}

div.CookieModal-title {
    color: #0a0a0a;
    font-size: 1.14286em;
    line-height: 1.37143em;
    font-weight: 700
}

@media screen and (max-width:640px) {
    div.CookieModal-title {
        font-size: 1em;
        line-height: 1.2em
    }
}

li.CookieParam {
    margin-bottom: 2em
}

li.CookieParam::before {
    content: none
}

div.CookieParam-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .5em 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1em
}

div.CookieParam-title {
    color: #0a0a0a;
    font-weight: 700
}

@media screen and (max-width:640px) {
    div.CookieParam-title {
        font-size: .85em;
        line-height: 1.2em
    }
}

footer.CookieModal-actions {
    padding: 1em;
    margin-top: auto;
    text-align: center;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, .2)
}

div.CookieCheck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

div.CookieCheck-statut {
    margin-right: 1em;
    -ms-flex-order: -1;
    order: -1;
    transition: color .3s
}

div.CookieCheck-statut.is-active {
    color: #2695cc
}

input.CookieCheck-input:not(:checked),
input.CookieCheck-input:checked {
    position: absolute;
    left: -9999px
}

label.CookieCheck-label {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 20px;
    border-radius: 3em;
    background-color: #707070;
    cursor: pointer;
    transition: background-color .3s
}

label.CookieCheck-label:hover::before {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2)
}

input.CookieCheck-input:not(:checked) + label.CookieCheck-label::before,
input.CookieCheck-input:checked + label.CookieCheck-label::before {
    transform: translateX(-10px);
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    top: auto;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #707070;
    transition: transform .3s, border-color .3s, box-shadow .3s
}

input.CookieCheck-input:not(:checked) + label.CookieCheck-label::after,
input.CookieCheck-input:checked + label.CookieCheck-label::after {
    content: none
}

input.CookieCheck-input:not(:checked):focus + label.CookieCheck-label::before,
input.CookieCheck-input:checked:focus + label.CookieCheck-label::before {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2)
}

input.CookieCheck-input:checked+label.CookieCheck-label {
    background-color: #067d54
}

input.CookieCheck-input:checked+label.CookieCheck-label::before {
    border-color: #2695cc;
    transform: translateX(10px)
}

label.CookieCheck-label input.CookieCheck-input:checked ~ div.CookieCheck-statut {
    color: #2695cc
}

button.CookieToogle-btn {
    display: -ms-flexbox;
    display: flex;
    text-decoration: underline;
    font-size: inherit;
    color: inherit;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    width: auto
}

button.CookieToogle-btn:hover,
button.CookieToogle-btn:focus {
    text-decoration: none;
    outline: none
}

button.CookieToogle-btn svg {
    display: block;
    height: 1.2em;
    width: 1.2em;
    margin-left: .5em;
    fill: #444;
    transition: transform .3s;
    transform: rotate(0deg)
}

button.CookieToogle-btn.is-toggle svg {
    transform: rotate(180deg)
}

div.CookieToogle-content {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition-delay: 2s, 0s, 0s;
    transition: visibility .3s, max-height .3s, opacity .3s
}

div.CookieToogle-content[aria-hidden="false"] {
    margin-top: 1em;
    overflow: hidden;
    opacity: 1;
    max-height: 999em;
    visibility: visible;
    transition-delay: 0s
}

div.CookieToogle-content span {
    font-weight: 700
}

div.CookieToogle-content li {
    margin-bottom: 1em;
    line-height: 1.3;
    list-style: disc;
    list-style-position: inside
}

div.CookieOverlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5)
}

div.CookieOverlay.hidden {
    opacity: 0;
    visibility: hidden
}

.CookieModal button.CookieBtn {
    background-color: #2695cc;
    text-decoration: none
}

.CookieModal input.CookieCheck-input:checked+label.CookieCheck-label {
    background-color: #2695cc
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

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

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(https://product.cdn.cevaws.com/bundles/cevafeliway2017common/css/images/ui-icons_444444_256x240.png.pagespeed.ce.qmw_s77Zs9.png)
}

.ui-widget-header .ui-icon {
    background-image: url(https://product.cdn.cevaws.com/bundles/cevafeliway2017common/css/images/ui-icons_444444_256x240.png.pagespeed.ce.qmw_s77Zs9.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url(https://product.cdn.cevaws.com/bundles/cevafeliway2017common/css/images/ui-icons_555555_256x240.png.pagespeed.ce.DdvQYkwD3L.png)
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(https://product.cdn.cevaws.com/bundles/cevafeliway2017common/css/images/ui-icons_ffffff_256x240.png.pagespeed.ce.-iqETv8-OQ.png)
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url(https://product.cdn.cevaws.com/bundles/cevafeliway2017common/css/images/ui-icons_777620_256x240.png.pagespeed.ce.hFtzAvfzxT.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(https://product.cdn.cevaws.com/bundles/cevafeliway2017common/css/images/ui-icons_cc0000_256x240.png.pagespeed.ce.DjEDCmJK6x.png)
}

.ui-button .ui-icon {
    background-image: url(https://product.cdn.cevaws.com/bundles/cevafeliway2017common/css/images/ui-icons_777777_256x240.png.pagespeed.ce.R5BqTMiX0e.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .003;
    filter: Alpha(Opacity=.3)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

div#ezwt input.ezwt-input-image,
div#ezwt div.ezwt-actiongroup a img {
    display: inline;
    float: left;
    width: 32px;
    height: 32px
}

.website_toolbar_child_container {
    padding: 0;
    margin: 0
}

.website_toolbar_child_container form {
    margin: 0 auto;
    padding: 0;
    display: inline
}

.website_toolbar_child_container input[type="image"],
.website_toolbar_child_container a img {
    display: inline;
    float: left;
    width: 32px;
    height: 32px;
    margin: 2px 0 -3px;
    border: 1px solid #3a3d41;
    box-shadow: 1px 1px #6f6e6b inset, 1px 1px #6f6e6b;
    padding: 5px;
    border-radius: 3px
}

.legacy .border-box table h2 {
    margin: 0;
    text-align: left;
    font-size: 14px
}

.ui-dialog .ui-dialog-content {
    display: block!important
}

.ui-widget-content {
    border: 1px solid #342985
}

.ui-widget-header {
    border: 1px solid #342985;
    background: #342985;
    color: #fff;
    font-weight: bold
}