html,
body,
div,
span,
applet,
object,
iframe {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}
section ol,
section ul {
    /*list-style: inside;*/
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

.corporate-red {
    color:#e30613!important;
}

.cta-link {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 17px;
    display: flex;
    height: 30px;
    transition: background-color ease-in-out .3s, border-color ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #323338;
    border: 2px solid #323338;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cta-link:hover {
    color: #fff;
    background-color: #323338;
}

@media screen and (min-width: 768px) {
    .cta-link {
        font-size: 12px;
        line-height: 19px;
        display: inline-flex;
        height: 35px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    .cta-link {
        font-size: 13px;
        line-height: 20px;
    }
}

.ct{
    text-align:center
}

@font-face {
    font-family: 'poppinsbold';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'poppinslight';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'), url('../fonts/poppins-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'poppinsmedium';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.woff') format('woff');
}

@font-face {
    font-family: 'poppinsregular';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'poppinssemibold';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
}
.center-y {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.reveal-loaded .reveal {
    opacity: 0.5;
}

.reveal-loaded .reveal.up {
    transform: translateY(30px);
}

.reveal-loaded .reveal.left {
    transform: translateX(30px);
}

.reveal-loaded .reveal.right {
    transform: translateX(-30px);
}

.reveal-loaded .reveal-visible {
    transition: .6s ease-in-out;
    opacity: 1;
}

.reveal-loaded .reveal-visible.up,
.reveal-loaded .reveal-visible.left,
.reveal-loaded .reveal-visible.right {
    transform: none;
}

.reveal-loaded .reveal-visible-1 {
    transition-delay: .1s;
}

.reveal-loaded .reveal-visible-2 {
    transition-delay: .2s;
}

.reveal-loaded .reveal-visible-3 {
    transition-delay: .3s;
}

.reveal-loaded .reveal-visible-4 {
    transition-delay: .4s;
}

.reveal-loaded .reveal-visible-5 {
    transition-delay: .5s;
}

.reveal-loaded .reveal-visible-6 {
    transition-delay: .6s;
}

.reveal-loaded .reveal-visible-7 {
    transition-delay: .7s;
}

.reveal-loaded .reveal-visible-8 {
    transition-delay: .8s;
}

@media screen and (min-width: 320px) {
    body {
        content: 'xs';
    }
}

@media screen and (min-width: 768px) {
    body {
        content: 'sm';
    }
}

@media screen and (min-width: 1200px) {
    body {
        content: 'md';
    }
}

@media screen and (min-width: 1600px) {
    body {
        content: 'lg';
    }
}

.breadcrumbs-list {
    display: flex;
}

.breadcrumbs-item,
.breadcrumbs-link {
    font-size: 11px;
    line-height: 18px;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .breadcrumbs-item,
    .breadcrumbs-link {
        font-size: 12px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1200px) {
    .breadcrumbs-item,
    .breadcrumbs-link {
        font-size: 13px;
        line-height: 24px;
    }
}

.breadcrumbs-link {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    transition: color ease-in-out .3s;
}

.breadcrumbs-link:after {
    line-height: 1em;
    position: absolute;
    top: 50%;
    right: 4px;
    content: '>';
    transform: translateY(-50%);
}

.breadcrumbs-link:hover {
    color: #e2001a;
}

.country-list {
    font-family: 'poppinssemibold';
}

@media screen and (min-width: 1200px) {
    .country-list {
        display: flex;
    }
}

@media screen and (min-width: 1200px) {
    .country-column {
        max-width: 33.33333%;
        padding: 0 30px;
        flex: 0 0 33.33333%;
    }
}

.country-group {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .country-group {
        margin-top: 45px;
    }
}

.country-group-name {
    font-size: 16px;
    line-height: 1.1em;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .country-group-name {
        font-size: 22px;
    }
}

.country-group-list {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .country-group-list {
        margin-top: 15px;
    }
}

.country-group-list ul li {
    margin-top: 5px;
}

.country-group-list ul li a {
    font-size: 16px;
    line-height: 23px;
    display: inline-flex;
    padding-right: 18px;
    transition: color ease-in-out .2s, background ease-in-out .2s;
    text-decoration: none;
    color: #323338;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiMzMjMzMzgiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: center right 3px;
    background-size: 6px 8px;
}

.country-group-list ul li a:hover {
    color: #e2001a;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-position: center right;
}

@media screen and (min-width: 768px) {
    .cover {
        height: calc(100vh - 35px - 80px);
        height: calc((var(--vh, 1vh) * 100) - 35px - 80px);
    }
}

@media screen and (min-width: 1200px) {
    .cover {
        height: calc(100vh - 40px - 100px);
    }
}

@media screen and (min-width: 768px) {
    .cover-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

.cover-top {
    position: relative;
    height: calc(100vh - 35px - 70px);
    height: calc((var(--vh, 1vh) * 100) - 35px - 70px);
}

@media screen and (min-width: 768px) {
    .cover-top {
        height: 100%;/*fit-content;*/
        flex: 1 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .cover-bottom {
        flex: 0 0 auto;
    }
}

.cover .visual {
    position: relative;
    height: 100%;
    background-color: #eaeaeb;
}

.cover .visual-images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.cover .visual-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    height: 101%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
    .cover .visual-image {
        width: 101%;
        height: auto;
    }
}

.cover .content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 66.66667%;
    padding: 20px 0;
    justify-content: flex-end;
}

@media screen and (min-width: 768px) {
    .cover .content {
        padding: 50px 0;
    }
}

@media screen and (min-width: 1200px) {
    .cover .content {
        height: 90%;
    }
}

.cover .content:before {
    position: absolute;
    z-index: 1; /*0*/
    top: 0;
    right: 0;
    bottom: -100vh;
    left: 0;
    content: '';
    transform: skewY(30deg);
    transform-origin: top left;
    opacity: .75;
    background-color: #e2001a;
}

.cover .content-title,
.cover .content-description,
.cover .content-cta {
    z-index: 1;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .cover .content-title,
    .cover .content-description,
    .cover .content-cta {
        padding: 0 40px;
    }
}

@media screen and (min-width: 1600px) {
    .cover .content-title,
    .cover .content-description,
    .cover .content-cta {
        padding: 0 100px;
    }
}

.cover .content-title,
.cover .content-description {
    position: relative;
    max-width: 75%;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .cover .content-title,
    .cover .content-description {
        max-width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    .cover .content-title,
    .cover .content-description {
        max-width: 40%;
    }
}

.cover .content-description,
.cover .content-cta {
    margin-top: 20px;
}

@media screen and (min-width: 1200px) {
    .cover .content-description,
    .cover .content-cta {
        margin-top: 30px;
    }
}

.cover .content-title h1 {
    font-family: 'poppinslight';
    font-size: 35px;
    line-height: 38px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .cover .content-title h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media screen and (min-width: 1600px) {
    .cover .content-title h1 {
        font-size: 72px;
        line-height: 72px;
    }
}

.cover .content-title h1 strong {
    font-family: 'poppinssemibold';
    color: #fff;
}

.cover .content-description p {
    font-size: 16px;
    line-height: 22px;
}

@media screen and (min-width: 768px) {
    .cover .content-description p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1600px) {
    .cover .content-description p {
        font-size: 20px;
        line-height: 30px;
    }
}

.cover .content-cta a {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 17px;
    display: flex;
    height: 30px;
    transition: background-color ease-in-out .3s, border-color ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
}

.cover .content-cta a:hover {
    color: #e2001a;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .cover .content-cta a {
        font-size: 12px;
        line-height: 19px;
        display: inline-flex;
        height: 35px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    .cover .content-cta a {
        font-size: 13px;
        line-height: 20px;
    }
}

.cover-bottom .visitor-type {
    padding: 30px 20px;
}

@media screen and (min-width: 768px) {
    .cover-bottom .visitor-type {
        padding: 40px;
    }
}

.cover-bottom .visitor-type-wrapper {
    display: flex;
}

@media screen and (min-width: 768px) {
    .cover-bottom .visitor-type-wrapper {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1200px) {
    .cover-bottom .visitor-type-wrapper {
        max-width: 1100px;
        margin: 0 auto;
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 1600px) {
    .cover-bottom .visitor-type-wrapper {
        max-width: 1290px;
    }
}

.cover-bottom .visitor-type-label,
.cover-bottom .visitor-type-options {
    max-width: 50%;
    flex: 0 0 50%;
}

@media screen and (min-width: 768px) {
    .cover-bottom .visitor-type-label {
        max-width: auto;
        flex: 0 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .cover-bottom .visitor-type-label {
        flex: 1 0 auto;
    }
}

.cover-bottom .visitor-type-label p {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    color: #65666a;
}

@media screen and (min-width: 1200px) {
    .cover-bottom .visitor-type-label p {
        font-size: 16px;
        line-height: 45px;
        height: 45px;
    }
}

@media screen and (min-width: 768px) {
    .cover-bottom .visitor-type-options {
        display: flex;
        max-width: 100%;
        margin: 10px -10px 0;
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 1200px) {
    .cover-bottom .visitor-type-options {
        margin: 0 -10px;
        flex: 0 0 85%;
    }
}

@media screen and (min-width: 768px) {
    .cover-bottom .visitor-type-option {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

.cover-bottom .visitor-type-link {
    font-family: 'poppinssemibold';
    font-size: 14px;
    line-height: 1em;
    display: inline-flex;
    display: flex;
    height: 36px;
    padding-right: 15px;
    cursor: pointer;
    transition: background-position ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    color: #65666a;
    border: 0;
    border-bottom: 1px solid #cccccd;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiM2NTY2NmEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 6px 8px;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .cover-bottom .visitor-type-link {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }
}

.cover-bottom .visitor-type-link:hover {
    color: #e2001a;
    background-position: right 0 center;
}

@media screen and (min-width: 768px) {
    .cover-bottom .visitor-type-link {
        margin: 0 10px;
    }
}

.cover-bottom .visitor-type-link:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
}

.feed-us-title {
    font-family: 'poppinssemibold';
    font-size: 12px;
    line-height: 16px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .feed-us-title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .feed-us-title {
        font-size: 20px;
        line-height: 24px;
    }
}

.feed-us-list {
    display: flex;
    margin-top: 15px;
    margin-right: -4px;
    margin-left: -4px;
}

@media screen and (min-width: 1200px) {
    .feed-us-list {
        margin-top: 20px;
    }
}

.feed-us-item {
    padding: 0 4px;
}

.feed-us-link {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 1200px) {
    .feed-us-link {
        width: 35px;
        height: 35px;
    }
}

.feed-us-link.linkedin {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0xOC41NzYgMEgyLjAxNEMxLjIyMyAwIC41OC42NDUuNTggMS40NDJ2MTcuMTE1QTEuNDQgMS40NCAwIDAwMi4wMTQgMjBoMTYuNTYyYy43OTMgMCAxLjQzNy0uNjQ3IDEuNDM3LTEuNDQzVjEuNDQyQTEuNDQgMS40NCAwIDAwMTguNTc2IDAiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zLjQxNCA3LjcyNWgyLjg4NXY5LjU0NEgzLjQxNHptMS40NDMtNC43NDRjLjkyMyAwIDEuNjcyLjc3MSAxLjY3MiAxLjcyIDAgLjk1LS43NSAxLjcyLTEuNjcyIDEuNzItLjkyNSAwLTEuNjcyLS43Ny0xLjY3Mi0xLjcyeiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTguMTA3IDcuNzI2aDIuNzYzVjkuMDNoLjA0Yy4zODQtLjc1IDEuMzI0LTEuNTQxIDIuNzI3LTEuNTQxIDIuOTE4IDAgMy40NTggMS45NzYgMy40NTggNC41NDZ2NS4yMzRoLTIuODgzdi00LjY0YzAtMS4xMDctLjAxOC0yLjUzMS0xLjQ5Ny0yLjUzMS0xLjUgMC0xLjcyOSAxLjIwNS0xLjcyOSAyLjQ1MXY0LjcySDguMTA3eiIvPgogIDwvZz4KPC9zdmc+Cg==');
}

.feed-us-link.facebook {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0xOC41MDggMjBjLjU5MiAwIDEuMDcyLS40OTQgMS4wNzItMS4xMDRWMS4xMDRDMTkuNTguNDk1IDE5LjEgMCAxOC41MDggMEgxLjIzQy42MzkgMCAuMTYuNDk1LjE2IDEuMTA0djE3Ljc5MkMuMTYgMTkuNTA2LjYzOSAyMCAxLjIzIDIweiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTEzLjU1OSAyMHYtNy43NDVoMi41MjVsLjM3Ny0zLjAxOGgtMi45MDJWNy4zMDljMC0uODczLjIzNS0xLjQ2OSAxLjQ1My0xLjQ2OWwxLjU1MS0uMDAxVjMuMTRhMjAuMDk2IDIwLjA5NiAwIDAwLTIuMjYyLS4xMTljLTIuMjM3IDAtMy43NjggMS40MDctMy43NjggMy45OXYyLjIyNkg4LjAwMnYzLjAxOGgyLjUzMVYyMHoiLz4KICA8L2c+Cjwvc3ZnPgo=');
}

.feed-us-link.youtube {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0xOC45MjggMjBDMTkuNTIgMjAgMjAgMTkuNTA2IDIwIDE4Ljg5NlYxLjEwNEMyMCAuNDk1IDE5LjUyIDAgMTguOTI4IDBIMS42NUMxLjA1OSAwIC41OC40OTUuNTggMS4xMDR2MTcuNzkyYzAgLjYxLjQ3OSAxLjEwNCAxLjA3IDEuMTA0eiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE3LjU0MyA2LjM5MWExLjkgMS45IDAgMDAtMS4zMzktMS4zNDdjLTEuMTgtLjMxOS01LjkxNS0uMzE5LTUuOTE1LS4zMTlzLTQuNzM0IDAtNS45MTUuMzJBMS45IDEuOSAwIDAwMy4wMzYgNi4zOWMtLjMxNiAxLjE5LS4zMTYgMy42Ny0uMzE2IDMuNjdzMCAyLjQ4LjMxNiAzLjY2N2ExLjkwNCAxLjkwNCAwIDAwMS4zMzggMS4zNDhjMS4xODEuMzE4IDUuOTE1LjMxOCA1LjkxNS4zMThzNC43MzUgMCA1LjkxNS0uMzE4YTEuOTAzIDEuOTAzIDAgMDAxLjM0LTEuMzQ4Yy4zMTUtMS4xODguMzE1LTMuNjY3LjMxNS0zLjY2N3MwLTIuNDgtLjMxNi0zLjY2OCIvPgogICAgPHBhdGggZmlsbD0iI2UyMDAxYSIgZD0iTTguNzQxIDEyLjMxbDMuOTU3LTIuMjUxLTMuOTU3LTIuMjUxeiIvPgogIDwvZz4KPC9zdmc+Cg==');
}

.feed-us-link.instagram {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0xOC45MjggMjBDMTkuNTIgMjAgMjAgMTkuNTA2IDIwIDE4Ljg5NlYxLjEwNEMyMCAuNDk1IDE5LjUyIDAgMTguOTI4IDBIMS42NUMxLjA1OSAwIC41OC40OTUuNTggMS4xMDR2MTcuNzkyYzAgLjYxLjQ3OSAxLjEwNCAxLjA3IDEuMTA0eiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE3LjUwNyAxMy40MzhhMy45OTUgMy45OTUgMCAwMS0zLjk5NSAzLjk5NUg3LjA2OGEzLjk5NSAzLjk5NSAwIDAxLTMuOTk1LTMuOTk1VjYuNTYxYTMuOTk1IDMuOTk1IDAgMDEzLjk5NS0zLjk5NGg2LjQ0NGEzLjk5NCAzLjk5NCAwIDAxMy45OTUgMy45OTR6Ii8+CiAgICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBzdHJva2U9IiNlMjAwMWEiIHN0cm9rZS1taXRlcmxpbWl0PSIyMCIgc3Ryb2tlLXdpZHRoPSIxLjA4IiBkPSJNMTQuMDEzIDkuOTc4Yy0uMDQ1IDIuMDU2LTEuNjY3IDMuNzIzLTMuNzIzIDMuNzIzYTMuNzIzIDMuNzIzIDAgMDEtMy43MjMtMy43MjNjMC0yLjA1NiAxLjY2OC0zLjc4MyAzLjcyMy0zLjcyMyAyLjUwNC4wNzMgMy43NjggMS42NzQgMy43MjMgMy43MjN6Ii8+CiAgPC9nPgo8L3N2Zz4K');
}

.feed-us-link.twitter {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGc+CiAgICA8cGF0aCBkPSJNMTguNTA4IDIwYy41OTIgMCAxLjA3Mi0uNDk0IDEuMDcyLTEuMTA0VjEuMTA0QzE5LjU4LjQ5NSAxOS4xIDAgMTguNTA4IDBIMS4yM0MuNjM5IDAgLjE2LjQ5NS4xNiAxLjEwNHYxNy43OTJDLjE2IDE5LjUwNi42MzkgMjAgMS4yMyAyMHoiIHN0eWxlPSJmaWxsOiByZ2IoMjI2LCAwLCAyNik7Ii8+CiAgICA8cGF0aCBpZD0icGF0aDM2MTEiIHN0eWxlPSJmaWxsLW9wYWNpdHk6IDE7IGZpbGwtcnVsZTogbm9uemVybzsgc3Ryb2tlOiBub25lOyBmaWxsOiByZ2IoMjU1LCAyNTUsIDI1NSk7IiBkPSJNIDcuMTAzIDE3LjE5MSBDIDEyLjc2MyAxNy4xOTEgMTUuODU5IDExLjQyMSAxNS44NTkgNi40MTcgQyAxNS44NTkgNi4yNTMgMTUuODU1IDYuMDkgMTUuODQ5IDUuOTI3IEMgMTYuNDUxIDUuMzkzIDE2Ljk3MyA0LjcyNiAxNy4zODUgMy45NjcgQyAxNi44MzQgNC4yNjggMTYuMjM5IDQuNDcxIDE1LjYxNyA0LjU2MyBDIDE2LjI1MyA0LjA5NCAxNi43NCAzLjM1MiAxNi45NzEgMi40NjggQyAxNi4zNzYgMi45MDIgMTUuNzE4IDMuMjE3IDE1LjAxNyAzLjM4NyBDIDE0LjQ1NCAyLjY1MSAxMy42NTYgMi4xOTEgMTIuNzcxIDIuMTkxIEMgMTEuMDcgMi4xOTEgOS42OTIgMy44ODcgOS42OTIgNS45NzcgQyA5LjY5MiA2LjI3NSA5LjcyIDYuNTYzIDkuNzczIDYuODQxIEMgNy4yMTUgNi42ODIgNC45NDYgNS4xNzYgMy40MjkgMi44ODQgQyAzLjE2NSAzLjQ0NCAzLjAxMyA0LjA5NCAzLjAxMyA0Ljc4NyBDIDMuMDEzIDYuMTAxIDMuNTU1IDcuMjYxIDQuMzgyIDcuOTQgQyAzLjg3OCA3LjkyIDMuNDAzIDcuNzUgMi45ODkgNy40NjYgQyAyLjk4NyA3LjQ4MiAyLjk4NyA3LjQ5NyAyLjk4NyA3LjUxNCBDIDIuOTg3IDkuMzQ4IDQuMDQ4IDEwLjg4IDUuNDU2IDExLjIyNiBDIDUuMTk4IDExLjMxMyA0LjkyNiAxMS4zNiA0LjY0NCAxMS4zNiBDIDQuNDQ4IDExLjM2IDQuMjU0IDExLjMzNiA0LjA2NyAxMS4yOTIgQyA0LjQ1OSAxMi43OTYgNS41OTUgMTMuODkxIDYuOTQxIDEzLjkyMiBDIDUuODg4IDE0LjkzNyA0LjU2MiAxNS41NDMgMy4xMiAxNS41NDMgQyAyLjg3MSAxNS41NDMgMi42MjUgMTUuNTI1IDIuMzg1IDE1LjQ5IEMgMy43NDYgMTYuNTY0IDUuMzY0IDE3LjE5MSA3LjEwMyAxNy4xOTEiLz4KICA8L2c+Cjwvc3ZnPg==');
}

.footer-container {
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .footer-container {
        padding: 0 40px;
    }
}

@media screen and (min-width: 1200px) {
    .footer-container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (min-width: 1600px) {
    .footer-container {
        max-width: 1290px;
    }
}

.footer-top,
.footer-bottom {
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .footer-top,
    .footer-bottom {
        padding: 70px 0;
    }
}

@media screen and (min-width: 1200px) {
    .footer-top,
    .footer-bottom {
        padding: 50px 0;
    }
}

.footer-top {
    background-color: #98999b;
}

@media screen and (min-width: 1200px) {
    .footer-top .footer-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (min-width: 1200px) {
    .footer-top-left {
        max-width: 83.33333%;
        flex: 0 0 83.33333%;
    }
}

@media screen and (min-width: 1600px) {
    .footer-top-left {
        max-width: 66.66667%;
        flex: 0 0 66.66667%;
    }
}

.footer-top-left-title h2,
.footer-top-left-description p {
    color: #fff;
}

.footer-top-left-title h2 {
    font-family: 'poppinssemibold';
    font-size: 18px;
    line-height: 23px;
}

@media screen and (min-width: 768px) {
    .footer-top-left-title h2 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (min-width: 1600px) {
    .footer-top-left-title h2 {
        font-size: 26px;
        line-height: 32px;
    }
}

.footer-top-left-description {
    margin-top: 15px;
}

.footer-top-left-description p {
    font-size: 12px;
    line-height: 18px;
}

@media screen and (min-width: 768px) {
    .footer-top-left-description p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .footer-top-left-description p {
        font-size: 16px;
        line-height: 24px;
    }
}

.footer-top-right-cta {
    margin-top: 20px;
}

.footer-top-right-link {
    font-family: 'poppinssemibold';
    font-size: 11px;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    height: 30px;
    height: 45px;
    transition: background-color ease-in-out .3s, border-color ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    text-transform: none;
    color: #323338;
    border: 2px solid #323338;
    border-color: #fff;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.footer-top-right-link:hover {
    color: #fff;
    background-color: #323338;
}

@media screen and (min-width: 768px) {
    .footer-top-right-link {
        font-size: 12px;
        line-height: 19px;
        display: inline-flex;
        height: 35px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    .footer-top-right-link {
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (min-width: 768px) {
    .footer-top-right-link {
        font-size: 15px;
        height: 55px;
    }
}

@media screen and (min-width: 1600px) {
    .footer-top-right-link {
        font-size: 18px;
        height: 60px;
    }
}

.footer-top-right-link:hover {
    border-color: #323338;
}

.footer-bottom {
    padding-bottom: 0;
    color: #fff;
    background-color: #323338;
}

@media screen and (min-width: 768px) {
    .footer-bottom-content {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .footer-bottom-left {
        max-width: 28%;
        flex: 0 0 28%;
    }
}

@media screen and (min-width: 1200px) {
    .footer-bottom-left {
        max-width: 28%;
        flex: 0 0 28%;
    }
}

.footer-bottom-right {
    margin-top: 24px;
    display: flex;
}

@media screen and (min-width: 768px) {
    .footer-bottom-right {
        max-width: 62.5%;
        margin-top: 0;
        flex: 0 0 62.5%;
    }
}

@media screen and (min-width: 1200px) {
    .footer-bottom-right {
        max-width: 72%;
        flex: 0 0 72%;
    }
}

@media screen and (min-width: 1200px) {
    .footer-bottom-about {
        padding-right: 16px;
    }
}

.footer-bottom-about-logo {
    width: 81px;
    height: 32px;
}

.footer-bottom-about-logo a {
    display: block;
    height: 100%;
    transition: opacity ease-in-out .3s;
    opacity: 1;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MSIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDgxIDMyIj48cGF0aCBkPSJNLjI5LDMxLjcxSDUuMTZsNC40OC02LjlIMTd2Ni45Mmg0LjU3VjYuNDRIMTYuNzFaTTE3LDIwLjVIMTIuNDRMMTcsMTMuNDNaIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTI3LDYuNDFIMjIuMzFWMzEuNzNoMTIuMVYyN0gyN1oiIHN0eWxlPSJmaWxsOiNmZmYiLz48cGF0aCBkPSJNNDYuNTIsNi40MVYyMS4yNWMwLDEuODQuNzYsNS44MS0zLjc4LDUuODFzLTMuODctMy44OC0zLjg3LTUuODFWNi40MUgzNC4wNVYyMS42N2MwLDUuMzgsMi4zMiwxMC4wNiw4LjYsMTAuMDZzOC41OS00LjY4LDguNTktMTAuMDZWNi40MVoiIHN0eWxlPSJmaWxsOiNmZmYiLz48cGF0aCBkPSJNODAuNzEsMzEuNzIsNzIuMjksMTkuNDgsODAuMzksNy43aC0xMGwtOCwxMS41MVYuNTNINTMuNVYzMS43Mmg4LjgxVjE5Ljk0bDcuOTQsMTEuNzhaIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTY2LjY2LDQuOTFhMi4zMiwyLjMyLDAsMSwwLTIuMzMtMi4zMmgwQTIuMzMsMi4zMywwLDAsMCw2Ni42Niw0LjkxWm0wLTQuMzVhMiwyLDAsMSwxLTIsMmgwYTIsMiwwLDAsMSwyLTJaIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTY2LjE1LDIuNzNoLjMyYS4zOC4zOCwwLDAsMSwuMTUsMGwuMTMsMCwuMTQuMTQuMTkuMjkuMjguNDNoLjM1bC0uMzctLjU3YTEuNDQsMS40NCwwLDAsMC0uMjItLjI3LjU5LjU5LDAsMCwwLS4xNy0uMS43Mi43MiwwLDAsMCwuNDQtLjIuNTEuNTEsMCwwLDAsLjE1LS4zNy41Ni41NiwwLDAsMC0uMDktLjMxLjQ1LjQ1LDAsMCwwLS4yMy0uMiwxLjIyLDEuMjIsMCwwLDAtLjQyLS4wNmgtLjkyVjMuNjVoLjI3Wm0wLS45M2guNjZhLjQ4LjQ4LDAsMCwxLC4zMy4xLjMyLjMyLDAsMCwxLC4xMS4yNC40MS40MSwwLDAsMSwwLC4xOS4zLjMsMCwwLDEtLjE3LjEyLjcuNywwLDAsMS0uMjksMGgtLjU5WiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
}

.footer-bottom-about-logo a:hover {
    opacity: .8;
}

.footer-bottom-about-contact {
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin-top: 20px;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .footer-bottom-about-contact {
        font-size: 14px;
        line-height: 20px;
        display: block;
    }
}

@media screen and (min-width: 1600px) {
    .footer-bottom-about-contact {
        font-size: 16px;
        line-height: 24px;
    }
}

.footer-bottom-about-address,
.footer-bottom-about-phone-fax {
    max-width: 50%;
    flex: 0 0 50%;
}

.footer-bottom-about-address a,
.footer-bottom-about-phone-fax a {
    color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .footer-bottom-about-address,
    .footer-bottom-about-phone-fax {
        max-width: none;
    }
}

.footer-bottom-about-address h3 {
    font-family: 'poppinssemibold';
    color: #fff;
}

@media screen and (min-width: 768px) {
    .footer-bottom-about-phone-fax {
        margin-top: 10px;
    }
}

.footer-bottom-about-address a {
    transition: color ease-in-out .3s;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .footer-bottom-address a {
        pointer-events: none;
    }
}

.footer-bottom-about-address a:hover {
    color: #e2001a;
}

.footer-bottom-nav {
    width: 33%;
}

.footer-bottom-nav .footer-menu-item:last-child .footer-menu-link {
    border-bottom: 0;
}

.footer-bottom-nav .footer-menu-item.js-open .footer-submenu {
    max-height: 9999px;
    margin: 15px 0;
    transition: max-height ease-in-out 1s;
}

.footer-bottom-nav .footer-menu-link {
    font-family: 'poppinssemibold';
    font-size: 14px;
    line-height: 1em;
    display: flex;
    height: 36px;
    padding-right: 15px;
    cursor: pointer;
    transition: background-position ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: auto;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(204, 204, 205, .5);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 2px center;
    align-items: center;
}

.footer-bottom-nav .footer-submenu-toggle .footer-menu-link {
    pointer-events: none;
}

/*.footer-bottom-nav .footer-submenu-toggle .footer-menu-link {*/
/*    margin-bottom: 10px;*/
/*}*/

.footer-menu-item ~ .footer-menu-item {
    margin-top: 8px;
}

@media screen and (min-width: 1600px) {
    .footer-bottom-nav .footer-menu-link {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }
}

.footer-bottom-nav .footer-menu-link:hover {
    color: #e2001a;
    background-position: right 0 center;
}

@media screen and (min-width: 768px) {
    .footer-bottom-nav .footer-menu-link {
        font-size: 12px;
        height: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .footer-bottom-nav .footer-menu-link {
        display: inline-flex;
        height: auto;
        /*margin-bottom: 15px;*/
        pointer-events: auto;
        border: 0;
        background-image: none;
    }
}

@media screen and (min-width: 1600px) {
    .footer-bottom-nav .footer-menu-link {
        font-size: 13px;
    }
}

/*.footer-bottom-nav .footer-menu-link:hover {*/
/*    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsPSIjZDkwMDBkIiBkPSJNNi42IDB2Ni42OUgwdjEuOTE5aDYuNlYxNS4zaDIuMDdWOC42MDloNi42M1Y2LjY5SDguNjdWMHoiLz4KPC9zdmc+Cg==');*/
/*    background-position: right center;*/
/*}*/

@media screen and (min-width: 1200px) {
    .footer-bottom-nav .footer-menu-link:hover {
        background-image: none;
    }
}

/*body .footer-submenu-toggle > .footer-menu-link {*/
/*    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNi42IDB2Ni42OUgwdjEuOTE5aDYuNlYxNS4zaDIuMDdWOC42MDloNi42M1Y2LjY5SDguNjdWMHoiLz4KPC9zdmc+Cg==');*/
/*    background-position: right center;*/
/*    background-size: 9px;*/
/*}*/

@media screen and (min-width: 1200px) {
    body .footer-submenu-toggle > .footer-menu-link {
        background-image: none;
    }
}

.footer-bottom-nav .footer-menu .footer-submenu {
    overflow: auto;
    max-height: 0;
    transition: max-height ease-in-out 0s;
}

@media screen and (min-width: 1200px) {
    .footer-bottom-nav .footer-menu .footer-submenu {
        max-height: 9999px;
        /*margin: 15px 0;*/
        margin: 0;
    }
}

.footer-bottom-nav .footer-menu .footer-submenu-link {
    font-family: 'poppinsregular';
    transition: color ease-in-out .3s;
    color: #fff;
}

@media screen and (min-width: 1600px) {
    .footer-bottom-nav .footer-menu .footer-submenu-link {
        font-size: 16px;
        line-height: 24px;
    }
}

.footer-bottom-nav .footer-menu .footer-submenu-link:hover {
    color: #e2001a;
    background-image: none;
}

.footer-bottom-credentials {
    display: flex;
    margin-top: 30px;
    padding: 16px 0;
    border-top: 1px solid #cccccd;
    justify-content: space-between;
    align-items: center;
}
.cn-footer{
    display: flex;
    padding: 16px 0;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .footer-bottom-credentials, .cn-footer {
        padding: 20px 0;
    }
}

@media screen and (min-width: 1200px) {
    .footer-bottom-credentials, .cn-footer {
        padding: 30px 0;
    }
}

.footer-bottom-credentials p,
.footer-bottom-credentials p a,
.cn-footer p,
.cn-footer p a,
.footer-link {
    font-size: 11px;
    line-height: 16px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .footer-bottom-credentials p,
    .footer-bottom-credentials p a,
    .cn-footer p,
    .cn-footer p a {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .footer-bottom-credentials p,
    .footer-bottom-credentials p a,
    .cn-footer p,
    .cn-footer p a {
        font-size: 13px;
        line-height: 19px;
    }
}

.footer-bottom-credentials-right p a, .cn-footer-right p a, .footer-link {
    font-family: 'poppinssemibold';
    transition: color ease-in-out .3s;
    text-transform: uppercase;
}

.footer-bottom-credentials-right p a:hover, .cn-footer-right p a:hover, .footer-link:hover {
    color: #e2001a;
}

.form {
    font-family: 'poppinsregular';
    font-size: 12px;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .form.form-flex {
        display: flex;
        margin-right: -5px;
        margin-left: -5px;
        flex-wrap: wrap;
    }
}

.form .form-input-field,
.form .form-select-options {
    outline: none;
}

.form .form-input,
.form .form-file,
.form .form-textarea,
.form .form-select,
.form .form-checkboxes,
.form .form-radios,
.form .form-submit {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .form .form-input,
    .form .form-file,
    .form .form-textarea,
    .form .form-select,
    .form .form-checkboxes,
    .form .form-radios,
    .form .form-submit {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .form .form-input,
    .form .form-file,
    .form .form-textarea,
    .form .form-select,
    .form .form-checkboxes,
    .form .form-radios,
    .form .form-submit {
        margin-top: 30px;
    }
}

.form .form-input.form-flex-half,
.form .form-input.form-flex-full,
.form .form-file.form-flex-half,
.form .form-file.form-flex-full,
.form .form-textarea.form-flex-half,
.form .form-textarea.form-flex-full,
.form .form-select.form-flex-half,
.form .form-select.form-flex-full,
.form .form-checkboxes.form-flex-half,
.form .form-checkboxes.form-flex-full,
.form .form-radios.form-flex-half,
.form .form-radios.form-flex-full,
.form .form-submit.form-flex-half,
.form .form-submit.form-flex-full {
    max-width: 100%;
    flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
    .form .form-input.form-flex-half,
    .form .form-input.form-flex-full,
    .form .form-file.form-flex-half,
    .form .form-file.form-flex-full,
    .form .form-textarea.form-flex-half,
    .form .form-textarea.form-flex-full,
    .form .form-select.form-flex-half,
    .form .form-select.form-flex-full,
    .form .form-checkboxes.form-flex-half,
    .form .form-checkboxes.form-flex-full,
    .form .form-radios.form-flex-half,
    .form .form-radios.form-flex-full,
    .form .form-submit.form-flex-half,
    .form .form-submit.form-flex-full {
        padding: 0 5px;
    }
}

@media screen and (min-width: 768px) {
    .form .form-input.form-flex-half,
    .form .form-file.form-flex-half,
    .form .form-textarea.form-flex-half,
    .form .form-select.form-flex-half,
    .form .form-checkboxes.form-flex-half,
    .form .form-radios.form-flex-half,
    .form .form-submit.form-flex-half {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.form .form-input-label,
.form .form-input-description,
.form .form-file-label,
.form .form-file-description,
.form .form-textarea-label,
.form .form-textarea-description,
.form .form-checkboxes-label,
.form .form-checkboxes-description,
.form .form-checkbox-label,
.form .form-checkbox-description,
.form .form-radios-label,
.form .form-radios-description,
.form .form-radio-label,
.form .form-radio-description {
    font-size: 12px;
    line-height: 16px;
    display: block;
}

@media screen and (min-width: 768px) {
    .form .form-input-label,
    .form .form-input-description,
    .form .form-file-label,
    .form .form-file-description,
    .form .form-textarea-label,
    .form .form-textarea-description,
    .form .form-checkboxes-label,
    .form .form-checkboxes-description,
    .form .form-checkbox-label,
    .form .form-checkbox-description,
    .form .form-radios-label,
    .form .form-radios-description,
    .form .form-radio-label,
    .form .form-radio-description {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .form .form-input-label,
    .form .form-input-description,
    .form .form-file-label,
    .form .form-file-description,
    .form .form-textarea-label,
    .form .form-textarea-description,
    .form .form-checkboxes-label,
    .form .form-checkboxes-description,
    .form .form-checkbox-label,
    .form .form-checkbox-description,
    .form .form-radios-label,
    .form .form-radios-description,
    .form .form-radio-label,
    .form .form-radio-description {
        font-size: 16px;
        line-height: 24px;
    }
}

.form .form-input-label .mandatory:after,
.form .form-input-description .mandatory:after,
.form .form-file-label .mandatory:after,
.form .form-file-description .mandatory:after,
.form .form-textarea-label .mandatory:after,
.form .form-textarea-description .mandatory:after,
.form .form-checkboxes-label .mandatory:after,
.form .form-checkboxes-description .mandatory:after,
.form .form-checkbox-label .mandatory:after,
.form .form-checkbox-description .mandatory:after,
.form .form-radios-label .mandatory:after,
.form .form-radios-description .mandatory:after,
.form .form-radio-label .mandatory:after,
.form .form-radio-description .mandatory:after {
    content: '*';
}

.form .form-input-label-help,
.form .form-input-description-help,
.form .form-file-label-help,
.form .form-file-description-help,
.form .form-textarea-label-help,
.form .form-textarea-description-help,
.form .form-checkboxes-label-help,
.form .form-checkboxes-description-help,
.form .form-checkbox-label-help,
.form .form-checkbox-description-help,
.form .form-radios-label-help,
.form .form-radios-description-help,
.form .form-radio-label-help,
.form .form-radio-description-help {
    font-size: 12px;
}

.form .form-input-field,
.form .form-file-field,
.form .form-textarea-field,
.form .form-checkboxes-field,
.form .form-checkbox-field,
.form .form-radios-field,
.form .form-radio-field {
    display: flex;
    margin-top: 5px;
    padding: 0 10px;
    transition: border-color ease-in-out .2s;
    color: #65666a;
    border: 1px solid #cccccd;
    background-color: #fff;
    align-items: center;
}

.form .form-input-field:focus,
.form .form-file-field:focus,
.form .form-textarea-field:focus,
.form .form-checkboxes-field:focus,
.form .form-checkbox-field:focus,
.form .form-radios-field:focus,
.form .form-radio-field:focus {
    border-color: #e2001a;
}

.form .form-input-field {
    max-width: 50%;
    height: 40px;
}

.form .form-input.form-flex-half .form-input-field,
.form .form-input.form-flex-full .form-input-field {
    width: 100%;
    max-width: 100%;
}

.form .form-file-field {
    position: relative;
    display: flex;
    min-height: 40px;
    padding-left: 110px;
    align-items: center;
}

.form .form-file-label {
    font-size: 10px;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    display: flex;
    width: 100px;
    height: 34px;
    cursor: pointer;
    transition: background-color ease-in-out .3s, color ease-in-out .3s;
    background-color: #eaeaeb;
    justify-content: center;
    align-items: center;
}

.form .form-file-label:hover {
    color: #fff;
    background-color: #e2001a;
}

.form .form-file-input {
    display: none;
}

.form .form-file-list {
    padding: 5px 10px;
}

.form .form-file-list-item {
    font-size: 10px;
    position: relative;
    margin-top: 5px;
    padding-right: 10px;
}

.form .form-file-list-item .delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 5px;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0uNDE0IDE2Ljc5M1YuMjA3aDE2LjE3MnYxNi41ODZ6TTkuMDkgOC41bDYuNzktNi43ODhhLjQxNy40MTcgMCAxMC0uNTktLjU5TDguNDk5IDcuOTEgMS43MTMgMS4xMmEuNDE3LjQxNyAwIDEwLS41OS41OUw3LjkxMiA4LjVsLTYuNzg4IDYuNzg4YS40MTcuNDE3IDAgMTAuNTg5LjU5TDguNSA5LjA5bDYuNzg5IDYuNzlhLjQxNS40MTUgMCAwMC41OSAwIC40MTguNDE4IDAgMDAwLS41OXoiLz4KICAgIDxwYXRoIGZpbGw9IiM5ODk5OWIiIGQ9Ik05LjA5IDguNWw2Ljc4OC02Ljc4OGEuNDE3LjQxNyAwIDEwLS41OS0uNTlMOC41IDcuOTEgMS43MTIgMS4xMmEuNDE3LjQxNyAwIDEwLS41OS41OUw3LjkxMiA4LjVsLTYuNzg4IDYuNzg4YS40MTcuNDE3IDAgMTAuNTg5LjU5TDguNSA5LjA5bDYuNzg5IDYuNzlhLjQxNS40MTUgMCAwMC41OSAwIC40MTguNDE4IDAgMDAwLS41OXoiLz4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzk4OTk5YiIgc3Ryb2tlLW1pdGVybGltaXQ9IjIwIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik05LjA5IDguNXYwbDYuNzg4LTYuNzg4YS40MTcuNDE3IDAgMTAtLjU5LS41OUw4LjUgNy45MXYwTDEuNzEyIDEuMTJhLjQxNy40MTcgMCAxMC0uNTkuNTlMNy45MTIgOC41djBsLTYuNzg4IDYuNzg4YS40MTcuNDE3IDAgMTAuNTg5LjU5TDguNSA5LjA5djBsNi43ODkgNi43OWEuNDE1LjQxNSAwIDAwLjU5IDAgLjQxOC40MTggMCAwMDAtLjU5eiIvPgo8L3N2Zz4K');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5px;
}

.form .form-textarea-field {
    max-width: 75%;
    height: 200px;
}

.form .form-textarea.form-flex-half .form-textarea-field,
.form .form-textarea.form-flex-full .form-textarea-field {
    width: 100%;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .form .form-checkboxes,
    .form .form-radios {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

.form .form-checkboxes-label,
.form .form-radios-label {
    margin-bottom: 10px;
    padding: 0 8px;
}

@media screen and (min-width: 768px) {
    .form .form-checkboxes .form-checkbox:not(.full-width),
    .form .form-checkboxes .form-radio:not(.full-width),
    .form .form-radios .form-checkbox:not(.full-width),
    .form .form-radios .form-radio:not(.full-width) {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .form .form-checkboxes .form-checkbox:not(.full-width),
    .form .form-checkboxes .form-radio:not(.full-width),
    .form .form-radios .form-checkbox:not(.full-width),
    .form .form-radios .form-radio:not(.full-width) {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

@media screen and (min-width: 768px) {
    .form .form-checkboxes .form-checkbox,
    .form .form-checkboxes .form-radio,
    .form .form-radios .form-checkbox,
    .form .form-radios .form-radio {
        padding: 0 8px;
    }
}

.form .form-checkboxes .form-checkbox-field,
.form .form-checkboxes .form-radio-field,
.form .form-radios .form-checkbox-field,
.form .form-radios .form-radio-field {
    display: none;
}

.form .form-checkboxes .form-checkbox-field:checked + .form-checkbox-label span:before,
.form .form-checkboxes .form-checkbox-field:checked + .form-radio-label span:before,
.form .form-checkboxes .form-radio-field:checked + .form-checkbox-label span:before,
.form .form-checkboxes .form-radio-field:checked + .form-radio-label span:before,
.form .form-radios .form-checkbox-field:checked + .form-checkbox-label span:before,
.form .form-radios .form-checkbox-field:checked + .form-radio-label span:before,
.form .form-radios .form-radio-field:checked + .form-checkbox-label span:before,
.form .form-radios .form-radio-field:checked + .form-radio-label span:before {
    width: 10px;
    height: 10px;
}

.form .form-checkboxes .form-checkbox-label,
.form .form-checkboxes .form-radio-label,
.form .form-radios .form-checkbox-label,
.form .form-radios .form-radio-label {
    position: relative;
    display: block;
    padding-left: 25px;
    cursor: pointer;
}

.form .form-checkboxes .form-checkbox-label span,
.form .form-checkboxes .form-radio-label span,
.form .form-radios .form-checkbox-label span,
.form .form-radios .form-radio-label span {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #cccccd;
    background-color: #fff;
}

.form .form-checkboxes .form-checkbox-label span:before,
.form .form-checkboxes .form-radio-label span:before,
.form .form-radios .form-checkbox-label span:before,
.form .form-radios .form-radio-label span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    transition: height ease-in-out .2s, width ease-in-out .2s;
    transform: translate(-50%, -50%);
    transform-origin: center;
    background-color: #e2001a;
}

.form .form-checkboxes .form-radio-label span,
.form .form-checkboxes .form-radio-label span:before,
.form .form-radios .form-radio-label span,
.form .form-radios .form-radio-label span:before {
    border-radius: 50%;
}

.form .form-select {
    position: relative;
    display: flex;
    height: 40px;
    align-items: center;
}

.form .form-select:after {
    position: absolute;
    z-index: -1; /* for filters */
    top: 50%;
    right: 0;
    width: 6px;
    height: 5px;
    content: '';
    transition: transform ease-in-out .2s;
    transform: translateY(-50%) rotate(0);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA5IDciPgogIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik04LjI3NS0uMDAyTDQuMDY4IDIuNzM2IDAgLjA4N3Y0LjA4NUw0LjA2NiA2LjgybDQuMjA5LTIuNjg4eiIvPgo8L3N2Zz4K');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header-top .form .form-select:after,
.form #direct-access.form-select:after
{
    z-index: 0;
}

.form .form-select.active:after {
    transform: translateY(-50%) rotate(180deg);
}

.form .form-select-label {
    line-height: 24px;
    color: #cccccd;
}

.form .form-select-options {
    font-family: 'poppinssemibold';
    display: flex;
    height: 100%;
    padding: 0 12px 0 6px;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    align-items: center;
    cursor: pointer;
}

.form .form-select-options::-ms-expand {
    display: none;
}

.form .form-submit-field {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 17px;
    display: flex;
    width: 100%;
    height: 30px;
    cursor: pointer;
    transition: background-color ease-in-out .3s, border-color ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #323338;
    border: 2px solid #323338;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}

.form .form-submit-field.contact-submit {
    font-size: 15px;
    padding: 20px 30px;
}

.form .form-submit-field:hover {
    color: #fff;
    background-color: #323338;
}

@media screen and (min-width: 768px) {
    .form .form-submit-field {
        font-size: 12px;
        line-height: 19px;
        display: inline-flex;
        height: 35px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    .form .form-submit-field {
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (min-width: 768px) {
    .form .form-submit-field {
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .form .form-submit .mandatory {
        margin-left: 16px;
    }
}

.mandatory {
    font-size: 12px;
    line-height: 16px;
    display: block;
}

.full-page-header {
    overflow: hidden;
    max-width: 100%;
}

.full-page-header-wrapper {
    position: relative;
}

@media screen and (max-width: 767px) {
    .minimal-product .full-page-header-wrapper {
        display: flex;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 768px) {
    .full-page-header-wrapper {
        display: flex;
        justify-content: flex-end;
    }
}

.full-page-header-cover {
    display: none;
}

@media screen and (max-width: 767px) {
    .minimal-product .full-page-header-cover {
        position: unset;
        height: 400px;
        width: 100%;
        background-size: cover;
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .full-page-header-cover {
        position: absolute;
        top: 0;
        right: 62.5%;
        bottom: 0;
        left: -10vw;
        display: block;
        background-color: #eaeaeb;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media screen and (min-width: 1200px) {
    .full-page-header-cover {
        right: 50%;
        left: -20vw;
    }
}

.full-page-header-background {
    padding: 40px 0;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .full-page-header-background {
        position: relative;
        max-width: 62.5%;
        padding: 100px 0;
        flex: 0 0 62.5%;
    }
}

@media screen and (min-width: 1200px) {
    .full-page-header-background {
        display: flex;
        height: calc(100vh - 40px - 100px);
        padding: 0;
        flex: 0 0 50%;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .full-page-header-background:before {
        position: absolute;
        position: absolute;
        z-index: 0;
        z-index: 0;
        top: 0;
        right: 0;
        right: -100vw;
        bottom: 0;
        left: -100vw;
        left: 0;
        content: '';
        transform: skewX(30deg);
        transform-origin: bottom left;
        opacity: 1;
        background-color: #e2001a;
        background-color: #fff;
    }
}

@media screen and (min-width: 768px) {
    .full-page-header-content {
        position: relative;
        z-index: 1;
    }
}

.full-page-header-subtitle h2 {
    font-family: 'poppinssemibold';
    font-size: 18px;
    line-height: 22px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .full-page-header-subtitle h2 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1600px) {
    .full-page-header-subtitle h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

.full-page-header-title h1 {
    font-family: 'poppinslight';
    font-size: 35px;
    line-height: 40px;
    color: #323338;
}

@media screen and (min-width: 768px) {
    .full-page-header-title h1 {
        font-size: 45px;
        line-height: 50px;
    }
}

@media screen and (min-width: 1600px) {
    .full-page-header-title h1 {
        font-size: 70px;
        line-height: 75px;
    }
}

.full-page-header-title h1 strong {
    font-family: 'poppinssemibold';
    color: #323338;
}

.full-page-header-introduction {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .full-page-header-introduction {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .full-page-header-introduction {
        margin-top: 30px;
    }
}

.full-page-header-introduction p {
    font-size: 16px;
    line-height: 24px;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .full-page-header-introduction p {
        font-family: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1600px) {
    .full-page-header-introduction p {
        font-size: 20px;
        line-height: 28px;
    }
}

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

.header-top-wrapper,
.header-bottom-wrapper {
    display: flex;
    height: 100%;
    padding: 0 20px;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .header-top-wrapper,
    .header-bottom-wrapper {
        padding: 0 40px;
    }
}

@media screen and (min-width: 1600px) {
    .header-top-wrapper,
    .header-bottom-wrapper {
        padding: 0 100px;
    }
}

.header-top {
    height: 35px;
    background-color: #323338;
}

@media screen and (min-width: 1200px) {
    .header-top {
        height: 40px;
    }
}

.header-top-left-visitor-type {
    height: 100%;
}

.header-top-left-visitor-type .form,
.header-top-left-visitor-type .form-select {
    height: 100%;
}

.header-top-left-visitor-type .form-select {
    margin-top: 0;
}

.header-top-left-visitor-type .form-select-options {
    color: #fff;
    border: 0;
}

.header-top-left-visitor-type .form-select-options option {
    color: #323338;
}

.header-top-right {
    display: flex;
}

.header-top-right-nav,
.header-top-right .social-feeds {
    display: none;
}

.header-top-right-lang {
    height: 100%;
}

.header-top-right-lang .form,
.header-top-right-lang .form-select {
    height: 100%;
}

.header-top-right-lang .form-select {
    margin-top: 0;
}

.header-top-right-lang .form-select-options {
    color: #fff;
    border: 0;
}

.header-top-right-lang .form-select-options option {
    color: #323338;
}

@media screen and (min-width: 1200px) {
    .header-top-right-nav,
    .header-top-right .social-feeds {
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .header-top-right .social-feeds {
        display: flex;
    }
}

.header-top-right-nav {
    margin-right: 20px;
}

@media screen and (min-width: 1200px) {
    .header-top-right-nav {
        display: flex;
    }
}

.header-top-right-nav .top-nav {
    height: 100%;
}

.header-top-right-nav .top-nav ul {
    display: flex;
    height: 100%;
}

.header-top-right-nav .top-nav ul li a {
    font-family: 'poppinssemibold';
    font-size: 15px;
    line-height: 1em;
    display: flex;
    height: 100%;
    padding: 0 20px;
    transition: color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    align-items: center;
}

.header-top-right-nav .top-nav ul li a:hover {
    color: #cccccd;
}

.header-top-right-country-switcher {
    height: 100%;
}

.header-top-right-country-switcher .country-switcher-toggle {
    display: flex;
    height: 100%;
    padding-right: 14px;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA5IDciPgogIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik04LjI3NS0uMDAyTDQuMDY4IDIuNzM2IDAgLjA4N3Y0LjA4NUw0LjA2NiA2LjgybDQuMjA5LTIuNjg4eiIvPgo8L3N2Zz4K');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 6px 5px;
    align-items: center;
}

.header-top-right-country-switcher .country-switcher-toggle img {
    height: 15px;
}

@media screen and (min-width: 768px) {
    .header-top-right-country-switcher .country-switcher-toggle img {
        height: 20px;
    }
}

.header-bottom {
    height: 70px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.anchor {
    position: relative;
    top: -70px;
}

@media screen and (min-width: 768px) {
    .header-bottom {
        height: 80px;
    }
    .anchor {
        top: -80px;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom {
        height: 100px;
    }
    .anchor {
        top: -100px;
    }
}

.header-bottom-logo {
    display: flex;
    align-items: center;
}

.header-bottom-logo .header-logo {
    display: block;
    width: 74px;
    height: 0;
    padding-top: 40.54054%;
    transition: opacity ease-in-out .3s;
    text-decoration: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAxMjggNTAiPgogIDxwYXRoIGZpbGw9IiMyNjI3MmEiIGQ9Ik0yNi42MjUgMzIuMTc5SDE5LjMybDcuMzA0LTExLjI0NnpNMCA1MC4wMTdoNy43MzdsNy4xMzYtMTAuOTg3aDExLjcxM3YxMS4wMTdoNy4yNzVWOS44MTdoLTcuNzU1ek00Mi40MDcgOS43NjhoLTcuMzl2NDAuMjdoMTkuMjQ1di03LjU0NEg0Mi40MDd6TTczLjUxNiA5Ljc2OHYyMy42MDNjMCAyLjkyNiAxLjIxMyA5LjIzOC02LjAwNCA5LjIzOC03LjIxOCAwLTYuMTU4LTYuMTU5LTYuMTU4LTkuMjM4VjkuNzY4aC03LjY1N3YyNC4yNjhjMCA4LjU1OCAzLjY4NiAxNi4wMDMgMTMuNjY3IDE2LjAwMyA5Ljk4IDAgMTMuNjY2LTcuNDQ1IDEzLjY2Ni0xNi4wMDNWOS43Njh6Ii8+CiAgPHBhdGggZmlsbD0iI2Q5MDAwZCIgZD0iTTEyNy44OSA1MC4wMThsLTEzLjM4NS0xOS40NjIgMTIuODc0LTE4LjczNmgtMTUuOTc3TDk4LjYyNCAzMC4xMzNWLjQyNGgtMTQuMDF2NDkuNTk0aDE0LjAxVjMxLjI5bDEyLjYyNSAxOC43M3oiLz4KICA8cGF0aCBmaWxsPSIjZDkwMDBkIiBkPSJNMTA1LjU1Mi40NjNhMy4yMzcgMy4yMzcgMCAwMTMuMjMzIDMuMjMyIDMuMjM3IDMuMjM3IDAgMDEtMy4yMzMgMy4yMzMgMy4yMzYgMy4yMzYgMCAwMS0zLjIzMy0zLjIzMyAzLjIzNiAzLjIzNiAwIDAxMy4yMzMtMy4yMzJ6bTAgNi45MjhhMy43IDMuNyAwIDAwMy42OTUtMy42OTZBMy43IDMuNyAwIDAwMTA1LjU1MiAwYTMuNjk5IDMuNjk5IDAgMDAtMy42OTQgMy42OTUgMy42OTkgMy42OTkgMCAwMDMuNjk0IDMuNjk2eiIvPgogIDxwYXRoIGZpbGw9IiNkOTAwMGQiIGQ9Ik0xMDQuNzM2IDIuNDRoMS4wNDdjLjI0NSAwIC40MjQuMDUuNTM3LjE1Mi4xMTQuMS4xNy4yMjkuMTcuMzg1YS41NC41NCAwIDAxLS4wODcuMjk3LjQ5Ni40OTYgMCAwMS0uMjU3LjE5OGMtLjExMy4wNDEtLjI3LjA2Mi0uNDcuMDYyaC0uOTR6bTAgMS40NzNoLjUwOGMuMTEyIDAgLjE5NC4wMDUuMjQzLjAxNWEuNjc1LjY3NSAwIDAxLjIuMDg5Yy4wNjUuMDQyLjEzOS4xMTYuMjIyLjIyLjA4Mi4xMDYuMTg4LjI1OC4zMTUuNDU2bC40MzguNjg4aC41NWwtLjU3NS0uOWEyLjI5NSAyLjI5NSAwIDAwLS4zNjMtLjQ0IDEuMTY3IDEuMTY3IDAgMDAtLjI2NC0uMTY0Yy4zMTgtLjA0NC41NTItLjE0Ni43MDQtLjMwN2EuODMxLjgzMSAwIDAwLjIyOC0uNTkzLjkyNy45MjcgMCAwMC0uMTM4LS40OTguNzI4LjcyOCAwIDAwLS4zNjctLjMxNWMtLjE1NC0uMDYtLjM3OC0uMDg5LS42NzItLjA4OWgtMS40NjZ2My4zMDZoLjQzN3oiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (min-width: 768px) {
    .header-bottom-logo .header-logo {
        width: 103px;
        padding-top: 39.80583%;
    }
}

.header-bottom-logo .header-logo:hover {
    opacity: .7;
}

.header-bottom-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav {
        justify-content: center;
    }
    .us .header-bottom-nav {
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .toggle-nav {
        display: none;
    }
}

.header-bottom-nav .bottom-nav {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding-top: calc(35px + 110px);
    padding-bottom: 40px;
    transition: transform ease-in-out .3s;
    transform: translateY(-100%);
    background-color: #e2001a;
}

@media screen and (min-width: 768px) {
    .header-bottom-nav .bottom-nav {
        padding-top: calc(35px + 150px);
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav {
        position: static;
        z-index: auto;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        overflow-y: visible;
        width: auto;
        height: 100px;
        padding: 0;
        transform: translate(0);
        background-color: transparent;
    }
}

.header-bottom-nav .bottom-nav.js-menu-open {
    transform: translateY(0);
}

.header-bottom-nav .bottom-nav-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform ease-in-out .3s;
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-wrapper {
        flex-direction: row;
    }
}

.header-bottom-nav .bottom-nav-wrapper.js-submenu-open {
    transform: translateX(-100%);
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-wrapper.js-submenu-open {
        transform: translate(0);
    }
}

.header-bottom-nav .bottom-nav-menu,
.header-bottom-nav .bottom-nav-submenu {
    position: relative;
    padding: 0 20px;
    flex-grow: 1;
}
.header-bottom-nav .top-nav-menu {
    position: relative;
    padding: 80px 40px;
    flex-grow: 1;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .header-bottom-nav .bottom-nav-menu,
    .header-bottom-nav .bottom-nav-submenu {
        padding: 0 40px;
    }
}

.header-bottom-nav .bottom-nav-menu-link,
.header-bottom-nav .bottom-nav-submenu-link {
    font-family: 'poppinsbold';
    font-size: 18px;
    line-height: 26px;
    display: flex;
    min-height: 50px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    align-items: center;
}

.header-bottom-nav .top-nav-menu-link {
    font-family: 'poppinsbold';
    font-size: 22px;
    line-height: 30px;
    display: flex;
    min-height: 50px;
    text-decoration: none;
    color: #fff;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .header-bottom-nav .bottom-nav-menu-link,
    .header-bottom-nav .bottom-nav-submenu-link {
        font-size: 30px;
        min-height: 80px;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-menu-link,
    .header-bottom-nav .bottom-nav-submenu-link {
        font-family: 'poppinssemibold';
        font-size: 18px;
        height: 100%;
        padding: 0 25px;
        transition: color ease-in-out .3s;
        color: #323338;
        background-image: none;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-menu-link:hover,
    .header-bottom-nav .bottom-nav-submenu-link:hover {
        color: #e2001a;
    }
}

.header-bottom-nav .bottom-nav-menu-link .submenu-open-button,
.header-bottom-nav .bottom-nav-submenu-link .submenu-open-button {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: auto;
    background-color: rgba(255, 255, 255, .25);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 11px;
}

@media screen and (min-width: 768px) {
    .header-bottom-nav .bottom-nav-menu-link .submenu-open-button,
    .header-bottom-nav .bottom-nav-submenu-link .submenu-open-button {
        width: 80px;
        height: 80px;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-menu-link .submenu-open-button,
    .header-bottom-nav .bottom-nav-submenu-link .submenu-open-button {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-menu {
        display: flex;
    }
    .header-bottom-nav .top-nav-menu {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-menu-item {
        position: relative;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-menu-item:before {
        position: absolute;
        right: 100%;
        bottom: 0;
        left: 25px;
        height: 3px;
        content: '';
        transition: right ease-in-out .3s;
        background-color: #e2001a;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-menu-item:hover:before {
        right: 25px;
    }
}

.header-bottom-nav .bottom-nav-menu-item:hover .bottom-nav-submenu {
    max-height: 100vh;
    transition: max-height ease-in-out .6s;
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-menu-item:hover .bottom-nav-menu-link {
        color: #e2001a;
    }
}

.header-bottom-nav .bottom-nav-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    width: 100vw;
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-submenu {
        top: 100%;
        left: 0;
        display: block;
        overflow: hidden;
        width: 350px;
        max-height: 0;
        padding: 0;
        transition: max-height ease-in-out 0s;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .16);
    }
}

.header-bottom-nav .bottom-nav-submenu.js-submenu-visible {
    display: block;
}

.header-bottom-nav .bottom-nav-submenu .submenu-close-button {
    font-family: 'poppinsregular';
    font-size: 14px;
    line-height: 1em;
    display: flex;
    height: 50px;
    padding-left: 18px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwb2x5Z29uIGZpbGw9IiNmZmZmZmYiIHBvaW50cz0iMi42OSAwIDYuODIgMCA0LjA4IDQuMjEgNi43MyA4LjI4IDIuNjUgOC4yNyAwIDQuMjEgMi42OSAwIiAvPgo8L3N2Zz4K');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 8px 11px;
    align-items: center;
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-submenu .submenu-close-button {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-submenu-item {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-submenu-item:nth-child(2) {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-submenu-item:last-child {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-submenu-link {
        font-family: 'poppinsregular';
        font-size: 18px;
        line-height: 26px;
        min-height: auto;
        padding: 0 30px;
        color: #323338;
        border: 0;
    }
}

@media screen and (min-width: 1200px) {
    .header-bottom-nav .bottom-nav-secondary-menu,
    .header-bottom-nav .bottom-nav .social-feeds {
        display: none !important;
    }
}

.header-bottom-nav .bottom-nav-secondary-menu {
    margin-top: 40px;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .header-bottom-nav .bottom-nav-secondary-menu {
        padding: 0 40px;
    }
}

.header-bottom-nav .bottom-nav-secondary-menu-item {
    margin-top: 3px;
}

@media screen and (min-width: 768px) {
    .header-bottom-nav .bottom-nav-secondary-menu-item {
        margin-top: 16px;
    }
}

.header-bottom-nav .bottom-nav-secondary-menu-item:first-child {
    margin-top: 0;
}

.header-bottom-nav .bottom-nav-secondary-menu-link {
    font-family: 'poppinssemibold';
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .header-bottom-nav .bottom-nav-secondary-menu-link {
        font-size: 20px;
    }
}

.header-bottom-nav .bottom-nav .social-feeds {
    display: flex;
    margin-top: 30px;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .header-bottom-nav .bottom-nav .social-feeds {
        padding: 0 40px;
    }
}

/*.header-bottom-cta {*/
/*    display: none;*/
/*}*/

@media screen and (min-width: 0px) {
    .header-bottom-cta {
        display: flex;
        max-width: auto;
        flex: 0 0 auto;
    }

    .header-bottom-cta-link {
        font-family: 'poppinsbold';
        font-size: 15px;
        line-height: 22px;
        position: relative;
        left: 0;
        display: flex;
        width: 100%;
        padding-left: 75px;
        transition: left ease-in-out .3s;
        color: #fff;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .header-bottom-cta-link {
        padding-left: 115px;
    }
}

@media screen and (min-width: 0px) and (min-width: 1200px) {
    .header-bottom-cta-link {
        font-size: 18px;
        padding-left: 180px;
    }
}

@media screen and (min-width: 0px) {
    .header-bottom-cta-link:hover {
        left: -5px;
    }

    .header-bottom-cta-link:before {
        position: absolute;
        z-index: 0;
        top: 0;
        right: -100vw;
        bottom: 0;
        left: 0;
        content: '';
        transform: skewX(-55deg);
        transform-origin: bottom left;
        opacity: 1;
        background-color: #e2001a;
    }

    .header-bottom-cta-link span {
        position: relative;
        z-index: 1;
    }
}

.button-red {
    margin-left: 10px;
    font-family: 'poppinssemibold';
    font-size: 11px;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    height: 30px;
    height: 45px;
    transition: background-color ease-in-out .3s, border-color ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    text-transform: none;
    color: #fff;
    border: 2px solid #fff;
    border-color: #fff;
    background-color: #e2001a;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bottom-nav-menu-link:hover .button-red {
    color: #fff;
    background-color: #323338;
}
@media screen and (max-width: 768px) {
    .us-contact-form span {
        display: none;
    }
}

.highlight {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccd;
}

@media screen and (min-width: 768px) {
    .highlight {
        padding-bottom: 15px;
    }
}

.highlight-header p {
    font-family: 'poppinssemibold';
    font-size: 11px;
    color: #e2001a;
}

.highlight-content p {
    font-size: 12px;
    line-height: 20px;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .highlight-content p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .highlight-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

.key-figure {
    height: 100%;
}

.key-figure-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.key-figure-visual {
    max-width: 100%;
}

.key-figure-visual img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.key-figure-text,
.key-figure-number {
    text-align: center;
}

.key-figure-content {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    flex-grow: 1;
    justify-content: flex-end;
}

@media screen and (min-width: 768px) {
    .key-figure-content {
        margin-top: 20px;
    }
}

.key-figure-text {
    font-size: 14px;
    line-height: 18px;
    color: #65666a;
}

@media screen and (min-width: 1200px) {
    .key-figure-text {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .key-figure-text {
        font-size: 18px;
        line-height: 22px;
    }
}

.key-figure-number {
    font-family: 'poppinssemibold';
    font-size: 26px;
    line-height: 38px;
    color: #e2001a;
}

@media screen and (min-width: 1200px) {
    .key-figure-number {
        font-size: 32px;
        line-height: 46px;
    }
}

@media screen and (min-width: 1600px) {
    .key-figure-number {
        font-size: 38px;
        line-height: 54px;
    }
}

.news {
    height: 100%;
}

.news a {
    display: block;
    height: 100%;
}

.news a:hover .news-image-wrapper img {
    transform: translate(-50%, -50%) scale(1.05);
}

.news a:hover .news-title h3 {
    color: #e2001a;
}

.news a:hover .news-link {
    color: #323338;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiMzMjMzMzgiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-position: left 2px center;
}

.news-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 63.33333%;
    background-color: #eaeaeb;
}

.news-image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transition: transform ease-in-out .3s;
    transform: translate(-50%, -50%) scale(1);
}

.news-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-date p,
.news-title h3 {
    font-family: 'poppinssemibold';
    font-weight: normal;
    color: #65666a;
}

.news-date {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .news-date {
        margin-top: 25px;
    }
}

@media screen and (min-width: 1600px) {
    .news-date {
        margin-top: 35px;
    }
}

.news-date p {
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .news-date p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1600px) {
    .news-date p {
        font-size: 13px;
        line-height: 19px;
    }
}

.news-title h3 {
    font-size: 18px;
    line-height: 26px;
    transition: color ease-in-out .3s;
}

@media screen and (min-width: 768px) {
    .news-title h3 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media screen and (min-width: 1600px) {
    .news-title h3 {
        font-size: 26px;
        line-height: 38px;
    }
}

.news-excerpt {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .news-excerpt {
        margin-top: 15px;
    }
}

@media screen and (min-width: 1600px) {
    .news-excerpt {
        margin-top: 20px;
    }
}

.news-excerpt p {
    font-size: 12px;
    line-height: 18px;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .news-excerpt p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .news-excerpt p {
        font-size: 16px;
        line-height: 24px;
    }
}

.news-cta {
    display: flex;
    margin-top: 10px;
    flex-grow: 1;
    align-items: flex-end;
}

@media screen and (min-width: 768px) {
    .news-cta {
        margin-top: 15px;
    }
}

@media screen and (min-width: 1600px) {
    .news-cta {
        margin-top: 20px;
    }
}

.news-link {
    font-family: 'poppinssemibold';
    font-size: 14px;
    font-size: 13px;
    line-height: 1em;
    display: inline-flex;
    height: 36px;
    padding-left: 15px;
    cursor: pointer;
    transition: background-position ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #e2001a;
    border: 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px 8px;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .news-link {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }
}

.news-link:hover {
    color: #323338;
    background-position: left 2px center;
}

@media screen and (min-width: 768px) {
    .news-link {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .news-link {
        font-size: 13px;
    }
}

.offer:hover .offer-title h2 {
    color: #323338;
}

.offer a {
    display: block;
    height: 100%;
}

.offer-date p {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .offer-date p {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (min-width: 1600px) {
    .offer-date p {
        font-size: 13px;
        line-height: 19px;
    }
}

.offer-title {
    margin-top: 5px;
}

.offer-title h2 {
    font-family: 'poppinssemibold';
    font-size: 18px;
    line-height: 22px;
    transition: color ease-in-out .3s;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .offer-title h2 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1600px) {
    .offer-title h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

.offer-excerpt {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .offer-excerpt {
        margin-top: 15px;
    }
}

.offer-excerpt p {
    font-size: 12px;
    line-height: 20px;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .offer-excerpt p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .offer-excerpt p {
        font-size: 16px;
        line-height: 24px;
    }
}

.offer-cta {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .offer-cta {
        margin-top: 20px;
    }
}

.offer-link {
    font-family: 'poppinssemibold';
    font-size: 14px;
    font-size: 13px;
    line-height: 1em;
    display: inline-flex;
    height: 36px;
    padding-left: 15px;
    cursor: pointer;
    transition: background-position ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #e2001a;
    border: 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px 8px;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .offer-link {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }
}

.offer-link:hover {
    color: #323338;
    background-position: left 2px center;
}

@media screen and (min-width: 768px) {
    .offer-link {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .offer-link {
        font-size: 13px;
    }
}

.offer-link:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiMzMjMzMzgiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
}

.page-filter-wrapper {
    display: flex;
}

.page-filter-name {
    font-size: 11px;
    line-height: 1em;
    display: flex;
    height: 40px;
    text-transform: uppercase;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .page-filter-name {
        font-size: 12px;
    }
}

@media screen and (min-width: 1200px) {
    .page-filter-name {
        font-size: 13px;
    }
}

.page-filter-form {
    flex-grow: 1;
}

@media screen and (min-width: 768px) {
    .page-filter-form {
        display: flex;
    }
}

.page-filter-form .form-select,
.page-filter-form .form-submit {
    margin-top: 0;
    padding-left: 15px;
}

@media screen and (min-width: 768px) {
    .page-filter-form .form-select,
    .page-filter-form .form-submit {
        padding-left: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .page-filter-form .form-select,
    .page-filter-form .form-submit {
        padding-left: 30px;
    }
}

.page-filter-form .form-select:after {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA5IDciPgogIDxwYXRoIGZpbGw9IiM2NTY2NmEiIGQ9Ik04LjI3NS0uMDAyTDQuMDY4IDIuNzM2IDAgLjA4N3Y0LjA4NUw0LjA2NiA2LjgybDQuMjA5LTIuNjg4eiIvPgo8L3N2Zz4K');
}

.page-filter-form .form-select-options {
    font-size: 11px;
    display: inline-flex;
    padding-left: 0;
    text-transform: uppercase;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .page-filter-form .form-select-options {
        font-size: 12px;
    }
}

@media screen and (min-width: 1200px) {
    .page-filter-form .form-select-options {
        font-size: 13px;
    }
}

.page-filter-form .form-submit#filter-reset,
.page-filter-form .form-submit#filter-submit {
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .page-filter-form .form-submit#filter-submit {
        padding-left: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .page-filter-form .form-submit#filter-submit {
        padding-left: 10px;
    }
}

.page-filter-form .form-submit#filter-submit .form-submit-field {
    color: #fff;
    border-color: #e2001a;
    background-color: #e2001a;
}

.page-filter-form .form-submit#filter-submit .form-submit-field:hover {
    color: #e2001a;
    background-color: #fff;
}

.page-filter-form #filter-reset,
.page-filter-form #filter-submit {
    display: none;
}

.page-filter-form #filter-reset.js-visible,
.page-filter-form #filter-submit.js-visible {
    display: block;
}

@media screen and (min-width: 1200px) {
    .page-introduction-wrapper {
        display: flex;
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (min-width: 1200px) {
    .page-introduction-visuals,
    .page-introduction-content {
        padding: 0 16px;
    }
}

@media screen and (min-width: 1200px) {
    .page-introduction-visuals {
        max-width: 66.66667%;
        flex: 0 0 66.66667%;
    }
}

.page-introduction-visual {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 65.47619%;
}

.page-introduction-visual img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    height: 101%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
    .page-introduction-content {
        max-width: 33.33333%;
        margin-top: 0;
        flex: 0 0 33.33333%;
    }
}

.page-introduction-text {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .page-introduction-text {
        margin-top: 20px;
    }
}

.page-introduction-content h2,
.page-introduction-text h2 {
    font-size: 16px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .page-introduction-content h2,
    .page-introduction-text h2 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .page-introduction-content h2,
    .page-introduction-text h2 {
        font-size: 22px;
        line-height: 26px;
    }
}

.page-introduction-content h3,
.page-introduction-text h3 {
    font-family: 'poppinsregular';
    font-size: 12px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .page-introduction-content h3,
    .page-introduction-text h3 {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .page-introduction-content h3,
    .page-introduction-text h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

.page-introduction-content p,
.page-introduction-text p {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width: 768px) {
    .page-introduction-content p,
    .page-introduction-text p {
        font-family: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1600px) {
    .page-introduction-content p,
    .page-introduction-text p {
        font-size: 20px;
        line-height: 28px;
    }
}

.page-introduction-content p:not(:first-child),
.page-introduction-text p:not(:first-child) {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .page-introduction-content p:not(:first-child),
    .page-introduction-text p:not(:first-child) {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .page-introduction-content p:not(:first-child),
    .page-introduction-text p:not(:first-child) {
        font-size: 16px;
        line-height: 24px;
        margin-top: 30px;
    }
}

.page-introduction-cta {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .page-introduction-cta {
        margin-top: 20px;
    }
}

.page-introduction-link {
    font-family: 'poppinssemibold';
    font-size: 14px;
    line-height: 1em;
    display: inline-flex;
    height: 36px;
    padding-left: 15px;
    cursor: pointer;
    transition: background-position ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #e2001a;
    border: 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px 8px;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .page-introduction-link {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }
}

.page-introduction-link:hover {
    color: #323338;
    background-position: left 2px center;
}

.page-introduction-link:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiMzMjMzMzgiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
}

.pager-list {
    display: flex;
    justify-content: center;
}

.pager-item {
    width: 30px;
    height: 30px;
}

.pager-link {
    display: flex;
    height: 100%;
    transition: color ease-in-out .3s;
    color: #65666a;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .pager-link {
        font-size: 16px;
        line-height: 24px;
    }
}

.pager-link:hover,
.pager-link.current {
    font-family: 'poppinssemibold';
    color: #e2001a;
}

.pager-link.current {
    pointer-events: none;
}

.pager-link.prev,
.pager-link.next {
    position: relative;
}

.pager-link.prev:before,
.pager-link.next:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiM2NTY2NmEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 8px;
}

.pager-link.prev:hover:before,
.pager-link.next:hover:before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
}

.pager-link.prev {
    transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
    .popup-visitor-type-list {
        display: flex;
        margin-top: 30px;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1200px) {
    .popup-visitor-type-list {
        margin-top: 40px;
    }
}

.popup-visitor-type-item {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .popup-visitor-type-item {
        max-width: 33.33333%;
        padding: 0 8px;
        flex: 0 0 33.33333%;
    }
}

.popup-wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    transform: translateX(-100%);
    opacity: 0;
    background-color: #fff;
}

@media screen and (min-width: 1200px) {
    .popup-wrapper {
        display: flex;
        transform: translateY(-100%);
        background-color: rgba(50, 51, 56, .75);
        justify-content: center;
        align-items: center;
    }
}

.popup-wrapper.js-open {
    -webkit-animation: popupOpen ease-in-out .6s normal forwards;
            animation: popupOpen ease-in-out .6s normal forwards;
}

@-webkit-keyframes popupOpen {
    60% {
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes popupOpen {
    60% {
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.popup-wrapper .popup-container {
    position: relative;
    width: 100%;
    padding: 60px 30px 30px;
}

@media screen and (min-width: 768px) {
    .popup-wrapper .popup-container {
        padding: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .popup-wrapper .popup-container {
        max-width: 1100px;
        padding: 60px 100px;
        background-color: #fff;
    }
}

@media screen and (min-width: 1600px) {
    .popup-wrapper .popup-container {
        max-width: 1290px;
    }
}

.popup-wrapper .popup-container .popup-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0uNDE0IDE2Ljc5M1YuMjA3aDE2LjE3MnYxNi41ODZ6TTkuMDkgOC41bDYuNzktNi43ODhhLjQxNy40MTcgMCAxMC0uNTktLjU5TDguNDk5IDcuOTEgMS43MTMgMS4xMmEuNDE3LjQxNyAwIDEwLS41OS41OUw3LjkxMiA4LjVsLTYuNzg4IDYuNzg4YS40MTcuNDE3IDAgMTAuNTg5LjU5TDguNSA5LjA5bDYuNzg5IDYuNzlhLjQxNS40MTUgMCAwMC41OSAwIC40MTguNDE4IDAgMDAwLS41OXoiLz4KICAgIDxwYXRoIGZpbGw9IiM5ODk5OWIiIGQ9Ik05LjA5IDguNWw2Ljc4OC02Ljc4OGEuNDE3LjQxNyAwIDEwLS41OS0uNTlMOC41IDcuOTEgMS43MTIgMS4xMmEuNDE3LjQxNyAwIDEwLS41OS41OUw3LjkxMiA4LjVsLTYuNzg4IDYuNzg4YS40MTcuNDE3IDAgMTAuNTg5LjU5TDguNSA5LjA5bDYuNzg5IDYuNzlhLjQxNS40MTUgMCAwMC41OSAwIC40MTguNDE4IDAgMDAwLS41OXoiLz4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzk4OTk5YiIgc3Ryb2tlLW1pdGVybGltaXQ9IjIwIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik05LjA5IDguNXYwbDYuNzg4LTYuNzg4YS40MTcuNDE3IDAgMTAtLjU5LS41OUw4LjUgNy45MXYwTDEuNzEyIDEuMTJhLjQxNy40MTcgMCAxMC0uNTkuNTlMNy45MTIgOC41djBsLTYuNzg4IDYuNzg4YS40MTcuNDE3IDAgMTAuNTg5LjU5TDguNSA5LjA5djBsNi43ODkgNi43OWEuNDE1LjQxNSAwIDAwLjU5IDAgLjQxOC40MTggMCAwMDAtLjU5eiIvPgo8L3N2Zz4K');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.popup-wrapper .popup-container .popup-title {
    font-family: 'poppinssemibold';
    font-size: 18px;
    line-height: 1.1em;
    text-align: center;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .popup-wrapper .popup-container .popup-title {
        font-size: 22px;
    }
}

@media screen and (min-width: 1200px) {
    .popup-wrapper .popup-container .popup-title {
        font-size: 26px;
    }
}

.product-gallery-viewer-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    background-color: #eaeaeb;
}

.product-gallery-viewer-wrapper.js-fullscreen {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 0;
    background-color: rgba(0, 0, 0, .5);
}

.product-gallery-viewer-wrapper.js-fullscreen .product-gallery-viewer-wrapper-close,
.product-gallery-viewer-wrapper.js-fullscreen .product-gallery-viewer-wrapper-prev,
.product-gallery-viewer-wrapper.js-fullscreen .product-gallery-viewer-wrapper-next {
    z-index: 1;
}

.product-gallery-viewer-wrapper.js-fullscreen .product-gallery-viewer-wrapper-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxOCIgdmlld0Jvdz0iMCAwIDE3IDE4Ij4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik05LjA5IDkuMTJsNi43ODgtNi43ODhhLjQxNy40MTcgMCAxMC0uNTktLjU5TDguNSA4LjUzMmwtNi43ODgtNi43OWEuNDE3LjQxNyAwIDEwLS41OS41OWw2Ljc5IDYuNzg4LTYuNzg5IDYuNzlhLjQxNy40MTcgMCAxMC41ODkuNTlMOC41IDkuNzA5bDYuNzg5IDYuNzlhLjQxNS40MTUgMCAwMC41OSAwIC40MTguNDE4IDAgMDAwLS41OXoiLz4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjIwIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik05LjA5IDkuMTJ2MGw2Ljc4OC02Ljc4OGEuNDE3LjQxNyAwIDEwLS41OS0uNTlMOC41IDguNTMydjBsLTYuNzg4LTYuNzlhLjQxNy40MTcgMCAxMC0uNTkuNTlsNi43OSA2Ljc4OHYwbC02Ljc4OSA2Ljc5YS40MTcuNDE3IDAgMTAuNTg5LjU5TDguNSA5LjcwOXYwbDYuNzg5IDYuNzlhLjQxNS40MTUgMCAwMC41OSAwIC40MTguNDE4IDAgMDAwLS41OXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.product-gallery-viewer-wrapper.js-fullscreen .product-gallery-viewer-wrapper-prev,
.product-gallery-viewer-wrapper.js-fullscreen .product-gallery-viewer-wrapper-next {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: background-color ease-in-out .3s;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .25);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 12px;
}

@media screen and (min-width: 768px) {
    .product-gallery-viewer-wrapper.js-fullscreen .product-gallery-viewer-wrapper-prev,
    .product-gallery-viewer-wrapper.js-fullscreen .product-gallery-viewer-wrapper-next {
        width: 50px;
        height: 50px;
        background-size: 11px 18px;
    }
}

.product-gallery-viewer-wrapper.js-fullscreen .product-gallery-viewer-wrapper-prev:hover,
.product-gallery-viewer-wrapper.js-fullscreen .product-gallery-viewer-wrapper-next:hover {
    background-color: rgba(255, 255, 255, .6);
}

.product-gallery-viewer-wrapper.js-fullscreen .product-gallery-viewer-wrapper-prev {
    left: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTUuNTQzLjI3TC45MTUgNC44OThhMS4yODggMS4yODggMCAwMC0uMzYgMS4wNDVjLS4wMzQuMzc0LjA3My43Ni4zNiAxLjA0N2w0LjYyOCA0LjYyN2ExLjMxIDEuMzEgMCAwMDEuODUyLTEuODUxTDMuNTczIDUuOTQzbDMuODIyLTMuODIxYy41MS0uNTEyLjUxLTEuMzQgMC0xLjg1MmExLjMxMiAxLjMxMiAwIDAwLTEuODUyIDB6Ii8+Cjwvc3ZnPgo=');
}

.product-gallery-viewer-wrapper.js-fullscreen .product-gallery-viewer-wrapper-next {
    right: 0;
    background-image: url('data:image/ svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIuNDU4LjI3bDQuNjI4IDQuNjI4Yy4yODcuMjg2LjM5NC42Ny4zNiAxLjA0NS4wMzQuMzc0LS4wNzMuNzU5LS4zNiAxLjA0NmwtNC42MjggNC42MjdBMS4zMSAxLjMxIDAgMDEuNjA2IDkuNzY1TDQuNDMgNS45NDMuNjA2IDIuMTIyYTEuMzEyIDEuMzEyIDAgMDEwLTEuODUzYy41MTItLjUxIDEuMzQtLjUxIDEuODUyIDB6Ii8+Cjwvc3ZnPgo=');
}

.product-gallery-viewer-image {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    max-width: 101%;
    max-height: 101%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.product-gallery-thumbnails {
    display: flex;
    margin-top: 8px;
    margin-right: -4px;
    margin-left: -4px;
}

.product-gallery-thumbnail {
    max-width: 25%;
    padding: 0 4px;
    cursor: pointer;
    flex: 0 0 25%;
}

.product-gallery-thumbnail:hover .product-gallery-thumbnail-image {
    transform: translate(-50%, -50%) scale(1.05);
}

.product-gallery-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
}

.product-gallery-thumbnail-image {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 101%;
    transition: transform ease-in-out .3s;
    transform: translate(-50%, -50%) scale(1);
}

.product a {
    display: block;
    height: 100%;
}

.product-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 43.79562%;
}

@media screen and (min-width: 768px) {
    .product-wrapper {
        padding-top: 63.23529%;
    }
}

@media screen and (min-width: 1200px) {
    .product-wrapper {
        padding-top: 63.33333%;
    }
}

.product-wrapper:hover .product-visual {
    transform: translate(-50%, -50%) scale(1.05);
}

.product-wrapper:hover .product-content {
    right: 15%;
}

.product-visual {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transition: transform ease-in-out .3s;
    transform: translate(-50%, -50%) scale(1);
    background-color: #eaeaeb;
}

.product-visual img {
    display: block;
    width: auto;
    height: 100%;
}

.product-content {
    position: absolute;
    top: 0;
    right: 20%;
    bottom: 0;
    left: 0;
    display: flex;
    transition: right ease-in-out .3s;
    align-items: center;
}

.product-content:before {
    position: absolute;
    position: absolute;
    z-index: 0;
    z-index: 0;
    top: 0;
    top: 0;
    right: 0;
    right: 0;
    bottom: 0;
    bottom: 0;
    left: 0;
    left: -100vw;
    content: '';
    transform: skewX(-35deg);
    transform-origin: top right;
    opacity: .75;
    background-color: #e2001a;
}

.product-title {
    position: relative;
    z-index: 1;
    max-width: 60%;
    padding-left: 15px;
}

@media screen and (min-width: 768px) {
    .product-title {
        padding-left: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .product-title {
        padding-left: 30px;
    }
}

.product-title h3 {
    font-family: 'poppinssemibold';
    font-size: 18px;
    line-height: 23px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .product-title h3 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (min-width: 1600px) {
    .product-title h3 {
        font-size: 22px;
        line-height: 28px;
    }
}

.project a {
    display: block;
    height: 100%;
}

.project-wrapper:hover .project-image {
    transform: translate(-50%, -50%) scale(1.05);
}

.project-wrapper:hover .project-excerpt p {
    color: #e2001a;
}

.project-wrapper:hover .project-description {
    right: 0;
}

.project-wrapper:hover .project-link {
    color: #323338;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiMzMjMzMzgiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-position: left 2px center;
}

.project-visual {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 63.31776%;
}

.project-image,
.project-description {
    position: absolute;
}

.project-image {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transition: transform ease-in-out .3s;
    transform: translate(-50%, -50%) scale(1);
}

.project-image img {
    width: 100%;
    height: 100%;
}

.project-description {
    right: 5%;
    bottom: 0;
    left: 0;
    padding: 15px 60px 15px 15px;
    transition: right ease-in-out .3s;
}

@media screen and (min-width: 768px) {
    .project-description {
        padding: 15px 90px 15px 20px;
    }
}

@media screen and (min-width: 1200px) {
    .project-description {
        padding: 15px 120px 15px 30px;
    }
}

.project-description:before {
    position: absolute;
    position: absolute;
    z-index: 0;
    z-index: 0;
    top: 0;
    top: 0;
    right: 0;
    right: 0;
    bottom: 0;
    bottom: 0;
    left: 0;
    left: -100vw;
    content: '';
    transform: skewX(-35deg);
    transform-origin: top right;
    opacity: .75;
    background-color: #e2001a;
}

.project-description-title h3,
.project-description-subtitle h4 {
    position: relative;
    z-index: 1;
    color: #fff;
}

.project-description-title h3 {
    font-family: 'poppinssemibold';
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
}

@media screen and (min-width: 768px) {
    .project-description-title h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1600px) {
    .project-description-title h3 {
        font-size: 26px;
        line-height: 30px;
    }
}

.project-description-subtitle h4 {
    font-family: 'poppinsregular';
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .project-description-subtitle h4 {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .project-description-subtitle h4 {
        font-size: 16px;
        line-height: 24px;
    }
}

.project-title,
.project-subtitle {
    display: none;
}

@media screen and (min-width: 768px) {
    .project-title,
    .project-subtitle {
        display: block;
    }
}

.project-title h3,
.project-subtitle h4,
.project-excerpt p {
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .project-title h3 {
        font-family: 'poppinssemibold';
        font-size: 22px;
        font-weight: normal;
        line-height: 26px;
    }
}

@media screen and (min-width: 1600px) {
    .project-title h3 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media screen and (min-width: 768px) {
    .project-subtitle h4 {
        font-family: 'poppinsregular';
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .project-subtitle h4 {
        font-size: 16px;
        line-height: 24px;
    }
}

.project-excerpt {
    margin-top: 15px;
}

.project-excerpt p {
    font-size: 12px;
    line-height: 18px;
    transition: color ease-in-out .3s;
}

@media screen and (min-width: 768px) {
    .project-excerpt p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .project-excerpt p {
        font-size: 16px;
        line-height: 24px;
    }
}

.project-cta {
    margin-top: 10px;
}

.project-link {
    font-family: 'poppinssemibold';
    font-size: 14px;
    font-size: 13px;
    line-height: 1em;
    display: inline-flex;
    height: 36px;
    padding-left: 15px;
    cursor: pointer;
    transition: background-position ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #e2001a;
    border: 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px 8px;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .project-link {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }
}

.project-link:hover {
    color: #323338;
    background-position: left 2px center;
}

@media screen and (min-width: 768px) {
    .project-link {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .project-link {
        font-size: 13px;
    }
}

.publication {
    border-bottom: 1px solid #cccccd;
}

.publication a {
    display: block;
    height: 100%;
    padding: 10px 0;
}

@media screen and (min-width: 768px) {
    .publication a {
        padding: 15px 0;
    }
}

@media screen and (min-width: 1200px) {
    .publication a {
        padding: 25px 0;
    }
}

.publication a:hover .publication-title h3 {
    color: #e2001a;
}

.publication a:hover .publication-link {
    color: #323338;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiMzMjMzMzgiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-position: left 2px center;
}

.publication-wrapper {
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.publication-icon,
.publication-image {
    max-width: 25%;
    flex: 0 0 25%;
}

@media screen and (min-width: 768px) {
    .publication-icon,
    .publication-image {
        max-width: 16.66667%;
        flex: 0 0 16.66667%;
    }
}

.publication-icon,
.publication-image,
.publication-content {
    padding: 0 8px;
}

.publication-icon {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDM4IDQ0Ij4KICA8cGF0aCBmaWxsPSIjZTIwNzFiIiBkPSJNMzQgMzRWMjRhMSAxIDAgMDAtMS0xaC04YTEgMSAwIDAwLTEgMXYxMGgtNGw5IDEwIDktMTB6Ii8+CiAgPHBhdGggZmlsbD0iIzMyMzMzOCIgZD0iTTE5LjUuMDNINWE1IDUgMCAwMC01IDV2MzBhNSA1IDAgMDA1IDVoMTguNGwtMS44LTJINWEzIDMgMCAwMS0zLTN2LTMwYTMgMyAwIDAxMy0zaDEyLjV2N2E2IDYgMCAwMDYgNkgzMXY2aDJ2LThNMTkuNSAyLjgxTDMwLjA2IDEzSDIzLjVhNCA0IDAgMDEtNC00VjIuODF6Ii8+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

.publication-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 66.66667%;
}

.publication-image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 101%;
    transform: translate(-50%, -50%) scale(1);
}

.publication-content {
    display: flex;
    flex-direction: column;
    max-width: 75%;
    justify-content: center;
    flex: 0 0 75%;
}

@media screen and (min-width: 768px) {
    .publication-content {
        max-width: 83.33333%;
        flex: 0 0 83.33333%;
    }
}

.publication-date p,
.publication-size p {
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .publication-date p,
    .publication-size p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1600px) {
    .publication-date p,
    .publication-size p {
        font-size: 13px;
        line-height: 19px;
    }
}

.publication-title h3 {
    font-size: 18px;
    line-height: 26px;
    transition: color ease-in-out .3s;
}

@media screen and (min-width: 768px) {
    .publication-title h3 {
        font-size: 22px;
        line-height: 32px;
    }
}

.publication-download {
    display: flex;
    align-items: center;
}

.publication-size {
    margin-right: 30px;
}

.publication-link {
    font-family: 'poppinssemibold';
    font-size: 14px;
    font-size: 13px;
    line-height: 1em;
    display: inline-flex;
    height: 36px;
    padding-left: 15px;
    cursor: pointer;
    transition: background-position ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #e2001a;
    border: 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px 8px;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .publication-link {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }
}

.publication-link:hover {
    color: #323338;
    background-position: left 2px center;
}

@media screen and (min-width: 768px) {
    .publication-link {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .publication-link {
        font-size: 13px;
    }
}

.read-more {
    display: none;
}

@media screen and (min-width: 768px) {
    .read-more {
        position: absolute;
        z-index: 4;
        right: 0;
        bottom: 30px;
        display: block;
        width: 60px;
        cursor: pointer;
        transform: translateX(-40px);
    }
}

@media screen and (min-width: 1200px) {
    .read-more {
        right: 50%;
        transform: translateX(550px);
    }
}

@media screen and (min-width: 1600px) {
    .read-more {
        transform: translateX(645px);
    }
}

.read-more-text {
    font-family: 'poppinsbold';
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, .8);
}

.read-more-text span {
    display: block;
}

.read-more-icon {
    height: 34px;
    -webkit-animation: read-more-animation ease-in-out 1.5s infinite;
            animation: read-more-animation ease-in-out 1.5s infinite;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyOSIgdmlld0JveD0iMCAwIDM5IDI5Ij4KICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTkuMjUgMTMuMDUyTDEuMiAxLjI5MnYxNC42M2wxOC4wNSAxMS43NkwzOCAxNS43MDhWLjg0NnoiLz4KICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIyMCIgZD0iTTE5LjI1IDEzLjA1MnYwTDEuMiAxLjI5MnYxNC42M2wxOC4wNSAxMS43NnYwTDM4IDE1LjcwOHYwVi44NDZ2MHoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: top 0 center;
    background-size: auto 28px;
}

.read-more.red .read-more-text {
    font-family: 'poppinssemibold';
    color: #e2001a;
    text-shadow: none;
}

.read-more.red .read-more-icon {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyOSIgdmlld0JveD0iMCAwIDM5IDI5Ij4KICA8cGF0aCBmaWxsPSIjZTIwMDFhIiBkPSJNMTkuMjUgMTMuMDUyTDEuMiAxLjI5MnYxNC42M2wxOC4wNSAxMS43NkwzOCAxNS43MDhWLjg0NnoiLz4KICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNlMjAwMWEiIHN0cm9rZS1taXRlcmxpbWl0PSIyMCIgZD0iTTE5LjI1IDEzLjA1MnYwTDEuMiAxLjI5MnYxNC42M2wxOC4wNSAxMS43NnYwTDM4IDE1LjcwOHYwVi44NDZ2MHoiLz4KPC9zdmc+');
}

@-webkit-keyframes read-more-animation {
    0% {
        background-position: top 0 center;
    }

    70% {
        background-position: top 6px center;
    }

    100% {
        background-position: top 0 center;
    }
}

@keyframes read-more-animation {
    0% {
        background-position: top 0 center;
    }

    70% {
        background-position: top 6px center;
    }

    100% {
        background-position: top 0 center;
    }
}

.related-content-title h3 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .related-content-title h3 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .related-content-title h3 {
        font-size: 36px;
        line-height: 50px;
    }
}

@media screen and (min-width: 768px) {
    .related-content-list {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

.related-content-item {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .related-content-item {
        max-width: 50%;
        margin-top: 20px;
        padding: 0 8px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .related-content-item {
        max-width: 33.33333%;
        margin-top: 30px;
        flex: 0 0 33.33333%;
    }
}

@media screen and (min-width: 768px) {
    .related-content-item:last-child {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .related-content-item:last-child {
        display: block;
    }
}

.side-info {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #eaeaeb;
}

@media screen and (min-width: 768px) {
    .side-info {
        padding: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .side-info {
        padding: 30px;
    }
}

.side-info-subtitle h4 {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 16px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .side-info-subtitle h4 {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .side-info-subtitle h4 {
        font-size: 13px;
        line-height: 20px;
    }
}

.side-info-title h3 {
    font-size: 14px;
    line-height: 18px;
}

@media screen and (min-width: 768px) {
    .side-info-title h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .side-info-title h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

.side-info-subtitle + .side-info-title {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .side-info-subtitle + .side-info-title {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .side-info-subtitle + .side-info-title {
        margin-top: 30px;
    }
}

.side-info-text {
    margin-top: 10px;
}

.side-info-text p {
    font-size: 12px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .side-info-text p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .side-info-text p {
        font-size: 16px;
        line-height: 24px;
    }
}

.side-info-text p strong {
    font-family: 'poppinssemibold';
}

.side-info-text p a {
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .side-info-text p a.link-phone {
        pointer-events: none;
    }
}

.side-info-text p + p {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .side-info-text p + p {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .side-info-text p + p {
        margin-top: 30px;
    }
}

.side-info-form .form {
    color: #65666a;
}

.side-info-form .form-input-field,
.side-info-form .form-file-field,
.side-info-form .form-select-options {
    width: 100%;
    max-width: 100%;
    border-color: #fff;
}

.side-info-form .form-select .form-select-options {
    font-family: 'poppinsregular';
    color: #65666a;
    background-color: #fff;
}

.side-info-form .form-select:after {
    right: 10px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA5IDciPgogIDxwYXRoIGZpbGw9IiM2NTY2NmEiIGQ9Ik04LjI3NS0uMDAyTDQuMDY4IDIuNzM2IDAgLjA4N3Y0LjA4NUw0LjA2NiA2LjgybDQuMjA5LTIuNjg4eiIvPgo8L3N2Zz4K');
}

.side-info-news {
    margin-top: 5px;
}

.side-info-news-item {
    padding: 10px 0;
    border-bottom: 1px solid #cccccd;
}

@media screen and (min-width: 768px) {
    .side-info-news-item {
        padding: 15px 0;
    }
}

@media screen and (min-width: 1200px) {
    .side-info-news-item {
        padding: 25px 0;
    }
}

.side-info-news-item:last-child {
    border-bottom: 0;
}

.side-info-news-item .news-wrapper {
    display: flex;
    flex-direction: row;
}

.side-info-news-item .news-image {
    max-width: 25%;
    flex: 0 0 25%;
}

.side-info-news-item .news-image-wrapper {
    padding-top: 100%;
}

.side-info-news-item .news-content {
    max-width: 75%;
    padding-left: 16px;
    flex: 0 0 75%;
}

.side-info-news-item .news-content .news-date,
.side-info-news-item .news-content .news-cta {
    margin-top: 0;
}

.side-info-news-item .news-content .news-title {
    margin-top: 5px;
}

.side-info-news-item .news-content .news-title h3 {
    font-size: 14px;
    line-height: 18px;
}

@media screen and (min-width: 768px) {
    .side-info-news-item .news-content .news-title h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .side-info-news-item .news-content .news-title h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

.side-info-news-item .news-content .news-date p,
.side-info-news-item .news-content .news-link {
    font-size: 11px;
    line-height: 14px;
}

@media screen and (min-width: 768px) {
    .side-info-news-item .news-content .news-date p,
    .side-info-news-item .news-content .news-link {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (min-width: 1600px) {
    .side-info-news-item .news-content .news-date p,
    .side-info-news-item .news-content .news-link {
        font-size: 13px;
        line-height: 19px;
    }
}

.side-info-cta {
    margin-top: 15px;
}

.side-info-link {
    font-family: 'poppinssemibold';
    font-size: 14px;
    font-size: 13px;
    line-height: 1em;
    display: inline-flex;
    height: 36px;
    padding-right: 15px;
    cursor: pointer;
    transition: background-position ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #e2001a;
    border: 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 6px 8px;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .side-info-link {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }
}

.side-info-link:hover {
    color: #323338;
    background-position: right 0 center;
}

@media screen and (min-width: 768px) {
    .side-info-link {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .side-info-link {
        font-size: 13px;
    }
}

.side-info-link:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiMzMjMzMzgiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
}

.simple-page-header-wrapper {
    padding: 40px 0 20px;
}

@media screen and (min-width: 768px) {
    .simple-page-header-wrapper {
        position: relative;
        padding: 70px 0 35px;
    }
}

@media screen and (min-width: 1600px) {
    .simple-page-header-wrapper {
        padding: 100px 0 50px;
    }
}

@media screen and (min-width: 768px) {
    .simple-page-header .breadcrumbs {
        position: absolute;
        top: 20px;
        left: 0;
    }
}

.simple-page-header-title h1 {
    font-size: 24px;
    line-height: 40px;
    color: #323338;
}

@media screen and (min-width: 768px) {
    .simple-page-header-title h1 {
        font-size: 40px;
        line-height: 56px;
    }
}

@media screen and (min-width: 1600px) {
    .simple-page-header-title h1 {
        font-size: 56px;
        line-height: 72px;
    }
}

.simple-page-header-introduction {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .simple-page-header-introduction {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .simple-page-header-introduction {
        margin-top: 30px;
    }
}

.simple-page-header-introduction p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .simple-page-header-introduction p {
        font-family: 18px;
        line-height: 26px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .simple-page-header-introduction p {
        font-size: 20px;
        line-height: 28px;
        margin-top: 30px;
    }
}

/* Pourquoi cette règle */

/*.simple-page-header-introduction p:not(:first-child) {*/
/*    font-size: 12px;*/
/*    line-height: 20px;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .simple-page-header-introduction p:not(:first-child) {*/
/*        font-size: 14px;*/
/*        line-height: 22px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1600px) {*/
/*    .simple-page-header-introduction p:not(:first-child) {*/
/*        font-size: 16px;*/
/*        line-height: 24px;*/
/*    }*/
/*}*/

.slider-nav {
    width: 80px;
    height: 40px;
}

.slider-nav.reversed .slider-nav-prev span,
.slider-nav.reversed .slider-nav-next span {
    background-color: #fff;
}

.slider-nav-wrapper {
    display: flex;
    height: 100%;
}

.slider-nav-prev,
.slider-nav-next {
    display: flex;
    max-width: 50%;
    cursor: pointer;
    flex: 0 0 50%;
    align-items: center;
}

.slider-nav-prev:hover span,
.slider-nav-next:hover span {
    opacity: .8;
}

.slider-nav-prev span,
.slider-nav-next span {
    width: 20px;
    height: 20px;
    transition: opacity ease-in-out .3s;
    background-color: #eaeaeb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 8px;
}

.slider-nav-prev {
    justify-content: flex-end;
}

.slider-nav-prev span {
    transform: translateX(-1px);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGZpbGw9IiM2NTY2NmEiIGQ9Ik0yLjg2MiAzLjY2OGwyLjMwMSAzLjUzSDIuMzAxbC0yLjMtMy41M0wyLjM0MiAwSDUuMjV6Ii8+Cjwvc3ZnPgo=');
}

.slider-nav-next {
    justify-content: flex-start;
}

.slider-nav-next span {
    transform: translateX(1px);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGZpbGw9IiM2NTY2NmEiIGQ9Ik0yLjM4OCAzLjY2OGwtMi4zIDMuNTNIMi45NWwyLjMtMy41M0wyLjkwOCAwSDB6Ii8+Cjwvc3ZnPgo=');
}

.slider {
    position: relative;
    overflow: hidden;
}

.slider .flickity-viewport {
    position: relative;
}

.slider .slide {
    width: 100%;
    transition: opacity ease-in-out .3s;
    opacity: 1; /* 0 */
}

.slider .slide.is-selected {
    transition: opacity ease-in-out .3s;
    opacity: 1;
}

.slider .slider-prev,
.slider .slider-next {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: background-color ease-in-out .3s;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .25);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 12px;
}

@media screen and (min-width: 768px) {
    .slider .slider-prev,
    .slider .slider-next {
        width: 50px;
        height: 50px;
        background-size: 11px 18px;
    }
}

.slider .slider-prev:hover,
.slider .slider-next:hover {
    background-color: rgba(255, 255, 255, .6);
}

.slider .slider-prev {
    left: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTUuNTQzLjI3TC45MTUgNC44OThhMS4yODggMS4yODggMCAwMC0uMzYgMS4wNDVjLS4wMzQuMzc0LjA3My43Ni4zNiAxLjA0N2w0LjYyOCA0LjYyN2ExLjMxIDEuMzEgMCAwMDEuODUyLTEuODUxTDMuNTczIDUuOTQzbDMuODIyLTMuODIxYy41MS0uNTEyLjUxLTEuMzQgMC0xLjg1MmExLjMxMiAxLjMxMiAwIDAwLTEuODUyIDB6Ii8+Cjwvc3ZnPgo=');
}

.slider .slider-next {
    right: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIuNDU4LjI3bDQuNjI4IDQuNjI4Yy4yODcuMjg2LjM5NC42Ny4zNiAxLjA0NS4wMzQuMzc0LS4wNzMuNzU5LS4zNiAxLjA0NmwtNC42MjggNC42MjdBMS4zMSAxLjMxIDAgMDEuNjA2IDkuNzY1TDQuNDMgNS45NDMuNjA2IDIuMTIyYTEuMzEyIDEuMzEyIDAgMDEwLTEuODUzYy41MTItLjUxIDEuMzQtLjUxIDEuODUyIDB6Ii8+Cjwvc3ZnPgo=');
}

.social-feeds {
    margin-right: 40px;
    align-items: center;
}

.social-feeds .social {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.social-feeds .social:first-child {
    margin-left: 0;
}

.social-feeds .social.social-linkedin {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC41NzYgMEgyLjAxNEMxLjIyMyAwIC41OC42NDUuNTggMS40NDJ2MTcuMTE1QTEuNDQgMS40NCAwIDAwMi4wMTQgMjBoMTYuNTYyYy43OTMgMCAxLjQzNy0uNjQ3IDEuNDM3LTEuNDQzVjEuNDQyQTEuNDQgMS40NCAwIDAwMTguNTc2IDAiLz4KICAgIDxwYXRoIGZpbGw9IiMzMjMzMzgiIGQ9Ik0zLjQxNCA3LjcyNWgyLjg4NXY5LjU0NEgzLjQxNHptMS40NDMtNC43NDRjLjkyMyAwIDEuNjcyLjc3MSAxLjY3MiAxLjcyIDAgLjk1LS43NSAxLjcyLTEuNjcyIDEuNzItLjkyNSAwLTEuNjcyLS43Ny0xLjY3Mi0xLjcyeiIvPgogICAgPHBhdGggZmlsbD0iIzMyMzMzOCIgZD0iTTguMTA3IDcuNzI2aDIuNzYzVjkuMDNoLjA0Yy4zODQtLjc1IDEuMzI0LTEuNTQxIDIuNzI3LTEuNTQxIDIuOTE4IDAgMy40NTggMS45NzYgMy40NTggNC41NDZ2NS4yMzRoLTIuODgzdi00LjY0YzAtMS4xMDctLjAxOC0yLjUzMS0xLjQ5Ny0yLjUzMS0xLjUgMC0xLjcyOSAxLjIwNS0xLjcyOSAyLjQ1MXY0LjcySDguMTA3eiIvPgogIDwvZz4KPC9zdmc+Cg==');
}

.social-feeds .social.social-facebook {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC41MDggMjBjLjU5MiAwIDEuMDcyLS40OTQgMS4wNzItMS4xMDRWMS4xMDRDMTkuNTguNDk1IDE5LjEgMCAxOC41MDggMEgxLjIzQy42MzkgMCAuMTYuNDk1LjE2IDEuMTA0djE3Ljc5MkMuMTYgMTkuNTA2LjYzOSAyMCAxLjIzIDIweiIvPgogICAgPHBhdGggZmlsbD0iIzMyMzMzOCIgZD0iTTEzLjU1OSAyMHYtNy43NDVoMi41MjVsLjM3Ny0zLjAxOGgtMi45MDJWNy4zMDljMC0uODczLjIzNS0xLjQ2OSAxLjQ1My0xLjQ2OWwxLjU1MS0uMDAxVjMuMTRhMjAuMDk2IDIwLjA5NiAwIDAwLTIuMjYyLS4xMTljLTIuMjM3IDAtMy43NjggMS40MDctMy43NjggMy45OXYyLjIyNkg4LjAwMnYzLjAxOGgyLjUzMVYyMHoiLz4KICA8L2c+Cjwvc3ZnPgo=');
}

.social-feeds .social.social-youtube {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xOC45MjggMjBDMTkuNTIgMjAgMjAgMTkuNTA2IDIwIDE4Ljg5NlYxLjEwNEMyMCAuNDk1IDE5LjUyIDAgMTguOTI4IDBIMS42NUMxLjA1OSAwIC41OC40OTUuNTggMS4xMDR2MTcuNzkyYzAgLjYxLjQ3OSAxLjEwNCAxLjA3IDEuMTA0eiIvPgogICAgPHBhdGggZmlsbD0iIzMyMzMzOCIgZD0iTTE3LjU0MyA2LjM5MWExLjkgMS45IDAgMDAtMS4zMzktMS4zNDdjLTEuMTgtLjMxOS01LjkxNS0uMzE5LTUuOTE1LS4zMTlzLTQuNzM0IDAtNS45MTUuMzJBMS45IDEuOSAwIDAwMy4wMzYgNi4zOWMtLjMxNiAxLjE5LS4zMTYgMy42Ny0uMzE2IDMuNjdzMCAyLjQ4LjMxNiAzLjY2N2ExLjkwNCAxLjkwNCAwIDAwMS4zMzggMS4zNDhjMS4xODEuMzE4IDUuOTE1LjMxOCA1LjkxNS4zMThzNC43MzUgMCA1LjkxNS0uMzE4YTEuOTAzIDEuOTAzIDAgMDAxLjM0LTEuMzQ4Yy4zMTUtMS4xODguMzE1LTMuNjY3LjMxNS0zLjY2N3MwLTIuNDgtLjMxNi0zLjY2OCIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTguNzQxIDEyLjMxbDMuOTU3LTIuMjUxLTMuOTU3LTIuMjUxeiIvPgogIDwvZz4KPC9zdmc+Cg==');
}

.social-feeds .social.social-instagram {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xOC45MjggMjBDMTkuNTIgMjAgMjAgMTkuNTA2IDIwIDE4Ljg5NlYxLjEwNEMyMCAuNDk1IDE5LjUyIDAgMTguOTI4IDBIMS42NUMxLjA1OSAwIC41OC40OTUuNTggMS4xMDR2MTcuNzkyYzAgLjYxLjQ3OSAxLjEwNCAxLjA3IDEuMTA0eiIvPgogICAgPHBhdGggZmlsbD0iIzMyMzMzOCIgZD0iTTE3LjUwNyAxMy40MzhhMy45OTUgMy45OTUgMCAwMS0zLjk5NSAzLjk5NUg3LjA2OGEzLjk5NSAzLjk5NSAwIDAxLTMuOTk1LTMuOTk1VjYuNTYxYTMuOTk1IDMuOTk1IDAgMDEzLjk5NS0zLjk5NGg2LjQ0NGEzLjk5NCAzLjk5NCAwIDAxMy45OTUgMy45OTR6Ii8+CiAgICA8cGF0aCBmaWxsPSIjMzIzMzM4IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIyMCIgc3Ryb2tlLXdpZHRoPSIxLjA4IiBkPSJNMTQuMDEzIDkuOTc4Yy0uMDQ1IDIuMDU2LTEuNjY3IDMuNzIzLTMuNzIzIDMuNzIzYTMuNzIzIDMuNzIzIDAgMDEtMy43MjMtMy43MjNjMC0yLjA1NiAxLjY2OC0zLjc4MyAzLjcyMy0zLjcyMyAyLjUwNC4wNzMgMy43NjggMS42NzQgMy43MjMgMy43MjN6Ii8+CiAgPC9nPgo8L3N2Zz4K');
}

.social-feeds .social.social-twitter {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTguNTA4IDIwYy41OTIgMCAxLjA3Mi0uNDk0IDEuMDcyLTEuMTA0VjEuMTA0QzE5LjU4LjQ5NSAxOS4xIDAgMTguNTA4IDBIMS4yM0MuNjM5IDAgLjE2LjQ5NS4xNiAxLjEwNHYxNy43OTJDLjE2IDE5LjUwNi42MzkgMjAgMS4yMyAyMHoiLz4KICAgIDxwYXRoIGlkPSJwYXRoMzYxMSIgc3R5bGU9ImZpbGwtb3BhY2l0eTogMTsgZmlsbC1ydWxlOiBub256ZXJvOyBzdHJva2U6IG5vbmU7IGZpbGw6IHJnYig1MCwgNTEsIDU2KTsiIGQ9Ik0gNy4xMDMgMTcuMTkxIEMgMTIuNzYzIDE3LjE5MSAxNS44NTkgMTEuNDIxIDE1Ljg1OSA2LjQxNyBDIDE1Ljg1OSA2LjI1MyAxNS44NTUgNi4wOSAxNS44NDkgNS45MjcgQyAxNi40NTEgNS4zOTMgMTYuOTczIDQuNzI2IDE3LjM4NSAzLjk2NyBDIDE2LjgzNCA0LjI2OCAxNi4yMzkgNC40NzEgMTUuNjE3IDQuNTYzIEMgMTYuMjUzIDQuMDk0IDE2Ljc0IDMuMzUyIDE2Ljk3MSAyLjQ2OCBDIDE2LjM3NiAyLjkwMiAxNS43MTggMy4yMTcgMTUuMDE3IDMuMzg3IEMgMTQuNDU0IDIuNjUxIDEzLjY1NiAyLjE5MSAxMi43NzEgMi4xOTEgQyAxMS4wNyAyLjE5MSA5LjY5MiAzLjg4NyA5LjY5MiA1Ljk3NyBDIDkuNjkyIDYuMjc1IDkuNzIgNi41NjMgOS43NzMgNi44NDEgQyA3LjIxNSA2LjY4MiA0Ljk0NiA1LjE3NiAzLjQyOSAyLjg4NCBDIDMuMTY1IDMuNDQ0IDMuMDEzIDQuMDk0IDMuMDEzIDQuNzg3IEMgMy4wMTMgNi4xMDEgMy41NTUgNy4yNjEgNC4zODIgNy45NCBDIDMuODc4IDcuOTIgMy40MDMgNy43NSAyLjk4OSA3LjQ2NiBDIDIuOTg3IDcuNDgyIDIuOTg3IDcuNDk3IDIuOTg3IDcuNTE0IEMgMi45ODcgOS4zNDggNC4wNDggMTAuODggNS40NTYgMTEuMjI2IEMgNS4xOTggMTEuMzEzIDQuOTI2IDExLjM2IDQuNjQ0IDExLjM2IEMgNC40NDggMTEuMzYgNC4yNTQgMTEuMzM2IDQuMDY3IDExLjI5MiBDIDQuNDU5IDEyLjc5NiA1LjU5NSAxMy44OTEgNi45NDEgMTMuOTIyIEMgNS44ODggMTQuOTM3IDQuNTYyIDE1LjU0MyAzLjEyIDE1LjU0MyBDIDIuODcxIDE1LjU0MyAyLjYyNSAxNS41MjUgMi4zODUgMTUuNDkgQyAzLjc0NiAxNi41NjQgNS4zNjQgMTcuMTkxIDcuMTAzIDE3LjE5MSIvPgogIDwvZz4KPC9zdmc+');
}

.social-feeds .social.social-pinterest {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cgkuc3Qxe2ZpbGw6IzMyMzMzODt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE4LjYsMjBjMC42LDAsMS4xLTAuNSwxLjEtMS4xVjEuMWMwLTAuNi0wLjUtMS4xLTEuMS0xLjFIMS40QzAuOCwwLDAuMywwLjUsMC4zLDEuMXYxNy44CgkJYzAsMC42LDAuNSwxLjEsMS4xLDEuMUgxOC42eiIvPgo8L2c+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xMCwxOGMtMC44LDAtMS42LTAuMS0yLjQtMC40YzAuMy0wLjUsMC44LTEuNCwxLTIuMWwwLjUtMS45YzAuMywwLjUsMSwwLjksMS44LDAuOWMyLjQsMCw0LjItMi4yLDQuMi01CglDMTUuMSw2LjksMTMsNSwxMC4yLDVDNi43LDUsNC45LDcuMyw0LjksOS44YzAsMS4yLDAuNiwyLjYsMS42LDMuMWMwLjIsMC4xLDAuMiwwLDAuMy0wLjFMNywxMS45YzAtMC4xLDAtMC4xLTAuMS0wLjIKCWMtMC4zLTAuNC0wLjYtMS4xLTAuNi0xLjhjMC0xLjgsMS4zLTMuNSwzLjYtMy41YzIsMCwzLjMsMS4zLDMuMywzLjNjMCwyLjItMS4xLDMuNy0yLjUsMy43Yy0wLjgsMC0xLjQtMC42LTEuMi0xLjQKCWMwLjItMSwwLjctMiwwLjctMi43YzAtMC42LTAuMy0xLjEtMS0xLjFDOC41LDgsNy44LDguOSw3LjgsMTBjMCwwLjcsMC4yLDEuMiwwLjIsMS4ycy0wLjgsMy40LTAuOSw0Yy0wLjIsMC43LTAuMSwxLjcsMCwyLjMKCUM0LjEsMTYuMywyLDEzLjQsMiwxMGMwLTQuNCwzLjYtOCw4LThzOCwzLjYsOCw4UzE0LjQsMTgsMTAsMTh6Ii8+Cjwvc3ZnPgo=');
}

.social-feeds.red .social.social-linkedin {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC41NzYgMEgyLjAxNEMxLjIyMyAwIC41OC42NDUuNTggMS40NDJ2MTcuMTE1QTEuNDQgMS40NCAwIDAwMi4wMTQgMjBoMTYuNTYyYy43OTMgMCAxLjQzNy0uNjQ3IDEuNDM3LTEuNDQzVjEuNDQyQTEuNDQgMS40NCAwIDAwMTguNTc2IDAiLz4KICAgIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0zLjQxNCA3LjcyNWgyLjg4NXY5LjU0NEgzLjQxNHptMS40NDMtNC43NDRjLjkyMyAwIDEuNjcyLjc3MSAxLjY3MiAxLjcyIDAgLjk1LS43NSAxLjcyLTEuNjcyIDEuNzItLjkyNSAwLTEuNjcyLS43Ny0xLjY3Mi0xLjcyeiIvPgogICAgPHBhdGggZmlsbD0iI2UyMDAxYSIgZD0iTTguMTA3IDcuNzI2aDIuNzYzVjkuMDNoLjA0Yy4zODQtLjc1IDEuMzI0LTEuNTQxIDIuNzI3LTEuNTQxIDIuOTE4IDAgMy40NTggMS45NzYgMy40NTggNC41NDZ2NS4yMzRoLTIuODgzdi00LjY0YzAtMS4xMDctLjAxOC0yLjUzMS0xLjQ5Ny0yLjUzMS0xLjUgMC0xLjcyOSAxLjIwNS0xLjcyOSAyLjQ1MXY0LjcySDguMTA3eiIvPgogIDwvZz4KPC9zdmc+Cg==');
}

.social-feeds.red .social.social-facebook {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xOC41MDggMjBjLjU5MiAwIDEuMDcyLS40OTQgMS4wNzItMS4xMDRWMS4xMDRDMTkuNTguNDk1IDE5LjEgMCAxOC41MDggMEgxLjIzQy42MzkgMCAuMTYuNDk1LjE2IDEuMTA0djE3Ljc5MkMuMTYgMTkuNTA2LjYzOSAyMCAxLjIzIDIweiIvPgogICAgPHBhdGggZmlsbD0iI2UyMDAxYSIgZD0iTTEzLjU1OSAyMHYtNy43NDVoMi41MjVsLjM3Ny0zLjAxOGgtMi45MDJWNy4zMDljMC0uODczLjIzNS0xLjQ2OSAxLjQ1My0xLjQ2OWwxLjU1MS0uMDAxVjMuMTRhMjAuMDk2IDIwLjA5NiAwIDAwLTIuMjYyLS4xMTljLTIuMjM3IDAtMy43NjggMS40MDctMy43NjggMy45OXYyLjIyNkg4LjAwMnYzLjAxOGgyLjUzMVYyMHoiLz4KICA8L2c+Cjwvc3ZnPgo=');
}

.social-feeds.red .social.social-youtube {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xOC45MjggMjBDMTkuNTIgMjAgMjAgMTkuNTA2IDIwIDE4Ljg5NlYxLjEwNEMyMCAuNDk1IDE5LjUyIDAgMTguOTI4IDBIMS42NUMxLjA1OSAwIC41OC40OTUuNTggMS4xMDR2MTcuNzkyYzAgLjYxLjQ3OSAxLjEwNCAxLjA3IDEuMTA0eiIvPgogICAgPHBhdGggZmlsbD0iI2UyMDAxYSIgZD0iTTE3LjU0MyA2LjM5MWExLjkgMS45IDAgMDAtMS4zMzktMS4zNDdjLTEuMTgtLjMxOS01LjkxNS0uMzE5LTUuOTE1LS4zMTlzLTQuNzM0IDAtNS45MTUuMzJBMS45IDEuOSAwIDAwMy4wMzYgNi4zOWMtLjMxNiAxLjE5LS4zMTYgMy42Ny0uMzE2IDMuNjdzMCAyLjQ4LjMxNiAzLjY2N2ExLjkwNCAxLjkwNCAwIDAwMS4zMzggMS4zNDhjMS4xODEuMzE4IDUuOTE1LjMxOCA1LjkxNS4zMThzNC43MzUgMCA1LjkxNS0uMzE4YTEuOTAzIDEuOTAzIDAgMDAxLjM0LTEuMzQ4Yy4zMTUtMS4xODguMzE1LTMuNjY3LjMxNS0zLjY2N3MwLTIuNDgtLjMxNi0zLjY2OCIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTguNzQxIDEyLjMxbDMuOTU3LTIuMjUxLTMuOTU3LTIuMjUxeiIvPgogIDwvZz4KPC9zdmc+Cg==');
}

.social-feeds.red .social.social-instagram {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xOC45MjggMjBDMTkuNTIgMjAgMjAgMTkuNTA2IDIwIDE4Ljg5NlYxLjEwNEMyMCAuNDk1IDE5LjUyIDAgMTguOTI4IDBIMS42NUMxLjA1OSAwIC41OC40OTUuNTggMS4xMDR2MTcuNzkyYzAgLjYxLjQ3OSAxLjEwNCAxLjA3IDEuMTA0eiIvPgogICAgPHBhdGggZmlsbD0iI2UyMDAxYSIgZD0iTTE3LjUwNyAxMy40MzhhMy45OTUgMy45OTUgMCAwMS0zLjk5NSAzLjk5NUg3LjA2OGEzLjk5NSAzLjk5NSAwIDAxLTMuOTk1LTMuOTk1VjYuNTYxYTMuOTk1IDMuOTk1IDAgMDEzLjk5NS0zLjk5NGg2LjQ0NGEzLjk5NCAzLjk5NCAwIDAxMy45OTUgMy45OTR6Ii8+CiAgICA8cGF0aCBmaWxsPSIjZTIwMDFhIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIyMCIgc3Ryb2tlLXdpZHRoPSIxLjA4IiBkPSJNMTQuMDEzIDkuOTc4Yy0uMDQ1IDIuMDU2LTEuNjY3IDMuNzIzLTMuNzIzIDMuNzIzYTMuNzIzIDMuNzIzIDAgMDEtMy43MjMtMy43MjNjMC0yLjA1NiAxLjY2OC0zLjc4MyAzLjcyMy0zLjcyMyAyLjUwNC4wNzMgMy43NjggMS42NzQgMy43MjMgMy43MjN6Ii8+CiAgPC9nPgo8L3N2Zz4K');
}

.social-feeds.red .social.social-twitter {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGc+CiAgICA8cGF0aCBkPSJNMTguNTA4IDIwYy41OTIgMCAxLjA3Mi0uNDk0IDEuMDcyLTEuMTA0VjEuMTA0QzE5LjU4LjQ5NSAxOS4xIDAgMTguNTA4IDBIMS4yM0MuNjM5IDAgLjE2LjQ5NS4xNiAxLjEwNHYxNy43OTJDLjE2IDE5LjUwNi42MzkgMjAgMS4yMyAyMHoiIHN0eWxlPSJmaWxsOiByZ2IoMjI2LCAwLCAyNik7Ii8+CiAgICA8cGF0aCBpZD0icGF0aDM2MTEiIHN0eWxlPSJmaWxsLW9wYWNpdHk6IDE7IGZpbGwtcnVsZTogbm9uemVybzsgc3Ryb2tlOiBub25lOyBmaWxsOiByZ2IoMjU1LCAyNTUsIDI1NSk7IiBkPSJNIDcuMTAzIDE3LjE5MSBDIDEyLjc2MyAxNy4xOTEgMTUuODU5IDExLjQyMSAxNS44NTkgNi40MTcgQyAxNS44NTkgNi4yNTMgMTUuODU1IDYuMDkgMTUuODQ5IDUuOTI3IEMgMTYuNDUxIDUuMzkzIDE2Ljk3MyA0LjcyNiAxNy4zODUgMy45NjcgQyAxNi44MzQgNC4yNjggMTYuMjM5IDQuNDcxIDE1LjYxNyA0LjU2MyBDIDE2LjI1MyA0LjA5NCAxNi43NCAzLjM1MiAxNi45NzEgMi40NjggQyAxNi4zNzYgMi45MDIgMTUuNzE4IDMuMjE3IDE1LjAxNyAzLjM4NyBDIDE0LjQ1NCAyLjY1MSAxMy42NTYgMi4xOTEgMTIuNzcxIDIuMTkxIEMgMTEuMDcgMi4xOTEgOS42OTIgMy44ODcgOS42OTIgNS45NzcgQyA5LjY5MiA2LjI3NSA5LjcyIDYuNTYzIDkuNzczIDYuODQxIEMgNy4yMTUgNi42ODIgNC45NDYgNS4xNzYgMy40MjkgMi44ODQgQyAzLjE2NSAzLjQ0NCAzLjAxMyA0LjA5NCAzLjAxMyA0Ljc4NyBDIDMuMDEzIDYuMTAxIDMuNTU1IDcuMjYxIDQuMzgyIDcuOTQgQyAzLjg3OCA3LjkyIDMuNDAzIDcuNzUgMi45ODkgNy40NjYgQyAyLjk4NyA3LjQ4MiAyLjk4NyA3LjQ5NyAyLjk4NyA3LjUxNCBDIDIuOTg3IDkuMzQ4IDQuMDQ4IDEwLjg4IDUuNDU2IDExLjIyNiBDIDUuMTk4IDExLjMxMyA0LjkyNiAxMS4zNiA0LjY0NCAxMS4zNiBDIDQuNDQ4IDExLjM2IDQuMjU0IDExLjMzNiA0LjA2NyAxMS4yOTIgQyA0LjQ1OSAxMi43OTYgNS41OTUgMTMuODkxIDYuOTQxIDEzLjkyMiBDIDUuODg4IDE0LjkzNyA0LjU2MiAxNS41NDMgMy4xMiAxNS41NDMgQyAyLjg3MSAxNS41NDMgMi42MjUgMTUuNTI1IDIuMzg1IDE1LjQ5IEMgMy43NDYgMTYuNTY0IDUuMzY0IDE3LjE5MSA3LjEwMyAxNy4xOTEiLz4KICA8L2c+Cjwvc3ZnPg==');
}

.sub-product {
    height: 100%;
}

.sub-product a {
    display: block;
    height: 100%;
}

.sub-product-wrapper {
    height: 100%;
}

.sub-product-wrapper:hover .sub-product-visual img {
    max-width: calc(100% - 16px);
    max-height: calc(100% - 16px);
}

.sub-product-wrapper:hover .sub-product-title h3 {
    color: #e2001a;
}

.sub-product-wrapper:hover .sub-product-link {
    color: #323338;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiMzMjMzMzgiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-position: left 2px center;
}

.sub-product-visual {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 74.19355%;
    background-color: rgba(255, 255, 255, .5);
}

.sub-product-visual img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: calc(100% - 32px);
    max-height: calc(100% - 32px);
    transition: max-height ease-in-out .3s, max-width ease-in-out .3s;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .sub-product-content {
        display: flex;
        flex-direction: column;
        padding-left: 8px;
    }
}

@media screen and (min-width: 1200px) {
    .sub-product-content {
        padding-left: 16px;
    }
}

.sub-product-title {
    margin-top: 10px;
}

.sub-product-title h3 {
    font-size: 14px;
    line-height: 18px;
    transition: color ease-in-out .3s;
}

@media screen and (min-width: 768px) {
    .sub-product-title h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .sub-product-title h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

.sub-product-text {
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .sub-product-text {
        flex-grow: 1;
    }
}

.sub-product-text p {
    font-size: 12px;
    line-height: 20px;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .sub-product-text p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .sub-product-text p {
        font-size: 16px;
        line-height: 24px;
    }
}

.sub-product-benefit {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .sub-product-benefit {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .sub-product-benefit {
        margin-top: 30px;
    }
}

.sub-product-cta {
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .sub-product-cta {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .sub-product-cta {
        margin-top: 15px;
    }
}

.sub-product-link {
    font-family: 'poppinssemibold';
    font-size: 14px;
    font-size: 13px;
    line-height: 1em;
    display: inline-flex;
    height: 36px;
    padding-left: 15px;
    cursor: pointer;
    transition: background-position ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #e2001a;
    border: 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px 8px;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .sub-product-link {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }
}

.sub-product-link:hover {
    color: #323338;
    background-position: left 2px center;
}

@media screen and (min-width: 768px) {
    .sub-product-link {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .sub-product-link {
        font-size: 13px;
    }
}

.tabs-selector {
    position: relative;
}

.tabs-selector-list {
    display: flex;
    border-bottom: 1px solid #cccccd;
}

.tabs-selector-item {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 16px;
    margin-right: 10px;
    padding: 10px 0;
    cursor: pointer;
    transition: color ease-in-out .3s;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .tabs-selector-item {
        font-size: 12px;
        line-height: 20px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .tabs-selector-item {
        font-size: 13px;
        line-height: 24px;
        margin-right: 30px;
        padding: 15px 0;
    }
}

.tabs-selector-item:last-child {
    margin-right: 0;
}

.tabs-selector-item:hover,
.tabs-selector-item.selected {
    color: #e2001a;
}

.tabs-selector-border {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    transition: left ease-in-out .3s, width ease-in-out .3s;
    background-color: #e2001a;
}

.tabs-content {
    height: 0;
    margin-top: 15px;
    transition: height ease-in-out .3s;
}

@media screen and (min-width: 768px) {
    .tabs-content {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .tabs-content {
        margin-top: 40px;
    }
}

.tabs-content-item {
    display: none;
}

.tabs-content-item.selected {
    display: block;
}

.tabs-content-item-documents {
    display: flex;
}

.tabs-content-item-document {
    max-width: 24%;
    padding-right: 1%;
}

.title-text-cta {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.title-text-cta a {
    display: block;
    height: 100%;
}

.title-text-cta a:hover .title-text-cta-link {
    color: #e2001a;
    background-color: #fff;
}

.title-text-cta-wrapper {
    position: relative;
    padding: 30px;
}

@media screen and (min-width: 768px) {
    .title-text-cta-wrapper {
        padding: 40px;
    }
}

@media screen and (min-width: 1600px) {
    .title-text-cta-wrapper {
        padding: 100px 40px 30px;
    }
}

.title-text-cta-wrapper:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(226, 0, 26, .8);
}

.title-text-cta-title h3,
.title-text-cta-text p {
    text-align: center;
    color: #fff;
}

.title-text-cta-title,
.title-text-cta-text,
.title-text-cta-cta {
    position: relative;
    z-index: 1;
}

.title-text-cta-title h3 {
    font-family: 'poppinssemibold';
    font-size: 18px;
    line-height: 22px;
}

@media screen and (min-width: 768px) {
    .title-text-cta-title h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1600px) {
    .title-text-cta-title h3 {
        font-size: 26px;
        line-height: 30px;
    }
}

.title-text-cta-text {
    margin-top: 15px;
}

@media screen and (min-width: 1200px) {
    .title-text-cta-text {
        margin-top: 20px;
    }
}

.title-text-cta-text p {
    font-size: 12px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .title-text-cta-text p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .title-text-cta-text p {
        font-size: 16px;
        line-height: 24px;
    }
}

.title-text-cta-cta {
    margin-top: 40px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .title-text-cta-cta {
        margin-top: 60px;
    }
}

@media screen and (min-width: 1600px) {
    .title-text-cta-cta {
        margin-top: 80px;
    }
}

.title-text-cta-link {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 17px;
    display: flex;
    display: inline-flex;
    height: 30px;
    cursor: pointer;
    transition: background-color ease-in-out .3s, border-color ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}

.title-text-cta-link:hover {
    color: #e2001a;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .title-text-cta-link {
        font-size: 12px;
        line-height: 19px;
        display: inline-flex;
        height: 35px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    .title-text-cta-link {
        font-size: 13px;
        line-height: 20px;
    }
}

.toggle-nav {
    display: flex;
    width: 40px;
    height: 40px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.toggle-nav-wrapper {
    position: relative;
    width: 27px;
    height: 27px;
}

.toggle-nav-wrapper.js-toggled span {
    transition: opacity .2s ease-in-out .2s;
    opacity: 0;
}

.toggle-nav-wrapper.js-toggled:before {
    top: 50%;
    transition: top .2s ease-in-out 0s, transform .2s ease-in-out .2s;
    transform: translateY(-50%) rotate(45deg);
}

.toggle-nav-wrapper.js-toggled:after {
    bottom: 50%;
    transition: bottom .2s ease-in-out 0s, transform .2s ease-in-out .2s;
    transform: translateY(50%) rotate(-45deg);
}

.toggle-nav-wrapper span,
.toggle-nav-wrapper:before,
.toggle-nav-wrapper:after {
    position: absolute;
    right: 0;
    left: 0;
    height: 3px;
    background-color: #323338;
}

.toggle-nav-wrapper span {
    top: 50%;
    transition: opacity .2s ease-in-out 0s;
    transform: translateY(-50%);
    opacity: 1;
}

.toggle-nav-wrapper:before,
.toggle-nav-wrapper:after {
    content: '';
    transform: translate(0) rotate(0deg);
    transform-origin: center;
}

.toggle-nav-wrapper:before {
    top: 2px;
    transition: top .2s ease-in-out .2s, transform .2s ease-in-out 0s;
}

.toggle-nav-wrapper:after {
    bottom: 2px;
    transition: bottom .2s ease-in-out .2s, transform .2s ease-in-out 0s;
}

.visitor-type {
    border-bottom: 1px solid #cccccd;
}

.visitor-type a {
    display: block;
    height: 100%;
}

.visitor-type a:hover .visitor-type-image-wrapper:before {
    right: 95%;
}

.visitor-type a:hover .visitor-type-image-wrapper img {
    transform: translate(-50%, -50%) scale(1.05);
}

.visitor-type a:hover .visitor-type-link {
    color: #e2001a;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-position: right 0 center;
}

.visitor-type-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 63.33333%;
}

.visitor-type-image-wrapper:before {
    position: absolute;
    position: absolute;
    z-index: 0;
    z-index: 1;
    top: 0;
    top: 0;
    right: 0;
    right: 0;
    right: 100%;
    bottom: 0;
    bottom: 0;
    left: 0;
    left: -100vw;
    content: '';
    transition: right ease-in-out .3s;
    transform: skewX(35deg);
    transform-origin: top right;
    opacity: .75;
    background-color: #e2001a;
}

.visitor-type-image-wrapper img {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    height: 101%;
    transition: transform ease-in-out .3s;
    transform: translate(-50%, -50%) scale(1);
}

.visitor-type-cta {
    margin-top: 5px;
}

.visitor-type-link {
    font-family: 'poppinssemibold';
    font-size: 14px;
    font-size: 13px;
    line-height: 1em;
    display: inline-flex;
    height: 36px;
    padding-right: 15px;
    cursor: pointer;
    transition: background-position ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #65666a;
    border: 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiM2NTY2NmEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 6px 8px;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .visitor-type-link {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }
}

.visitor-type-link:hover {
    color: #e2001a;
    background-position: right 0 center;
}

@media screen and (min-width: 768px) {
    .visitor-type-link {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .visitor-type-link {
        font-size: 13px;
    }
}

.block-careers-image-title h3 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .block-careers-image-title h3 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .block-careers-image-title h3 {
        font-size: 36px;
        line-height: 50px;
    }
}

.block-careers-image-content {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .block-careers-image-content {
        flex-direction: row;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .block-careers-image-content {
        margin-top: 40px;
    }
}

.block-careers-image-visual {
    margin-top: 30px;
    order: 2;
}

@media screen and (min-width: 768px) {
    .block-careers-image-visual {
        max-width: 62.5%;
        margin-top: 0;
        order: 1;
        flex: 0 0 62.5%;
    }
}

@media screen and (min-width: 1200px) {
    .block-careers-image-visual {
        max-width: 75%;
        flex: 0 0 75%;
    }
}

.block-careers-image-list {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-right: -5px;
    margin-left: -5px;
    order: 1;
    justify-content: flex-start;
}

@media screen and (min-width: 768px) {
    .block-careers-image-list {
        max-width: 37.5%;
        margin-top: -30px;
        margin-right: 0;
        margin-left: 0;
        padding-left: 30px;
        flex: 0 0 37.5%;
        order: 2;
    }
}

@media screen and (min-width: 1200px) {
    .block-careers-image-list {
        max-width: 25%;
        flex: 0 0 25%;
    }
}

.block-careers-image-item {
    margin-top: 15px;
    padding: 0 5px;
}

@media screen and (min-width: 768px) {
    .block-careers-image-item {
        margin-top: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .block-careers-image-item {
        margin-top: 35px;
        padding: 0;
    }
}

.block-careers-image-item:first-child {
    margin-top: 0;
}

.block-careers-image-item .careers-by-region-title h4 {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .block-careers-image-item .careers-by-region-title h4 {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (min-width: 1600px) {
    .block-careers-image-item .careers-by-region-title h4 {
        font-size: 13px;
        line-height: 19px;
    }
}

.block-careers-image-item .careers-by-region-item {
    display: flex;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaeb;
    justify-content: space-between;
}

@media screen and (min-width: 1200px) {
    .block-careers-image-item .careers-by-region-item {
        padding: 10px 0;
    }
}

.block-careers-image-item .careers-by-region-item-country {
    font-family: 'poppinsbold';
    font-size: 14px;
    line-height: 18px;
}

@media screen and (min-width: 1600px) {
    .block-careers-image-item .careers-by-region-item-country {
        font-size: 22px;
        line-height: 26px;
    }
}

.block-careers-image-item .careers-by-region-item-offers a {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    display: block;
    padding-right: 12px;
    transition: color ease-in-out .3s;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .block-careers-image-item .careers-by-region-item-offers a {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .block-careers-image-item .careers-by-region-item-offers a {
        font-size: 16px;
        line-height: 24px;
    }
}

.block-careers-image-item .careers-by-region-item-offers a:after {
    position: absolute;
    top: 53%;
    right: 0;
    content: '>';
    transform: translateY(-50%);
}

.block-careers-image-item .careers-by-region-item-offers a:hover,
.block-careers-image-item .careers-by-region-item-offers a span {
    color: #e2001a;
}

.block-careers-image-item .careers-by-region-item-offers a span {
    font-family: 'poppinsbold';
}

.block-full-width-title-text-cta {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.block-full-width-title-text-cta:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(50, 51, 56, .8);
}

.block-full-width-title-text-cta .section-container {
    position: relative;
    z-index: 1;
}

.block-full-width-title-text-cta .block-title h2,
.block-full-width-title-text-cta .block-text p {
    color: #fff;
}

.block-full-width-title-text-cta .block-text strong {
    color: #fff;
}

.block-full-width-title-text-cta .block-title {
    max-width: 75%;
}

@media screen and (min-width: 768px) {
    .block-full-width-title-text-cta .block-title {
        max-width: 62.5%;
    }
}

@media screen and (min-width: 1200px) {
    .block-full-width-title-text-cta .block-title {
        max-width: 50%;
    }
}

@media screen and (min-width: 1600px) {
    .block-full-width-title-text-cta .block-title {
        max-width: 41.66667%;
    }
}

.block-full-width-title-text-cta .block-title h2 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
}

@media screen and (min-width: 768px) {
    .block-full-width-title-text-cta .block-title h2 {
        font-size: 30px;
        line-height: 34px;
    }
}

@media screen and (min-width: 1200px) {
    .block-full-width-title-text-cta .block-title h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

.block-full-width-title-text-cta .block-text {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .block-full-width-title-text-cta .block-text {
        max-width: 87.5%;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .block-full-width-title-text-cta .block-text {
        max-width: 50%;
        margin-top: 25px;
    }
}

.block-full-width-title-text-cta .block-text p {
    font-size: 12px;
    line-height: 18px;
}

@media screen and (min-width: 768px) {
    .block-full-width-title-text-cta .block-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-width: 768px) {
    .block-full-width-title-text-cta .block-text p {
        font-size: 16px;
        line-height: 24px;
    }
}

.block-full-width-title-text-cta .block-cta {
    margin-top: 20px;
}

@media screen and (min-width: 1200px) {
    .block-full-width-title-text-cta .block-cta {
        margin-top: 30px;
    }
}

.block-full-width-title-text-cta .block-link {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 17px;
    display: flex;
    height: 30px;
    transition: background-color ease-in-out .3s, border-color ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
}

.block-full-width-title-text-cta .block-link:hover {
    color: #000000;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .block-full-width-title-text-cta .block-link {
        font-size: 12px;
        line-height: 19px;
        display: inline-flex;
        height: 35px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    .block-full-width-title-text-cta .block-link {
        font-size: 13px;
        line-height: 20px;
    }
}

.block-image-title-text-title h3 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .block-image-title-text-title h3 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .block-image-title-text-title h3 {
        font-size: 36px;
        line-height: 50px;
    }
}

.block-image-title-text-list {
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .block-image-title-text-list {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .block-image-title-text-list {
        margin-top: 30px;
    }
}

.block-image-title-text-item {
    max-width: 50%;
    margin-top: 16px;
    padding: 0 8px;
    flex: 0 0 50%;
}

@media screen and (min-width: 768px) {
    .block-image-title-text-item {
        max-width: 25%;
        margin-top: 0;
        flex: 0 0 25%;
    }
}

.block-image-title-text-item .key-figure-content {
    justify-content: flex-start;
}

.block-image-title-text-item .key-figure-number {
    font-size: 14px;
    line-height: 22px;
}

@media screen and (min-width: 768px) {
    .block-image-title-text-item .key-figure-number {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1600px) {
    .block-image-title-text-item .key-figure-number {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (min-width: 768px) {
    .block-image-title-text-item .key-figure-text {
        margin-top: 8px;
    }
}

.block-key-figures-image-title h3 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .block-key-figures-image-title h3 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .block-key-figures-image-title h3 {
        font-size: 36px;
        line-height: 50px;
    }
}

.block-key-figures-image-content {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .block-key-figures-image-content {
        flex-direction: row;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .block-key-figures-image-content {
        margin-top: 40px;
    }
}

.block-key-figures-image-visual {
    margin-top: 30px;
    order: 2;
}

@media screen and (min-width: 768px) {
    .block-key-figures-image-visual {
        max-width: 75%;
        margin-top: 0;
        order: 1;
        flex: 0 0 75%;
    }
}

.block-key-figures-image-list {
    display: flex;
    margin-top: -15px;
    margin-right: -5px;
    margin-left: -5px;
    order: 1;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .block-key-figures-image-list {
        max-width: 25%;
        margin-top: -30px;
        margin-right: 0;
        margin-left: 0;
        flex: 0 0 25%;
        order: 2;
        justify-content: flex-start;
        align-content: flex-start;
    }
}

.block-key-figures-image-item {
    max-width: 50%;
    margin-top: 30px;
    padding: 0 5px;
    flex: 0 0 50%;
}

@media screen and (min-width: 768px) {
    .block-key-figures-image-item {
        max-width: 100%;
        margin-top: 20px;
        padding: 0;
        flex: 0 0 100%;
    }
}

.block-key-figures-wrapper {
    display: flex;
    margin-top: -30px;
    margin-right: -5px;
    margin-left: -5px;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .block-key-figures-wrapper {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.block-key-figures-item {
    max-width: 50%;
    margin-top: 30px;
    padding: 0 5px;
    flex: 0 0 50%;
}

@media screen and (min-width: 768px) {
    .block-key-figures-item {
        max-width: 25%;
        padding: 0 10px;
        flex: 0 0 25%;
    }
}

.block-testimony-title h3 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .block-testimony-title h3 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .block-testimony-title h3 {
        font-size: 36px;
        line-height: 50px;
    }
}

.block-testimony-container {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .block-testimony-container {
        display: flex;
        margin-top: 20px;
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (min-width: 1200px) {
    .block-testimony-container {
        margin-top: 40px;
        margin-right: -25px;
        margin-left: -25px;
    }
}

@media screen and (min-width: 768px) {
    .block-testimony-item {
        max-width: 50%;
        padding: 0 16px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .block-testimony-item {
        padding: 0 25px;
    }
}

.block-testimony-item:last-child {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .block-testimony-item:last-child {
        margin-top: 0;
    }
}

.block-testimony-content {
    height: 100%;
    padding: 15px;
    background-color: #eaeaeb;
    background-repeat: no-repeat;
    background-position: right -100vw top;
    background-size: contain;
}

@media screen and (min-width: 768px) {
    .block-testimony-content {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .block-testimony-content {
        padding-right: 33.33333%;
        background-position: right top;
    }
}

.block-testimony-content p {
    font-size: 12px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .block-testimony-content p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .block-testimony-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

.block-testimony-text p,
.block-testimony-author {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .block-testimony-text p,
    .block-testimony-author {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .block-testimony-text p,
    .block-testimony-author {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .block-testimony-text:first-child {
        flex-grow: 1;
    }
}

.block-testimony-text:first-child p {
    margin-top: 0;
}

.block-testimony-author-name {
    font-family: 'poppinssemibold';
}

.block-text-title h3 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .block-text-title h3 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .block-text-title h3 {
        font-size: 36px;
        line-height: 50px;
    }
}

.block-text-content {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .block-text-content {
        display: flex;
        margin-top: 20px;
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (min-width: 1200px) {
    .block-text-content {
        margin-top: 30px;
        margin-right: -25px;
        margin-left: -25px;
    }
}

.block-text-content .column-1,
.block-text-content .column-2,
.block-text-content .column-3,
.block-text-content .column-4 {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .block-text-content .column-1,
    .block-text-content .column-2,
    .block-text-content .column-3,
    .block-text-content .column-4 {
        margin-top: 0;
        padding: 0 16px;
    }
}

@media screen and (min-width: 1200px) {
    .block-text-content .column-1,
    .block-text-content .column-2,
    .block-text-content .column-3,
    .block-text-content .column-4 {
        padding: 0 25px;
    }
}

.block-text-content .column-1:first-child,
.block-text-content .column-2:first-child,
.block-text-content .column-3:first-child,
.block-text-content .column-4:first-child {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .block-text-content .column-2 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 768px) {
    .block-text-content .column-3 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

@media screen and (min-width: 768px) {
    .block-text-content .column-4 {
        max-width: 25%;
        flex: 0 0 25%;
    }
}

@media screen and (min-width: 768px) {
    .block-title-text-cta-image.left .block-title-text-cta-image-wrapper,
    .block-title-text-cta-image.right .block-title-text-cta-image-wrapper {
        display: flex;
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (min-width: 1200px) {
    .block-title-text-cta-image.left .block-title-text-cta-image-wrapper,
    .block-title-text-cta-image.right .block-title-text-cta-image-wrapper {
        margin-right: -25px;
        margin-left: -25px;
    }
}

@media screen and (min-width: 768px) {
    .block-title-text-cta-image.left .block-title-text-cta-image-content,
    .block-title-text-cta-image.left .block-title-text-cta-image-visual,
    .block-title-text-cta-image.right .block-title-text-cta-image-content,
    .block-title-text-cta-image.right .block-title-text-cta-image-visual {
        max-width: 50%;
        padding: 0 16px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .block-title-text-cta-image.left .block-title-text-cta-image-content,
    .block-title-text-cta-image.left .block-title-text-cta-image-visual,
    .block-title-text-cta-image.right .block-title-text-cta-image-content,
    .block-title-text-cta-image.right .block-title-text-cta-image-visual {
        padding: 0 25px;
    }
}

@media screen and (min-width: 768px) {
    .block-title-text-cta-image.left .block-title-text-cta-image-content {
        order: 2;
    }
}

@media screen and (min-width: 768px) {
    .block-title-text-cta-image.left .block-title-text-cta-image-visual {
        order: 1;
    }
}

@media screen and (min-width: 768px) {
    .block-title-text-cta-image.bottom .block-title-text-cta-image-title h3,
    .block-title-text-cta-image.bottom .block-title-text-cta-image-text p,
    .block-title-text-cta-image.bottom .block-title-text-cta-image-cta,
    .block-title-text-cta-image.bottom .block-title-text-cta-image-image {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .block-title-text-cta-image.bottom .block-title-text-cta-image-visual {
        margin-top: 30px;
    }
}

.block-title-text-cta-image-visual {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .block-title-text-cta-image-visual {
        margin-top: 0;
    }
}

.block-title-text-cta-image-title h3 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .block-title-text-cta-image-title h3 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .block-title-text-cta-image-title h3 {
        font-size: 36px;
        line-height: 50px;
    }
}

.block-title-text-cta-image-text {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .block-title-text-cta-image-text {
        margin-top: 20px;
    }
}

.block-title-text-cta-image-text p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .block-title-text-cta-image-text p {
        font-size: 14px;
        line-height: 21px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .block-title-text-cta-image-text p {
        font-size: 16px;
        line-height: 24px;
    }
}

.block-title-text-cta-image-text p:first-child {
    margin-top: 0;
}

.block-title-text-cta-image-cta {
    margin-top: 30px;
}

.block-title-text-cta-image-link {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 17px;
    display: flex;
    height: 30px;
    transition: background-color ease-in-out .3s, border-color ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #323338;
    border: 2px solid #323338;
    justify-content: center;
    align-items: center;
}

.block-title-text-cta-image-link:hover {
    color: #fff;
    background-color: #323338;
}

@media screen and (min-width: 768px) {
    .block-title-text-cta-image-link {
        font-size: 12px;
        line-height: 19px;
        display: inline-flex;
        height: 35px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    .block-title-text-cta-image-link {
        font-size: 13px;
        line-height: 20px;
    }
}

.page-404 .simple-page-header-title h1,
.page-404 .simple-page-header-text p {
    color: #e2001a;
}

.page-404 .simple-page-header-title h1 {
    font-family: 'poppinsbold';
}

@media screen and (min-width: 1200px) {
    .page-404 .simple-page-header-title h1 {
        font-size: 72px;
        line-height: 100px;
    }
}

.page-404 .simple-page-header-text {
    margin-top: 10px;
}

@media screen and (min-width: 1200px) {
    .page-404 .simple-page-header-text p {
        font-size: 22px;
        line-height: 24px;
    }
}

@media screen and (min-width: 768px) {
    .page-404-content {
        max-width: 62.5%;
    }
}

@media screen and (min-width: 1200px) {
    .page-404-content {
        max-width: 66.66667%;
    }
}

.page-404-content .text-content h4 + p {
    margin-top: 5px;
}

.page-404-nav {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .page-404-nav {
        margin-top: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .page-404-nav {
        margin-top: 60px;
    }
}

.page-404-nav-title h2 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .page-404-nav-title h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .page-404-nav-title h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

.page-404-nav-content {
    margin-top: 20px;
    padding: 30px;
    background-color: #eaeaeb;
}

.page-404-nav-content .footer-bottom-nav .footer-menu-link,
.page-404-nav-content .footer-bottom-nav .footer-submenu-link {
    color: #323338;
}

.page-404-nav-content .footer-bottom-nav .footer-submenu-toggle > .footer-menu-link {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsPSIjMzIzMzM4IiBkPSJNNi42IDB2Ni42OUgwdjEuOTE5aDYuNlYxNS4zaDIuMDdWOC42MDloNi42M1Y2LjY5SDguNjdWMHoiLz4KPC9zdmc+Cg==');
}

@media screen and (min-width: 1200px) {
    .page-404-nav-content .footer-bottom-nav .footer-submenu-toggle > .footer-menu-link {
        background-image: none;
    }
}

@media screen and (min-width: 1200px) {
    .page-article-wrapper {
        display: flex;
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (min-width: 1200px) {
    .page-article-left,
    .page-article-right {
        padding: 0 16px;
    }
}

@media screen and (min-width: 1200px) {
    .page-article-left {
        max-width: 66.66667%;
        flex: 0 0 66.66667%;
    }
}

.page-article-right {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .page-article-right {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1200px) {
    .page-article-right {
        display: block;
        max-width: 33.33333%;
        margin-top: 0;
        flex: 0 0 33.33333%;
    }
}

.page-article-visual-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 65.47619%;
}

.page-article-visual img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 101%;
    transform: translate(-50%, -50%);
}

.page-article-content {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .page-article-content {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .page-article-content {
        margin-top: 40px;
    }
}

@media screen and (min-width: 768px) {
    .page-article-newsletter,
    .page-article-latest-news {
        max-width: 50%;
        margin-top: 16px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .page-article-newsletter,
    .page-article-latest-news {
        max-width: 100%;
    }
}

.page-article-latest-news {
    margin-top: 16px;
}

@media screen and (min-width: 1200px) {
    .page-article-latest-news {
        margin-top: 60px;
    }
}

@media screen and (min-width: 768px) {
    .page-article-newsletter,
    .page-article-feeds,
    .page-article-latest-news {
        padding: 0 8px;
    }
}

@media screen and (min-width: 768px) {
    .page-article-newsletter {
        order: 2;
    }
}

@media screen and (min-width: 1200px) {
    .page-article-newsletter {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .page-article-feeds {
        max-width: 100%;
        order: 1;
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 768px) {
    .page-article-latest-news {
        order: 3;
    }
}

@media screen and (min-width: 1200px) {
    .page-articles-content-wrapper {
        display: flex;
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (min-width: 1200px) {
    .page-articles-content-left,
    .page-articles-content-right {
        padding: 0 16px;
    }
}

@media screen and (min-width: 1200px) {
    .page-articles-content-left {
        max-width: 66.66667%;
        flex: 0 0 66.66667%;
    }
}

.page-articles-content-right {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .page-articles-content-right {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1200px) {
    .page-articles-content-right {
        display: block;
        max-width: 33.33333%;
        margin-top: 0;
        flex: 0 0 33.33333%;
    }
}

.page-articles-content-list {
    margin-top: -16px;
}

@media screen and (min-width: 768px) {
    .page-articles-content-list {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

.page-articles-content-item {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .page-articles-content-item {
        max-width: 50%;
        padding: 0 8px;
        flex: 0 0 50%;
    }
}

.page-articles-content-pager {
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .page-articles-content-pager {
        margin-top: 35px;
    }
}

@media screen and (min-width: 1200px) {
    .page-articles-content-pager {
        margin-top: 45px;
    }
}

@media screen and (min-width: 768px) {
    .page-articles-content-newsletter,
    .page-articles-content-latest-news {
        max-width: 50%;
        margin-top: 16px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .page-articles-content-newsletter,
    .page-articles-content-latest-news {
        max-width: 100%;
    }
}

.page-articles-content-latest-news {
    margin-top: 16px;
}

@media screen and (min-width: 1200px) {
    .page-articles-content-latest-news {
        margin-top: 60px;
    }
}

@media screen and (min-width: 768px) {
    .page-articles-content-newsletter,
    .page-articles-content-feeds,
    .page-articles-content-latest-news {
        padding: 0 8px;
    }
}

@media screen and (min-width: 768px) {
    .page-articles-content-newsletter {
        order: 2;
    }
}

@media screen and (min-width: 1200px) {
    .page-articles-content-newsletter {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .page-articles-content-feeds {
        max-width: 100%;
        order: 1;
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 768px) {
    .page-articles-content-latest-news {
        order: 3;
    }
}

@media screen and (min-width: 768px) {
    .page-career-wrapper {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media screen and (min-width: 1200px) {
    .page-career-wrapper {
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (min-width: 768px) {
    .page-career-left,
    .page-career-right {
        padding: 0 8px;
    }
}

@media screen and (min-width: 768px) {
    .page-career-left,
    .page-career-right {
        padding: 0 16px;
    }
}

@media screen and (min-width: 768px) {
    .page-career-left {
        max-width: 62.5%;
        flex: 0 0 62.5%;
    }
}

@media screen and (min-width: 1200px) {
    .page-career-left {
        max-width: 66.66667%;
        flex: 0 0 66.66667%;
    }
}

.page-career-right {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .page-career-right {
        max-width: 37.5%;
        margin-top: 0;
        flex: 0 0 37.5%;
    }
}

@media screen and (min-width: 1200px) {
    .page-career-right {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

@media screen and (min-width: 1200px) {
    .page-careers-wrapper {
        display: flex;
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (min-width: 1200px) {
    .page-careers-left,
    .page-careers-right {
        padding: 0 16px;
    }
}

@media screen and (min-width: 1200px) {
    .page-careers-left {
        max-width: 66.66667%;
        flex: 0 0 66.66667%;
    }
}

@media screen and (min-width: 768px) {
    .page-careers-right {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media screen and (min-width: 1200px) {
    .page-careers-right {
        display: block;
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

.page-careers-item {
    padding: 20px 0;
    border-bottom: 1px solid #cccccd;
}

@media screen and (min-width: 768px) {
    .page-careers-item {
        padding: 40px 0;
    }
}

@media screen and (min-width: 1200px) {
    .page-careers-item {
        padding: 60px 0;
    }
}

.page-careers-item:first-child {
    padding-top: 0;
}

.page-careers-item:last-child {
    border-bottom: 0;
}

@media screen and (min-width: 768px) {
    .page-careers-cta,
    .page-careers-side-info {
        padding: 0 8px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .page-careers-cta,
    .page-careers-side-info {
        max-width: 100%;
    }
}

.page-careers-side-info {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .page-careers-side-info {
        margin-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .page-careers-side-info {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .page-contact-wrapper {
        display: flex;
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (min-width: 768px) {
    .page-contact-left,
    .page-contact-right {
        padding: 0 16px;
    }
}

@media screen and (min-width: 768px) {
    .page-contact-left {
        max-width: 62.5%;
        flex: 0 0 62.5%;
    }
}

@media screen and (min-width: 1200px) {
    .page-contact-left {
        max-width: 66.66667%;
        flex: 0 0 66.66667%;
    }
}

@media screen and (min-width: 1200px) {
    .page-contact-right {
        max-width: 37.5%;
        flex: 0 0 37.5%;
    }
}

@media screen and (min-width: 1200px) {
    .page-contact-right {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

.page-contact-form {
    margin-top: -30px;
}

.page-contact-group {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid #e2001a;
}

@media screen and (min-width: 768px) {
    .page-contact-group:first-child {
        margin-top: 0;
    }
}

.page-contact-group:last-child {
    border-bottom: 0;
}

.page-contact-group-name h2 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .page-contact-group-name h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .page-contact-group-name h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

@media screen and (min-width: 768px) {
    .page-contact-group-list {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

.page-contact-group-item {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .page-contact-group-item {
        max-width: 50%;
        padding: 0 8px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .page-contact-group-item {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

.page-contact-group-item-title {
    padding-left: 17px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgMTIgMTciPjxwYXRoIGZpbGw9IiM2NTY2NmEiIGQ9Ik0xMS4yMzYgNi4xMTRjMCAyLjU2Mi00LjE0IDguNC01LjI2NyA5Ljk0NEM0Ljg0MiAxNC41MTYuNzAyIDguNjc3LjcwMiA2LjExNEE1LjI3MyA1LjI3MyAwIDAxNS45Ny44NDdhNS4yNzMgNS4yNzMgMCAwMTUuMjY3IDUuMjY3ek02LjI1IDE2Ljg2Yy4yMzItLjMwNyA1LjY5LTcuNTYxIDUuNjktMTAuNzQ2IDAtMy4yOS0yLjY4LTUuOTY5LTUuOTctNS45NjlBNS45NzcgNS45NzcgMCAwMDAgNi4xMTVDMCA5LjI5OCA1LjQ1NyAxNi41NTIgNS42OSAxNi44NmEuMzUxLjM1MSAwIDAwLjU2IDB6Ii8+PHBhdGggZmlsbD0iI2UyMDAxYSIgZD0iTTguNDI4IDYuMTE0YTIuNDYgMi40NiAwIDAxLTIuNDU5IDIuNDU5IDIuNDYgMi40NiAwIDAxLTIuNDU4LTIuNDU5IDIuNDYxIDIuNDYxIDAgMDEyLjQ1OC0yLjQ1NyAyLjQ2MSAyLjQ2MSAwIDAxMi40NTkgMi40NTd6bS43MDIgMGEzLjE2MyAzLjE2MyAwIDAwLTMuMTYtMy4xNiAzLjE2MyAzLjE2MyAwIDAwLTMuMTYxIDMuMTYgMy4xNjQgMy4xNjQgMCAwMDMuMTYgMy4xNiAzLjE2NCAzLjE2NCAwIDAwMy4xNi0zLjE2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px 17px;
}

.page-contact-group-item-title h3 {
    font-size: 14px;
    line-height: 18px;
}

@media screen and (min-width: 768px) {
    .page-contact-group-item-title h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .page-contact-group-item-title h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

.page-contact-group-item-address {
    margin-top: 12px;
}

.page-contact-group-item-address p {
    margin-top: 20px;
}

.page-contact-group-item-address p:first-child {
    margin-top: 0;
}

.page-contact-group-item-address p a {
    color: #e2001a;
}

.page-contact-group-item-cta {
    margin-top: 20px;
}

.page-contact-group-item-link {
    font-family: 'poppinssemibold';
    font-size: 14px;
    font-size: 13px;
    line-height: 1em;
    display: inline-flex;
    height: 36px;
    padding-right: 15px;
    cursor: pointer;
    transition: background-position ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #e2001a;
    border: 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 6px 8px;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .page-contact-group-item-link {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }
}

.page-contact-group-item-link:hover {
    color: #323338;
    background-position: right 0 center;
}

@media screen and (min-width: 768px) {
    .page-contact-group-item-link {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .page-contact-group-item-link {
        font-size: 13px;
    }
}

.page-contact-side-info {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .page-contact-side-info:first-child {
        margin-top: 0;
    }
}

.homepage-news {
    background-color: #eaeaeb;
}

.homepage-news-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.homepage-news-title {
    order: 1;
}

.homepage-news-title h2 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .homepage-news-title h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .homepage-news-title h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

.homepage-news .slider-nav {
    transform: translateX(18px);
    order: 2;
}

@media screen and (min-width: 768px) {
    .homepage-news .slider-nav {
        display: none;
    }
}

.homepage-news-cta {
    max-width: 100%;
    margin-top: 30px;
    order: 4;
    flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
    .homepage-news-cta {
        margin-top: 0;
        order: 3;
        flex: 0 0 auto;
    }
}

.homepage-news-cta-link {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 17px;
    display: flex;
    height: 30px;
    transition: background-color ease-in-out .3s, border-color ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #323338;
    border: 2px solid #323338;
    justify-content: center;
    align-items: center;
}

.homepage-news-cta-link:hover {
    color: #fff;
    background-color: #323338;
}

@media screen and (min-width: 768px) {
    .homepage-news-cta-link {
        font-size: 12px;
        line-height: 19px;
        display: inline-flex;
        height: 35px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    .homepage-news-cta-link {
        font-size: 13px;
        line-height: 20px;
    }
}

.homepage-news-articles {
    overflow: hidden;
    max-width: 100%;
    margin-top: 20px;
    order: 3;
    flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
    .homepage-news-articles {
        margin-top: 35px;
        order: 4;
    }
}

@media screen and (min-width: 1200px) {
    .homepage-news-articles {
        margin-top: 40px;
    }
}

@media screen and (min-width: 768px) {
    .homepage-news-articles .slider {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media screen and (min-width: 768px) {
    .homepage-news-articles .slider .slide {
        max-width: 50%;
        padding: 0 8px;
        opacity: 1;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .homepage-news-articles .slider .slide {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

@media screen and (min-width: 768px) {
    .homepage-news-articles .slider .slide:last-child {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .homepage-news-articles .slider .slide:last-child {
        display: block;
    }
}

.homepage-careers {
    background-color: rgba(234, 234, 235, .3);
}

@media screen and (min-width: 768px) {
    .homepage-careers-wrapper {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media screen and (min-width: 768px) {
    .homepage-careers-left,
    .homepage-careers-right {
        padding: 0 8px;
    }
}

@media screen and (min-width: 768px) {
    .homepage-careers-left {
        max-width: 62.5%;
        flex: 0 0 62.5%;
    }
}

.homepage-careers-right {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .homepage-careers-right {
        max-width: 37.5%;
        margin-top: 0;
        flex: 0 0 37.5%;
    }
}

.homepage-careers-title h2 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .homepage-careers-title h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .homepage-careers-title h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

.homepage-careers-list {
    margin-top: 15px;
}

@media screen and (min-width: 1200px) {
    .homepage-careers-list {
        margin-top: 20px;
    }
}

.homepage-careers-item {
    border-bottom: 1px solid #eaeaeb;
}

.homepage-careers-link {
    font-family: 'poppinssemibold';
    font-size: 18px;
    line-height: 22px;
    display: block;
    padding: 15px;
    transition: color ease-in-out .3s;
    color: #65666a;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px 8px;
}

@media screen and (min-width: 768px) {
    .homepage-careers-link {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1600px) {
    .homepage-careers-link {
        font-size: 26px;
        line-height: 30px;
        padding: 20px;
    }
}

.homepage-careers-link:hover {
    color: #e2001a;
}

.homepage-careers-cta {
    margin-top: 30px;
}

.homepage-careers-link-more {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 17px;
    display: flex;
    height: 30px;
    transition: background-color ease-in-out .3s, border-color ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #323338;
    border: 2px solid #323338;
    justify-content: center;
    align-items: center;
}

.homepage-careers-link-more:hover {
    color: #fff;
    background-color: #323338;
}

@media screen and (min-width: 768px) {
    .homepage-careers-link-more {
        font-size: 12px;
        line-height: 19px;
        display: inline-flex;
        height: 35px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    .homepage-careers-link-more {
        font-size: 13px;
        line-height: 20px;
    }
}

.homepage-projects-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.homepage-projects-title h2 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .homepage-projects-title h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .homepage-projects-title h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

.homepage-projects .slider-nav {
    transform: translateX(18px);
}

@media screen and (min-width: 768px) {
    .homepage-projects .slider-nav {
        display: none;
    }
}

.homepage-projects-list {
    max-width: 100%;
    margin-top: 20px;
    flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
    .homepage-projects-list {
        margin-top: 35px;
    }
}

.homepage-projects-list .slider {
    position: relative;
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide.js-open .project a {
        pointer-events: all;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide.js-open .project .project-visual {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide.js-open .project .project-content {
        padding-right: 0;
        background: none;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide.js-open .project .project-subcontent {
        max-height: 9999px;
        transition: max-height ease-in-out 1s;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide:first-child .project .project-content {
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide .project {
        cursor: pointer;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide .project:hover .project-title h3 {
        color: #e2001a;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide .project a {
        pointer-events: none;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide .project-wrapper {
        display: flex;
        justify-content: flex-end;
    }
}

.homepage-projects-list .slider .slide .project-wrapper:hover .project-title h3 {
    color: #e2001a;
}

.homepage-projects-list .slider .slide .project-wrapper:hover .project-excerpt p {
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide .project-visual {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 62.5%;
        height: 100%;
        padding-top: 0;
        transition: opacity ease-in-out .3s;
        opacity: 0;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide .project-image {
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .homepage-projects-list .slider .slide .project-image {
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide .project-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: none;
        height: 100%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 1200px) {
    .homepage-projects-list .slider .slide .project-image img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide .project-description {
        bottom: 30px;
        padding: 20px 120px 20px 30px;
    }
}

@media screen and (min-width: 1200px) {
    .homepage-projects-list .slider .slide .project-description {
        right: 50%;
        padding: 20px 60px 20px 30px;
    }
}

@media screen and (min-width: 1200px) {
    .homepage-projects-list .slider .slide .project-description:before {
        transform-origin: bottom right;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide .project-content {
        max-width: 37.5%;
        padding: 15px 0 0 16px;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsPSIjZDkwMDBkIiBkPSJNNi42IDB2Ni42OUgwdjEuOTE5aDYuNlYxNS4zaDIuMDdWOC42MDloNi42M1Y2LjY5SDguNjdWMHoiLz4KPC9zdmc+Cg==');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 13px;
        flex: 0 0 37.5%;
    }
}

@media screen and (min-width: 1200px) {
    .homepage-projects-list .slider .slide .project-content {
        padding: 20px 0 0 30px;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide .project-content-wrapper {
        padding-bottom: 15px;
        border-bottom: 1px solid #eaeaeb;
    }
}

@media screen and (min-width: 768px) {
    .homepage-projects-list .slider .slide .project-subcontent {
        overflow: hidden;
        max-height: 0;
        transition: max-height ease-in-out 0s;
    }
}

.homepage-projects-list .slider .slide .project-title h3 {
    transition: color ease-in-out .3s;
}

.homepage-projects-cta {
    max-width: 100%;
    margin-top: 30px;
    flex: 0 0 100%;
}

@media screen and (min-width: 1200px) {
    .homepage-projects-cta {
        max-width: auto;
        margin-left: auto;
        flex: 0 0 auto;
    }
}

.homepage-projects-cta-link {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 17px;
    display: flex;
    height: 30px;
    transition: background-color ease-in-out .3s, border-color ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #323338;
    border: 2px solid #323338;
    justify-content: center;
    align-items: center;
}

.homepage-projects-cta-link:hover {
    color: #fff;
    background-color: #323338;
}

@media screen and (min-width: 768px) {
    .homepage-projects-cta-link {
        font-size: 12px;
        line-height: 19px;
        display: inline-flex;
        height: 35px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    .homepage-projects-cta-link {
        font-size: 13px;
        line-height: 20px;
    }
}

.homepage-products-title h2 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .homepage-products-title h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .homepage-products-title h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

.homepage-products-introduction {
    margin-top: 15px;
}

@media screen and (min-width: 1200px) {
    .homepage-products-introduction {
        max-width: 66.66667%;
        margin-top: 20px;
    }
}

.homepage-products-introduction p {
    font-size: 12px;
    line-height: 18px;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .homepage-products-introduction p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .homepage-products-introduction p {
        font-size: 16px;
        line-height: 24px;
    }
}

.homepage-products-list {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .homepage-products-list {
        display: flex;
        margin-top: 14px;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

.homepage-products-item {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .homepage-products-item {
        max-width: 50%;
        margin-top: 16px;
        padding: 0 8px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .homepage-products-item {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

.page-press-room-release-title h2 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .page-press-room-release-title h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .page-press-room-release-title h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

.page-press-room-release-list {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .page-press-room-release-list {
        display: flex;
        margin-top: 20px;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1200px) {
    .page-press-room-release-list {
        margin-top: 30px;
        margin-right: -16px;
        margin-left: -16px;
        flex-wrap: nowrap;
    }
}

.page-press-room-release-item {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .page-press-room-release-item {
        max-width: 50%;
        padding: 0 8px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .page-press-room-release-item {
        max-width: 25%;
        padding: 0 16px;
        flex: 0 0 25%;
    }
}

.page-press-room-release-item:last-child {
    border-bottom: 0;
}

.page-press-room-release-item .news {
    border-bottom: 1px solid #cccccd;
}

.page-press-room-publications-title h2,
.page-press-room-library-title h2 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .page-press-room-publications-title h2,
    .page-press-room-library-title h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .page-press-room-publications-title h2,
    .page-press-room-library-title h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

.page-press-room-publications-list,
.page-press-room-library-list {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .page-press-room-publications-list,
    .page-press-room-library-list {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .page-press-room-publications-list,
    .page-press-room-library-list {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .page-press-room-contact-wrapper {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media screen and (min-width: 1200px) {
    .page-press-room-contact-wrapper {
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (min-width: 768px) {
    .page-press-room-contact-social,
    .page-press-room-contact-side {
        padding: 0 8px;
    }
}

@media screen and (min-width: 768px) {
    .page-press-room-contact-social,
    .page-press-room-contact-side {
        padding: 0 16px;
    }
}

@media screen and (min-width: 768px) {
    .page-press-room-contact-social {
        max-width: 62.5%;
        flex: 0 0 62.5%;
    }
}

@media screen and (min-width: 1200px) {
    .page-press-room-contact-social {
        max-width: 66.66667%;
        flex: 0 0 66.66667%;
    }
}

@media screen and (min-width: 768px) {
    .page-press-room-contact-side {
        max-width: 100%;
        flex: 0 0 37.5%;
    }
}

@media screen and (min-width: 1200px) {
    .page-press-room-contact-side {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

.page-product-offer-title h3 {
    font-size: 16px;
    line-height: 18px;
}

@media screen and (min-width: 1200px) {
    .page-product-offer-title h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (min-width: 768px) {
    .page-product-offer-countries .country-list {
        display: flex;
        margin-top: 20px;
        margin-right: -30px;
        margin-left: -30px;
    }
}

@media screen and (min-width: 1200px) {
    .page-product-offer-countries .country-list {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .page-product-offer-countries .country-column {
        padding: 0 30px;
    }
}

@media screen and (min-width: 1200px) {
    .page-product-offer-countries .country-column {
        max-width: 20%;
        flex: 0 0 20%;
    }
}

@media screen and (min-width: 768px) {
    .page-product-offer-countries .country-group {
        margin-top: 0;
    }
}

.page-product-offer-countries .country-group-name {
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .page-product-offer-countries .country-group-list {
        margin-top: 5px;
    }
}

.page-product-offer-countries .country-group-list ul li {
    margin-top: 0;
}

.page-product-offer-countries .country-group-name,
.page-product-offer-countries .country-group-list ul li a {
    font-size: 13px;
}

@media screen and (min-width: 768px) {
    .page-products-list {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

.page-products-item {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .page-products-item {
        max-width: 50%;
        margin-top: 16px;
        padding: 0 8px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .page-products-item {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

.page-project-header {
    height: calc(100vh - 35px - 70px);
}

@media screen and (min-width: 768px) {
    .page-project-header {
        position: relative;
        height: calc(60vh - 35px - 80px);
        height: calc((var(--vh, 1vh) * 60) - 35px - 80px);
    }
}

@media screen and (min-width: 1200px) {
    .page-project-header {
        height: calc(100vh - 40px - 100px);
    }
}

.page-project-header-visuals {
    height: 60%;
}

@media screen and (min-width: 768px) {
    .page-project-header-visuals {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }
}

.page-project-header-visual {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.page-project-header-visual img {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    max-width: none;
    height: 100%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
    .page-project-header-visual img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .page-project-header-titles,
    .page-project-header-subtitles {
        position: relative;
        z-index: 2;
    }
}

.page-project-header-titles {
    display: flex;
    flex-direction: column;
    height: 40%;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .page-project-header-titles {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 75%;
        transform: translate(-50%, -50%);
    }
}

.page-project-header-title h1,
.page-project-header-subtitle h2 {
    text-align: center;
    color: #65666a;
}

@media screen and (min-width: 768px) {
    .page-project-header-title h1,
    .page-project-header-subtitle h2 {
        color: #fff;
    }
}

.page-project-header-title h1 {
    font-family: 'poppinssemibold';
    font-size: 35px;
    line-height: 43px;
}

@media screen and (min-width: 1200px) {
    .page-project-header-title h1 {
        font-size: 60px;
        line-height: 68px;
    }
}

@media screen and (min-width: 1600px) {
    .page-project-header-title h1 {
        font-size: 72px;
        line-height: 80px;
    }
}

.page-project-header-subtitle {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .page-project-header-subtitle {
        margin-top: 20px;
    }
}

.page-project-header-subtitle h2 {
    font-family: 'poppinsregular';
    font-size: 16px;
    line-height: 32px;
}

@media screen and (min-width: 1200px) {
    .page-project-header-subtitle h2 {
        font-size: 26px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .page-project-header-subtitle h2 {
        font-size: 38px;
        line-height: 54px;
    }
}

.page-project-header .slider,
.page-project-header .slides,
.page-project-header .slide,
.page-project-header .flickity-viewport,
.page-project-header .flickity-slider {
    height: 100% !important;
}

@media screen and (min-width: 768px) {
    .page-project-header .slide:first-child:before {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background-color: rgba(0, 0, 0, .5);
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdvZHRoPSI4IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA4IDYiPgogIDxwb2x5Z29uIGZpbGw9IiNmZmZmZmYiIHBvaW50cz0iOC4yNyAyLjY5IDguMjcgNi44MiA0LjA3IDQuMDggMCA2LjczIDAgMi42NSA0LjA3IDAgOC4yNyAyLjY5IiAvPgo8L3N2Zz4K');
        background-repeat: no-repeat;
        background-position: bottom -24px center;
        background-size: 62px 42px;
    }
}

@media screen and (min-width: 1200px) {
    .page-project-header .slide:first-child:before {
        background-position: bottom -57px center;
        background-size: 152px 102px;
    }
}

@media screen and (min-width: 768px) {
    .page-project-header .slider-prev,
    .page-project-header .slider-next {
        z-index: 2;
    }
}

@media screen and (min-width: 768px) {
    .page-project-details .breadcrumbs {
        margin-top: 20px;
    }
}

.page-project-details-content {
    padding-top: 40px;
}

@media screen and (min-width: 768px) {
    .page-project-details-content {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        padding-top: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .page-project-details-content {
        margin-right: -16px;
        margin-left: -16px;
        padding-top: 60px;
    }
}

@media screen and (min-width: 768px) {
    .page-project-details-left,
    .page-project-details-right {
        padding: 0 8px;
    }
}

@media screen and (min-width: 1200px) {
    .page-project-details-left,
    .page-project-details-right {
        padding: 0 16px;
    }
}

@media screen and (min-width: 768px) {
    .page-project-details-left {
        max-width: 62.5%;
        flex: 0 0 62.5%;
    }
}

@media screen and (min-width: 768px) {
    .page-project-details-left {
        max-width: 66.66667%;
        flex: 0 0 66.66667%;
    }
}

.page-project-details-right {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .page-project-details-right {
        max-width: 37.5%;
        margin-top: 0;
        flex: 0 0 37.5%;
    }
}

@media screen and (min-width: 768px) {
    .page-project-details-right {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

.page-project-details-information {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaeb;
}

@media screen and (min-width: 768px) {
    .page-project-details-information {
        padding: 20px 0;
    }
}

@media screen and (min-width: 768px) {
    .page-project-details-information:first-child {
        padding: 0 0 20px;
    }
}

.page-project-details-information:last-child {
    border-bottom: 0;
}

.page-project-details-information-type p {
    font-family: 'poppinssemibold';
    font-size: 11px;
    line-height: 16px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .page-project-details-information-type p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1600px) {
    .page-project-details-information-type p {
        font-size: 13px;
        line-height: 19px;
    }
}

.page-project-details-information-value h3 {
    font-family: 'poppinsregular';
    font-size: 14px;
    line-height: 18px;
}

@media screen and (min-width: 768px) {
    .page-project-details-information-value h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .page-project-details-information-value h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

.page-project-details-side-info {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .page-project-details-side-info {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .page-project-details-side-info {
        margin-top: 30px;
    }
}

.page-project-details-next {
    margin-top: 20px;
    padding: 14px 0;
    border-top: 3px solid #e2001a;
}

@media screen and (min-width: 768px) {
    .page-project-details-next {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .page-project-details-next {
        margin-top: 60px;
    }
}

.page-project-details-next-link {
    font-family: 'poppinssemibold';
    font-size: 14px;
    font-size: 13px;
    line-height: 1em;
    display: inline-flex;
    height: 36px;
    padding-right: 15px;
    cursor: pointer;
    transition: background-position ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #e2001a;
    border: 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiNlMjAwMWEiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 6px 8px;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .page-project-details-next-link {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }
}

.page-project-details-next-link:hover {
    color: #323338;
    background-position: right 0 center;
}

@media screen and (min-width: 768px) {
    .page-project-details-next-link {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .page-project-details-next-link {
        font-size: 13px;
    }
}

.page-project-details-next-link:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA3IDkiPgogIDxwYXRoIGZpbGw9IiMzMjMzMzgiIGQ9Ik0wLS4wMDVsMi43MzggNC4yMDdMLjA5IDguMjdoNC4wODVsMi42NDctNC4wNjZMNC4xMzQtLjAwNXoiLz4KPC9zdmc+Cg==');
}

.page-project-details-next-title {
    font-family: 'poppinsregular';
    font-size: 12px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .page-project-details-next-title {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .page-project-details-next-title {
        font-size: 16px;
        line-height: 24px;
    }
}

.page-project-project-overview-tabs .tabs-selector-item {
    cursor: default;
}

@media screen and (min-width: 768px) {
    .page-project-overview-list {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

.page-project-overview-item {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .page-project-overview-item {
        max-width: 50%;
        margin-top: 20px;
        padding: 0 8px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .page-project-overview-item {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

@media screen and (min-width: 1200px) {
    .page-project-overview-item {
        margin-top: 30px;
    }
}

/*.page-projects .page-introduction .project a {
    pointer-events: none;
}*/

@media screen and (min-width: 768px) {
    .page-projects .page-introduction .project .project-description {
        bottom: 30px;
        max-width: 62.5%;
    }
}

@media screen and (min-width: 768px) {
    .page-projects-list {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

.page-projects-item {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .page-projects-item {
        max-width: 50%;
        margin-top: 16px;
        padding: 0 8px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .page-projects-item {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

.page-projects-pager {
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .page-projects-pager {
        margin-top: 35px;
    }
}

@media screen and (min-width: 1200px) {
    .page-projects-pager {
        margin-top: 45px;
    }
}

.page-sub-product .page-introduction-wrapper {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .page-sub-product .page-introduction-wrapper {
        flex-direction: row;
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media screen and (min-width: 768px) {
    .page-sub-product .page-introduction-visuals,
    .page-sub-product .page-introduction-content {
        max-width: 50%;
        padding: 0 8px;
        flex: 0 0 50%;
    }
}

.page-sub-product .page-introduction-visuals {
    margin-top: 15px;
    order: 2;
}

@media screen and (min-width: 768px) {
    .page-sub-product .page-introduction-visuals {
        margin-top: 0;
    }
}

.page-sub-product .page-introduction-content {
    order: 1;
}

@media screen and (min-width: 768px) {
    .page-sub-product .page-introduction-text {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .page-sub-product .page-introduction-text {
        margin-top: 50px;
    }
}

.page-sub-product .sub-product-visual {
    background-color: rgba(234, 234, 235, .35);
}

@media screen and (min-width: 768px) {
    .page-sub-products-list {
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1200px) {
    .page-sub-products-list {
        margin-right: -16px;
        margin-left: -16px;
    }
}

.page-sub-products-item {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .page-sub-products-item {
        max-width: 50%;
        padding: 0 8px;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1200px) {
    .page-sub-products-item {
        padding: 0 16px;
    }
}

@media screen and (min-width: 768px) {
    .page-sub-products-item .sub-product-wrapper {
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .page-sub-products-item .sub-product-visual,
    .page-sub-products-item .sub-product-content {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.page-sub-products-item .sub-product-visual {
    background-color: rgba(234, 234, 235, .35);
}

@media screen and (min-width: 768px) {
    .page-sub-products-item .sub-product-visual {
        height: auto;
        padding-top: 0;
    }
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'poppinsregular';
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    color: #65666a;
}

body.js-hidden {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-family: 'poppinssemibold';
    font-weight: normal;
    color: #65666a;
}
strong
{
    font-family: 'poppinssemibold';
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #e2001a;
}

.text-content ol li,
.text-content ul li,
.ck ol,
.ck ul,
.text-content p {
    font-size: 12px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .text-content ol li,
    .text-content ul li,
    .ck ol,
    .ck ul,
    .text-content p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .text-content ol li,
    .text-content ul li,
    .ck ol,
    .ck ul,
    .text-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

.text-content ol,
.text-content ul,
.ck ol,
.ck ul,
.text-content p,
.text-content h2,
.text-content h3,
.text-content h4 {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .text-content ol,
    .text-content ul,
    .ck ol,
    .ck ul,
    .text-content p,
    .text-content h2,
    .text-content h3,
    .text-content h4 {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .text-content ol,
    .text-content ul,
    .ck ol,
    .ck ul,
    .text-content p,
    .text-content h2,
    .text-content h3,
    .text-content h4 {
        margin-top: 30px;
    }
}

.text-content ol:first-child,
.text-content ul:first-child,
.ck ol :first-child,
.ck ul :first-child,
.text-content p:first-child,
.text-content h2:first-child,
.text-content h3:first-child,
.text-content h4:first-child {
    margin-top: 0;
}

.text-content p + ul,
.text-content p + ol,
.text-content h3 + ul,
.text-content h4 + ol {
    margin-top: 15px;
    list-style-type: none;
}

.text-content p a,
.text-content a {
    text-decoration: none;
    color: #e2001a;
}

.text-content ol li,
.text-content ul li,
.ck ol li, .ck ul li {
    position: relative;
    margin-top: 5px;
    padding-left: 12px;
}

@media screen and (min-width: 768px) {
    .text-content ol li,
    .text-content ul li,
    .ck ol li, .ck ul li {
        margin-top: 7px;
    }
}

.text-content ol li:before,
.text-content ul li:before,
.ck ol li:before,
.ck ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 1px;
    content: '';
    background-color: #e2001a;
}

.text-content h2 {
    font-family: 'poppinsmedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #e2001a;
}

@media screen and (min-width: 768px) {
    .text-content h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1600px) {
    .text-content h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

img {
    max-width: 100%;
}

.main-layout {
    padding-top: calc(35px + 70px);
}
.us .main-layout {
    padding-top: calc(70px);
}

@media screen and (min-width: 768px) {
    .main-layout {
        padding-top: calc(35px + 80px);
    }
    .us .main-layout {
        padding-top: calc(80px);
    }
}

@media screen and (min-width: 1200px) {
    .main-layout {
        padding-top: calc(40px + 100px);
    }
    .us .main-layout {
        padding-top: calc(100px);
    }
}

.section {
    overflow: hidden;
    max-width: 100%;
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .section {
        padding: 50px 0;
    }
}

@media screen and (min-width: 1200px) {
    .section {
        padding: 70px 0;
    }
}

.section.no-margin-top {
    padding: 0 0 40px;
}

@media screen and (min-width: 768px) {
    .section.no-margin-top {
        padding: 0 0 50px;
    }
}

@media screen and (min-width: 1200px) {
    .section.no-margin-top {
        padding: 0 0 70px;
    }
}

.section.section-gray {
    background-color: #eaeaeb;
}

.section.section-lightgray {
    background-color: rgba(234, 234, 235, .3);
}

.section-container {
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .section-container {
        padding: 0 40px;
    }
}

@media screen and (min-width: 1200px) {
    .section-container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (min-width: 1600px) {
    .section-container {
        max-width: 1290px;
    }
}

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

/* FORM */

.formerror{ color: red; }



.data-table{overflow-x:auto; overflow-y:visible;}
.technicaldata-table{table-layout:fixed;}
.technicaldata-table.small{width:1px}
.technicaldata-table>* td,.technicaldata-table>* th{vertical-align:top;border-top:1px solid #ddd;padding:7px 20px;text-align:left;box-sizing:border-box;font-size:12px;}
.technicaldata-table>* td{}
.technicaldata-table>tbody * th[scope='col']:not(:first-child){visibility:hidden;}
.technicaldata-table>tbody:nth-child(2)>tr:first-child>th{padding:20px 10px 10px;}
.technicaldata-table>tbody>tr:first-child>th{border:none; padding:10px 20px;}
.technicaldata-table>* th[scope='row'], .special-table-title, .red-table-title{background:#f4f4f4; padding-left:20px!important; font-weight:normal;}
.technicaldata-table>thead * th{background:#555656; color:#fff; text-transform:uppercase; margin-left:0; font-size:14px; font-weight:700; padding:20px;}
.red-table-title{font-size:14px!important; color:#e30613; font-weight:700; text-transform:uppercase;}
.technicaldata-table>thead * .special-table-title{background:#e30613;}
.technicaldata-table>thead * .special-table-title:after{content:""; display:block; position:absolute; top:0; right:-13px; background-image:url(images/icon_red_table_arrow.svg); background-repeat:no-repeat; background-size:cover; width:13px; height:100%; background-position:100% 0;}
.height-fix-bg{height:35px;}/*Used to fix height of latest row to complete grey background to the end of the scrollbar height*/

.table-true-value{overflow:hidden; text-indent:-999px; background-image:url(images/checked_red.svg); background-position:20px 15px; background-repeat:no-repeat; background-size:13px 12px;}
.table-false-value{overflow:hidden; text-indent:-999px; background-image:url(images/cross_grey.svg); background-position:20px 15px; background-repeat:no-repeat; background-size:10px;}


/**********/
/* MOBILE */
/**********/

@media screen and (max-width: 440px) {
    .footer-bottom-right {
        display: block;
    }

    .footer-bottom-nav {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-bottom-nav .footer-menu-link {
        height: 28px;
    }
}

/*****************/
/* TARTEAUCITRON */
/*****************/

div#tarteaucitronAlertBig:focus {outline: 0;}

.tarteaucitron-modal-open{
    overflow: hidden;
    height: 100%;
}

#tarteaucitronContentWrapper {display:unset;}

/** 14042021 **/
span.tarteaucitronReadmoreSeparator {
    display: inline!important;
}
/******/

/** 09052021 **/
.tarteaucitronName .tacCurrentStatus, .tarteaucitronName .tarteaucitronReadmoreSeparator {
    color: #333!important;
    font-size: 12px!important;
    text-transform: capitalize;
}
/**************/

/** 27032021 **/
button.tarteaucitron-toggle-group {
    display: block;
}
span.tarteaucitronH3 {
    font-weight: 700!important;
}
#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
    font-weight: 500!important;
    font-size: 14px;
    margin-top: 7px;
}
.tarteaucitronLine {
    border-left: 0px solid transparent!important;
}
/*****/

/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {

    html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny {
        display: none!important;
    }

    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {
        width:100%!important;
        display: block!important;
        margin-left: 0!important;
        margin-right: 0!important;
        box-sizing: border-box!important;
        max-width: 100%!important;
        margin-bottom: 8px!important;
    }

    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
        padding: 16px!important;
    }

    html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {
        display: none!important;
    }

    #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {
        width: 100%!important;
        display: inline-block;
    }
    li.tarteaucitronLine .tarteaucitronName span {
        width: 80%!important;
        display: inline-block;
    }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {
        width: 10%!important;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 0px;
        padding: 10px 0;
    }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {
        content: '\0025BE';
        font-weight:700;
        font-size: 14px;
    }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {
        content: '\0025B4';
    }
}
@media screen and (min-width: 768px) {

    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {
        content: '\0025BE';
        font-weight:700;
        font-size: 14px;
        margin-left: 15px;
    }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {
        content: '\0025B4';
        margin-left: 15px;
    }
}
/****/



/***
* Reset CSS
*/
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*background: initial;*/
    text-align: initial;
    text-shadow: initial;
}

/* Animation */
#tarteaucitronRoot * {transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
    display: block;
}
#tarteaucitronRoot ol, #tarteaucitronRoot ul {
    list-style: none;
}
#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
    quotes: none;
}
#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
    content: '';
    content: none;
}
#tarteaucitronRoot table {
    border-collapse: collapse;
    border-spacing: 0;
}

#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {
    outline: 3px dashed #3d86d8;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
    margin-top: 0!important;
}

div#tarteaucitronServices {
    margin-top: 26px!important;
}

#tarteaucitronServices::-webkit-scrollbar {
    width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: 0px solid slategrey;
}

div#tarteaucitronServices {
    box-shadow: 0 40px 60px #545454;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width:479px) {
    #tarteaucitron .tarteaucitronLine .tarteaucitronName {
        width: 90% !important;
    }

    #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
        float: left !important;
        margin: 10px 15px 5px;
    }
}

@media screen and (max-width:767px) {
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
        background: #fff;
        border: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        max-height: 100% !important;
        max-width: 100% !important;
        top: 0 !important;
        width: 100% !important;
    }

    #tarteaucitron .tarteaucitronBorder {
        border: 0 !important;
    }

    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
        border: 0 !important;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
        text-align: left !important;
    }

    .tarteaucitronName .tarteaucitronH2 {
        max-width: 80%;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
        text-align: center !important;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
        margin-bottom: 5px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #tarteaucitron {
        border: 0 !important;
        left: 0 !important;
        margin: 0 5% !important;
        max-height: 80% !important;
        width: 90% !important;
    }
}

/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
    background: #eee;
}

#tarteaucitron .clear {
    clear: both;
}

#tarteaucitron a {
    color: rgb(66, 66, 66);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

#tarteaucitronRoot button {
    background: transparent;
    border: 0;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
    color: #fff;
}

#tarteaucitron strong {
    font-size: 22px;
    font-weight: 500;
}

#tarteaucitron ul {
    padding: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
    display: block;
}

.cookie-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#tarteaucitronRoot * {
    box-sizing: initial;
    color: #333;
    /*font-family: sans-serif !important;*/
    font-family: 'poppinssemibold';
    font-size: 14px;
    line-height: normal;
    vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
    display: inline-block;
    margin: 12px 0 0 10px;
    color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
    margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}

#tarteaucitron {
    display: none;
    max-height: 80%;
    left: 50%;
    margin: 0 auto 0 -430px;
    padding: 0;
    position: fixed;
    top: 6%;
    width: 860px;
    z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
    background: #fff;
    /*border: 2px solid #333;*/
    border-top: 0;
    height: auto;
    overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
    background: #333333;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 4px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
    color: #555;
    font-size: 12px;
    margin: 15px auto 0;
    width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    display: none;
    position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
    width: 100%;
    box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0px 0px;
    padding: 5px 20px;
    text-align: left;
    width: auto;
    background: #e2001a;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    color: #fff;
    font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
    text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
    font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
    padding: 5px 10px;
    margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    max-width: 270px;
    padding: 20px;
    position: absolute;
    z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a {
    color: #fff;
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    background: rgba(51, 51, 51, 0.1);
    border-left: 5px solid transparent;
    margin: 0;
    overflow: hidden;
    padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
    border-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
    border-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    background: #e2001a;
    /*border: 3px solid #333;
    border-left: 9px solid #333;
    border-top: 5px solid #333;*/
    border:none !important;
    margin-bottom: 0;
    margin-top: 21px;
    position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background: #e2001a;
}


#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    margin-left: 15px;
    margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
    color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
    margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    display: inline-block;
    float: right;
    margin: 7px 15px 0;
    text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
    background: gray;
    /*border-radius: 4px;*/
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
    border: 0;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
    background-color: #1B870B;
    opacity: 1;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
    background-color: #9C1A1A;
    opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
    background-color: #1B870B;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
    background-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    color: #333;
    font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
    font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
    width: auto!important;
    margin-left: 0!important;
    font-size: 14px;
}
span#tarteaucitronDisclaimerAlert {
    padding: 0 10px;
    display: inline-block;
}
#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    border-color: none!important;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
    top: 0;
}

.tarteaucitronAlertBigBottom {
    bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
    background: #e2001a;
    color: #fff;
    display: none;
    font-size: 15px !important;
    left: 0;
    position: fixed;
    box-sizing: content-box;
    z-index: 2147483645;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: auto;
    width: 100%;
    border-radius: 0px !important;
    box-shadow: 0 0 90px rgba(0,0,0,0.5) !important;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font: 15px 'poppinssemibold';
    color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
    cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
    background: #FFF;
    color: #323338;
    cursor: pointer;
    display: inline-block;
    font-size: 13px!important;
    line-height: 1.2;
    padding: 8px 18px;
    text-decoration: none;
    margin-left: 7px;
    font-weight:bold;
    text-transform:uppercase;
}

#tarteaucitronRoot .tarteaucitronDeny {
    background: #fff;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
    background: transparent !important;;
    color: #fff;
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 7px 18px;
    border:2px solid #ffffff;
}

#tarteaucitronPercentage {
    background: #0A0!important;
    box-shadow: 0 0 2px #fff, 0 1px 2px #555;
    height: 5px;
    left: 0;
    position: fixed;
    width: 0;
    z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
    bottom: 0;
    right: 0;
}
.tarteaucitronIconBottomLeft {
    bottom: 0;
    left: 0;
}
.tarteaucitronIconTopRight {
    top: 0;
    right: 0;
}
.tarteaucitronIconTopLeft {
    top: 0;
    left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
    border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
    border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
    border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
    border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
    background: transparent;
    position: fixed;
    display: none;
    width: auto;
    z-index: 2147483646;
}
#tarteaucitronIcon #tarteaucitronManager {
    color: transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
    border: none;
}
#tarteaucitronIcon #tarteaucitronManager img {
    width: 50px;
    height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
    content: '\2717';
    display: inline-block;
    color: #323338;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
    content: '\2713';
    display: inline-block;
    color: #323338;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
    content: '\271b';
    display: inline-block;
    color: white;
}

#tarteaucitronRoot .tarteaucitronAsk .tarteaucitronCheck::before, #tarteaucitronRoot .tarteaucitronAsk .tarteaucitronCross::before  {
    color:#fff !important;
}


/***
 * Small alert
 */

.tarteaucitronAlertSmallTop,.tarteaucitronAlertSmallBottom {
    bottom: 0;
}

#tarteaucitronAlertSmall {
    background: #333;
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
    background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
    background-color: gray;
    border-radius: 5px;
    display: block;
    height: 8px;
    margin-bottom: 1px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    display: block;
    float: left;
    height: 100%;
    width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
    background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
    background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    padding: 0px 10px;
    vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
    background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
    display: none;
    max-height: 70%;
    max-width: 500px;
    position: fixed;
    right: 0;
    width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    background: #fff;
    border: 2px solid #333;
    color: #333;
    font-size: 11px;
    height: auto;
    overflow: auto;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
    color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
    background: #333;
    margin-top: 21px;
    padding: 13px 0 9px 13px;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
    color: #fff;
    font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
    background: rgba(51, 51, 51, 0.1);
    padding: 7px 5px 10px;
    word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
    background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
    color: #333;
    text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
    display: inline-block;
    width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
    color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
    color: #333;
    display: inline-block;
    font-size: 11px;
    margin-left: 10%;
    vertical-align: top;
    width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
    background: #333;
    color: #fff;
    display: table;
    font-size: 12px;
    height: 100%;
    line-height: initial;
    margin: auto;
    text-align: center;
    width: 100%;
}

.tac_float {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tac_activate .tac_float strong {
    color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
    background-color: #1B870B;
    display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
    text-decoration: none;
}

div.amazon_product {
    height:240px;
    width:120px;
}
.tarteaucitronIsAllowed .tarteaucitronDeny {
    opacity: 0.4!important;
}.tarteaucitronIsDenied .tarteaucitronAllow {
     opacity: 0.4!important;
 }.tarteaucitronIsAllowed .tarteaucitronAllow {
      opacity: 1!important;
  }.tarteaucitronIsDenied .tarteaucitronDeny {
       opacity: 1!important;
   }
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
    opacity: 0.4;
}
#tarteaucitronServices_mandatory button.tarteaucitronAllow {
    opacity: 1;
}

div#tarteaucitronInfo {
    display: block!important;
    position: relative !important;
    text-align: center!important;
    max-width: 80%!important;
    padding: 15px 0!important;
    margin: -10px auto 40px!important;
    font-size: 1em!important;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #555;
}

a.tarteaucitronSelfLink {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    text-align: center!important;
    display: block;
    height:30px;
}

.tarteaucitronMainLine .tarteaucitronH2 {
    font-size: 1.2em!important;
    margin-top: 4px!important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
    margin-top: 12px!important;
}

#tarteaucitronCloseCross {
    position:absolute;
    color: #FFFF;
    font-size:1.8rem;
    cursor: pointer;
    top: 10px;
    right: 26px
}

.tarteaucitron-spacer-20 {
    height: 20px;
    display: block;
}

.tarteaucitron-display-block {
    display: block;
}

.tarteaucitron-display-none {
    display: none;
}

/** for UK **/
form *[data-layout="true"] {
    max-width: 100%;
}

.lp-form-button.lp-form-fieldInput {
    font-size: 15px;
    padding: 20px 30px;
    width: auto;
    line-height: 20px;
    display: inline-flex;
    height: 35px;
    font-family: 'poppinssemibold';
    cursor: pointer;
    transition: background-color ease-in-out .3s, border-color ease-in-out .3s, color ease-in-out .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #323338;
    border: 2px solid #323338;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}
.lp-form-button.lp-form-fieldInput:hover {
    color: #fff;
    background-color: #323338;
}

label.lp-ellipsis {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    font-family: 'poppinsregular';
}

.lp-form-fieldInput {
    height: 40px;
    display: flex;
    margin-top: 5px;
    padding: 0 10px;
    transition: border-color ease-in-out .2s;
    color: #65666a;
    border: 1px solid #cccccd;
    background-color: #fff;
    align-items: center;
    outline: none;
}
.lp-form-fieldInput:focus {
    border-color: #e2001a;
}
textarea.lp-form-fieldInput {
    height: 200px;
}

/*div *[data-editorblocktype="Field-textarea"] {}*/
form span.lp-radioButton {
    display: flex !important;
    flex-wrap: wrap;
}
form span.lp-radioButton label {
    width: 80%;
}
form span.lp-radioButton input {
    width: unset !important;
}
.columnContainer span {
    font-family: 'poppinsregular' !important;
}
.emptyContainer {
    padding: 0 !important;
}
