:root {
    --main-color: #09c;
    --light-color: #fff;
    --gray-medium-color: #9e9e9e;
    --gray-light-color: #f5f5f5;
    --dark-color: #1b1c1d;
    --black-color: #000;
    --disabled-color: #bebebe;
    --green-color: #256256;
    --yellow-color: #fbb240;
    --purple-color: #474b6e;
    --blue-color: #4564a2;
    --red-color: #c74032;
    --orange-color: #ed6f33;
    --dark-blue-color: #30333f;
    --dark-red-color: #702d3a;
    --primary-font: RealHeadPro, Arial, sans-serif;
    --main-easing: cubic-bezier(0.42, 0, 0.58, 1);
    --secondary-easing: cubic-bezier(0.16, 0.65, 0.15, 1);
    --main-transition: 0.35s ease-in-out;
    --browsehappy-background: #3a4a5b;
    --browsehappy-background-secondary: #2e3b49;
    --browsehappy-color: #fff;
    --cookie-bar-background: #fff;
    --cookie-bar-text: #1b1c1d;
}
@-webkit-keyframes filtered {
    0% {
        -webkit-transform-origin: right 50%;
        transform-origin: right 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    18% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right 50%;
        transform-origin: right 50%;
    }
    22% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left 50%;
        transform-origin: left 50%;
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left 50%;
        transform-origin: left 50%;
    }
}
@keyframes filtered {
    0% {
        -webkit-transform-origin: right 50%;
        transform-origin: right 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    18% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right 50%;
        transform-origin: right 50%;
    }
    22% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left 50%;
        transform-origin: left 50%;
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left 50%;
        transform-origin: left 50%;
    }
}
@-webkit-keyframes image-scaling {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    18% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    22% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes image-scaling {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    18% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    22% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes arrow-down {
    0% {
        -webkit-transform: rotate(-90deg) translateX(0);
        transform: rotate(-90deg) translateX(0);
    }
    to {
        -webkit-transform: rotate(-90deg) translateX(5px);
        transform: rotate(-90deg) translateX(5px);
    }
}
@keyframes arrow-down {
    0% {
        -webkit-transform: rotate(-90deg) translateX(0);
        transform: rotate(-90deg) translateX(0);
    }
    to {
        -webkit-transform: rotate(-90deg) translateX(5px);
        transform: rotate(-90deg) translateX(5px);
    }
}
@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(19px);
        transform: translate(19px);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(19px);
        transform: translate(19px);
    }
}
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}
ul {
    list-style: none;
}
button,
input,
select,
textarea {
    margin: 0;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
audio,
embed,
iframe,
img,
object,
video {
    height: auto;
    max-width: 100%;
}
iframe {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
    text-align: left;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 600px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (min-width: 960px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}
body,
html {
    width: 100%;
}
body {
    color: #1b1c1d;
    background-color: #f1f1f1;
    font-family: RealHeadPro, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
}
[v-cloak] {
    display: none;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.icon-sist-logo-ZYX {
    width: 3em;
}
@font-face {
    font-family: RealHeadPro;
    src: url(../fonts/RealHeadPro-Light.woff2) format("woff2"), url(../fonts/RealHeadPro-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: RealHeadPro;
    src: url(../fonts/RealHeadPro-Semilight.woff2) format("woff2"), url(../fonts/RealHeadPro-Semilight.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: RealHeadPro;
    src: url(../fonts/RealHeadPro-Ultralight.eot);
    src: url(../fonts/RealHeadPro-Ultralight.eot?#iefix) format("embedded-opentype"), url(../fonts/RealHeadPro-Ultralight.woff2) format("woff2"),
        url(../fonts/RealHeadPro-Ultralight.woff) format("woff"), url(../fonts/RealHeadPro-Ultralight.ttf) format("truetype"),
        url(../fonts/RealHeadPro-Ultralight.svg#RealHeadPro-Ultralight) format("svg");
    font-weight: 200;
    font-style: normal;
}
@-webkit-keyframes fadePulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@keyframes fadePulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@-webkit-keyframes lineDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes lineDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes lineRight {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes lineRight {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes underlineHover {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    48% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    52% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes underlineHover {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    48% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    52% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px rgba(27, 28, 29, 0.5);
    box-shadow: 0 2px 12px rgba(27, 28, 29, 0.5);
}
@media (min-width: 960px) {
    .menu {
        height: 80px;
    }
}
.menu-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
@media (max-width: 959px) {
    .menu-container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 960px) {
    .menu-container {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.menu-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    color: #0060AA;
}
@media (min-width: 960px) {
    .menu-actions {
        position: absolute;
        z-index: 2;
    }
}
.menu-logo {
    display: block;
    width: 140px;
    height: 50px;
    padding: 10px 20px;
    color: inherit;
}
@media (min-width: 960px) {
    .menu-logo {
        width: 190px;
        height: auto;
        padding: 10px 0;
    }
}
.menu-logo svg {
    display: block;
    width: 100%;
    height: 100%;
}
.menu-actions--link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 1.1px;
    color: inherit;
}
.menu-actions--link svg {
    margin-right: 5px;
    font-size: 12px;
}
.is-locale-open .menu-search,
.is-menu-open .menu-search,
.is-search-open .menu-search {
    display: none;
}
@media (min-width: 960px) {
    .menu-search {
        display: none;
    }
}
.menu-search svg {
    font-size: 10px;
}
.is-locale-open .menu-open,
.is-menu-open .menu-open,
.is-search-open .menu-open {
    display: none;
}
@media (min-width: 960px) {
    .menu-open {
        display: none;
    }
}
.menu-close {
    display: none;
}
.is-locale-open .menu-close,
.is-menu-open .menu-close,
.is-search-open .menu-close {
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 960px) {
    .is-locale-open .menu-close,
    .is-menu-open .menu-close,
    .is-search-open .menu-close {
        display: none;
    }
}
.menu-close svg {
    font-size: 10px;
}
.menu-dropdown {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 0;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.35s cubic-bezier(0.16, 0.65, 0.15, 1);
    transition: 0.35s cubic-bezier(0.16, 0.65, 0.15, 1);
}
@media (min-width: 960px) {
    .menu-dropdown {
        top: 77px;
    }
    .menu-dropdown:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 12px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(27, 28, 29, 0)));
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(27, 28, 29, 0));
    }
}
.menu-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
@media (min-width: 960px) {
    .menu-content {
        position: static;
        top: auto;
        width: 100%;
        height: auto;
        overflow: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: flex-end;
        background: transparent;
        -webkit-transition: none;
        transition: none;
    }
}
@media (min-width: 960px) {
    .menu-content.has-submenu-open {
        height: 550px;
    }
}
.is-menu-open .menu-content {
    height: calc(100vh - 50px);
    -webkit-transition: height 0.35s ease-in-out;
    transition: height 0.35s ease-in-out;
    z-index: 1;
}
@media (min-width: 960px) {
    .is-menu-open .menu-content {
        height: auto;
        -webkit-transition: none;
        transition: none;
        z-index: auto;
    }
}
.topbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 150px;
    color: #000;
    font-weight: 400;
}
@media (min-width: 960px) {
    .topbar {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0;
    }
}
.topbar-zyx {
    padding: 40px;
    font-size: 12px;
    letter-spacing: 1px;
    color: inherit;
    opacity: 0;
    -webkit-transition: 0s linear 0s;
    transition: 0s linear 0s;
}
@media (min-width: 960px) {
    .topbar-zyx {
        position: relative;
        padding: 10px 30px;
        margin-right: 20px;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
    }
    .topbar-zyx:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 90%;
        border-right: 1px solid #000;
        opacity: 0.5;
    }
}
.is-menu-open .topbar-zyx {
    opacity: 1;
    -webkit-transition: 0.35s ease-in-out 0.5s;
    transition: 0.35s ease-in-out 0.5s;
}
@media (min-width: 960px) {
    .is-menu-open .topbar-zyx {
        -webkit-transition: none;
        transition: none;
    }
}
.topbar-zyx svg {
    display: block;
}
.topbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 0s linear 0s;
    transition: 0s linear 0s;
}
@media (min-width: 960px) {
    .topbar-nav {
        margin-right: 5px;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
    }
}
.is-menu-open .topbar-nav {
    opacity: 1;
    -webkit-transition: 0.35s ease-in-out 0.6s;
    transition: 0.35s ease-in-out 0.6s;
}
@media (min-width: 960px) {
    .is-menu-open .topbar-nav {
        -webkit-transition: none;
        transition: none;
    }
}
.topbar-nav--link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 10px;
    color: inherit;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 1.1px;
}
.topbar-nav--link:focus {
    outline: none;
}
.topbar-nav--link svg {
    margin-right: 5px;
    font-size: 10px;
}
.topbar-nav--link i {
    position: relative;
    margin-right: 5px;
    margin-top: -2px;
    font-size: 9px;
    line-height: 1.5;
    text-transform: uppercase;
    font-style: normal;
}
.topbar-nav--link i:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #0060AA;
    opacity: 0.5;
}
.topbar-nav--search {
    display: none;
}
@media (min-width: 960px) {
    .topbar-nav--search {
        display: block;
    }
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 45px;
    text-align: center;
}
@media (min-width: 960px) {
    .nav {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0;
    }
}
.nav-item {
    border-bottom: 1px solid #0060AA;
    opacity: 0;
    -webkit-transition: 0s linear 0s;
    transition: 0s linear 0s;
}
@media (min-width: 960px) {
    .nav-item {
        height: 43px;
        border: none;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
    }
}
.is-menu-open .nav-item {
    opacity: 1;
    -webkit-transition: 0.35s ease-in-out 0s;
    transition: 0.35s ease-in-out 0s;
}
@media (min-width: 960px) {
    .is-menu-open .nav-item {
        -webkit-transition: none;
        transition: none;
    }
}
.is-menu-open .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.is-menu-open .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.is-menu-open .nav-item:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.is-menu-open .nav-item:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.is-menu-open .nav-item:nth-child(6) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.nav-item:first-child {
    border-top: 1px solid #0060AA;
}
@media (min-width: 960px) {
    .nav-item:first-child {
        border: none;
    }
}
.nav-link {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 4;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}
@media (min-width: 960px) {
    .nav-link {
        padding: 15px;
        line-height: 1.1;
    }
}
.has-submenu .nav-link > span {
    margin-right: 5px;
    margin-left: 15px;
}
@media (min-width: 960px) {
    .has-submenu .nav-link > span {
        margin-left: 0;
    }
}
.nav-link svg {
    display: block;
    font-size: 9px;
}
@media (min-width: 960px) {
    .nav-link svg {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform 0.35s ease-in-out;
        transition: -webkit-transform 0.35s ease-in-out;
        transition: transform 0.35s ease-in-out;
        transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    }
}
@media (min-width: 960px) {
    .nav-link span {
        position: relative;
    }
    .nav-link span:before {
        content: "";
        position: absolute;
        bottom: -5px;
        width: 0;
        height: 1px;
        background: #fff;
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
}
.nav-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: calc(100vh - 50px);
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    background: #f5f5f5;
    -webkit-transition: left 0.35s cubic-bezier(0.16, 0.65, 0.15, 1), width 0s linear 0.3s;
    transition: left 0.35s cubic-bezier(0.16, 0.65, 0.15, 1), width 0s linear 0.3s;
}
@media (min-width: 960px) {
    .nav-submenu {
        top: 80px;
        left: 0;
        width: 100%;
        height: 0;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: height 0.35s cubic-bezier(0.16, 0.65, 0.15, 1);
        transition: height 0.35s cubic-bezier(0.16, 0.65, 0.15, 1);
    }
    .nav-submenu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 12px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(27, 28, 29, 0)));
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(27, 28, 29, 0));
    }
}
.nav-submenu.is-submenu-open {
    left: 25px;
    width: calc(100% - 25px);
    -webkit-transition: left 0.35s ease-in-out;
    transition: left 0.35s ease-in-out;
}
@media (min-width: 960px) {
    .nav-submenu.is-submenu-open {
        left: 0;
        width: 100%;
        height: 550px;
        z-index: 2;
        -webkit-transition: height 0.35s ease-in-out;
        transition: height 0.35s ease-in-out;
    }
}
.nav-submenu--close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 20px 15px;
    color: #1b1c1d;
}
@media (min-width: 960px) {
    .nav-submenu--close {
        display: none;
    }
}
.nav-submenu--close svg {
    display: block;
    z-index: 11;
}
.nav-submenu--close span {
    display: block;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.nav-submenu--list {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: scroll;
}
@media (min-width: 960px) {
    .nav-submenu--list {
        max-width: 900px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        overflow: hidden;
    }
}
.nav-submenu--link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0 5px 35px;
    text-align: left;
    color: inherit;
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: 0s linear 0s;
    transition: 0s linear 0s;
}
@media (min-width: 960px) {
    .nav-submenu--link {
        position: relative;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding: 20px 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.is-submenu-open .nav-submenu--link {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: 0.35s ease-in-out 0s;
    transition: 0.35s ease-in-out 0s;
    padding-right: 15px;
    padding-left: 15px;
    width: 25%;
}
.is-submenu-open .nav-submenu--link:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.is-submenu-open .nav-submenu--link:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.is-submenu-open .nav-submenu--link:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.is-submenu-open .nav-submenu--link:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.is-submenu-open .nav-submenu--link:nth-child(n + 6) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
@media (min-width: 960px) {
    .is-about .nav-submenu--link {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
}
.nav-submenu--link-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 20px;
    margin: 0 auto;
}
/*@media (min-width: 960px) {
    .nav-submenu--link-content {
        margin-right: 0;
    }
}*/
.nav-submenu--link-title {
    position: relative;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
    z-index: 1;
}
@media (min-width: 960px) {
    .nav-submenu--link-title {
        position: absolute;
        top: 40px;
        left: 25px;
        max-width: 140px;
        padding: 2px 0;
        color: #fff;
    }
}
.nav-submenu--link-title span {
    position: relative;
}
.nav-submenu--link-title span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #fff;
    -webkit-transition: width 0.35s ease-in-out;
    transition: width 0.35s ease-in-out;
}
.nav-submenu--link-text {
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: 0.4px;
    font-weight: 500;
}
@media (min-width: 960px) {
    .nav-submenu--link-text {
        max-width: 220px;
        margin-top: 12px;
        margin-left: 0px;
        font-size: 16px;
    }
}
.nav-submenu--link-image {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    min-height: 65px;
    font-size: 12px;
    color: #fff;
}
@media (min-width: 960px) {
    .nav-submenu--link-image {
        width: 100px;
        min-height: 100px;
        display: block;
    }
}
.nav-submenu--link-image.menu-bg{
    background-size: 105% !important;
    overflow: hidden;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}
.nav-submenu--link-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(27, 28, 29, 0.12);
    border-radius: 50%;
    border: 2px solid #9a9a9a;
}

.nav-submenu--link-image span {
    margin-right: 5px;
    margin-left: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
@media (min-width: 960px) {
    .nav-submenu--link-image span {
        display: none;
    }
}
.nav-submenu--link-image svg {
    font-size: 10px;
}
@media (min-width: 960px) {
    .nav-submenu--link-image svg {
        display: none;
    }
}
.locale-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.is-locale-open .locale-content {
    height: calc(100vh - 50px);
    z-index: 2;
    padding: 0 35px 50px;
    -webkit-transition: height 0.35s ease-in-out;
    transition: height 0.35s ease-in-out;
}
@media (min-width: 960px) {
    .is-locale-open .locale-content {
        height: 450px;
        max-height: calc(100vh - 77px);
        padding: 0 50px 50px;
    }
}
.locale-content--close {
    display: none;
}
@media (min-width: 960px) {
    .locale-content--close {
        position: absolute;
        top: 35px;
        right: 35px;
        width: 45px;
        height: 45px;
        display: block;
        padding: 15px;
        color: #fff;
        opacity: 1;
    }
}
.locale-content--label {
    margin-bottom: 80px;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 2.2px;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0s linear 0s;
    transition: 0s linear 0s;
}
.is-locale-open .locale-content--label {
    opacity: 1;
    -webkit-transition: 0.35s ease-in-out 0.15s;
    transition: 0.35s ease-in-out 0.15s;
}
.locale-content--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 960px) {
    .locale-content--list {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.locale-content--link {
    position: relative;
    padding: 7px 0;
    letter-spacing: 1.8px;
    color: #0060AA;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: 0s linear 0s;
    transition: 0s linear 0s;
}
@media (min-width: 960px) {
    .locale-content--link {
        margin: 20px 80px;
    }
}
.locale-content--link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #0060AA;
    -webkit-transition: width 0.35s ease-in-out;
    transition: width 0.35s ease-in-out;
}
.is-locale-open .locale-content--link {
    opacity: 1;
    -webkit-transition: 0.35s ease-in-out 0.25s;
    transition: 0.35s ease-in-out 0.25s;
}
.is-locale-open .locale-content--link:nth-child(2) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.is-locale-open .locale-content--link:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.locale-content--link.is-selected:before {
    width: 100%;
}
.locale-content--link + a {
    margin-top: 50px;
}
@media (min-width: 960px) {
    .locale-content--link + a {
        margin-top: 20px;
    }
}
.search-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}
.is-search-open .search-content {
    height: calc(100vh - 50px);
    z-index: 1;
    padding: 0 35px 70px;
    -webkit-transition: height 0.35s ease-in-out;
    transition: height 0.35s ease-in-out;
}
@media (min-width: 960px) {
    .is-search-open .search-content {
        height: 450px;
        max-height: calc(100vh - 77px);
        padding: 0 50px 50px;
    }
}
.search-content--close {
    display: none;
}
@media (min-width: 960px) {
    .search-content--close {
        position: absolute;
        top: 35px;
        right: 35px;
        width: 45px;
        height: 45px;
        display: block;
        padding: 15px;
        color: #fff;
        opacity: 1;
    }
}
.search-content--label {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 2.2px;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0s linear 0s;
    transition: 0s linear 0s;
}
@media (min-width: 960px) {
    .search-content--label {
        width: 600px;
        max-width: 100%;
        margin: 0 auto 20px;
    }
}
.is-search-open .search-content--label {
    opacity: 1;
    -webkit-transition: 0.35s ease-in-out 0.15s;
    transition: 0.35s ease-in-out 0.15s;
}
.search-content--field {
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 2.2px;
    border-bottom: 1px solid #fff;
    opacity: 0;
    -webkit-transition: 0s linear 0s;
    transition: 0s linear 0s;
}
@media (min-width: 960px) {
    .search-content--field {
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
    }
}
.is-search-open .search-content--field {
    opacity: 1;
    -webkit-transition: 0.35s ease-in-out 0.25s;
    transition: 0.35s ease-in-out 0.25s;
}
.search-content--field input[type="search"] {
    width: calc(100% - 18px);
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 20px 5px 0;
    color: #fff;
    background-color: transparent;
}
.search-content--field button[type="submit"] {
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    font-size: 14px;
    padding: 0;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}
.search-content--field button[type="submit"] svg {
    display: block;
}
.fake-content {
    padding-top: 50px;
}
@media (min-width: 960px) {
    .fake-content {
        padding-top: 75px;
    }
}
.fake-content img {
    display: block;
    width: 100%;
}
.footer {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 20px;
    color: #fff;
    background: #0f0f12;
}
@media (min-width: 960px) {
    .footer {
        padding: 140px 0 40px;
    }
}
.footer-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 960px) {
    .footer-content {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
.footer-intro {
    position: relative;
}
@media (min-width: 960px) {
    .footer-intro {
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        padding-right: 40px;
    }
}
.footer-icons--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.footer-icons--item svg {
    width: 1em;
    height: 0.3em;
}
.footer-icons--item .icon-colorker-logo {
    font-size: 135px;
}
@media (min-width: 1600px) {
    .footer-icons--item .icon-colorker-logo {
        font-size: 190px;
    }
}
.footer-icons--item .icon-sist-logo-ZYX {
    font-size: 85px;
}
@media (min-width: 1600px) {
    .footer-icons--item .icon-sist-logo-ZYX {
        font-size: 100px;
    }
}
.footer-social--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
@media (min-width: 960px) {
    .footer-social--list {
        margin-bottom: 0;
    }
}
.footer-social--list svg {
    color: hsla(0, 0%, 100%, 0.7);
}
.footer-social--item {
    font-size: 28px;
}
.footer-social--item a,
.footer-social--item svg {
    display: block;
}
.footer-social--item:hover svg {
    color: #fff;
}
.footer-links {
    position: relative;
    margin-bottom: 40px;
}
@media (min-width: 960px) {
    .footer-links {
        -ms-flex: 1 1 32%;
        flex: 1 1 32%;
        padding: 0 40px;
        margin: 0;
    }
}
@media (min-width: 960px) {
    .footer-links--list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.footer-links--item {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
@media (min-width: 960px) {
    .footer-links--item {
        -ms-flex: 1 1 45%;
        flex: 1 1 45%;
    }
}
.footer-links--item a {
    color: #fff;
}
.footer-info {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
@media (min-width: 960px) {
    .footer-info {
        -ms-flex: 1 1 23%;
        flex: 1 1 23%;
        padding: 0 40px;
        margin-bottom: 0;
    }
}
.footer-info:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 1px;
    background: #fff;
}
@media (min-width: 960px) {
    .footer-info:after {
        content: none;
    }
}
.footer-info--list {
    font-size: 14px;
    line-height: 1.43;
}
.footer-info--list a {
    position: relative;
    color: #fff;
}
/*.footer-info--list a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    display: block;*/
/*    width: 0;*/
/*    height: 1px;*/
/*    background-color: #fff;*/
/*    -webkit-transition: width 0.35s ease-in-out;*/
/*    transition: width 0.35s ease-in-out;*/
/*}*/
.footer-info--list a:hover, .footer-links--item > a:hover{
    color: #fff;
}
.footer-claim {
    margin-bottom: 10px;
    font-size: 14px;
}
@media (min-width: 960px) {
    .footer-claim {
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
        padding-left: 40px;
        margin-bottom: 0;
    }
}
.footer-claim--name {
    margin-bottom: 20px;
}
@media (min-width: 960px) {
    .footer-claim--name {
        margin-bottom: 40px;
        text-align: right;
    }
}
.footer-claim--icon {
    font-size: 40px;
    text-align: center;
}
@media (min-width: 960px) {
    .footer-claim--icon {
        margin-bottom: 0;
        font-size: 26px;
        text-align: right;
    }
}
.footer-claim--icon svg {
    width: 7em;
    height: 1em;
}
@media (min-width: 960px) {
    .footer-info:before,
    .footer-intro:before,
    .footer-links:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -15px;
        width: 1px;
        height: calc(100% + 20px);
        min-height: 140px;
        background: hsla(0, 0%, 100%, 0.3);
    }
}
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form--group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    border: none;
}
@media (min-width: 960px) {
    .form--group {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .form--group.is-right {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.form--input,
.login-form--group-input {
    position: relative;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    border: 1px solid #1b1c1d;
    border-radius: 0;
    background: transparent;
}
@media (min-width: 960px) {
    .form--input,
    .login-form--group-input {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
.form--input label,
.login-form--group-input label {
    color: #1b1c1d;
}
.contact .form--input,
.contact .login-form--group-input {
    border: 1px solid #1b1c1d;
}
.contact .form--input:not(:first-child),
.contact .login-form--group-input:not(:first-child) {
    border-top: none;
}
@media (min-width: 960px) {
    .contact .form--input:not(:first-child),
    .contact .login-form--group-input:not(:first-child) {
        border-top: 1px solid #1b1c1d;
        border-left: none;
    }
}
.login-popup .form--input,
.login-popup .login-form--group-input {
    border-bottom: 1px solid #1b1c1d;
}
.login .form--input,
.login .login-form--group-input {
    margin-bottom: 20px;
}
@media (min-width: 600px) {
    .login .form--input,
    .login .login-form--group-input {
        width: 200px;
    }
}
.about-form--content .form--input,
.about-form--content .login-form--group-input {
    border: 1px solid #1b1c1d;
}
@media (max-width: 959px) {
    .about-form--content .form--input:not(:first-child),
    .about-form--content .login-form--group-input:not(:first-child) {
        border-top: none;
    }
}
@media (min-width: 960px) {
    .about-form--content .form--input:not(:first-child),
    .about-form--content .login-form--group-input:not(:first-child) {
        border-left: none;
    }
}
.form--input + .form--input,
.form--input + .form--select,
.login-form--group-input + .form--input,
.login-form--group-input + .form--select {
    border-top: 0 solid transparent;
}
@media (min-width: 960px) {
    .form--input + .form--input,
    .form--input + .form--select,
    .login-form--group-input + .form--input,
    .login-form--group-input + .form--select {
        border-top: 1px solid #1b1c1d;
        border-left: 0 solid transparent;
    }
}
.login-form--group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form--select {
    position: relative;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    border: 1px solid #1b1c1d;
    background-color: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 100 100' width='5px' height='5px'><polygon fill='#000' points='50 63.104 13.966 27.069 7.415 33.62 50 76.207 92.585 33.62 86.034 27.069 50 63.104'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    border-radius: 0;
}
@media (min-width: 960px) {
    .form--select {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
@media (max-width: 959px) {
    .about-form--content .form--select:not(:last-child) {
        border-bottom: none;
    }
}
@media (min-width: 960px) {
    .about-form--content .form--select:not(:first-child) {
        border-left: none;
    }
}
.form--select:required:invalid {
    color: rgba(27, 28, 29, 0.7);
}
.form--select option[value=""][disabled] {
    display: none;
}
.form--select + .form--input,
.form--select + .form--select {
    border-top: 0 solid transparent;
}
@media (min-width: 960px) {
    .form--select + .form--input,
    .form--select + .form--select {
        border-top: 1px solid #1b1c1d;
        border-left: 0 solid transparent;
    }
}
.form--textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    background-color: transparent;
    border: 1px solid #1b1c1d;
    resize: none;
}
.form--checkbox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 1px;
    cursor: hand;
    cursor: pointer;
}
.form--checkbox.is-disabled {
    color: #bebebe;
    cursor: not-allowed;
}
.form--checkbox.is-disabled span {
    border-color: #bebebe;
    cursor: not-allowed;
}
.form--checkbox.is-disabled input {
    cursor: not-allowed;
}
.form--checkbox input {
    width: 1px;
}
.form--checkbox a {
    text-decoration: underline;
    color: #1b1c1d;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.form--checkbox a:hover {
    color: #9e9e9e;
}
.form--checkbox span {
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-top: 2px;
    margin-right: 10px;
    border: 1px solid #1b1c1d;
}
.form--checkbox input:checked + span {
    background-color: #1b1c1d;
}
input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    opacity: 0;
    cursor: pointer;
}
.form-file--label:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    pointer-events: none;
    background-color: transparent;
    background-image: url();
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.form--label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.4px;
}
.login-popup--form .form--label {
    font-size: 14px;
}
.form--label a {
    color: #1b1c1d;
    text-decoration: underline;
}
.form--error {
    position: absolute;
    bottom: -18px;
    left: 0;
    font-size: 11px;
    color: #702d3a;
}
.primary-button,
input[type="submit"] {
    text-transform: uppercase;
}
.primary-button {
    display: inline-block;
    padding: 20px 35px;
    font-size: 13px;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 2.3px;
    text-align: center;
    color: #fff;
    background-color: #1b1c1d;
    border-radius: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.primary-button:hover {
    color: #1b1c1d;
    background-color: #fff;
}
.secondary-button {
    display: inline-block;
    padding: 20px 35px;
    font-size: 13px;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 2.3px;
    text-align: center;
    text-transform: uppercase;
    color: #1b1c1d;
    background-color: transparent;
    border: 1px solid #1b1c1d;
    border-radius: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.secondary-button:hover {
    color: #fff;
    background-color: #1b1c1d;
}
.secondary-button.is-inverted {
    color: #fff;
    border-color: #fff;
}
.secondary-button.is-inverted:hover {
    color: #1b1c1d;
    background-color: #fff;
}
.secondary-button.is-solid {
    background-color: #fff;
}
.secondary-button.is-solid:hover {
    background-color: #1b1c1d;
}
.tertiary-button {
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 0.92;
    letter-spacing: 2.3px;
}
.tertiary-button,
.tertiary-button span {
    position: relative;
}
.tertiary-button span:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: width 0.35s ease-in-out;
    transition: width 0.35s ease-in-out;
}
@media (min-width: 960px) {
    .tertiary-button span:after {
        width: 0;
    }
}
.tertiary-button:hover span:after {
    width: 100%;
}
.browser {
    padding: 50px 0 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.25px;
    font-family: Arial, Verdana, sans-serif;
    border-bottom: 1px solid #3a4a5b;
    background-color: #3a4a5b;
}
.browser-container {
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
}
.browser-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}
.browser-text {
    margin-bottom: 30px;
}
.browser-list {
    margin: 0;
    padding: 0;
}
.browser-item {
    display: inline-block;
    max-width: 226px;
}
.browser-item a {
    display: block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}
.browser-item div {
    padding: 10px;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #2e3b49;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.browser-item .browser-website {
    display: block;
    padding: 15px 15px 0;
    font-size: 13px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 0;
}
.browser-item a:hover div {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 10px 20px rgba(#000000, 0.15);
    box-shadow: 0 10px 20px rgba(#000000, 0.15);
}
.browser-item a:hover .browser-website {
    opacity: 1;
}
.browser-image {
    display: block;
    width: 138px;
    height: 130px;
    margin: 0 auto 5px;
    background-image: url(../img/browser-sprite.png);
    background-repeat: no-repeat;
    background-size: auto 130px;
}
.browser-chrome .browser-image {
    background-position: 0 0;
}
.browser-firefox .browser-image {
    background-position: -138px 0;
}
.browser-edge .browser-image {
    background-position: -278px 0;
}
.browser-explorer .browser-image {
    background-position: -410px 0;
}
.cookie-law-info-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    padding: 8px;
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.cookie-law-info-bar p {
    padding: 15px;
}
.cookie-law-info-bar a {
    color: #1b1c1d;
    text-decoration: underline;
}
.cookie-law-info-bar.out {
    bottom: -250px;
}
.cookie-law-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    padding: 15px;
}
.cookie-law-close-button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cookie-law-close-button:after,
.cookie-law-close-button:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #000;
}
.cookie-law-close-button:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cookie-law-info-bar p {
    max-width: 64%;
}
@media (min-width: 960px) {
    .cookie-law-info-bar p {
        max-width: none;
    }
}
.cookie-law-close-button:after,
.cookie-law-close-button:before {
    content: none;
}
a.cookie-law-close-button {
    top: 12px;
    color: #fff;
    text-decoration: none;
}
.error-page {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 360px;
}
@media (min-width: 960px) {
    .error-page {
        padding-top: 80px;
    }
}
.error-page .container {
    position: relative;
}
.error-page--background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.error-page--background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));
    background-image: linear-gradient(0deg, transparent, #000);
}
.error-page--content {
    padding-top: 40px;
    color: #fff;
}
@media (min-width: 960px) {
    .error-page--content {
        padding-top: 190px;
    }
}
.error-page--title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 300;
}
@media (min-width: 960px) {
    .error-page--title {
        font-size: 36px;
    }
}
.error-page--title span {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1.8px;
}
.error-page--subtitle {
    max-width: 300px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.43;
}
@media (min-width: 960px) {
    .error-page--subtitle {
        font-size: 18px;
    }
}
.error-page--link {
    color: #fff;
}
.error-page--link span:after {
    background: #fff;
}
.legal-page {
    padding: 50px 0;
}
@media (min-width: 960px) {
    .legal-page {
        padding: 170px 0 80px;
    }
}
@media (min-width: 960px) {
    .legal-page .container {
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 960px) {
    .legal-page--aside {
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        -ms-flex: 0 1 calc(30% - 40px);
        flex: 0 1 calc(30% - 40px);
        margin-right: 40px;
    }
}
.legal--page--list {
    padding: 20px 0 30px;
}
@media (min-width: 960px) {
    .legal--page--list {
        padding: 0;
    }
}
.legal-page--item {
    display: block;
    padding: 15px;
    font-weight: 400;
    color: #1b1c1d;
    background: #f5f5f5;
    border-bottom: 1px solid #9e9e9e;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.legal-page--item.is-selected {
    color: #fff;
    background: #1b1c1d;
}
.legal-page--item:last-child {
    border-bottom: none;
}
.legal-page--item:hover {
    color: #fff;
    background: #1b1c1d;
}
@media (min-width: 960px) {
    .legal-page--content {
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        -ms-flex: 0 1 calc(70% - 40px);
        flex: 0 1 calc(70% - 40px);
        margin-left: 40px;
    }
}
.legal-page--content h1,
.legal-page--content h2,
.legal-page--content h3,
.legal-page--content h4 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.17;
    letter-spacing: 0.5px;
}
.legal-page--content p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.5px;
}
:root {
    --ei-main-color: #f55e5e;
    --ei-secondary-color: #bf3d3d;
    --ei-light-color: #fff;
    --ei-dark-color: #353535;
    --ei-bar-main-color: #fff;
    --ei-bar-secondary-color: #bf3d3d;
    --ei-bar-third-color: #000;
    --ei-bar-fourth-color: #353535;
}
.edit-inline--is-granted,
.is-granted-edit-inline {
    padding-top: 30px;
}
.edit-inline--is-granted .highlighted:before,
.edit-inline--is-granted .is-highlighted:before,
.is-granted-edit-inline .highlighted:before,
.is-granted-edit-inline .is-highlighted:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: block;
    background: rgba(245, 94, 94, 0.6);
}
.edit-inline--is-granted .edit-inline--link,
.edit-inline--is-granted .inline_edit_link,
.is-granted-edit-inline .edit-inline--link,
.is-granted-edit-inline .inline_edit_link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #bf3d3d;
    border-radius: 50px;
    -webkit-box-shadow: -3px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 1px rgba(0, 0, 0, 0.3);
}
.edit-inline--is-granted .edit-inline--link i:before,
.edit-inline--is-granted .inline_edit_link i:before,
.is-granted-edit-inline .edit-inline--link i:before,
.is-granted-edit-inline .inline_edit_link i:before {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.edit-inline--is-granted .edit-inline--link:hover,
.edit-inline--is-granted .inline_edit_link:hover,
.is-granted-edit-inline .edit-inline--link:hover,
.is-granted-edit-inline .inline_edit_link:hover {
    color: #bf3d3d;
    background-color: #353535;
}
.edit-inline--is-granted .button-edit-inline,
.edit-inline--is-granted .edit-inline--button,
.is-granted-edit-inline .button-edit-inline,
.is-granted-edit-inline .edit-inline--button {
    background-color: transparent;
    border: none;
}
.edit-inline--is-granted .button-edit-inline :focus,
.edit-inline--is-granted .edit-inline--button :focus,
.is-granted-edit-inline .button-edit-inline :focus,
.is-granted-edit-inline .edit-inline--button :focus {
    outline: none;
}
.edit-inline--is-granted [class*="-editinline"],
.is-granted-edit-inline [class*="-editinline"] {
    position: relative;
}
.edit-inline--edit:before,
.icon-edit-inline:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 28px;
    font-size: 20px;
    color: #fff !important;
    background-image: url();
    background-position: 50%;
    background-repeat: none;
    background-size: contain;
}
.admin-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
}
.admin-nav-item {
    float: left;
    cursor: pointer;
}
.admin-nav-item a,
.admin-nav-item button {
    display: block;
    padding: 0 10px;
    margin: 0;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    text-decoration: none;
}
.admin-nav-item button {
    background-color: #bf3d3d;
}
.admin-nav-item img {
    max-height: 40px;
    margin-top: -5px;
}
.admin-nav-item .admin {
    padding: 0;
}
.admin-nav-item:hover {
    background-color: #bf3d3d;
}
.admin-nav-item:hover button {
    color: #353535;
    text-decoration: none;
    background-color: #fff;
}
.admin-nav-item:hover a,
.admin-nav-item:hover button {
    color: #353535;
}
.admin-nav-item:not(:last-child) {
    border-right: 1px solid #fff;
}
.admin-nav-item .button-edit-inline:hover,
.admin-nav-item .edit-inline--button:hover {
    background-color: #bf3d3d;
}
.edit-inline-logout {
    float: right;
    padding: 0 20px;
}
.edit-inline-logout a {
    display: block;
    color: #000;
}
.edit-inline-logout a:after {
    content: "Sign Out";
}
.edit-inline-logout i {
    margin-right: 5px;
}
.edit-inline--trans.is-active,
.inline_edit_trans.is-active {
    display: block;
    color: #000 !important;
    background-color: #353535 !important;
}
.is-granted-edit-inline {
    padding-top: 80px;
}
@media (min-width: 960px) {
    .is-granted-edit-inline {
        padding-top: 150px;
    }
}
.is-granted-edit-inline .menu,
.is-granted-edit-inline .menu-mobile {
    top: 30px;
}
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}
.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}
.flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
    opacity: 0.6;
}
.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}
.flickity-button-icon {
    fill: #333;
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}
.page-head {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 45px;
    background-color: #f5f5f5;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 600px) {
    .page-head {
        padding-top: 40px;
        padding-bottom: 95px;
        margin-top: 55px;
    }
}
.page-head .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.download-list .page-head {
    color: #fff;
}
.is-logged .page-head {
    margin-top: 0;
}
.page-head--breadcrumbs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-family: RealHeadPro, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.4px;
}
@media (min-width: 600px) {
    .page-head--breadcrumbs {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0.4px;
    }
}
.page-head--breadcrumbs a {
    color: #9e9e9e;
    text-decoration: none;
}
.page-head--breadcrumbs i {
    margin-left: 5px;
    font-size: 5px;
    font-style: normal;
}
.page-head--pretitle,
.page-head--text,
.page-head--title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 25px;
    padding-left: 25px;
}
@media (min-width: 600px) {
    .page-head--pretitle,
    .page-head--text,
    .page-head--title {
        padding: 0;
    }
}
.page-head--pretitle {
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
@media (min-width: 600px) {
    .page-head--pretitle {
        margin-top: 80px;
        font-size: 16px;
    }
}
.page-head--title {
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0.6px;
}
@media (min-width: 600px) {
    .page-head--title {
        -ms-flex: 0 1 330px;
        flex: 0 1 330px;
        margin-right: 40px;
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: 0.8px;
    }
}
.page-head--text {
    margin-top: 10px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
}
@media (min-width: 600px) {
    .page-head--text {
        -ms-flex: 0 1 400px;
        flex: 0 1 400px;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0.6px;
    }
}
@media (min-width: 960px) {
    .products {
        display: -ms-flexbox;
        display: flex;
    }
}
.products--grid {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px;
}
@media (min-width: 1280px) {
    .products--grid {
        padding: 60px;
    }
}
.products--grid:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: none;
    transition: none;
}
.products--grid.filtering:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%;
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
.products--grid.filtered:before {
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.products--item {
    position: relative;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0 15px;
    margin-bottom: 50px;
}
@media (min-width: 600px) {
    .products--item {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}
@media (min-width: 960px) {
    .products--item {
        -ms-flex: 0 1 33%;
        flex: 0 1 33%;
    }
}
@media (min-width: 1280px) {
    .products--item {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        padding: 0 30px;
    }
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .products--item {
        -ms-flex: 0 1 33%;
        flex: 0 1 33%;
    }
}
.article--link {
    position: relative;
    display: block;
    width: 100%;
}
.article--link:before {
    left: 0;
    z-index: 1;
    background: #1b1c1d;
    opacity: 0.15;
}
.article--link:after,
.article--link:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.article--link:after {
    right: 0;
    z-index: 2;
    background-color: #fff;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: none;
    transition: none;
}
.filtered .article--link:after {
    -webkit-animation-name: filtered;
    animation-name: filtered;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-transition: none;
    transition: none;
}
.products--background {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
}
@media (min-width: 960px) {
    .products--background {
        padding-bottom: 116.67%;
    }
}
.products--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.article--link:hover .products--image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.filtered .products--image {
    -webkit-animation-name: image-scaling;
    animation-name: image-scaling;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.products--title {
    position: absolute;
    right: 30px;
    bottom: 40px;
    left: 30px;
    z-index: 5;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #fff;
}
.products--content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    width: 100%;
    padding: 15px 25px;
    color: #1b1c1d;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.article--link:hover .products--content {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.products--inner-title {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.3px;
}
.products--inner-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1b1c1d;
}
.products--attribute {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 3px;
}
.products--attribute span {
    margin: 0 4px;
    text-transform: uppercase;
}
.products--attribute > span:first-child {
    display: block;
    min-width: 35px;
}
.products--attribute.is-effect span + span {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background-color: #ecb582;
}
.products--attribute.is-effect span + span.is-green {
    background: #256256;
}
.products--attribute.is-effect span + span.is-yellow {
    background: #fbb240;
}
.products--attribute.is-effect span + span.is-purple {
    background: #474b6e;
}
.products--attribute.is-effect span + span.is-blue {
    background: #4564a2;
}
.products--attribute.is-effect span + span.is-red {
    background: #c74032;
}
.products--attribute.is-effect span + span.is-orange {
    background: #ed6f33;
}
.products--attribute.is-effect span + span.is-dark-blue {
    background: #30333f;
}
.products--attribute.is-effect span + span.is-dark-red {
    background: #702d3a;
}
.products--attribute.is-color {
    display: -ms-flexbox;
    display: flex;
}
.products--attribute.is-color .products-attribute--content span {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: sub;
    margin-bottom: 5px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #1b1c1d;
}
.products-attribute--content {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.products--footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
}
.products--button.is-hidden {
    display: none;
}
.products--pagination {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 1.2px;
}
.products--ribbon {
    position: absolute;
    top: 0;
    left: 30px;
    height: 25px;
    padding: 5px 10px 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 1.5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 3px 0 rgba(27, 28, 29, 0.3);
    box-shadow: 0 3px 3px 0 rgba(27, 28, 29, 0.3);
    background-color: #4564a2;
}
@media (min-width: 960px) {
    .products--ribbon {
        left: 25px;
        height: 33px;
        font-size: 18px;
        line-height: 1.35;
        letter-spacing: 2px;
    }
}
.products--ribbon.is-green {
    background: #256256;
}
.products--ribbon.is-yellow {
    background: #fbb240;
}
.products--ribbon.is-purple {
    background: #474b6e;
}
.products--ribbon.is-blue {
    background: #4564a2;
}
.products--ribbon.is-red {
    background: #c74032;
}
.products--ribbon.is-orange {
    background: #ed6f33;
}
.products--ribbon.is-dark-blue {
    background: #30333f;
}
.products--ribbon.is-dark-red {
    background: #702d3a;
}
.no-results--pretitle {
    margin-bottom: 30px;
    letter-spacing: 1.8px;
}
.no-results--title {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.8px;
}
@media (min-width: 960px) {
    .no-results--title {
        max-width: 650px;
        font-size: 32px;
        line-height: 1.11;
    }
}
.filters {
    background: #fff;
    border: 1px solid #9e9e9e;
    border-width: 1px 0;
}
@media (min-width: 960px) {
    .filters {
        min-width: 300px;
        margin-top: 0;
        border-top: none;
        border-right: 1px solid #9e9e9e;
        border-bottom: none;
    }
}
.filters.filter-open {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-bottom: 40px;
    overflow: hidden;
}
.filters .container {
    height: 100%;
    padding: 0;
}
.catalog-list .filters {
    border-top: none;
}
.filters--title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 2px;
    color: #1b1c1d;
    text-transform: uppercase;
}
@media (min-width: 960px) {
    .filters--title {
        padding: 15px 20px 15px 40px;
        margin-bottom: 10px;
        font-size: 18px;
        border-bottom: 1px solid #9e9e9e;
    }
    @supports (pointer-events: none) {
        .filters--title {
            pointer-events: none;
        }
    }
}
.filter-open .filters--title {
    border-bottom: 1px solid #9e9e9e;
}
.filters--title span {
    display: none;
    text-transform: capitalize;
}
.filter-open .filters--title span {
    display: block;
}
.filters--title svg {
    font-size: 10px;
}
.filters--list {
    display: none;
    max-height: calc(100% - 50px);
    padding: 0 20px;
    overflow: scroll;
    -ms-overflow-style: none;
}
@media (min-width: 960px) {
    .filters--list {
        display: block;
        padding: 0;
    }
}
.filter-open .filters--list {
    display: block;
}
.filters--link {
    position: relative;
    padding: 0;
    margin: 10px 0 25px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 1px;
    color: #1b1c1d;
    background-color: transparent;
    cursor: pointer;
    border: none;
    border-radius: 0;
}
@media (min-width: 960px) {
    .filters--link {
        display: inline-block;
        margin: 0 40px 25px 0;
    }
}
.filters--link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1b1c1d;
}
.filters--item {
    overflow: hidden;
}
@media (min-width: 960px) {
    .filters--item {
        padding-left: 30px;
    }
}
.filters--item:nth-child(3),
.filters--item:nth-child(4) {
    padding: 0;
}
.filters--item:last-child {
    padding-bottom: 25px;
}
.filters--item:last-child .filters--header {
    border-top: none;
}
.filters--item:nth-last-child(2).filter-technical-open {
    border-bottom: 1px solid #9e9e9e;
}
.filters--group {
    margin-bottom: 20px;
    border: 1px solid #9e9e9e;
}
@media (min-width: 960px) {
    .filters--group {
        border: none;
    }
}
.catalogs .filters--group {
    border: none;
}
.filters--group-title {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 16px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
}
@media (min-width: 960px) {
    .filters--group-title {
        -ms-flex-pack: start;
        justify-content: start;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.08;
        letter-spacing: 3px;
        color: #1b1c1d;
    }
}
.filters--group-title span {
    margin-left: 10px;
}
.filters--group-title svg {
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.filters--group-title.is-open {
    border-bottom: 1px solid #9e9e9e;
}
@media (min-width: 960px) {
    .filters--group-title.is-open {
        border: none;
    }
}
.filters--group-title.is-open svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filters--group-title.is-selected {
    background-color: #f5f5f5;
}
@media (min-width: 960px) {
    .filters--group-title.is-selected {
        background: none;
    }
}
.filters--group-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 0;
    opacity: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.is-open + .filters--group-content {
    max-height: 10000px;
    padding: 10px 0;
    opacity: 1;
}
@media (min-width: 960px) {
    .is-open + .filters--group-content {
        padding-left: 10px;
    }
}
.filters--input {
    position: relative;
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 1px;
    text-transform: capitalize;
    cursor: pointer;
}
@supports (pointer-events: none) {
    .filters--input {
        pointer-events: none;
    }
}
@media (min-width: 960px) {
    .filters--input {
        padding-left: 0;
    }
}
.is-open + .filters--group-content .filters--input {
    pointer-events: auto;
}
.filters--input.is-selected {
    background-color: #f5f5f5;
}
@media (min-width: 960px) {
    .filters--input.is-selected {
        background: none;
    }
}
.filters--input.is-disabled {
    color: #bebebe;
    cursor: not-allowed;
}
.filters--input.is-disabled span {
    border-color: #bebebe;
    cursor: not-allowed;
}
.filters--input.is-disabled input {
    cursor: not-allowed;
}
.filters--input input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.filters--input span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 15px;
    border: 1px solid #0060AA;
}
@media (min-width: 960px) {
    .filters--input span {
        display: inline-block;
    }
}
.filters--input input:checked + span {
    background-color: #0060AA;
}
.filters--content {
    position: absolute;
    display: none;
    height: 0;
    opacity: 0;
    padding-top: 20px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
@media (min-width: 960px) {
    .filters--content {
        padding: 20px 0 10px 30px;
    }
}
@supports (pointer-events: none) {
    .filters--content {
        pointer-events: none;
    }
}
.filter-technical-open .filters--content {
    position: relative;
    display: block;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
@supports (pointer-events: none) {
    .filter-technical-open .filters--content {
        pointer-events: auto;
    }
}
.catalogs .filter-open .filters--content {
    display: block;
    height: auto;
    padding: 20px 0 10px 40px;
    z-index: 0;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    -webkit-transform: none;
    transform: none;
}
@media (min-width: 960px) {
    .catalog-list .filters--content,
    .is-logged .filters--content {
        display: block;
        height: auto;
        padding: 20px 0 10px 40px;
        z-index: 0;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
}
.filters--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #1b1c1d;
    cursor: pointer;
}
@media (min-width: 960px) {
    .filters--header {
        padding: 15px 0 15px 40px;
        font-size: 18px;
        border: 1px solid #9e9e9e;
        border-width: 1px 0;
    }
}
.filters--header svg {
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.filter-technical-open .filters--header svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filters--header span {
    margin-left: 10px;
}
.filters--apply {
    display: none;
}
.filter-open .filters--apply {
    z-index: 1000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1b1c1d;
}
.filters--letter-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filters--letter-item {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    margin: 10px 0;
    color: #1b1c1d;
}
.filters--letter-item span {
    position: relative;
}
.filters--letter-item span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #1b1c1d;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.cta,
.filters--letter-item.is-selected span:before,
.filters--letter-item:hover span:before {
    width: 100%;
}
.cta {
    position: relative;
    padding: 70px 0 200px;
}
@media (min-width: 960px) {
    .cta {
        padding: 110px 0 140px;
    }
}
.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-icon {
    margin-bottom: 38px;
    font-size: 50px;
}
.cta-icon img {
    max-width: 225px;
}
.cta-title {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: 0.6px;
}
@media (min-width: 960px) {
    .cta-title {
        max-width: 480px;
        font-size: 36px;
    }
}
.cta-button {
    text-transform: uppercase;
}
.cta-button svg {
    vertical-align: middle;
}
.effects {
    position: relative;
    width: 100%;
    padding: 40px 0;
}
@media (min-width: 600px) {
    .effects-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 -50px;
    }
}
.effects-item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
@media (min-width: 600px) {
    .effects-item {
        -ms-flex: 0 1 42%;
        flex: 0 1 42%;
        -ms-flex: 0 1 calc(50% - 50px);
        flex: 0 1 calc(50% - 50px);
        margin: 0 25px 80px;
    }
}
@media (min-width: 960px) {
    .effects-item {
        -ms-flex: 0 1 26%;
        flex: 0 1 26%;
        -ms-flex: 0 1 calc(50% - 100px);
        flex: 0 1 calc(50% - 100px);
        min-height: 205px;
        margin: 0 50px 80px;
    }
}
.effects-item--image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 960px) {
    .effects-item--image {
        position: absolute;
    }
}
@media (min-width: 960px) {
    .effects-item:hover .effects-item--image {
        height: 130px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
}
.effects-item--image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
}
.effects-item--image.is-green:after {
    background: #256256;
}
.effects-item--image.is-yellow:after {
    background: #fbb240;
}
.effects-item--image.is-purple:after {
    background: #474b6e;
}
.effects-item--image.is-blue:after {
    background: #4564a2;
}
.effects-item--image.is-red:after {
    background: #c74032;
}
.effects-item--image.is-orange:after {
    background: #ed6f33;
}
.effects-item--image.is-dark-blue:after {
    background: #30333f;
}
.effects-item--image.is-dark-red:after {
    background: #702d3a;
}
.effects-item--title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s 0.4s;
    transition: all 0.4s 0.4s;
}
.effects-item:hover .effects-item--title {
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.effects-item--link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 36px;
    letter-spacing: 4px;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.effects-item:hover .effects-item--link {
    opacity: 1;
    -webkit-transition: all 0.4s 0.4s;
    transition: all 0.4s 0.4s;
}
.effects-item--link svg {
    font-size: 22px;
    vertical-align: middle;
}
.effects-item--description {
    width: 100%;
    z-index: -1;
    padding: 15px;
    color: #1b1c1d;
    text-align: center;
    background: #f5f5f5;
    -webkit-transition: 0.4s 0.4s;
    transition: 0.4s 0.4s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
@media (min-width: 960px) {
    .effects-item--description {
        position: relative;
        width: 90%;
        padding: 40px 15px 15px;
        margin-top: 100px;
        opacity: 0;
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .effects-item:hover .effects-item--description {
        opacity: 1;
        box-shadow: 0 15px 50px -30px #00000059;
        -webkit-transform: translateX(70px);
        transform: translateX(70px);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}
.effects-item--description-content {
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
@media (min-width: 960px) {
    .effects-item--description-content {
        opacity: 0;
    }
    .effects-item:hover .effects-item--description-content {
        opacity: 1;
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
}
.effects-item--description-title {
    display: none;
    padding-bottom: 5px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}
@media (min-width: 960px) {
    .effects-item--description-title {
        display: block;
    }
}
.effects-item--description-text {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: left;
}
.home-header {
    position: relative;
    overflow: hidden;
}
.home-header--item {
    position: relative;
    width: 100%;
    min-height: 90vh;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media (min-width: 1280px) {
    .home-header--item {
        min-height: 80vh;
    }
}
.home-header--item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 29, 0.7)), color-stop(60%, rgba(27, 28, 29, 0)));
    background-image: linear-gradient(180deg, rgba(27, 28, 29, 0.7), rgba(27, 28, 29, 0) 60%);
}
@media (min-width: 960px) {
    .home-header--item:before {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(27, 28, 29, 0.6)), color-stop(60%, rgba(27, 28, 29, 0)));
        background-image: linear-gradient(90deg, rgba(27, 28, 29, 0.6), rgba(27, 28, 29, 0) 60%);
    }
}
.home-header--item-pretitle {
    margin-bottom: 10px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.is-active .home-header--item-pretitle {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.home-header--item-title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: 0.6px;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.is-active .home-header--item-title {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
}
@media (min-width: 960px) {
    .home-header--item-title {
        font-size: 36px;
        letter-spacing: 0.8px;
    }
}
.home-header--item-content {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.is-active .home-header--item-content {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s;
    transition: opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s;
    transition: opacity 0.3s ease-in-out 0.2s, transform 0.3s ease-in-out 0.2s;
    transition: opacity 0.3s ease-in-out 0.2s, transform 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s;
}
@media (min-width: 960px) {
    .home-header--item-content {
        font-size: 18px;
    }
}
.home-header--item-content p {
    margin-bottom: 1em;
}
.home-header--item-cta {
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.is-active .home-header--item-cta {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
    transition: opacity 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
    transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s;
    transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
}
.home-header--item-cta:after {
    width: 100%;
    background: #fff;
}
.home-header--item-cta:hover:after {
    width: 100%;
    -webkit-animation: underlineHover 1s ease-in-out;
    animation: underlineHover 1s ease-in-out;
}
.home-header--content {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    pointer-events: none;
}
@media (min-width: 960px) {
    .home-header--content {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.home-header--content .container {
    position: relative;
    padding-top: 70px;
    margin: 0 auto;
}
@media (max-width: 959px) {
    .home-header--content .container {
        max-width: 80%;
    }
}
@media (min-width: 600px) {
    .home-header--content .container {
        padding-top: 150px;
    }
}
@media (min-width: 960px) {
    .home-header--content .container {
        padding-top: 0;
    }
}
.home-header--content .info-window {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
@media (min-width: 960px) {
    .home-header--content .info-window {
        -webkit-transform: translateY(-50%) translateX(100%);
        transform: translateY(-50%) translateX(100%);
    }
}
.home-header--content .info-window.is-active {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
}
@media (min-width: 960px) {
    .home-header--content .info-window.is-active {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.home-header--content .info-window.is-hidding {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity 0.2s cubic-bezier(0.16, 0.65, 0.15, 1), -webkit-transform 0.01s ease 0.3s;
    transition: opacity 0.2s cubic-bezier(0.16, 0.65, 0.15, 1), -webkit-transform 0.01s ease 0.3s;
    transition: opacity 0.2s cubic-bezier(0.16, 0.65, 0.15, 1), transform 0.01s ease 0.3s;
    transition: opacity 0.2s cubic-bezier(0.16, 0.65, 0.15, 1), transform 0.01s ease 0.3s, -webkit-transform 0.01s ease 0.3s;
}
@media (min-width: 960px) {
    .home-header--content .info-window.is-hidding {
        -webkit-transform: translateY(-50%) translateX(100%);
        transform: translateY(-50%) translateX(100%);
    }
}
.home-header--down {
    position: absolute;
    bottom: 70px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 2.3px;
    color: #fff;
    text-transform: uppercase;
}
.home-header--down .container {
    padding-top: 100px;
    margin: 0 auto;
}
@media (max-width: 959px) {
    .home-header--down .container {
        max-width: 80%;
    }
}
@media (min-width: 600px) {
    .home-header--down .container {
        padding-top: 150px;
    }
}
@media (min-width: 960px) {
    .home-header--down .container {
        padding-top: 0;
    }
}
.home-header--down span {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 5px;
    -webkit-animation: arrow-down 1s alternate infinite;
    animation: arrow-down 1s alternate infinite;
}
.home-header--text {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
.home-header--caption {
    height: 0;
    max-width: 500px;
    overflow: hidden;
    pointer-events: auto;
    -webkit-transition: opacity 0.2s cubic-bezier(0.16, 0.65, 0.15, 1);
    transition: opacity 0.2s cubic-bezier(0.16, 0.65, 0.15, 1);
}
.home-header--caption.is-active {
    height: auto;
    overflow: visible;
}
.home-header--caption.is-hidding {
    opacity: 0;
}
.home-header--navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.4px;
    opacity: 0;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s cubic-bezier(0.16, 0.65, 0.15, 1);
    transition: opacity 0.3s cubic-bezier(0.16, 0.65, 0.15, 1);
}
.home-header--navigation.is-active {
    opacity: 1;
}
.home-header--arrow {
    padding: 0;
    margin: 0;
    font-size: 25px;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: hand;
    cursor: pointer;
}
.home-header--arrow svg {
    display: block;
}
.home-tabs {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 540px;
    overflow: hidden;
}
@media (min-width: 960px) {
    .home-tabs {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .home-tabs {
        height: auto;
    }
}
.home-tabs--list,
.home-tabs--list-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.home-tabs--list-item {
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(0.16, 0.65, 0.15, 1);
    transition: 1s cubic-bezier(0.16, 0.65, 0.15, 1);
}
.home-tabs--list-item.is-selected {
    z-index: 1;
    opacity: 1;
}
.home-tabs--header {
    position: relative;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: auto;
    z-index: 1;
    color: #fff;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-align: center;
}
@media (min-width: 960px) {
    .home-tabs--header {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.home-tabs--header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    opacity: 0.3;
}
.home-tabs--line {
    position: relative;
    padding: 0 50px 20px;
    z-index: 1;
}
@media (min-width: 960px) {
    .home-tabs--line {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 120px;
    }
}
@media (min-width: 1100px) {
    .home-tabs--line {
        padding-left: 180px;
    }
}
@media (min-width: 1280px) {
    .home-tabs--line {
        padding-left: 250px;
    }
}
@media (min-width: 1500px) {
    .home-tabs--line {
        padding-left: 320px;
    }
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .home-tabs--line {
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    }
}
.home-tabs--line svg {
    display: block;
    font-size: 21px;
    color: #fff;
}
.home-tabs--line:after {
    content: "";
    display: block;
    width: 0;
    height: 150px;
    margin-left: 10px;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
@media (min-width: 960px) {
    .home-tabs--line:after {
        width: 100%;
        height: 0;
        margin-left: 0;
        border-left: 0;
        border-bottom: 1px solid #fff;
    }
}
.changing .home-tabs--line:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: lineDown 0.35s ease-in-out forwards;
    animation: lineDown 0.35s ease-in-out forwards;
}
@media (min-width: 960px) {
    .changing .home-tabs--line:after {
        -webkit-animation: lineRight 0.35s ease-in-out forwards;
        animation: lineRight 0.35s ease-in-out forwards;
    }
}
.home-tabs--content {
    position: relative;
    z-index: 1;
}
@media (min-width: 960px) {
    .home-tabs--content {
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
    }
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .home-tabs--content {
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
    }
}
.home-tabs--content-item {
    height: 0;
    padding: 0 45px;
    color: #fff;
    overflow: auto;
}
@media (min-width: 960px) {
    .home-tabs--content-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 120px;
        padding-left: 40px;
    }
}
@media (min-width: 1100px) {
    .home-tabs--content-item {
        padding-right: 180px;
    }
}
@media (min-width: 1280px) {
    .home-tabs--content-item {
        padding-right: 250px;
    }
}
@media (min-width: 1500px) {
    .home-tabs--content-item {
        padding-right: 320px;
    }
}
.home-tabs--content-item.is-selected {
    height: 100%;
}
.home-tabs--content-icon {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
}
@media (min-width: 960px) {
    .home-tabs--content-icon {
        margin-right: 30px;
        margin-bottom: 0;
        font-size: 40px;
    }
}
.home-tabs--content-icon svg {
    display: block;
}
.is-selected .home-tabs--content-icon {
    opacity: 1;
    -webkit-transition: 0.35s ease-in-out 0.25s;
    transition: 0.35s ease-in-out 0.25s;
}
.home-tabs--content-text {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    opacity: 0;
    -webkit-transform: translate(-20px);
    transform: translate(-20px);
    -webkit-transition: none;
    transition: none;
}
@media (min-width: 960px) {
    .home-tabs--content-text {
        font-size: 18px;
    }
}
.is-selected .home-tabs--content-text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.35s ease-in-out 0.3s;
    transition: 0.35s ease-in-out 0.3s;
}
.home-tabs--links {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 0;
    padding: 25px 20px;
    z-index: 1;
}
@media (min-width: 960px) {
    .home-tabs--links {
        width: 100%;
        padding-right: 120px;
        padding-left: 120px;
    }
}
@media (min-width: 1100px) {
    .home-tabs--links {
        padding-right: 180px;
        padding-left: 180px;
    }
}
@media (min-width: 1280px) {
    .home-tabs--links {
        padding-right: 250px;
        padding-left: 250px;
    }
}
@media (min-width: 1500px) {
    .home-tabs--links {
        padding-right: 320px;
        padding-left: 320px;
    }
}
.home-tabs--nav {
    width: 100%;
}
@media (min-width: 960px) {
    .home-tabs--nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.home-tabs--nav-item {
    display: none;
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: 0.6px;
    text-align: center;
    cursor: pointer;
}
@media (min-width: 960px) {
    .home-tabs--nav-item {
        display: block;
        opacity: 0.5;
    }
}
.home-tabs--nav-item.is-selected {
    display: block;
}
@media (min-width: 960px) {
    .home-tabs--nav-item.is-selected {
        opacity: 1;
    }
}
.home-tabs--links-next,
.home-tabs--links-previous {
    display: block;
    color: #fff;
    font-size: 16px;
}
@media (min-width: 960px) {
    .home-tabs--links-next,
    .home-tabs--links-previous {
        display: none;
    }
}
.home-tabs--links-next svg,
.home-tabs--links-previous svg {
    display: block;
}
.social {
    position: relative;
    width: 100%;
    overflow: hidden;
}
@media (min-width: 600px) {
    .social {
        padding: 80px 0 100px;
    }
}
@media (min-width: 1100px) {
    .social .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        max-width: 1170px;
    }
}
.social-intro {
    padding: 100px 0;
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .social-intro {
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    }
}
.social-pretitle {
    margin-bottom: 10px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.social-title {
    max-width: 210px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.14;
}
@media (min-width: 960px) {
    .social-title {
        max-width: 270px;
        margin-bottom: 40px;
        font-size: 36px;
    }
}
.social-icons {
    font-size: 22px;
}
.social-icon--link {
    margin-right: 20px;
    color: #1b1c1d;
}
@media (min-width: 600px) {
    .social-content {
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .social-content {
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
    }
}
.highlighted--social-item {
    padding: 11px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 600px) {
    .highlighted--social-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 395px;
        margin-right: 14px;
        margin-bottom: 12px;
    }
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .highlighted--social-item {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}
.highlighted-item--img {
    width: 100%;
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .highlighted-item--img {
        max-height: 280px;
    }
}
.highlighted-item--description {
    padding: 14px 10px;
    font-size: 14px;
    line-height: 1.43;
}
@media (min-width: 960px) {
    .highlighted-item--description {
        max-width: 90%;
        font-size: 18px;
    }
}
.highlighted-item--footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 10px;
}
.highlighted-item--likes {
    color: #9e9e9e;
    letter-spacing: 0.4px;
}
@media (min-width: 960px) {
    .highlighted-item--likes {
        font-size: 18px;
    }
}
.highlighted-item--likes svg {
    vertical-align: middle;
}
.highlighted-item--share {
    display: -ms-flexbox;
    display: flex;
}
.highlighted-item--share span {
    display: none;
    margin-right: 10px;
    color: #1b1c1d;
}
@media (min-width: 960px) {
    .highlighted-item--share span {
        display: block;
    }
}
.highlighted-item--share svg {
    font-size: 18px;
    color: #1b1c1d;
    vertical-align: middle;
}
.social-item--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 140px;
}
@media (min-width: 600px) {
    .social-item--list {
        margin: 0;
    }
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .social-item--list {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}
.social-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex: 0 1 44%;
    flex: 0 1 44%;
    -ms-flex: 0 1 calc(50% - 16px);
    flex: 0 1 calc(50% - 16px);
    height: 136px;
    margin: 12px 8px 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 600px) {
    .social-item {
        height: 213px;
        margin: 0 8px 12px;
    }
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .social-item {
        -ms-flex: 0 1 44%;
        flex: 0 1 44%;
    }
}
.social-item--footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1;
    flex: 1;
    padding: 0 6px 6px;
    color: #fff;
}
.social-item--footer svg {
    vertical-align: middle;
}
.social-item--likes {
    letter-spacing: 0.4px;
}
.social-item--share {
    color: #fff;
}
.social-image--container {
    position: relative;
    display: none;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
}
@media (min-width: 600px) {
    .social-image--container {
        display: block;
    }
}
.social--image {
    position: absolute;
    max-width: 440px;
}
.social--image:last-child {
    top: -800px;
    left: 300px;
}
@media (min-width: 1100px) {
    .social--image:last-child {
        top: -344px;
        right: 0;
    }
}
@media (min-width: 1280px) {
    .social--image:last-child {
        top: -450px;
    }
}
.social--image:first-child {
    right: 0;
    bottom: -555px;
}
@media (min-width: 1100px) {
    .social--image:first-child {
        left: 0;
        right: auto;
    }
}
@media (min-width: 1280px) {
    .social--image:first-child {
        bottom: -355px;
    }
}
.product-info {
    padding-top: 45px;
    padding-bottom: 35px;
}
@media (min-width: 960px) {
    .product-info {
        display: -ms-flexbox;
        display: flex;
        padding-top: 25px;
        padding-bottom: 30px;
    }
}
@media (min-width: 960px) {
    .product-info--content {
        -ms-flex: 0 0 66.67%;
        flex: 0 0 66.67%;
        padding-top: 85px;
        padding-bottom: 0px;
    }
}
@media (min-width: 1280px) {
    .product-info--content {
        -ms-flex: 0 0 calc(50% + 200px);
        flex: 0 0 calc(50% + 200px);
    }
}
@media (min-width: 1500px) {
    .product-info--content {
        -ms-flex: 0 0 calc(50% + 240px);
        flex: 0 0 calc(50% + 240px);
    }
}
.product-info--media {
    height: 110vw;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 960px) {
    .product-info--media {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        height: auto;
    }
}
@media (min-width: 1280px) {
    .product-info--media {
        -ms-flex: 0 0 calc(50% - 200px);
        flex: 0 0 calc(50% - 200px);
    }
}
@media (min-width: 1500px) {
    .product-info--media {
        -ms-flex: 0 0 calc(50% - 240px);
        flex: 0 0 calc(50% - 240px);
    }
}
.product-info--container {
    padding: 0 40px 50px;
    margin-left: auto;
}
@media (min-width: 960px) {
    .product-info--container {
        padding-right: 70px;
        padding-left: 40px;
    }
}
@media (min-width: 1280px) {
    .product-info--container {
        padding-left: 0;
        max-width: 800px;
    }
}
@media (min-width: 1500px) {
    .product-info--container {
        max-width: 960px;
    }
}
.product-info--pretitle {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
@media (min-width: 600px) {
    .product-info--pretitle {
        margin-bottom: 10px;
    }
}
.product-info--title {
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.14;
    letter-spacing: 0.6px;
}
@media (min-width: 600px) {
    .product-info--title {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 1.17;
        letter-spacing: 0.8px;
    }
}
.product-info--text {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.5px;
}
@media (min-width: 600px) {
    .product-info--text {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.35;
        letter-spacing: 0.6px;
    }
}
.product-info--text p {
    display: inline-block;
    margin-bottom: 15px;
}
@media (min-width: 960px) {
    .product-info--text p {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 70px;
        column-gap: 70px;
    }
}
.product-attributes {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: RealHeadPro, Arial, sans-serif;
    text-align: center;
    background-color: #f1f1f1;
}
@media (min-width: 600px) {
    .product-attributes {
        padding-top: 40px;
    }
}
.product-attributes .container {
    padding-bottom: 60px;
}
.product-attributes--title {
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.14;
    letter-spacing: 0.6px;
    text-align: center;
    color: #1b1c1d;
}
.product-attributes--content:after,
.product-attributes--tabs:after {
    content: "flickity";
    display: none;
}
@media (min-width: 960px) {
    .product-attributes--content:after,
    .product-attributes--tabs:after {
        content: "";
    }
}
.product-attributes--content .flickity-button,
.product-attributes--tabs .flickity-button {
    background: none;
}
.product-attributes--content .flickity-button svg,
.product-attributes--tabs .flickity-button svg {
    width: 40%;
    height: 40%;
}
.product-attributes--tabs {
    height: 100px;
}
@media (min-width: 960px) {
    .product-attributes--tabs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 50px;
    }
}
.product-tabs--item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
@media (min-width: 960px) {
    .product-tabs--item {
        -ms-flex: 1;
        flex: 1;
        cursor: pointer;
    }
    .product-tabs--item:not(:last-child) {
        border-right: 1px solid #1b1c1d;
    }
}
.product-tabs--item:before {
    position: absolute;
    content: "";
    bottom: 20px;
    left: calc(50% - 50px);
    width: 100px;
    height: 1px;
    background-color: #1b1c1d;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
@media (min-width: 960px) {
    .product-tabs--item:before {
        bottom: 0;
    }
}
.product-tabs--item:after {
    position: absolute;
    content: "";
    bottom: 15px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #1b1c1d;
    border-right: 1px solid #1b1c1d;
    background-color: #f5f5f5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
@media (min-width: 960px) {
    .product-tabs--item:after {
        bottom: -5px;
    }
}
.product-tabs--item.is-selected:after,
.product-tabs--item.is-selected:before,
.product-tabs--item:hover:after,
.product-tabs--item:hover:before {
    opacity: 1;
}
.product-tabs--item.is-selected .product-tabs--title,
.product-tabs--item:hover .product-tabs--title {
    font-weight: 700;
}
.product-tabs--title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: 0.5px;
    text-align: center;
    color: #1b1c1d;
    -webkit-transition: font-weight 0.35s ease-in-out;
    transition: font-weight 0.35s ease-in-out;
}
.product-tabs--subtitle {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: 0.4px;
    text-align: center;
    color: #9e9e9e;
}
.product-attributes--content {
    padding: 48px 20px;
    background-color: #fff;
}
.product-content--item {
    width: 100%;
}
@media (min-width: 960px) {
    .product-content--item {
        display: none;
    }
}
.product-content--item.is-selected {
    display: block;
}
@media (min-width: 960px) {
    .product-content--list {
        display: -ms-flexbox;
        display: flex;
    }
}
.product-content--group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
@media (min-width: 960px) {
    .product-content--group {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-pack: initial;
        justify-content: initial;
        -ms-flex-align: center;
        align-items: center;
    }
}
.product-list--element {
    width: calc(50% - 10px);
    margin: 0 10px 20px;
    cursor: pointer;
}
@media (min-width: 600px) {
    .product-list--element {
        width: auto;
    }
}
.product-list--img {
    margin-bottom: 5px;
}
.product-list--img img {
    max-height: 360px;
}
.product-list--text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: 0.5px;
    color: #1b1c1d;
}
.product-attributes--modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(27, 28, 29, 0.9);
}
.product-attributes--modal.is-visible {
    display: -ms-flexbox;
    display: flex;
}
.modal--content {
    display: block;
    max-width: 80%;
    max-height: 90%;
    margin: auto;
    -webkit-animation: lineDown 0.6s;
    animation: lineDown 0.6s;
}
.modal--close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
.product-attributes--item {
    display: inline-block;
    width: 135px;
    margin: 0 10px 20px;
}
@media (min-width: 960px) {
    .product-attributes--item {
        width: 190px;
        margin: 0 25px 20px;
    }
}
.product-attributes--item.is-format {
    margin-bottom: 35px;
}
.product-attributes--item.has-svg {
    width: 100%;
    margin-bottom: 35px;
}
@media (min-width: 600px) {
    .product-attributes--item.has-svg {
        width: 135px;
    }
}
@media (min-width: 960px) {
    .product-attributes--item.has-svg {
        width: 190px;
    }
}
.product-attributes--item.has-svg svg {
    bottom: 10px;
    font-size: 70px;
}
.product-attributes--media {
    display: block;
    margin-bottom: 10px;
}
.product-attributes--text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.5px;
}
.product-attributes--subtext {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.4px;
    color: #9e9e9e;
}
.related-products {
    position: relative;
    width: 100%;
    float: left;
    padding: 36px 0 60px;
}
@media (min-width: 960px) {
    .related-products {
        padding: 90px 0 125px;
    }
}
.related-products--title {
    max-width: 195px;
    margin: 0 auto 44px;
    font-size: 28px;
    line-height: 1.14;
    text-align: center;
    text-transform: capitalize;
}
@media (min-width: 960px) {
    .related-products--title {
        max-width: none;
        margin-bottom: 95px;
        font-size: 32px;
    }
}
@media (min-width: 600px) {
    .related-products--list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -15px;
    }
}
.related-products--item {
    position: relative;
    display: block;
    height: 180px;
    margin-bottom: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media (min-width: 600px) {
    .related-products--item {
        height: auto;
        margin: 0 15px;
    }
}
.related-products--item:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*.related-products--item:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, 0.15);*/
/*}*/
.related-products--item-name {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    white-space: normal;
    -webkit-transition: all 0.4s 0.3s;
    transition: all 0.4s 0.3s;
}
@media (min-width: 960px) {
    .related-products--item-name {
        left: auto; 
    }
}
.related-products--item-link,
.related-products--item:hover .related-products--item-name {
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.related-products--item-link {
    position: absolute;
    bottom: 40px;
    left: auto;
    font-size: 32px;
    color: #fff;
    letter-spacing: 1.8px;
}
.related-products--item-link svg {
    font-size: 20px;
    vertical-align: middle;
}
.related-products--item:hover .related-products--item-link {
    opacity: 1;
    -webkit-transition: all 0.4s 0.3s;
    transition: all 0.4s 0.3s;
}
.related-products--item-new {
    position: absolute;
    top: 0;
    left: 32px;
    width: 49px;
    height: 25px;
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #256256;
    -webkit-box-shadow: 0 3px 3px 0 rgba(27, 28, 29, 0.3);
    box-shadow: 0 3px 3px 0 rgba(27, 28, 29, 0.3);
}
@media (min-width: 960px) {
    .related-products--item-new {
        left: 44px;
        width: 65px;
        height: 33px;
        font-size: 18px;
    }
}
.product-downloads {
    padding-top: 60px;
    padding-bottom: 30px;
    color: #fff;
    text-align: center;
    background-color: #1b1c1d;
}
@media (min-width: 960px) {
    .product-downloads {
        padding-top: 70px;
        padding-bottom: 55px;
        margin-top: 80px;
    }
}
.product-downloads--title {
    max-width: 600px;
    margin: 0 auto 50px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0.6px;
}
@media (min-width: 600px) {
    .product-downloads--title {
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: 0.8px;
    }
}
@media (min-width: 960px) {
    .product-downloads--title {
        margin-bottom: 60px;
    }
}
.product-downloads--button {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}
.product-downloads--button svg {
    font-size: 15px;
    vertical-align: bottom;
}
@media (min-width: 960px) {
    .product-downloads--button {
        width: 270px;
        margin: 0 20px 20px 0;
    }
}
.newsletter {
    position: relative;
    width: 100%;
    padding: 75px 0;
    background-color: #f5f5f5;
}
@media (min-width: 960px) {
    .newsletter {
        padding: 120px 0;
    }
}
.newsletter .container {
    max-width: 500px;
}
@media (min-width: 960px) {
    .newsletter .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1170px;
    }
}
.newsletter-title {
    margin-bottom: 38px;
    font-size: 36px;
}
@media (min-width: 960px) {
    .newsletter-title {
        -ms-flex: 0 1 35%;
        flex: 0 1 35%;
        margin-bottom: 0;
    }
}
.blog-newsletter--title {
    margin-bottom: 38px;
    font-size: 24px;
}
@media (min-width: 960px) {
    .newsletter-form {
        -ms-flex: 0 1 65%;
        flex: 0 1 65%;
    }
}
@media (min-width: 960px) {
    .post-newsletter .newsletter-form {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
.mc-form--parent input[type="email"],
.mc-form--parent input[type="text"] {
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
}
@media (min-width: 960px) {
    .newsletter-form .mc-form--parent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 960px) {
    .post--newsletter .mc-form--parent {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.mc-form--email {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.6px;
}
.mc-form--email label {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.mc-form--email input {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 10px;
}
#mc_embed_signup .mc-form--email div.mce_inline_error {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    font-size: 12px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-weight: 300;
    color: #c74032;
    background: transparent;
}
.mc-field-group {
    border: none;
}
.mc-form--fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
.mc-form--checkbox {
    font-size: 12px;
}
.mc-form--checkbox label {
    display: inline-block;
    margin-bottom: 2px;
}
.mc-form--checkbox a {
    color: inherit;
    text-decoration: underline;
}
.mc-form--checkbox input {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border: 1px solid #1b1c1d;
}
.mc-form--checkbox input:checked {
    background-color: #1b1c1d;
}
.mc-form--submit input {
    display: block;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
}
.blog-newsletter--form .mc-form--submit input {
    background: transparent;
    color: #1b1c1d;
    border: 1px solid #1b1c1d;
}
.blog-newsletter--form .mc-form--submit input:hover {
    color: #fff;
    background-color: #1b1c1d;
}
.gdpr-mergeRow {
    font-size: 12px;
}
.gdpr-mergeRow label {
    display: inline-block;
    margin-bottom: 5px;
}
.gdpr-mergeRow p {
    margin-bottom: 5px;
}
.mc_fieldset {
    padding: 5px;
    margin: 10px 0;
    border: none;
}
.mc_fieldset label {
    display: -ms-flexbox;
    display: flex;
}
.mc_fieldset input {
    margin-right: 5px;
}
.newsletter-form--label {
    font-size: 20px;
    margin-right: 10px;
}
@media (min-width: 960px) {
    .newsletter-form--label {
        margin-right: 20px;
    }
}
.form-privacy {
    font-size: 12px;
}
.newsletter-button {
    width: 100%;
}
@media (min-width: 960px) {
    .newsletter-button {
        -ms-flex: 0 1 15%;
        flex: 0 1 15%;
    }
}
.mce-responses {
    margin-top: 10px;
}
#mce-error-response {
    color: #c74032;
}
#mce-success-response {
    color: #4564a2;
}
.product-contact {
    padding-top: 45px;
    padding-bottom: 60px;
    background-color: #f5f5f5;
}
@media (min-width: 600px) {
    .product-contact {
        padding-top: 70px;
        padding-bottom: 65px;
    }
}
.product-contact--title {
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0.6px;
    text-align: center;
}
@media (min-width: 600px) {
    .product-contact--title {
        margin-bottom: 45px;
        font-size: 32px;
        line-height: 0.75;
        letter-spacing: 1.8px;
    }
}
.product-contact--form {
    max-width: 665px;
    margin: 0 auto;
}
.product-contact--submit {
    width: 100%;
    border: 0;
    cursor: pointer;
}
@media (min-width: 600px) {
    .product-contact--submit {
        width: auto;
    }
}
.product-head {
    width: 100%;
    overflow: hidden;
}
.product-head--item {
    position: relative;
    width: 100vw;
    min-height: 80vh;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 960px) {
    .product-head--item {
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 80vh;
    }
}
.product-head--item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 29, 0.7)), color-stop(60%, rgba(27, 28, 29, 0)));
    background-image: linear-gradient(180deg, rgba(27, 28, 29, 0.7), rgba(27, 28, 29, 0) 60%);
}
@media (min-width: 960px) {
    .product-head--item:before {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(27, 28, 29, 0.6)), color-stop(60%, rgba(27, 28, 29, 0)));
        background-image: linear-gradient(90deg, rgba(27, 28, 29, 0.6), rgba(27, 28, 29, 0) 60%);
    }
}
.product-head--item-title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0.6px;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
@media (min-width: 960px) {
    .product-head--item-title {
        font-size: 48px;
        letter-spacing: 0.8px;
    }
}
.is-active .product-head--item-title {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.product-head--content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20vh;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    pointer-events: none;
}
@media (min-width: 960px) {
    .product-head--content {
        -ms-flex-pack: center;
        justify-content: center;
        top: 80px;
    }
}
.product-head--content .container {
    position: relative;
    padding-top: 200px;
    margin: 0 auto;
}
@media (min-width: 600px) {
    .product-head--content .container {
        padding-top: 250px;
    }
}
@media (min-width: 960px) {
    .product-head--content .container {
        padding-top: 0;
    }
}
.product-head--content .info-window {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
@media (min-width: 960px) {
    .product-head--content .info-window {
        -webkit-transform: translateY(-50%) translateX(100%);
        transform: translateY(-50%) translateX(100%);
    }
}
.product-head--content .info-window.is-active {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
}
@media (min-width: 960px) {
    .product-head--content .info-window.is-active {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.product-head--content .info-window.is-hidding {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity 0.2s cubic-bezier(0.16, 0.65, 0.15, 1), -webkit-transform 0.01s ease 0.3s;
    transition: opacity 0.2s cubic-bezier(0.16, 0.65, 0.15, 1), -webkit-transform 0.01s ease 0.3s;
    transition: opacity 0.2s cubic-bezier(0.16, 0.65, 0.15, 1), transform 0.01s ease 0.3s;
    transition: opacity 0.2s cubic-bezier(0.16, 0.65, 0.15, 1), transform 0.01s ease 0.3s, -webkit-transform 0.01s ease 0.3s;
}
@media (min-width: 960px) {
    .product-head--content .info-window.is-hidding {
        -webkit-transform: translateY(-50%) translateX(100%);
        transform: translateY(-50%) translateX(100%);
    }
}
.product-head--caption {
    height: 0;
    max-width: 500px;
    overflow: hidden;
    pointer-events: auto;
    -webkit-transition: opacity 0.2s cubic-bezier(0.16, 0.65, 0.15, 1);
    transition: opacity 0.2s cubic-bezier(0.16, 0.65, 0.15, 1);
}
.product-head--caption.is-active {
    height: auto;
    overflow: visible;
}
.product-head--caption.is-hidding {
    opacity: 0;
}
.product-head--navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.4px;
    opacity: 0;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s cubic-bezier(0.16, 0.65, 0.15, 1);
    transition: opacity 0.3s cubic-bezier(0.16, 0.65, 0.15, 1);
}
.product-head--navigation.is-active {
    opacity: 1;
}
.product-head--navigation span {
    margin-right: 4px;
}
.product-head--arrow {
    padding: 0;
    margin: 0;
    font-size: 25px;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: hand;
    cursor: pointer;
}
.product-head--arrow svg {
    display: block;
}
.product-head--anchor {
    width: 180px;
    height: 140px;
    margin: 10px 12px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: hand;
    cursor: pointer;
}
.product-head--anchor.is-selected {
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.7);
}
.product-head--footer {
    display: none;
    padding: 25px 60px;
    border-bottom: 1px solid #9e9e9e;
}
@media (min-width: 960px) {
    .product-head--footer {
        display: block;
    }
}
.product-head--footer .flickity-button {
    background: none;
}
.product-head--footer .flickity-prev-next-button.previous {
    left: -50px;
}
.product-head--footer .flickity-prev-next-button.next {
    right: -50px;
}
.product-head--overlay {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none;
}
@media (min-width: 600px) {
    .product-head--overlay {
        top: 100px;
    }
}
.product-head--breadcrumbs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-family: RealHeadPro, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #fff;
    pointer-events: auto;
}
@media (min-width: 600px) {
    .product-head--breadcrumbs {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0.4px;
    }
}
.product-head--breadcrumbs a {
    color: #fff;
    text-decoration: none;
}
.product-head--back {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: #fff;
    pointer-events: auto;
}
.product-head--back:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.product-head--back:hover:before {
    -webkit-animation: underlineHover 1s ease-in-out;
    animation: underlineHover 1s ease-in-out;
}
@media (min-width: 960px) {
    .catalog--grid,
    .catalogs {
        display: -ms-flexbox;
        display: flex;
    }
    .catalog--grid {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 60px;
    }
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .catalog--grid {
        -ms-flex: 0 1 80%;
        flex: 0 1 80%;
    }
}
@media (min-width: 960px) {
    .catalog-collection--container {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.catalog--grid-title {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 40px 0 40px 30px;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.catalog--item {
    position: relative;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0 30px;
    margin-bottom: 50px;
    font-size: 22px;
}
@media (min-width: 960px) {
    .catalog--item {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}
@media (min-width: 1280px) {
    .catalog--item {
        -ms-flex: 0 1 33%;
        flex: 0 1 33%;
    }
}
@media (min-width: 1500px) {
    .catalog--item {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .catalog--item {
        -ms-flex: 0 1 26%;
        flex: 0 1 26%;
    }
}
.catalog--link {
    position: relative;
    display: block;
    width: 100%;
}
.catalog--link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #1b1c1d;
    opacity: 0.3;
}
.catalog--background {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 116.67%;
    overflow: hidden;
}
.catalog--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.catalog--link:hover .catalog--image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.catalog--title {
    position: absolute;
    right: 30px;
    bottom: 40px;
    left: 30px;
    z-index: 1;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: 1.8px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
}
@media (min-width: 960px) {
    .catalog--title {
        font-size: 22px;
    }
}
@media (min-width: 1280px) {
    .catalog--title {
        font-size: 32px;
    }
}
.catalog--link:hover .catalog--title,
.catalog--size {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.catalog--size {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    letter-spacing: 3.4px;
    z-index: 1;
}
.catalog--link:hover .catalog--size {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
}
.catalog--size svg {
    margin-right: 15px;
    font-size: 18px;
}
.catalog--download {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 4px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media (min-width: 1280px) {
    .catalog--download {
        font-size: 30px;
    }
}
.catalog--link:hover .catalog--download {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
}
.catalog--download svg {
    vertical-align: middle;
}
.catalog--new {
    position: absolute;
    top: 0;
    left: 32px;
    width: 49px;
    height: 25px;
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #256256;
    -webkit-box-shadow: 0 3px 3px 0 rgba(27, 28, 29, 0.3);
    box-shadow: 0 3px 3px 0 rgba(27, 28, 29, 0.3);
}
@media (min-width: 960px) {
    .catalog--new {
        left: 44px;
        width: 65px;
        height: 33px;
        font-size: 18px;
    }
}
.catalog-loader {
    position: relative;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.catalog-loader.is-active {
    pointer-events: auto;
    opacity: 1;
}
.catalog-loader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 30px;
}
.catalog-loader .lds-ellipsis div {
    position: absolute;
    top: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(27, 28, 29, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.catalog-loader .lds-ellipsis div:first-child {
    left: 6px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}
.catalog-loader .lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}
.catalog-loader .lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}
.catalog-loader .lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}
.info-window {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    max-width: 300px;
    padding-top: 50px;
    margin: 0 auto;
    background-image: url();
    background-repeat: no-repeat;
    background-size: 500px 500px;
    background-position: -40px -70px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: auto;
}
@media (min-width: 960px) {
    .info-window {
        right: 0;
        bottom: auto;
        left: auto;
        top: 50%;
        padding-top: 50px;
        padding-bottom: 20px;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: auto;
        min-width: 62px;
        max-width: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-size: auto 600px;
        background-position: -310px -30px;
    }
}
@media (min-width: 1100px) {
    .info-window {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}
.info-window.is-visible {
    background-size: 500px 500px;
    background-position: -40px -80px;
    background-color: transparent;
    -webkit-transition: none;
    transition: none;
}
@media (min-width: 960px) {
    .info-window.is-visible {
        background-size: auto 600px;
        background-position: -325px -30px;
    }
}

.info-window--toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 50px;
}
@media (min-width: 960px) {
    .info-window--toggle {
        right: 0;
        left: auto;
        width: 62px;
        height: 100%;
        padding: 20px;
    }
}
@media (min-width: 960px) {
    .is-visible .info-window--toggle {
        right: auto;
        left: 0;
    }
}
.info-window--close,
.info-window--open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.info-window--close {
    opacity: 0;
    -webkit-transition: none;
    transition: none;
}
.is-visible .info-window--close {
    opacity: 1;
    -webkit-transition: opacity 0.35s ease-in-out 0.35s;
    transition: opacity 0.35s ease-in-out 0.35s;
}
@media (min-width: 960px) {
    .is-visible .info-window--close {
        -ms-flex-align: center;
        align-items: center;
    }
}
.info-window--close svg {
    display: block;
    margin-left: auto;
}
@media (min-width: 960px) {
    .info-window--close svg {
        margin: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
.info-window--open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: opacity 0.35s ease-in-out 0.35s;
    transition: opacity 0.35s ease-in-out 0.35s;
}
@media (min-width: 960px) {
    .info-window--open {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.is-visible .info-window--open {
    opacity: 0;
    -webkit-transition: none;
    transition: none;
}
@media (min-width: 960px) {
    .info-window--open svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
.info-window--open span {
    display: block;
    padding: 0 20px;
    letter-spacing: 3.5px;
}
@media (min-width: 960px) {
    .info-window--open span {
        padding: 10px 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}
.info-window--content {
    position: relative;
    z-index: 1;
    max-height: 0;
    padding-left: 25px;
    color: #fff;
    -webkit-transition: max-height 0.35s ease-in-out;
    transition: max-height 0.35s ease-in-out;
    overflow: hidden;
}
@media (min-width: 960px) {
    .info-window--content {
        width: 0;
        height: auto;
        max-height: none;
        padding-top: 150px;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 50px;
        -webkit-transition: width 0.35s ease-in-out;
        transition: width 0.35s ease-in-out;
    }
}
.is-visible .info-window--content {
    max-height: 280px;
}
@media (min-width: 960px) {
    .is-visible .info-window--content {
        max-width: 40vw;
        width: 450px;
        max-height: none;
    }
}
.info-window--category {
    position: relative;
    width: 65%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: none;
    transition: none;
}
@media (min-width: 960px) {
    .info-window--category {
        width: 100%;
    }
}
.info-window--category:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #fff;
}
.is-visible .info-window--category {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.35s ease-in-out 0.1s;
    transition: 0.35s ease-in-out 0.1s;
}
.is-visible .info-window--category:before {
    width: 15px;
    -webkit-transition: 0.35s ease-in-out 0.35s;
    transition: 0.35s ease-in-out 0.35s;
}
.info-window--title {
    width: 65%;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: none;
    transition: none;
}
@media (min-width: 960px) {
    .info-window--title {
        width: 100%;
        font-size: 30px;
        letter-spacing: 1.2px;
    }
}
.is-visible .info-window--title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.35s ease-in-out 0.2s;
    transition: 0.35s ease-in-out 0.2s;
}
.info-window--title sup {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1.5px;
    color: #fff;
}
.info-window--details {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: none;
    transition: none;
}
.is-visible .info-window--details {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.35s ease-in-out 0.3s;
    transition: 0.35s ease-in-out 0.3s;
}
.info-window--vars {
    padding-top: 30px;
}
.info-window--related-item,
.info-window--vars-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: none;
    transition: none;
}
@media (min-width: 960px) {
    .info-window--related-item,
    .info-window--vars-item {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        height: 20px;
        overflow: hidden;
    }
}
.is-visible .info-window--related-item,
.is-visible .info-window--vars-item {
    height: auto;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.35s ease-in-out 0.3s;
    transition: 0.35s ease-in-out 0.3s;
}
.is-visible .info-window--related-item + .info-window--vars-item,
.is-visible .info-window--vars-item + .info-window--vars-item {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.info-window--related-image,
.info-window--vars-image {
    -ms-flex: 0 1 30px;
    flex: 0 1 30px;
    width: 30px;
    height: 20px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.info-window--related-title,
.info-window--vars-title {
    -ms-flex: 0 1 calc(100% - 45px);
    flex: 0 1 calc(100% - 45px);
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.5px;
}
@media (min-width: 960px) {
    .info-window--related-title,
    .info-window--vars-title {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        white-space: nowrap;
    }
}
.info-window--related-cta {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-transform: lowercase;
    color: inherit;
    text-decoration: underline;
}
@media (min-width: 960px) {
    .info-window--related-cta {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0 20px;
    }
}
.info-window--related-intro {
    padding: 5px 0 10px;
    font-size: 12px;
    letter-spacing: 0.4px;
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: none;
    transition: none;
}
.is-visible .info-window--related-intro {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.35s ease-in-out 0.35s;
    transition: 0.35s ease-in-out 0.35s;
}
@media (min-width: 960px) {
    .info-window--related-intro {
        white-space: nowrap;
    }
}
.info-window--cta {
    position: relative;
    width: 0;
    height: 0;
    z-index: 3;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
}
@media (min-width: 960px) {
    .info-window--cta {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        -webkit-transition: none;
        transition: none;
    }
}
.is-visible .info-window--cta {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: height 0.35s ease-in-out, opacity 0.35s ease-in-out 0.4s;
    transition: height 0.35s ease-in-out, opacity 0.35s ease-in-out 0.4s;
}
@media (min-width: 960px) {
    .is-visible .info-window--cta {
        -webkit-transition: opacity 0.35s ease-in-out 0.4s;
        transition: opacity 0.35s ease-in-out 0.4s;
    }
}
.info-window--cta a {
    display: block;
    white-space: nowrap;
}
.catalog-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
}
.catalog-popup:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b1c1d;
    opacity: 0.7;
}
.catalog-popup.is-popup-visible {
    display: block;
}
.catalog-popup--content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
    .catalog-popup--content {
        width: 50%;
    }
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .catalog-popup--content {
        width: 50%;
        height: 50%;
    }
}
.catalog-popup--container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}
.catalog-popup--left {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 390px;
    height: 390px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.catalog-popup--right {
    position: relative;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 30px 30px 40px 40px;
    background-color: #fff;
}
.catalog-popup--title {
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: 0.6px;
}
.catalog-popup--info {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.5px;
}
.catalog-popup--button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
}
.catalog-popup--close {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #1b1c1d;
}
.contact {
    margin-top: 50px;
}
@media (min-width: 960px) {
    .contact {
        display: -ms-flexbox;
        display: flex;
        margin-top: 77px;
    }
}
.contact--item {
    position: relative;
}
@media (min-width: 960px) {
    .contact--column {
        width: 50%;
    }
}
.contact--column.is-right,
.contact--map {
    background-color: #f5f5f5;
}
.contact--map {
    width: 100%;
    height: 75vh;
}
@media (min-width: 600px) {
    .contact--map {
        height: 50vh;
    }
}
.contact--container {
    padding-top: 60px;
    padding-bottom: 50px;
}
.contact--column.is-left .contact--container {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: 0;
    margin-left: auto;
}
@media (min-width: 960px) {
    .contact--column.is-left .contact--container {
        padding-right: 100px;
        padding-left: 20px;
    }
}
.contact--column.is-right .contact--container {
    margin-right: auto;
    margin-left: 0;
}
@media (min-width: 960px) {
    .contact--column.is-right .contact--container {
        padding-right: 20px;
        padding-left: 100px;
    }
}
@media (min-width: 600px) {
    .contact--container {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media (min-width: 1280px) {
    .contact--container {
        max-width: 600px;
    }
}
@media (min-width: 1500px) {
    .contact--container {
        max-width: 720px;
    }
}
.contact--title {
    position: relative;
    margin-bottom: 55px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 1.6px;
}
@media (min-width: 600px) {
    .contact--title {
        font-size: 32px;
        line-height: 0.75;
        letter-spacing: 1.8px;
    }
}
.contact--column.is-form .contact--title {
    text-align: center;
}
.contact--subtitle {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
}
.contact--link,
.contact--text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.4px;
}
.contact--text a {
    position: relative;
    color: #1b1c1d;
}
.contact--text a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: #1b1c1d;
    -webkit-transition: width 0.35s ease-in-out;
    transition: width 0.35s ease-in-out;
}
.contact--text a:hover:before {
    width: 100%;
}
.contact--link {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
    color: #1b1c1d;
    cursor: hand;
    cursor: pointer;
}
.contact--link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1b1c1d;
}
.contact--link svg {
    position: absolute;
    top: 2px;
    right: -20px;
    display: block;
    opacity: 0;
    font-size: 15px;
    color: #1b1c1d;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.contact--link:hover:before {
    -webkit-animation: underlineHover 1s ease-in-out;
    animation: underlineHover 1s ease-in-out;
}
.contact--link.is-active {
    color: #9e9e9e;
}
.contact--link.is-active:before {
    content: none;
}
.contact--link.is-active svg {
    opacity: 1;
}
.about-header {
    position: relative;
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}
@media (min-width: 960px) {
    .about-header {
        margin-top: 75px;
        margin-bottom: 50px;
    }
}
.about-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-header--background {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 960px) {
    .about-header--background {
        width: 75%;
        height: 100%;
    }
}
.is-certification .about-header--background {
    height: 80%;
}
.about-header--content {
    max-width: 100%;
    padding-top: 200px;
    margin-bottom: 150px;
    background-color: #0060AA;
    color: #fff;
    padding: 20px;
}
@media (min-width: 960px) {
    .about-header--content {
        padding-top: 0;
    }
}
.about-header--pretitle,
.about-header--text,
.about-header--title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 25px;
    padding-left: 25px;
}
@media (min-width: 600px) {
    .about-header--pretitle,
    .about-header--text,
    .about-header--title {
        padding: 0;
    }
}
.about-header--pretitle {
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
@media (min-width: 600px) {
    .about-header--pretitle {
        margin-top: 20px;
        font-size: 16px;
    }
}
.about-header--title {
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0.6px;
}
@media (min-width: 600px) {
    .about-header--title {
        -ms-flex: 0 1 330px;
        flex: 0 1 330px;
        margin-right: 40px;
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: 0.8px;
    }
}
.about-header--text {
    margin-top: 10px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
}
@media (min-width: 600px) {
    .about-header--text {
        -ms-flex: 0 1 350px;
        flex: 0 1 350px;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0.6px;
    }
}
.about-ksp {
    padding: 30px 0;
}
@media (min-width: 960px) {
    .about-ksp {
        padding: 90px 0 30px;
    }
}
.about-ksp--title {
    position: relative;
    max-width: 195px;
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.14;
}
@media (min-width: 960px) {
    .about-ksp--title {
        max-width: none;
        margin: 0 auto 80px;
        font-size: 32px;
        text-align: center;
    }
}
.about-ksp--intro {
    position: relative;
    height: 240px;
}
@media (min-width: 960px) {
    .about-ksp--list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 80px;
    }
}
.about-ksp--item {
    position: relative;
    margin-bottom: 80px;
}
@media (min-width: 960px) {
    .about-ksp--item {
        -ms-flex: 0 1 calc(50% - 160px);
        flex: 0 1 calc(50% - 160px);
        margin: 0 80px 80px;
    }
}
@media (min-width: 1100px) {
    .about-ksp--item {
        -ms-flex: 0 1 calc(33.33% - 160px);
        flex: 0 1 calc(33.33% - 160px);
    }
}
.about-ksp--item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-ksp--item-title {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #fff;
    -webkit-transform: translate(-50%, calc(-50% - 20px));
    transform: translate(-50%, calc(-50% - 20px));
}
.about-ksp--content {
    padding: 30px 30px 40px 25px;
    margin-top: -100px;
    margin-left: 25px;
    background: #fff;
}
@media (min-width: 960px) {
    .about-ksp--content {
        margin-right: -60px;
    }
}
.about-ksp--item-text {
    max-width: 215px;
    font-size: 18px;
    line-height: 1.33;
}
.about-ksp--item-text.is-small {
    font-size: 14px;
}
.about-features {
    position: relative;
    width: 100%;
}
@media (min-width: 960px) {
    .about-features {
        display: -ms-flexbox;
        display: flex;
    }
    .about-features.is-reverted {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.about-features--media {
    position: relative;
}
@media (min-width: 960px) {
    .about-features--media {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-bottom: 0;
    }
}
.about-features--img {
    width: 100%;
    height: 370px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 960px) {
    .about-features--img {
        height: 516px;
    }
}
.about-features--content {
    padding: 60px 0;
    background-color: #fff;
}
@media (min-width: 960px) {
    .about-features--content {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-top: 150px;
    }
}
.about-features--content .container {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 650px;
}
.about-features--content .container.is-loaded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.about-features--pretitle,
.about-features--text,
.about-features--title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 25px;
    padding-left: 25px;
}
@media (min-width: 600px) {
    .about-features--pretitle,
    .about-features--text,
    .about-features--title {
        padding: 0;
    }
}
.about-features--pretitle {
    margin-bottom: 10px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
@media (min-width: 600px) {
    .about-features--pretitle {
        font-size: 16px;
    }
}
.about-features--title {
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0.6px;
}
@media (min-width: 600px) {
    .about-features--title {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 40px;
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: 0.8px;
    }
}
.about-features--text {
    margin-top: 10px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
}
@media (min-width: 600px) {
    .about-features--text {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 0.6px;
    }
}
.blog-header {
    padding-top: 50px;
}
@media (min-width: 960px) {
    .blog-header {
        padding-top: 80px;
        margin-bottom: 120px;
    }
}
@media (min-width: 1280px) {
    .blog-header .container {
        display: -ms-flexbox;
        display: flex;
    }
}
.blog-header--intro {
    width: calc(100% + 40px);
    margin-left: -20px;
    position: relative;
    padding: 30px;
    margin-bottom: 40px;
}
@media (min-width: 600px) {
    .blog-header--intro {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
}
@media (min-width: 960px) {
    .blog-header--intro {
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 65px;
        margin-bottom: 0;
    }
}
@media (min-width: 1280px) {
    .blog-header--intro {
        margin-top: 85px;
        margin-bottom: 90px;
    }
}
.blog-header--intro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
@media (min-width: 600px) {
    .blog-header--intro:before {
        width: 80%;
        left: -30px;
    }
}
@media (min-width: 1280px) {
    .blog-header--intro:before {
        width: 47vw;
        right: auto;
        left: -100px;
    }
}
.blog--title {
    position: relative;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
@media (min-width: 600px) {
    .blog--title {
        max-width: 80%;
    }
}
@media (min-width: 960px) {
    .blog--title {
        font-size: 36px;
    }
}
@media (min-width: 1280px) {
    .blog--title {
        max-width: none;
    }
}
.blog--categories {
    position: relative;
}
.blog--category {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #1b1c1d;
    letter-spacing: 1.3px;
}
@media (min-width: 960px) {
    .blog--category {
        font-size: 14px;
    }
}
.blog--highlighted-post {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #1b1c1d;
}
@media (min-width: 600px) {
    .blog--highlighted-post {
        -ms-flex: 0 1 55%;
        flex: 0 1 55%;
        width: 100%;
        margin: -50px 0 0;
    }
}
@media (min-width: 1280px) {
    .blog--highlighted-post {
        margin: 0;
    }
}
.highlighted-post--media {
    width: 100%;
    height: 245px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
@media (min-width: 600px) {
    .highlighted-post--media {
        height: 420px;
    }
}
@media (min-width: 960px) {
    .highlighted-post--media {
        height: 460px;
    }
}
.blog--highlighted-post:hover .highlighted-post--media {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.highlighted-post--category {
    position: absolute;
    top: 113px;
    right: -136px;
    width: 245px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 600px) {
    .highlighted-post--category {
        top: 288px;
    }
}
@media (min-width: 960px) {
    .highlighted-post--category {
        top: 220px;
        right: -246px;
        width: 460px;
    }
}
.highlighted-post--content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}
@media (min-width: 960px) {
    .highlighted-post--content {
        margin-left: 80px;
    }
}
.highlighted-post--info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 10px;
    letter-spacing: 1.8px;
}
.highlighted-post--title {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 1.13;
}
@media (min-width: 1500px) {
    .highlighted-post--title {
        margin-bottom: 15px;
    }
}
.highlighted-post--subtitle {
    display: none;
}
@media (min-width: 960px) {
    .highlighted-post--subtitle {
        display: block;
        font-size: 18px;
        line-height: 1.33;
    }
}
@media (min-width: 600px) {
    .blog--grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 960px) {
    .blog--grid {
        margin-bottom: 80px;
    }
}
@media (min-width: 1280px) {
    .blog--grid {
        margin-bottom: 100px;
    }
}
.blog--post {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #1b1c1d;
}
@media (min-width: 600px) {
    .blog--post {
        margin: 0 0 70px;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        -ms-flex-order: 0;
        order: 0;
    }
    .blog--post:first-child,
    .blog--post:nth-child(4),
    .blog--post:nth-child(5),
    .blog--post:nth-child(8) {
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
    }
    .blog--post:nth-child(2),
    .blog--post:nth-child(3),
    .blog--post:nth-child(6),
    .blog--post:nth-child(7) {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .blog--post:first-child,
    .blog--post:nth-child(2),
    .blog--post:nth-child(5),
    .blog--post:nth-child(6) {
        margin-bottom: 0;
    }
    .blog--post:nth-child(3),
    .blog--post:nth-child(7) {
        margin-top: 75px;
    }
}
@media (min-width: 960px) {
    .blog--post:first-child,
    .blog--post:nth-child(7) {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .blog--post:nth-child(2),
    .blog--post:nth-child(6) {
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
    }
    .blog--post:nth-child(3),
    .blog--post:nth-child(4),
    .blog--post:nth-child(9),
    .blog--post:nth-child(10) {
        -ms-flex: 0 1 28%;
        flex: 0 1 28%;
        margin-top: 75px;
    }
    .blog--post:nth-child(5),
    .blog--post:nth-child(8) {
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
    }
    .blog--post:nth-child(7) {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 1280px) {
    .blog--post {
        margin: 0;
    }
    .blog--post:first-child,
    .blog--post:nth-child(10) {
        -ms-flex: 0 1 37%;
        flex: 0 1 37%;
    }
    .blog--post:nth-child(2),
    .blog--post:nth-child(3),
    .blog--post:nth-child(8),
    .blog--post:nth-child(9) {
        -ms-flex: 0 1 28%;
        flex: 0 1 28%;
    }
    .blog--post:nth-child(4),
    .blog--post:nth-child(5),
    .blog--post:nth-child(6),
    .blog--post:nth-child(12),
    .blog--post:nth-child(13),
    .blog--post:nth-child(14) {
        -ms-flex: 0 1 18%;
        flex: 0 1 18%;
        margin-top: 75px;
    }
    .blog--post:nth-child(7),
    .blog--post:nth-child(11) {
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
    }
    .blog--post:nth-child(3),
    .blog--post:nth-child(9),
    .blog--post:nth-child(10) {
        margin-top: 0;
    }
}
.blog-post--media {
    position: relative;
    width: 100%;
    height: 245px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
@media (min-width: 600px) {
    .blog--post:first-child .blog-post--media,
    .blog--post:nth-child(4) .blog-post--media,
    .blog--post:nth-child(5) .blog-post--media,
    .blog--post:nth-child(8) .blog-post--media {
        height: 275px;
    }
    .blog--post:nth-child(2) .blog-post--media,
    .blog--post:nth-child(3) .blog-post--media,
    .blog--post:nth-child(6) .blog-post--media,
    .blog--post:nth-child(7) .blog-post--media {
        height: 200px;
    }
}
@media (min-width: 960px) {
    .blog-post--media {
        height: 460px;
    }
    .blog--post:first-child .blog-post--media,
    .blog--post:nth-child(7) .blog-post--media {
        height: 400px;
    }
    .blog--post:nth-child(2) .blog-post--media,
    .blog--post:nth-child(6) .blog-post--media {
        height: 260px;
    }
    .blog--post:nth-child(3) .blog-post--media,
    .blog--post:nth-child(4) .blog-post--media,
    .blog--post:nth-child(9) .blog-post--media,
    .blog--post:nth-child(10) .blog-post--media {
        height: 200px;
    }
    .blog--post:nth-child(5) .blog-post--media,
    .blog--post:nth-child(8) .blog-post--media {
        height: 275px;
    }
}
@media (min-width: 1280px) {
    .blog--post:first-child .blog-post--media,
    .blog--post:nth-child(10) .blog-post--media {
        height: 400px;
    }
    .blog--post:nth-child(2) .blog-post--media,
    .blog--post:nth-child(3) .blog-post--media,
    .blog--post:nth-child(8) .blog-post--media,
    .blog--post:nth-child(9) .blog-post--media {
        height: 260px;
    }
    .blog--post:nth-child(4) .blog-post--media,
    .blog--post:nth-child(5) .blog-post--media,
    .blog--post:nth-child(6) .blog-post--media,
    .blog--post:nth-child(12) .blog-post--media,
    .blog--post:nth-child(13) .blog-post--media,
    .blog--post:nth-child(14) .blog-post--media {
        height: 200px;
    }
    .blog--post:nth-child(7) .blog-post--media,
    .blog--post:nth-child(11) .blog-post--media {
        height: 275px;
    }
}
.blog--post:hover .blog-post--media {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.blog-post--category {
    position: absolute;
    top: 113px;
    right: -136px;
    width: 245px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 600px) {
    .blog--post:first-child .blog-post--category,
    .blog--post:nth-child(5) .blog-post--category {
        top: 143px;
    }
    .blog--post:nth-child(2) .blog-post--category,
    .blog--post:nth-child(3) .blog-post--category,
    .blog--post:nth-child(6) .blog-post--category,
    .blog--post:nth-child(7) .blog-post--category {
        top: 69px;
    }
}
@media (min-width: 960px) {
    .blog-post--category {
        top: 220px;
        right: -246px;
        width: 460px;
    }
    .blog--post:first-child .blog-post--category,
    .blog--post:nth-child(7) .blog-post--category {
        top: 160px;
    }
    .blog--post:nth-child(2) .blog-post--category,
    .blog--post:nth-child(6) .blog-post--category {
        top: 20px;
    }
    .blog--post:nth-child(3) .blog-post--category,
    .blog--post:nth-child(4) .blog-post--category,
    .blog--post:nth-child(9) .blog-post--category,
    .blog--post:nth-child(10) .blog-post--category {
        width: 200px;
        right: -112px;
        top: 90px;
    }
    .blog--post:nth-child(5) .blog-post--category,
    .blog--post:nth-child(8) .blog-post--category {
        width: 275px;
        right: -152;
        top: 128px;
    }
}
@media (min-width: 1280px) {
    .blog--post:nth-child(2) .blog-post--category,
    .blog--post:nth-child(3) .blog-post--category,
    .blog--post:nth-child(8) .blog-post--category,
    .blog--post:nth-child(9) .blog-post--category {
        width: 260px;
        right: -144px;
        top: 120px;
    }
    .blog--post:nth-child(4) .blog-post--category,
    .blog--post:nth-child(5) .blog-post--category,
    .blog--post:nth-child(6) .blog-post--category,
    .blog--post:nth-child(12) .blog-post--category,
    .blog--post:nth-child(13) .blog-post--category,
    .blog--post:nth-child(14) .blog-post--category {
        width: 200px;
        right: -112px;
        top: 90px;
    }
    .blog--post:first-child .blog-post--category,
    .blog--post:nth-child(10) .blog-post--category {
        width: 400px;
        right: -214px;
        top: 190px;
    }
    .blog--post:nth-child(7) .blog-post--category,
    .blog--post:nth-child(11) .blog-post--category {
        width: 275px;
        right: -150px;
        top: 128px;
    }
}
.blog-post--content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}
@media (min-width: 600px) {
    .blog-post--content {
        margin-bottom: 0;
    }
}
.blog-post--info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 10px;
    letter-spacing: 1.8px;
}
@media (min-width: 1500px) {
    .blog-post--name {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.blog-post--title {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 1.13;
    -webkit-transition: -webkit-text-decoration 0.3s cubic-bezier(0.16, 0.65, 0.15, 1);
    transition: -webkit-text-decoration 0.3s cubic-bezier(0.16, 0.65, 0.15, 1);
    transition: text-decoration 0.3s cubic-bezier(0.16, 0.65, 0.15, 1);
    transition: text-decoration 0.3s cubic-bezier(0.16, 0.65, 0.15, 1), -webkit-text-decoration 0.3s cubic-bezier(0.16, 0.65, 0.15, 1);
}
@media (min-width: 600px) {
    .blog-post--title {
        margin-bottom: 0;
    }
}
@media (min-width: 1500px) {
    .blog-post--title {
        margin-bottom: 0;
    }
}
.blog--post:hover .blog-post--title {
    text-decoration: underline;
}
.blog-newsletter {
    width: 90%;
    padding: 40px 20px;
    margin: 0 auto 40px;
    background: #f5f5f5;
}
@media (min-width: 600px) {
    .blog-newsletter {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
}
@media (min-width: 960px) {
    .blog-newsletter {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 40px 60px;
        margin: 70px auto;
    }
}
@media (min-width: 1280px) {
    .blog-newsletter {
        margin: 100px auto;
    }
}
.pagination {
    margin-bottom: 40px;
}
.pagination--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination--item {
    padding-left: 10px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.7px;
    text-align: center;
}
.pagination--item.is-active {
    font-weight: 900;
}
.pagination--item a {
    color: var(--dar--color);
}
.pagination--item.is-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}
.post-header {
    padding: 50px 0;
}
@media (min-width: 960px) {
    .post-header {
        padding: 80px 0;
    }
}
@media (min-width: 1280px) {
    .post-header .container {
        display: -ms-flexbox;
        display: flex;
    }
}
.post-header--intro {
    position: relative;
    width: calc(100% + 40px);
    padding: 30px;
    margin-left: -20px;
    margin-bottom: 40px;
}
@media (min-width: 600px) {
    .post-header--intro {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
}
@media (min-width: 960px) {
    .post-header--intro {
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 50px 65px 65px;
        margin-bottom: 0;
    }
}
@media (min-width: 1280px) {
    .post-header--intro {
        margin-bottom: 90px;
    }
}
.post-header--intro:before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
@media (min-width: 600px) {
    .post-header--intro:before {
        width: 80%;
        left: -30px;
    }
}
@media (min-width: 1280px) {
    .post-header--intro:before {
        width: 47vw;
        top: 100px;
        right: auto;
        left: -100px;
    }
}
.post--breadcrumbs {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.4px;
}
@media (min-width: 1280px) {
    .post--breadcrumbs {
        max-width: 270px;
    }
}
.post--breadcrumbs a {
    color: #9e9e9e;
}
.post--title {
    position: relative;
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
@media (min-width: 600px) {
    .post--title {
        max-width: 80%;
    }
}
@media (min-width: 960px) {
    .post--title {
        font-size: 36px;
    }
}
@media (min-width: 1280px) {
    .post--title {
        max-width: none;
    }
}
.post-header--content {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #1b1c1d;
}
@media (min-width: 600px) {
    .post-header--content {
        -ms-flex: 0 1 55%;
        flex: 0 1 55%;
        width: 100%;
        margin: -50px 0 0;
    }
}
@media (min-width: 1280px) {
    .post-header--content {
        margin: 0;
    }
}
.post-header--media {
    width: 100%;
    height: 245px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
@media (min-width: 600px) {
    .post-header--media {
        height: 420px;
    }
}
@media (min-width: 960px) {
    .post-header--media {
        height: 460px;
    }
}
.post-header--category {
    position: absolute;
    top: 113px;
    right: -136px;
    width: 245px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 600px) {
    .post-header--category {
        top: 288px;
    }
}
@media (min-width: 960px) {
    .post-header--category {
        top: 220px;
        right: -246px;
        width: 460px;
    }
}
.post-header--info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 10px;
    letter-spacing: 1.8px;
}
@media (min-width: 960px) {
    .post-header--info {
        padding: 5px 0 10px 80px;
    }
}
@media (min-width: 960px) {
    .post--container .container {
        display: -ms-flexbox;
        display: flex;
    }
}
.post--content {
    position: relative;
    padding-bottom: 00px;
    margin-bottom: 40px;
}
@media (min-width: 960px) {
    .post--content {
        -ms-flex: 0 1 calc(100% - 360px);
        flex: 0 1 calc(100% - 360px);
        min-height: 400px;
        margin-bottom: 0;
    }
}
.post--content h1,
.post--content h2,
.post--content h3 {
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.8px;
}
@media (min-width: 960px) {
    .post--content h1,
    .post--content h2,
    .post--content h3 {
        font-size: 24px;
    }
}
.post--content p {
    position: relative;
    margin-bottom: 1.5em;
    font-size: 14px;
    line-height: 1.43;
}
@media (min-width: 960px) {
    .post--content p {
        font-size: 16px;
    }
}
.post--content a {
    color: #1b1c1d;
    text-decoration: underline;
}
.post--content blockquote {
    position: relative;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 1.3;
}
@media (min-width: 960px) {
    .post--content blockquote {
        max-width: 580px;
        margin: 0 auto 80px;
        font-size: 28px;
    }
}
.post--content blockquote:before {
    content: "“";
    position: absolute;
    top: -20px;
    left: -10px;
    font-size: 32px;
}
.post--content blockquote:after {
    content: "”";
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 32px;
}
.post--content img {
    width: 100%;
    margin-bottom: 40px;
}
@media (min-width: 960px) {
    .post--content img {
        margin-bottom: 60px;
    }
}
.post--content p:first-child {
    margin-bottom: 1.5;
    font-size: 20px;
}
@media (min-width: 960px) {
    .post--content p:first-child {
        margin-bottom: 1.7em;
        font-size: 24px;
        line-height: 1.25;
    }
}
.post--content p:first-child:first-letter {
    font-size: 72px;
    font-weight: 100;
    line-height: 0.4;
    letter-spacing: 2px;
}
@media (min-width: 960px) {
    .post--aside {
        -ms-flex: 0 1 310px;
        flex: 0 1 310px;
        width: 310px;
        margin-left: 50px;
    }
}
.post--newsletter {
    width: 90%;
    margin: 0 auto 50px;
    padding: 40px 20px;
    background: #f5f5f5;
}
@media (min-width: 960px) {
    .post--newsletter {
        width: 100%;
    }
}
.post--collection-cta {
    display: block;
    width: calc(100% + 40px);
    margin-bottom: 90px;
    margin-left: -20px;
}
@media (min-width: 960px) {
    .post--collection-cta {
        width: 100%;
        margin-left: 0;
    }
}
@media (min-width: 600px) {
    .post--collection-cta img {
        display: block;
        margin: 0 auto;
    }
}
.post--collection {
    padding-right: 10px;
    color: #1b1c1d;
    letter-spacing: 1.8px;
    text-align: right;
}
@media (min-width: 600px) {
    .post--collection {
        text-align: center;
    }
}
@media (min-width: 960px) {
    .post--collection {
        text-align: right;
    }
}
.related-posts {
    position: relative;
    width: 100%;
    padding-top: 50px;
}
.related-posts--title {
    max-width: 90%;
    margin: 0 auto 50px;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 960px) {
    .related-posts--list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.related-post {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #1b1c1d;
}
@media (min-width: 600px) {
    .related-post {
        margin-bottom: 75px;
    }
}
@media (min-width: 960px) {
    .related-post {
        -ms-flex: 0 1 calc(33.33% - 100px);
        flex: 0 1 calc(33.33% - 100px);
        margin: 75px 0 120px;
    }
    .related-post:nth-child(2) {
        -ms-flex: 0 1 calc(28% - 100px);
        flex: 0 1 calc(28% - 100px);
        margin-top: 0;
    }
}
@media (min-width: 1281px) and (max-width: 1439px) and (min-device-aspect-ratio: 8/5) {
    .related-post {
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
    }
    .related-post:nth-child(2) {
        -ms-flex: 0 1 22%;
        flex: 0 1 22%;
    }
}
.related-post--media {
    position: relative;
    width: 100%;
    height: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
@media (min-width: 960px) {
    .related-post:nth-child(2) .related-post--media {
        height: 275px;
    }
}
.related-post--category {
    position: absolute;
    top: 90px;
    right: -112px;
    width: 200px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 960px) {
    .related-post:nth-child(2) .related-post--category {
        top: 128px;
        right: -150px;
        width: 275px;
    }
}
.related-post--content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}
@media (min-width: 600px) {
    .related-post--content {
        margin-bottom: 0;
    }
}
.related-post--info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 10px;
    letter-spacing: 1.8px;
}
@media (min-width: 1500px) {
    .related-post--name {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.related-post--title {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 1.13;
}
@media (min-width: 600px) {
    .related-post--title {
        margin-bottom: 0;
    }
}
@media (min-width: 1500px) {
    .related-post--title {
        margin-bottom: 0;
    }
}
.professional--grid {
    padding: 50px 0;
}
@media (min-width: 960px) {
    .professional--grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -48px;
    }
}
@media (min-width: 1280px) {
    .professional--grid {
        margin-bottom: 100px;
    }
}
.professional--post {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #1b1c1d;
}
@media (min-width: 960px) {
    .professional--post {
        -ms-flex: 0 1 calc(45% - 48px);
        flex: 0 1 calc(45% - 48px);
        margin: 0 48px 50px;
    }
}
@media (min-width: 1280px) {
    .professional--post {
        -ms-flex: 0 1 calc(33.33% - 96px);
        flex: 0 1 calc(33.33% - 96px);
        margin: 0 48px 50px;
    }
}
.professional-post--media {
    position: relative;
    width: 100%;
    height: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.professional--post:hover .professional-post--media {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.professional-post--category {
    position: absolute;
    top: 90px;
    right: -112px;
    width: 200px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.professional-post--content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    margin-bottom: 40px;
}
@media (min-width: 1500px) {
    .professional-post--name {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.professional-post--title {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 1.13;
}
@media (min-width: 600px) {
    .professional-post--title {
        margin-bottom: 0;
    }
}
@media (min-width: 1500px) {
    .professional-post--title {
        margin-bottom: 0;
    }
}
.professional-filter {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    background-color: #f5f5f5;
}
.professional-filter--title {
    margin-bottom: 20px;
    letter-spacing: 1.8px;
}
@media (min-width: 960px) {
    .professional-filter--list {
        display: -ms-flexbox;
        display: flex;
    }
}
.professional-filter--item {
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
}
@media (min-width: 600px) {
    .professional-filter--item {
        margin-right: 30px;
    }
}
.professional-filter--item span.is-selected:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: width 0.35s ease-in-out;
    transition: width 0.35s ease-in-out;
}
@media (min-width: 960px) {
    .professional--container .container {
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 960px) {
    .professional--content {
        -ms-flex: 0 1 calc(70% - 50px);
        flex: 0 1 calc(70% - 50px);
        margin-right: 50px;
    }
}
.professional--content h1,
.professional--content h2,
.professional--content h3 {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 1.5;
}
@media (min-width: 960px) {
    .professional--content h1,
    .professional--content h2,
    .professional--content h3 {
        font-size: 24px;
    }
}
.professional--content p {
    position: relative;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.43;
}
@media (min-width: 960px) {
    .professional--content p {
        margin-bottom: 60px;
        font-size: 16px;
    }
}
.professional--content p:last-child {
    padding-bottom: 50px;
    border-bottom: 1px solid #1b1c1d;
}
@media (min-width: 960px) {
    .professional--content p:last-child {
        margin-bottom: 100px;
    }
}
.professional--content p:last-child:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1b1c1d;
}
.professional--content a {
    color: #1b1c1d;
    text-decoration: underline;
}
.professional--content blockquote {
    position: relative;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 1.3;
}
@media (min-width: 960px) {
    .professional--content blockquote {
        max-width: 580px;
        margin: 0 auto 80px;
        font-size: 28px;
    }
}
.professional--content blockquote:before {
    content: "“";
    position: absolute;
    top: -20px;
    left: -10px;
    font-size: 32px;
}
.professional--content blockquote:after {
    content: "”";
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 32px;
}
.professional--content img {
    width: 100%;
    margin-bottom: 40px;
}
@media (min-width: 960px) {
    .professional--content img {
        margin-bottom: 60px;
    }
}
.professional--content:first-letter {
    font-size: 72px;
    font-weight: 100;
    line-height: 1;
}
@media (min-width: 960px) {
    .professional--aside {
        -ms-flex: 0 1 calc(30% - 50px);
        flex: 0 1 calc(30% - 50px);
        margin-left: 50px;
    }
}
.professional--newsletter {
    width: 90%;
    margin: 0 auto 50px;
    padding: 40px 20px;
    background: #f5f5f5;
}
@media (min-width: 960px) {
    .professional--newsletter {
        width: 100%;
    }
}
.professional--collection-cta {
    display: block;
    width: calc(100% + 40px);
    margin-bottom: 90px;
    margin-left: -20px;
    overflow: hidden;
}
@media (min-width: 960px) {
    .professional--collection-cta {
        width: 100%;
        margin-left: 0;
    }
}
.professional--collection-cta:hover img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.professional--collection-cta img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.professional--collection {
    padding-right: 10px;
    color: #1b1c1d;
    letter-spacing: 1.8px;
    text-align: right;
}
.related-professional {
    position: relative;
    width: 100%;
}
.related-professional--title {
    max-width: 90%;
    margin: 0 auto 50px;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 960px) {
    .related-professional--list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -75px;
    }
}
.related-professional--post {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #1b1c1d;
}
@media (min-width: 600px) {
    .related-professional--post {
        margin-bottom: 75px;
    }
}
@media (min-width: 960px) {
    .related-professional--post {
        -ms-flex: 0 1 calc(33.33% - 150px);
        flex: 0 1 calc(33.33% - 150px);
        margin: 75px 75px 120px;
    }
    .related-professional--post:nth-child(2) {
        -ms-flex: 0 1 calc(28% - 150px);
        flex: 0 1 calc(28% - 150px);
        margin-top: 0;
    }
}
.related-professional-post--media {
    position: relative;
    width: 100%;
    height: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
@media (min-width: 960px) {
    .related-professional-post:nth-child(2) .related-professional-post--media {
        height: 275px;
    }
}
.related-professional-post--category {
    position: absolute;
    top: 90px;
    right: -112px;
    width: 200px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.related-professional-post:nth-child(2) .related-professional-post--category {
    top: 128px;
    right: -150px;
    width: 275px;
}
.related-professional-post--content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}
@media (min-width: 600px) {
    .related-professional-post--content {
        margin-bottom: 0;
    }
}
.related-professional-post--info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 10px;
    letter-spacing: 1.8px;
}
@media (min-width: 1500px) {
    .related-professional-post--name {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.related-professional-post--title {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 1.13;
}
@media (min-width: 600px) {
    .related-professional-post--title {
        margin-bottom: 0;
    }
}
@media (min-width: 1500px) {
    .related-professional-post--title {
        margin-bottom: 0;
    }
}
.professional-detail-header {
    padding: 50px 0;
}
@media (min-width: 960px) {
    .professional-detail-header {
        padding: 80px 0;
    }
}
@media (min-width: 1280px) {
    .professional-detail-header .container {
        display: -ms-flexbox;
        display: flex;
    }
}
.professional-detail-header--intro {
    position: relative;
    width: calc(100% + 40px);
    padding: 30px;
    margin-left: -20px;
    margin-bottom: 40px;
}
@media (min-width: 600px) {
    .professional-detail-header--intro {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
}
@media (min-width: 960px) {
    .professional-detail-header--intro {
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 50px 65px 65px;
        margin-bottom: 0;
    }
}
@media (min-width: 1280px) {
    .professional-detail-header--intro {
        margin-bottom: 90px;
    }
}
.professional-detail-header--intro:before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
@media (min-width: 600px) {
    .professional-detail-header--intro:before {
        left: -30px;
        width: 80%;
    }
}
@media (min-width: 1280px) {
    .professional-detail-header--intro:before {
        top: 100px;
        right: auto;
        left: -30px;
        width: 80%;
        width: 47vw;
        left: -100px;
    }
}
.professional-detail--breadcrumbs {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.4px;
}
@media (min-width: 1280px) {
    .professional-detail--breadcrumbs {
        max-width: 270px;
    }
}
.professional-detail--breadcrumbs a {
    color: #9e9e9e;
}
.professional-detail--title {
    position: relative;
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
@media (min-width: 600px) {
    .professional-detail--title {
        max-width: 80%;
    }
}
@media (min-width: 960px) {
    .professional-detail--title {
        font-size: 36px;
    }
}
@media (min-width: 1280px) {
    .professional-detail--title {
        max-width: none;
    }
}
.professional-detail--cta {
    position: relative;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.professional-detail-header--content {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #1b1c1d;
}
@media (min-width: 600px) {
    .professional-detail-header--content {
        -ms-flex: 0 1 55%;
        flex: 0 1 55%;
        width: 100%;
        margin: -50px 0 0;
    }
}
@media (min-width: 1280px) {
    .professional-detail-header--content {
        margin: 0;
    }
}
.professional-detail-header--media {
    position: relative;
    width: 100%;
    height: 245px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
@media (min-width: 600px) {
    .professional-detail-header--media {
        height: 420px;
    }
}
@media (min-width: 960px) {
    .professional-detail-header--media {
        height: 460px;
    }
}
.professional-detail-header--category {
    position: absolute;
    top: 113px;
    right: -136px;
    width: 245px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 600px) {
    .professional-detail-header--category {
        top: 288px;
    }
}
@media (min-width: 960px) {
    .professional-detail-header--category {
        top: 220px;
        right: -246px;
        width: 460px;
    }
}
.professional-detail-header--info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 10px;
    letter-spacing: 1.8px;
}
@media (min-width: 960px) {
    .professional-detail-header--info {
        padding: 5px 0 10px 80px;
    }
}
.about-cta {
    position: relative;
    width: 100%;
    padding: 65px 0 100px;
}
@media (min-width: 960px) {
    .about-cta {
        padding: 120px 0;
    }
}
.about-cta .container {
    position: relative;
}
@media (min-width: 960px) {
    .about-cta .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}
.about-cta--background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-cta--background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background-image: linear-gradient(#fff, transparent);
}
@media (min-width: 960px) {
    .about-cta--background:before {
        width: 30%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
        background-image: linear-gradient(90deg, #fff, transparent);
    }
}
.about-cta--title {
    margin-bottom: 50px;
    font-size: 28px;
    text-align: center;
}
@media (min-width: 960px) {
    .about-cta--title {
        max-width: 320px;
        margin-bottom: 0;
        text-align: left;
    }
}
.about-cta--button {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}
@media (min-width: 960px) {
    .about-cta--button {
        margin: 0;
    }
}
.values {
    position: relative;
    width: 100%;
}
@media (min-width: 960px) {
    .values {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 120px 0;
    }
}
.values--item {
    position: relative;
    padding-top: 120px;
    margin-bottom: 30px;
}
@media (min-width: 960px) {
    .values--item {
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        padding-top: 20px;
        margin-right: 30px;
        margin-bottom: 0;
    }
}
.values--media {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 250px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 960px) {
    .values--media {
        width: 330px;
        height: 420px;
    }
}
.values--content {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: relative;
    padding: 0 15px 0 30px;
}
.values--content.is-loaded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media (min-width: 960px) {
    .values--content {
        padding-left: 300px;
    }
}
.values--intro {
    margin-left: 53%;
}
@media (min-width: 960px) {
    .values--intro {
        margin-left: 0;
    }
}
.values--icon {
    font-size: 60px;
}
.values--title {
    margin-bottom: 35px;
    font-size: 28px;
}
.values--text {
    max-width: 355px;
}
@media (min-width: 960px) {
    .values--text {
        font-size: 16px;
    }
}
.about-description {
    position: relative;
    width: 100%;
    padding: 40px 0;
}
@media (min-width: 960px) {
    .about-description {
        padding: 70px 0;
    }
}
.about-description.has-gray-background {
    background-color: #f5f5f5;
}
.about-description.is-reversed .container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (min-width: 960px) {
    .about-description .container {
        display: -ms-flexbox;
        display: flex;
    }
}
.about-description--media {
    width: 100%;
    height: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 960px) {
    .about-description--media {
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        height: 420px;
    }
}
.about-description--content {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-top: -50px;
}
.about-description--content.is-loaded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media (min-width: 960px) {
    .about-description--content {
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        margin-top: 0;
        margin-left: -100px;
    }
}
@media (min-width: 960px) {
    .is-reversed .about-description--content {
        margin-left: 0;
        margin-right: -100px;
    }
}
.about-description--icon {
    font-size: 80px;
}
.about-description--title {
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 1.14;
}
@media (min-width: 960px) {
    .about-description--title {
        margin-bottom: 30px;
        font-size: 36px;
    }
}
.about-description--text {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.5px;
}
@media (min-width: 960px) {
    .about-description--text {
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    .about-description--paragraph {
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
    }
}
@media (min-width: 960px) {
    .about-description--paragraph:last-child {
        margin-left: 100px;
    }
}
.about-form {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}
@media (min-width: 960px) {
    .about-form {
        padding: 120px 0;
    }
}
@media (min-width: 960px) {
    .about-form .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 960px) {
    .about-form--intro {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-right: 170px;
    }
}
.about-form--title {
    max-width: 90%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: 0.6px;
}
@media (min-width: 960px) {
    .about-form--title {
        font-size: 36px;
        letter-spacing: 0.8px;
    }
}
.about-form--text {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.5px;
}
@media (min-width: 960px) {
    .about-form--text {
        font-size: 18px;
    }
}
.about-form--content {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.about-form--content.is-loaded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media (min-width: 960px) {
    .about-form--content {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}
.about-certification--pretitle {
    position: relative;
    padding: 10px 0;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
@media (min-width: 960px) {
    .about-certification--pretitle {
        padding: 20px 0;
        font-size: 16px;
        letter-spacing: 1.8px;
    }
}
.about-certification--pretitle:before {
    top: 0;
    left: -20px;
}
.about-certification--pretitle:after,
.about-certification--pretitle:before {
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    height: 1px;
    background: #bebebe;
}
.about-certification--pretitle:after {
    right: -20px;
    bottom: 0;
}
.about-certification--icon {
    margin-bottom: 20px;
}
.about-certification--item {
    position: relative;
}
.about-certification--title {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 1.17;
}
.about-certification--text {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.5px;
}
.about-certification--text:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: calc(100% + 40px);
    height: 1px;
    background: #bebebe;
}
.about-certification--text:last-child {
    padding-bottom: 0;
}
.about-certification--text:last-child:after {
    content: none;
}
.history {
    position: relative;
    width: 100%;
}
@media (min-width: 960px) {
    .history {
        padding: 170px 0;
    }
}
.history:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #fff;
}
@media (min-width: 960px) {
    .history:before {
        left: auto;
        right: 0;
        width: 50%;
        height: 100%;
    }
}
.history .container {
    position: relative;
}
@media (min-width: 960px) {
    .history .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.history--media {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(27, 28, 29, 0.25);
    box-shadow: 0 10px 25px 0 rgba(27, 28, 29, 0.25);
}
.history--media.is-loaded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media (min-width: 960px) {
    .history--media {
        -ms-flex: 0 1 65%;
        flex: 0 1 65%;
    }
}
.history--gallery {
    position: relative;
    width: 100%;
    height: 100%;
}
.history-media--item {
    position: relative;
    width: 100%;
    height: 200px;
}
@media (min-width: 960px) {
    .history-media--item {
        height: 370px;
    }
}
.history-media--background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.history-media--content {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 144px;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.history-year--list {
    font-size: 100px;
    font-weight: 100;
    letter-spacing: 0.8px;
    color: #fff;
}
.history-year--item {
    height: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.history-year--item.is-active {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out 0.3s;
    transition: opacity 0.5s ease-in-out 0.3s;
}
.history--timeline {
    position: absolute;
    bottom: 0;
    left: 10px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 6px;
}
@media (min-width: 960px) {
    .history--timeline {
        left: 0;
        margin-top: 20px;
    }
}
.history-timeline--item {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.history-timeline--item:first-child {
    border-left: 2px solid #fff;
}
.history-timeline--item:last-child {
    border-right: none;
    border-top: none;
}
.history-timeline--item.is-active span {
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out 0.8s;
    transition: 0.5s ease-in-out 0.8s;
}
.history-timeline--item span {
    position: absolute;
    top: -24px;
    left: -6px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.history-timeline--item span:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
}
.history--tooltip {
    position: absolute;
    left: 50%;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 960px) {
    .history--tooltip {
        display: none;
    }
}
@media (min-width: 960px) {
    .history--content {
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    }
}
.history--gallery-counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}
.history--gallery-counter a {
    color: #1b1c1d;
}
.history--gallery-next,
.history--gallery-prev {
    font-size: 30px;
}
.history--gallery-next svg,
.history--gallery-prev svg {
    vertical-align: middle;
}
.history--gallery-count {
    font-size: 14px;
    letter-spacing: 0.4px;
}
.history-info--list {
    padding-bottom: 70px;
    height: 200px;
}
@media (min-width: 960px) {
    .history-info--list {
        height: auto;
    }
}
.history-info--item {
    height: 0;
    opacity: 0;
}
.history-info--item,
.history-info--item.is-active {
    -webkit-transition: opacity 0.5s ease-in-out 0.6s;
    transition: opacity 0.5s ease-in-out 0.6s;
}
.history-info--item.is-active {
    height: 100%;
    opacity: 1;
}
.history--info-title {
    margin-bottom: 15px;
    font-size: 28px;
    letter-spacing: 0.6px;
}
@media (min-width: 960px) {
    .history--info-title {
        font-size: 36px;
    }
}
.history--info-text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.43;
}
@media (min-width: 960px) {
    .history--info-text {
        font-size: 16px;
    }
}
.social-share--cta {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.is-home .social-share--cta,
.is-product-detail .social-share--cta {
    padding: 10px 0;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: none;
    transition: none;
}
.is-home .social-share--cta a,
.is-product-detail .social-share--cta a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-bottom: 0;
    color: #fff;
}
.is-home .is-visible .social-share--cta,
.is-product-detail .is-visible .social-share--cta {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity 0.35s ease-in-out 0.3s, -webkit-transform 0.35s ease-in-out 0.3s;
    transition: opacity 0.35s ease-in-out 0.3s, -webkit-transform 0.35s ease-in-out 0.3s;
    transition: opacity 0.35s ease-in-out 0.3s, transform 0.35s ease-in-out 0.3s;
    transition: opacity 0.35s ease-in-out 0.3s, transform 0.35s ease-in-out 0.3s, -webkit-transform 0.35s ease-in-out 0.3s;
}
.social-share--cta .tertiary-button span {
    text-transform: uppercase;
}
.social-share--cta .tertiary-button span:after {
    content: none;
}
@media (min-width: 960px) {
    .social-share--cta .tertiary-button span:after {
        content: "";
        background: #fff;
    }
}
.social-share {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    pointer-events: none;
}
.social-share--item {
    margin: 0 4px;
    font-size: 25px;
    color: #fff;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
@media (min-width: 960px) {
    .social-share--item {
        opacity: 0;
    }
}
.social-share--cta:hover .social-share--item {
    pointer-events: auto;
    opacity: 1;
}
.social-share--item:nth-child(2) {
    -webkit-transition: 0.35s ease-in-out 0.2s;
    transition: 0.35s ease-in-out 0.2s;
}
.social-share--item:nth-child(3) {
    -webkit-transition: 0.35s ease-in-out 0.3s;
    transition: 0.35s ease-in-out 0.3s;
}
.social-share--item:nth-child(4) {
    -webkit-transition: 0.35s ease-in-out 0.4s;
    transition: 0.35s ease-in-out 0.4s;
}
.social-share--item svg {
    vertical-align: top;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
@media (min-width: 960px) {
    .social-share--item svg {
        opacity: 0.7;
    }
}
@media (min-width: 960px) {
    .social-share--item svg:hover {
        opacity: 1;
    }
}
.is-product-detail .social-share--item {
    color: #fff;
}
.is-post-detail .social-share--item {
    color: #1b1c1d;
}
.login--content {
    padding: 50px 0;
}
@media (min-width: 960px) {
    .login--content {
        padding: 120px 0;
    }
}
.login-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100vh;
}
.login-popup:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b1c1d;
    opacity: 0.7;
}
.login-popup.is-popup-visible {
    display: block;
}
@media (min-width: 960px) {
    .login-popup {
        height: 100%;
    }
}
.login-popup--content {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
    .login-popup--content {
        width: 50%;
    }
}
.login-popup--container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 95%;
    width: 100%;
}
@media (min-width: 960px) {
    .login-popup--container {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.login-popup--left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 100%;
    height: 170px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 960px) {
    .login-popup--left {
        height: auto;
    }
}
.login-popup--right {
    display: none;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 30px 30px 40px 40px;
    margin-bottom: 50px;
    overflow: auto;
    background-color: #fff;
}
.login-popup--right.is-login.is-step-active {
    display: block;
    min-height: 400px;
}
.login-popup--right.is-signin.is-step-active,
.login-popup--right.is-thankyou.is-step-active {
    display: block;
}
.login-popup--right.is-reset.is-step-active {
    display: block;
    min-height: 300px;
}
.login-popup--title {
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: 0.6px;
}
.login-popup--form {
    overflow: auto;
}
.login-popup--text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.5px;
}
.login-popup--text a {
    color: #1b1c1d;
    text-decoration: underline;
}
.login-popup--info {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.5px;
}
.login-popup--button {
    width: 100%;
    cursor: pointer;
    border: none;
}
@media (min-width: 960px) {
    .login-popup--button {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
    }
}
.login-popup--close {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #1b1c1d;
}
.login-bar {
    padding: 15px 0;
    margin-top: 50px;
    font-size: 13px;
    letter-spacing: 1.2px;
    background: #f5f5f5;
}
@media (min-width: 960px) {
    .login-bar {
        margin-top: 80px;
    }
}
.login-bar .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.login-bar--exit {
    font-size: 13px;
    color: #1b1c1d;
    letter-spacing: 1.2px;
}
.login-bar--exit:hover {
    text-decoration: underline;
}
.login-bar--exit svg {
    margin-right: 10px;
    vertical-align: middle;
}
.login {
    padding-top: 50px;
    padding-bottom: 20px;
}
@media (min-width: 960px) {
    .login {
        padding-top: 80px;
    }
}
.login-title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.14;
    letter-spacing: 0.6px;
    color: #1b1c1d;
}
:root {
    --wamcookies-default-background-color: #fff;
    --wamcookies-default-border-color: #ddd;
    --wamcookies-default-text-color: #000;
    --wamcookies-default-table-header: #bbb;
    --wamcookies-default-button-text: #fff;
    --wamcookies-default-button-background: #000;
    --wamcookies-default-link-color: #bbb;
    --wamcookies-default-check-color: #b8e986;
    --wamcookies-default-check-background: #bbb;
    --wamcookies-default-footer-button: #333;
    --wamcookies-default-message-background: #000;
    --wamcookies-default-message-text: #fff;
    --wamcookies-default-message-underline: #fff;
}
.wam-cookies {
    position: fixed;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.wam-cookies.is-open {
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}
.wam-cookies[v-cloak] {
    display: none;
}
.wam-cookies--container {
    display: none;
    width: 750px;
    max-width: 95%;
    padding: 30px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}
@media (min-width: 960px) {
    .wam-cookies--container {
        text-align: left;
    }
}
.wam-cookies--container.is-visible {
    display: block;
}
.wam-cookies--content {
    position: relative;
    min-height: 300px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
@media (min-width: 960px) {
    .wam-cookies--content {
        display: -ms-flexbox;
        display: flex;
    }
}
.wam-cookies--data {
    position: absolute;
    top: 20px;
    left: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
@media (min-width: 960px) {
    .wam-cookies--data {
        position: static;
        padding: 10px 20px;
        opacity: 1;
    }
}
@media (max-width: 959px) {
    .wam-cookies--data.is-visible {
        left: 0;
        opacity: 1;
    }
}
.wam-cookies {
    font-family: RealHeadPro, Arial, sans-serif;
}
.wam-cookies--title {
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    text-align: center;
}
@media (min-width: 960px) {
    .wam-cookies--title {
        padding-bottom: 25px;
        text-align: left;
    }
}
.wam-cookies--text {
    font-size: 14px;
    line-height: 1.29;
    color: #000;
    text-align: center;
}
@media (min-width: 960px) {
    .wam-cookies--text {
        text-align: left;
    }
}
.wam-cookies--text button {
    display: block;
    margin: 20px auto;
}
@media (min-width: 960px) {
    .wam-cookies--text button {
        margin: 20px 0 0;
    }
}
.wam-cookies--section-title {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    text-align: center;
}
@media (min-width: 960px) {
    .wam-cookies--section-title {
        padding-bottom: 10px;
        text-align: left;
    }
}
.wam-cookies--tabs {
    opacity: 1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
@media (max-width: 959px) {
    .wam-cookies--tabs.is-hidden {
        opacity: 0;
        -webkit-transform: translate(-101%);
        transform: translate(-101%);
    }
}
.wam-cookies--tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #bbb;
    text-transform: uppercase;
    cursor: hand;
    cursor: pointer;
}
.wam-cookies--tab:hover button {
    border-bottom: 1px solid #bbb;
}
.wam-cookies--tab.is-selected {
    color: #000;
}
.wam-cookies--tab.is-selected:hover button {
    border-bottom: 1px solid #000;
}
.wam-cookies--tab button {
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: hand;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    outline: none;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
@media (min-width: 960px) {
    .wam-cookies--tab button {
        text-align: left;
    }
}
.wam-cookies--button {
    display: inline-block;
    padding: 20px 25px;
    margin-top: 60px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    background-color: #000;
    border: 1px solid #000;
    outline: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.wam-cookies--button:hover {
    color: #000;
    background-color: #fff;
}
.wam-cookies--link,
.wam-cookies--text a {
    padding: 0;
    margin: 0;
    font-weight: 500;
    color: #bbb;
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
}
.wam-cookies--switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}
.wam-cookies--switch input {
    display: none;
}
.wam-cookies--switch input:checked + .wam-cookies--slider {
    background-color: #b8e986;
}
.wam-cookies--switch input:focus + .wam-cookies--slider {
    -webkit-box-shadow: 0 0 1px #b8e986;
    box-shadow: 0 0 1px #b8e986;
}
.wam-cookies--switch input:checked + .wam-cookies--slider:before {
    -webkit-transform: translateX(18px);
    transform: translateX(18px);
}
.wam-cookies--slider {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color: #bbb;
    border-radius: 34px;
}
.wam-cookies--slider,
.wam-cookies--slider:before {
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.wam-cookies--slider:before {
    content: "";
    bottom: 1px;
    left: 2px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
}
.wam-cookies--group {
    display: none;
    max-height: 100%;
    overflow: auto;
}
.wam-cookies--group.is-selected {
    display: block;
}
.wam-cookies--return {
    padding: 10px 0 20px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.29;
    color: #bbb;
    text-align: left;
}
@media (min-width: 960px) {
    .wam-cookies--return {
        display: none;
    }
}
.wam-cookies--return span {
    display: inline-block;
    margin-right: 5px;
}
.wam-cookies--return button {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: inherit;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    outline: none;
}
.wam-cookies--group-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wam-cookies--group-title {
    -ms-flex: 1 0 80%;
    flex: 1 0 80%;
    padding-right: 10px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #000;
}
@media (min-width: 960px) {
    .wam-cookies--group-title {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.wam-cookies--group-selector {
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
}
@media (min-width: 960px) {
    .wam-cookies--group-selector {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
.wam-cookies--group-text {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-top: 30px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.29;
    color: #000;
}
.wam-cookies--group-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #bbb;
    border-bottom: 1px solid #ddd;
}
.wam-cookies--global {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 0 10px 10px;
}
.wam-cookies--global span {
    padding-right: 10px;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #bbb;
    text-align: right;
}
.wam-cookies--group-forced {
    font-size: 24px;
    font-weight: 700;
    color: #b8e986;
}
.wam-cookies--list {
    width: 100%;
}
.wam-cookies--list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3px;
}
@media (min-width: 960px) {
    .wam-cookies--list-item {
        padding: 5px;
    }
}
.wam-cookies--list-item:nth-child(2n) {
    background-color: hsla(0, 0%, 87%, 0.2);
}
.option--list-name,
.option--list-policy {
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}
.option--list-name {
    color: #000;
}
.option--list-policy {
    color: #bbb;
    text-decoration: underline;
}
.option--list-selector {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.wam-cookies--message {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 10px 15px 0;
    color: #fff;
    background: #000;
}
@media (min-width: 960px) {
    .wam-cookies--message {
        right: 50px;
    }
}
.wam-cookies--message-text {
    margin-right: 12px;
    font-size: 12px;
    line-height: 1.29;
}
.wam-cookies--message-button {
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
    font-family: RealHeadPro, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    cursor: hand;
    cursor: pointer;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
}
.wam-cookies--footer-item {
    display: inline-block;
    padding-top: 20px;
    margin: 0 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    cursor: hand;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    outline: none;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.wam-cookies--footer-item:hover {
    border-bottom: 1px solid #333;
}
