@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'ITC';
    src: url('../fonts/ITC-avant-regular.otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'ITC';
    src: url('../fonts/ITC-avant-bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

body,
html {
    overscroll-behavior: none
}

*:after,
*:before {
    box-sizing: inherit
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    list-style: none;
    box-sizing: border-box;
    border-collapse: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed
}

::selection {
    opacity: 1;
    color: #fff;
    background: #0477BD
}

::-moz-selection {
    opacity: 1;
    color: #fff;
    background: #0477BD
}

a {
    color: inherit;
    text-decoration: none
}

img {
    width: 100%;
    display: block
}

header,
figure,
section,
footer {
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

html,
body {
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 580px) {

    html,
    body {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: fixed;
        overflow: hidden
    }
}

html {
    scrollbar-width: none;
    -ms-overflow-style: none
}

body {
    color: #1f1f1f;
    background: #0477bd00;
    font-family: 'Montserrat'
}

::-webkit-scrollbar {
    display: none
}

section,
figure {
    margin: 16.25vw 0
}

#app {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed
}

.is-device #app {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.is-phone #app {
    position: absolute
}

[data-cursor] {
    cursor: pointer
}

img {
    user-select: none
}

.a-page {
    will-change: transform
}

button {
    outline: 0;
    cursor: pointer;
    background: transparent
}

h1 {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute
}

.a-center {
    text-align: center
}

@media only screen and (max-width: 580px) {

    section,
    figure {
        margin: 27.778vw 0
    }
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url(../fonts/AktivGrotesk-Regular.woff2) format("woff2"), url(../fonts/AktivGrotesk-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url(../fonts/AktivGrotesk-Bold.woff2) format("woff2"), url(../fonts/AktivGrotesk-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url(../fonts/AktivGrotesk-Medium.woff2) format("woff2"), url(../fonts/AktivGrotesk-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Saol Display';
    src: url(../fonts/SaolDisplay-LightItalic.woff2) format("woff2"), url(../fonts/SaolDisplay-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Saol Display';
    src: url(../fonts/SaolDisplay-Regular.woff2) format("woff2"), url(../fonts/SaolDisplay-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Saol Display';
    src: url(../fonts/SaolDisplay-Light.woff2) format("woff2"), url(../fonts/SaolDisplay-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.f-st {
    opacity: 0.8;
    /*font-weight: bold;*/
    /*font-size: 0.688vw;*/
    font-weight: 600;
    font-size: 1vw;
    line-height: 0.688vw;
    margin-bottom: 3.75vw;
    letter-spacing: 0.188vw;
    text-transform: uppercase;
    font-family: 'Montserrat'
}

.f-st1 {
    opacity: 0.8;
    /*font-weight: bold;*/
    /*font-size: 0.688vw;*/
    font-weight: 600;
    font-size: 1.3vw;
    line-height: 0.688vw;
    margin-bottom: 3.75vw;
    letter-spacing: 0.188vw;
    text-transform: uppercase;
    font-family: 'Montserrat'
}

@media only screen and (max-width: 580px) {
    .f-st {
        font-size: 2.778vw;
        line-height: 4.167vw;
        margin-bottom: 5.556vw;
        letter-spacing: 0.75vw
    }
}

.f-hl {
    font-weight: 400;
    font-size: 3.8vw;
    line-height: 4.5vw;
    letter-spacing: -0.131vw;
    font-family: 'Saol Display'
}

@media only screen and (max-width: 580px) {
    .f-hl {
        font-size: 11.111vw;
        line-height: 10vw;
        letter-spacing: -0.419vw
    }
}

.f-hl small {
    font-size: 1.25vw;
    letter-spacing: -0.049vw
}

@media only screen and (max-width: 580px) {
    .f-hl small {
        font-size: 5vw;
        line-height: 5vw;
        letter-spacing: -0.194vw
    }
}

.f-hl em {
    font-weight: 300;
    font-style: italic;
    text-transform: none
}

@media only screen and (max-width: 580px) {
    .f-hl br {
        display: none
    }
}

.f-hm {
    font-weight: 300;
    font-size: 4.188vw;
    line-height: 4.5vw;
    margin-bottom: 3vw;
    letter-spacing: -0.179vw;
    font-family: 'Saol Display'
}

@media only screen and (max-width: 580px) {
    .f-hm {
        font-size: 11.111vw;
        line-height: 11.944vw;
        margin-bottom: 8.333vw;
        letter-spacing: -0.417vw
    }
}

.f-hm em {
    font-weight: 300;
    font-style: italic;
    text-transform: none
}

.f-hr {
    font-size: 2.748vw;
    font-weight: normal;
    line-height: 2.896vw;
    margin: 5vw 0 2.5vw;
    letter-spacing: -0.107vw;
    text-transform: uppercase;
    font-family: 'Saol Display'
}

@media only screen and (max-width: 580px) {
    .f-hr {
        letter-spacing: 0;
        font-size: 6.944vw;
        line-height: 8.333vw;
        margin: 25vw 0 8.333vw
    }
}

.f-hs {
    font-weight: 300;
    font-size: 2.688vw;
    line-height: 2.896vw;
    letter-spacing: -0.104vw;
    font-family: 'Saol Display'
}

@media only screen and (max-width: 580px) {
    .f-hs {
        font-size: 11.111vw;
        line-height: 11.944vw;
        letter-spacing: -0.417vw
    }
}

.f-hs em {
    font-weight: 300;
    font-style: italic
}

.f-hp {
    font-size: 1.25vw;
    font-weight: normal;
    line-height: 1.563vw;
    letter-spacing: -0.002vw;
    font-family: 'Saol Display'
}

@media only screen and (max-width: 580px) {
    .f-hp {
        letter-spacing: 0;
        font-size: 5.556vw;
        line-height: 6.944vw
    }
}

.f-hidden {
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute
}

.f-pr {
    opacity: 0.8;
    font-size: 0.938vw;
    font-weight: 500;
    line-height: 1.375vw;
    letter-spacing: 0.034vw;
    font-family: 'Montserrat'
}

@media only screen and (max-width: 580px) {
    .f-pr {
        font-size: 4.167vw;
        line-height: 7.5vw;
        letter-spacing: 0.15vw
    }
}

.f-pr strong {
    font-weight: bold
}

@media only screen and (max-width: 580px) {
    .f-pr strong {
        font-size: 3.889vw;
        letter-spacing: normal
    }
}

.f-ps {
    font-size: 0.813vw;
    line-height: 0.813vw;
    letter-spacing: 0.029vw;
    font-family: 'Montserrat'
}

@media only screen and (max-width: 580px) {
    .f-ps {
        font-size: 3.611vw;
        line-height: 8.333vw;
        letter-spacing: 0.54px
    }
}

.f-bp {
    height: 3.75vw;
    color: #fff;
    font-weight: bold;
    font-size: 0.813vw;
    font-family: 'Montserrat';
    position: relative;
    align-items: center;
    margin-top: 4.375vw;
    display: inline-flex;
    background-color: #0477BD;
    padding: 0 3.125vw 0 4.688vw;
    line-height: 3.75vw;
    letter-spacing: 0.104vw;
    text-transform: uppercase;
    transition: background-color 0.4s ease-out
}

@media only screen and (max-width: 580px) {
    .f-bp {
        height: 12.5vw;
        font-size: 2.778vw;
        margin-top: 11.111vw;
        line-height: 12.5vw;
        letter-spacing: 0.358vw;
        padding: 0 13.889vw 0 calc(100vw / 12 * 1)
    }
}

.f-bp:hover {
    background-color: #1697e7;
}

.f-bp .f-bp-label {
    display: block;
    font-style: normal;
    transform: translateX(-1.563vw)
}

.f-bp .f-bp-arrow {
    top: 1.5vw;
    width: 0.375vw;
    height: 0.625vw;
    fill: #fff
}

@media only screen and (max-width: 580px) {
    .f-bp .f-bp-arrow {
        width: 1.667vw;
        height: 2.778vw
    }
}

.f-bp .f-bp-arrow:nth-child(1) {
    opacity: 0;
    transform: translateX(-3.125vw)
}

@media only screen and (max-width: 580px) {
    .f-bp .f-bp-arrow:nth-child(1) {
        display: none
    }
}

@media only screen and (max-width: 580px) {
    .f-bp .f-bp-arrow:nth-child(3) {
        transform: translateX(5.556vw)
    }
}

.f-bs {
    height: 3.75vw;
    color: #0477BD;
    font-weight: bold;
    font-size: 0.813vw;
    font-family: 'Montserrat';
    position: relative;
    margin-top: 4.375vw;
    display: inline-block;
    padding-left: 3.5vw;
    line-height: 3.75vw;
    letter-spacing: 0.104vw;
    text-transform: uppercase
}

@media only screen and (max-width: 580px) {
    .f-bs {
        height: 12.5vw;
        font-size: 2.778vw;
        margin-top: 11.111vw;
        line-height: 12.5vw;
        padding-left: 12.5vw;
        letter-spacing: 0.358vw
    }
}

.f-bs .f-bs-line {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 3.5vw;
    content: '';
    position: absolute;
    background: #0477BD
}

@media only screen and (max-width: 580px) {
    .f-bs .f-bs-line {
        width: 11.111vw
    }
}

.f-bs .f-bs-label {
    display: block;
    font-style: normal
}

.f-bs .f-bs-arrow {
    top: 1.5vw;
    width: 0.375vw;
    height: 0.625vw;
    fill: #0477BD;
    position: absolute
}

.f-bs .f-bs-arrow:nth-child(1) {
    left: 1.6vw
}

@media only screen and (max-width: 580px) {
    .f-bs .f-bs-arrow:nth-child(1) {
        left: 5vw
    }
}

.f-bs .f-bs-arrow:nth-child(2) {
    opacity: 0;
    right: 1.6vw
}

@media only screen and (max-width: 580px) {
    .f-bs .f-bs-arrow:nth-child(2) {
        right: 4.7vw
    }
}

@media only screen and (max-width: 580px) {
    .f-bs .f-bs-arrow {
        top: 4.6vw;
        width: 1.667vw;
        height: 2.778vw
    }
}

.b-pl {
    width: 23.611vw;
    height: 23.611vw;
    overflow: hidden;
    text-indent: -999vw
}

.b-pl:before,
.b-pl:after {
    content: '';
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.b-pl:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(svg/cursor-video.svg)
}

@media only screen and (max-width: 580px) {
    .b-pl:before {
        -webkit-animation: spin 20s infinite linear
    }
}

.b-pl:after {
    top: 50%;
    left: 50%;
    width: 2.778vw;
    height: 2.778vw;
    position: absolute;
    transform: translate(-50%, -50%);
    background-image: url(svg/icon-play.svg)
}

.f-bh {
    width: 1px;
    height: 1px;
    display: block;
    overflow: hidden;
    position: absolute
}

.f-nr {
    color: #0477BD;
    font-weight: 300;
    font-size: 12.5vw;
    line-height: 9.688vw;
    letter-spacing: -0.665vw;
    font-family: 'Saol Display'
}

@media only screen and (max-width: 580px) {
    .f-nr {
        font-size: 55.556vw;
        line-height: 41.556vw;
        letter-spacing: -2.956vw
    }
}

.f-ft {
    height: 3.563vw;
    color: #1f1f1f;
    font-size: 0.938vw;
    font-weight: normal;
    font-family: 'Montserrat';
    outline: 0;
    appearance: none;
    border-radius: 0;
    padding: 0 1.25vw;
    line-height: 3.563vw;
    letter-spacing: 0.034vw;
    background: transparent;
    -webkit-appearance: none;
    border: 1px solid #d2d2d2
}

.f-ft.hidden {
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    position: absolute
}

@media only screen and (max-width: 580px) {
    .f-ft {
        height: 16.667vw;
        padding: 0 calc(100vw / 12 * 1);
        font-size: 4.167vw;
        line-height: 16.667vw;
        letter-spacing: 0.15vw
    }
}

.f-fl {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute
}

.i-logo {
    fill: none
}

.i-logo path,
.i-logo ellipse {
    fill: none;
    stroke: #1f1f1f;
    stroke-width: 3;
    stroke-miterlimit: 10
}

.s-agents-container {
    margin: 0 calc(100vw / 20 * 1);
    background: #f5ebe3
}

.s-agents-heading {
    text-align: center;
    padding: 12.5vw 0 8.125vw 0
}

.s-agents-heading .f-hm {
    margin-bottom: 0
}

.s-agents-locations {
    margin: 0 calc(100vw / 20 * 2);
    padding-bottom: calc(100vw / 20 * 2)
}

.s-agents-location {
    height: 9vw;
    overflow: hidden;
    position: relative
}

.s-agents-location:before,
.s-agents-location:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    transition: transform 0.75s ease-out
}

.s-agents-location:before {
    background: #dfd6cf;
    transform: scaleX(1);
    transform-origin: left
}

.s-agents-location:after {
    background: #0477BD;
    transform: scaleX(0);
    transform-origin: right
}

.s-agents-location.is-active:before {
    transform: scaleX(0);
    transform-origin: right
}

.s-agents-location.is-active:after {
    transform: scaleX(1);
    transform-origin: left
}

.s-agents-location .f-hs {
    height: 9vw;
    cursor: pointer;
    line-height: 9vw;
    padding: 0 1.25vw;
    position: relative
}

.s-agents-location .f-hs svg {
    top: 50%;
    right: 1.25vw;
    width: 1.25vw;
    height: 1.25vw;
    fill: #1f1f1f;
    position: absolute;
    transform: translateY(-50%) rotate(90deg)
}

.is-desktop .s-agents-location:hover:before {
    transform: scaleX(0);
    transform-origin: right
}

.is-desktop .s-agents-location:hover:after {
    transform: scaleX(1);
    transform-origin: left
}

.s-agents-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(100vw / 20 * 1);
    padding-top: 2.5vw
}

.s-agents-content ul {
    height: 6vw
}

.s-agents-content h4,
.s-agents-content h5,
.s-agents-content ul {
    user-select: text
}

.s-agents-agent {
    width: calc(100vw / 20 * 4);
    margin-bottom: 6.25vw
}

.s-agents-agent .f-hp {
    margin-bottom: 0.938vw
}

.s-agents-agent .f-st {
    color: #a29c96;
    margin-bottom: 1.875vw
}

.s-agents-agent .f-bs {
    margin-top: 1.875vw
}

.s-agents-agent strong {
    width: 2.5vw;
    display: inline-block
}

@media only screen and (max-width: 580px) {
    .s-agents {
        margin-bottom: 0
    }

    .s-agents-container {
        margin: 0
    }

    .s-agents-heading {
        padding: 27.778vw 0 19.444vw
    }

    .s-agents-locations {
        margin: 0 calc(100vw / 12 * 1);
        padding-bottom: 27.778vw
    }

    .s-agents-location {
        height: 23.611vw;
        margin-top: 8.333vw
    }

    .s-agents-location .f-hs {
        padding: 0;
        height: auto;
        line-height: 12.5vw;
        padding-right: 11.111vw
    }

    .s-agents-location .f-hs svg {
        width: 4.167vw;
        height: 4.167vw
    }

    .s-agents-content {
        margin: 0;
        display: block;
        flex-wrap: unset;
        padding-top: 13.889vw
    }

    .s-agents-content ul {
        height: auto
    }

    .s-agents-agent {
        width: 100%;
        margin-bottom: 19.444vw
    }

    .s-agents-agent .f-hp {
        margin-bottom: 2.778vw
    }

    .s-agents-agent .f-st {
        margin-bottom: 8.333vw
    }

    .s-agents-agent .f-bs {
        margin: 8.333vw 0
    }

    .s-agents-agent strong {
        width: calc(100vw / 12 * 2)
    }
}

#background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    transition: background-color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75)
}

[data-background] {
    top: 50%;
    height: 1px;
    width: 100%;
    position: absolute;
    pointer-events: none
}

section.s-banner {
    margin: 13rem 0 4rem;
}

section.s-categories {
    margin: 25rem 0 4rem;
}

.s-video {
    margin: 10rem 0 2rem !important;
}

.s-banner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.s-banner-container.a-left .s-banner-text {
    margin: 0 0 0 calc(100vw / 20 * 4)
}

.s-banner-container.a-left .s-banner-figure {
    width: calc(100vw / 20 * 8)
}

.s-banner-container.a-left .s-banner-src:nth-child(1) {
    left: 2.5vw
}

.s-banner-container.a-left .s-banner-src:nth-child(2) {
    width: calc(100vw / 20 * 6);
    height: 45vw;
    margin: 0 0 0 calc(100vw / 20 * 2)
}

.s-banner-catalouge .s-banner-container.a-left .s-banner-src:nth-child(2) {
    height: 20vw;
}

.s-banner-catalouge .f-bp {
    margin-top: 20px;
}


.s-banner-container.a-right .s-banner-text {
    order: 2;
    margin-left: calc(100vw / 20 * 1)
}

.s-banner-container.a-right .s-banner-text .f-pr,
.s-banner-container.a-right .s-banner-text .f-bp {
    margin-left: calc(100vw / 20 * 2)
}

.s-banner-container.a-right .s-banner-figure {
    width: calc(100vw / 20 * 7);
    margin-left: calc(100vw / 20 * 3)
}

.s-banner-container.a-right .s-banner-src:nth-child(1) {
    bottom: 0;
    left: calc(100vw / 20 * 4)
}

.s-banner-container.a-right .s-banner-src:nth-child(2) {
    width: calc(100vw / 20 * 5);
    height: 37.5vw
}

.s-banner-text {
    width: calc(100vw / 20 * 5)
}

.s-banner-text p {
    width: 100%;
}

.s-banner-figure {
    display: flex;
    position: relative;
    align-items: center
}

.s-banner-src {
    overflow: hidden;
    position: relative;
    perspective: 100px
}

.s-banner-src img,
.s-banner-src video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.s-banner-catalouge .s-banner-src img {
    object-fit: cover;
    object-position: bottom right;
    transform: scale(1) !important;
}

.s-banner-src:nth-child(1) {
    width: calc(100vw / 20 * 3);
    height: 22.5vw;
    z-index: 1;
    position: absolute
}

@media only screen and (max-width: 580px) {
    .s-banner-container {
        margin: 0 calc(100vw / 12 * 1)
    }

    .s-banner-container.a-left .s-banner-text {
        margin: 0
    }

    .s-banner-container.a-left .s-banner-figure {
        width: calc(100vw / 12 * 10)
    }

    .s-banner-container.a-left .s-banner-src:nth-child(1) {
        left: 0;
        top: 7vw
    }

    .s-banner-container.a-left .s-banner-src:nth-child(2) {
        /*width: calc(100vw / 12 * 7);*/
        /*height: 87.5vw;*/
        /*margin: 0 0 0 calc(100vw / 12 * 3)*/
        width: 100vw;
        height: 100vw;
        margin: 0;
    }

    .s-banner-container.a-right .s-banner-text {
        margin-left: 0
    }

    .s-banner-container.a-right .s-banner-text .f-pr,
    .s-banner-container.a-right .s-banner-text .f-bp {
        margin-left: calc(100vw / 12 * 1)
    }

    .s-banner-container.a-right .s-banner-figure {
        width: calc(100vw / 12 * 10);
        margin-left: 0;
        padding-bottom: 16.667vw
    }

    .s-banner-container.a-right .s-banner-src:nth-child(1) {
        top: 40vw;
        left: calc(100vw / 12 * 6);
        height: 50vw;
        width: calc(100vw / 12 * 4)
    }

    .s-banner-container.a-right .s-banner-src:nth-child(2) {
        width: calc(100vw / 12 * 7);
        height: 87.5vw
    }

    .s-banner-text {
        order: 2;
        width: calc(100vw / 12 * 10)
    }

    .s-banner-text p {
        /*width: calc(100vw / 12 * 8);*/
        width: 100%
    }

    .s-banner-figure {
        margin-bottom: 13.889vw
    }

    .s-banner-src:nth-child(1) {
        height: 50vw;
        width: calc(100vw / 12 * 4)
    }

    section.s-categories {
        margin: 5rem 0 4rem;
    }

    .s-video {
        margin: 0 !important;
    }

    .s-hero-head.s-hero-head2 {
        height: 25vw !important;
        padding: 20vw 0 0 !important;
    }
}

#burger {
    right: calc(100vw / 20 * 1);
    top: 4.55vw;
    width: 2.188vw;
    height: 1.25vw;
    z-index: 95;
    font-size: 0px;
    display: block;
    cursor: pointer;
    position: fixed
}

#burger.is-active span {
    filter: grayscale(100%)
}

#burger.is-active span:before {
    display: none
}

#burger.is-active span:nth-child(1) {
    transform: rotate(135deg) translate(0.438vw, -0.375vw)
}

#burger.is-active span:nth-child(2) {
    opacity: 0
}

#burger.is-active span:nth-child(3) {
    transform: rotate(45deg) translate(-0.375vw, -0.375vw)
}

#burger:hover span:before {
    transform: scaleX(1);
    transform-origin: left
}

#burger span {
    height: 1px;
    width: 100%;
    display: block;
    position: relative;
    background-color: #1f1f1f;
    transition: all 0.4s ease-out
}

#burger span:nth-child(2) {
    margin: 0.5vw 0
}

#burger span:nth-child(2):before {
    transition-delay: 0.1s
}

#burger span:nth-child(3):before {
    transition-delay: 0.2s
}

#burger span:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background: #0477BD;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out
}

.is-light #burger span {
    background-color: #fff
}

.is-light #burger.is-nav span {
    background-color: #1f1f1f
}

@media only screen and (max-width: 580px) {
    #burger {
        top: calc(100vw / 12 * 1);
        right: calc(100vw / 12 * 1);
        width: calc(100vw / 12 * 1);
        height: 4.167vw
    }

    #burger.is-active span:nth-child(1) {
        transform: rotate(135deg) translate(1.333vw, -1.333vw)
    }

    #burger.is-active span:nth-child(3) {
        transform: rotate(45deg) translate(-1.067vw, -1.067vw)
    }

    #burger span:before {
        display: none
    }

    #burger span:nth-child(2) {
        margin: 1.389vw 0
    }
}

.s-call-container {
    display: flex;
    margin: 0 calc(100vw / 20 * 2);
    background: #f5ebe3
}

.s-call-container .f-hm {
    white-space: nowrap
}

.s-call-container .f-hm em {
    color: #0477BD
}

.s-call-container .f-pr {
    width: calc(100vw / 20 * 3);
    margin-left: calc(100vw / 20 * 2)
}

.s-call-container .f-bs {
    margin-left: calc(100vw / 20 * 2);
    margin-top: 3.438vw
}

.s-call-text {
    width: calc(100vw / 20 * 6);
    margin: 10vw 0 10vw calc(100vw / 20 * 2)
}

.s-call-figure {
    position: relative;
    transform: translate(3.875vw, -2.75vw)
}

.s-call-figure img {
    width: 26.375vw
}

@media only screen and (max-width: 580px) {
    .s-call {
        padding-top: 31.444vw;
        margin-bottom: calc(100vw / 12 * 1 / 2)
    }

    .s-call-container {
        flex-wrap: wrap;
        padding-bottom: 27.778vw;
        margin: 0 calc(100vw / 12 * 1 / 2)
    }

    .s-call-container .f-pr {
        width: calc(100vw / 12 * 8);
        margin-left: calc(100vw / 12 * 1)
    }

    .s-call-text {
        order: 2;
        width: calc(100vw / 12 * 11);
        margin: 0 calc(100vw / 12 * 1 / 2)
    }

    .s-call-figure {
        height: 70vw;
        width: calc(100vw / 12 * 11);
        transform: translate(11.111vw, -38.889vw)
    }

    .s-call-figure img {
        width: 69.444vw;
        height: 81.944vw
    }
}

.s-carousel-text,
.s-carousel-container {
    margin: 0 calc(100vw / 20 * 2)
}

.s-carousel-nav {
    display: flex;
    justify-content: flex-end;
    margin: 0 calc(100vw / 20 * 2) 2.5vw calc(100vw / 20 * 2)
}

.s-carousel-prev,
.s-carousel-next {
    width: 4.375vw;
    height: 4.375vw;
    overflow: hidden;
    position: relative;
    text-indent: -999vw;
    border-radius: 100%;
    background-color: #f6f4f2;
    transition: background-color 0.4s ease-out
}

.s-carousel-prev:first-child,
.s-carousel-next:first-child {
    margin-right: 1.875vw;
    transform: rotate(-180deg)
}

.s-carousel-prev:hover svg:nth-child(1),
.s-carousel-next:hover svg:nth-child(1) {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.s-carousel-prev:hover svg:nth-child(2),
.s-carousel-next:hover svg:nth-child(2) {
    opacity: 0;
    transform: translate(100%, -50%)
}

.s-carousel-prev svg,
.s-carousel-next svg {
    top: 50%;
    left: 50%;
    width: 0.75vw;
    height: 1.25vw;
    fill: #1f1f1f;
    position: absolute;
    transition: all 0.4s ease-out
}

.s-carousel-prev svg:nth-child(1),
.s-carousel-next svg:nth-child(1) {
    opacity: 0;
    transform: translate(-150%, -50%)
}

.s-carousel-prev svg:nth-child(2),
.s-carousel-next svg:nth-child(2) {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.s-carousel-container {
    position: relative
}

.s-carousel-container.is-landscape .s-carousel-thumbnail {
    height: auto !important
}

.s-carousel-slide {
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
    position: absolute
}

.s-carousel-slide:nth-child(3n+1) .s-carousel-item:nth-child(3n+1) {
    width: calc(100vw / 20 * 3);
    margin-right: calc(100vw / 20 * 1)
}

.s-carousel-slide:nth-child(3n+1) .s-carousel-item:nth-child(3n+1) .s-carousel-thumbnail {
    height: 21.25vw
}

.s-carousel-slide:nth-child(3n+1) .s-carousel-item:nth-child(3n+2) {
    width: calc(100vw / 20 * 6)
}

.s-carousel-slide:nth-child(3n+1) .s-carousel-item:nth-child(3n+2) .s-carousel-thumbnail {
    height: 42.5vw
}

.s-carousel-slide:nth-child(3n+1) .s-carousel-item:nth-child(3n+3) {
    width: calc(100vw / 20 * 5);
    margin-left: calc(100vw / 20 * 1)
}

.s-carousel-slide:nth-child(3n+1) .s-carousel-item:nth-child(3n+3) .s-carousel-thumbnail {
    height: 35.625vw
}

.s-carousel-slide:nth-child(3n+2) .s-carousel-item:nth-child(3n+2) {
    width: calc(100vw / 20 * 3)
}

.s-carousel-slide:nth-child(3n+2) .s-carousel-item:nth-child(3n+2) .s-carousel-thumbnail {
    height: 21.25vw
}

.s-carousel-slide:nth-child(3n+2) .s-carousel-item:nth-child(3n+3) {
    width: calc(100vw / 20 * 6);
    margin-left: calc(100vw / 20 * 1)
}

.s-carousel-slide:nth-child(3n+2) .s-carousel-item:nth-child(3n+3) .s-carousel-thumbnail {
    height: 42.5vw
}

.s-carousel-slide:nth-child(3n+2) .s-carousel-item:nth-child(3n+1) {
    width: calc(100vw / 20 * 5);
    margin-right: calc(100vw / 20 * 1)
}

.s-carousel-slide:nth-child(3n+2) .s-carousel-item:nth-child(3n+1) .s-carousel-thumbnail {
    height: 35.625vw
}

.s-carousel-slide:nth-child(3n+3) .s-carousel-item:nth-child(3n+3) {
    width: calc(100vw / 20 * 3);
    margin-left: calc(100vw / 20 * 1)
}

.s-carousel-slide:nth-child(3n+3) .s-carousel-item:nth-child(3n+3) .s-carousel-thumbnail {
    height: 21.25vw
}

.s-carousel-slide:nth-child(3n+3) .s-carousel-item:nth-child(3n+1) {
    width: calc(100vw / 20 * 6);
    margin-right: calc(100vw / 20 * 1)
}

.s-carousel-slide:nth-child(3n+3) .s-carousel-item:nth-child(3n+1) .s-carousel-thumbnail {
    height: 42.5vw
}

.s-carousel-slide:nth-child(3n+3) .s-carousel-item:nth-child(3n+2) {
    width: calc(100vw / 20 * 5)
}

.s-carousel-slide:nth-child(3n+3) .s-carousel-item:nth-child(3n+2) .s-carousel-thumbnail {
    height: 35.625vw
}

.s-carousel-item {
    position: relative
}

.s-carousel-item .f-st {
    opacity: 0.3;
    margin-bottom: 0.938vw
}

.s-carousel-thumbnail {
    width: 100%;
    display: block;
    height: auto !important;
    margin-bottom: 1.563vw
}

.s-carousel-thumbnail img {
    width: 100%;
    backface-visibility: hidden
}

@media only screen and (max-width: 580px) {

    .s-carousel-text,
    .s-carousel-container {
        margin: 0 calc(100vw / 12 * 1)
    }

    .s-carousel-nav {
        margin: 0 calc(100vw / 12 * 1) 5.556vw
    }

    .s-carousel-prev,
    .s-carousel-next {
        width: 12.5vw;
        height: 12.5vw
    }

    .s-carousel-prev:first-child,
    .s-carousel-next:first-child {
        margin-right: 4.167vw
    }

    .s-carousel-prev svg,
    .s-carousel-next svg {
        width: 2.778vw;
        height: 2.778vw
    }

    .s-carousel-slide,
    .s-carousel-item {
        width: 100% !important
    }

    .s-carousel-thumbnail {
        margin-bottom: 8.333vw;
        width: 83.333vw !important;
        height: 111.333vw !important
    }
}

.s-categories {
    text-align: center
}

.s-categories .f-bs {
    margin-left: auto;
    margin-right: auto
}

.s-categories-link {
    font-weight: 300;
    font-size: 5.313vw;
    font-family: 'Saol Display';
    line-height: 5.875vw;
    letter-spacing: -0.206vw
}

.s-categories-link:hover {
    color: #0477BD;
    font-style: italic
}

.s-categories-link:hover:before {
    content: '—'
}

.s-categories-image {
    left: 0;
    top: 50%;
    position: absolute
}

.s-categories-image img {
    width: 100%;
    backface-visibility: hidden
}

@media only screen and (max-width: 580px) {
    .s-categories-link {
        font-size: 13.889vw;
        line-height: 15.278vw;
        letter-spacing: -0.556vw
    }

    .s-categories-images {
        display: none
    }

    .s-categories-image {
        display: none
    }
}

.s-collection {
    display: flex;
    flex-wrap: wrap;
    margin: 9.375vw calc(100vw / 20 * 1)
}

.s-collection-overview {
    width: calc(100vw / 20 * 15);
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(100vw / 20 * 3);
    border-bottom: 1px solid #e6e6e6
}

.s-collection-overview .f-st {
    opacity: 0.3;
    margin-bottom: 0.938vw
}

.s-collection-product {
    width: calc(100vw / 20 * 3);
    height: 30.938vw;
    margin: 0 2.5vw
}

.s-collection-product:nth-child(4n+1) {
    margin-left: 0
}

.s-collection-product:nth-child(4n+4) {
    margin-right: 0
}

.s-collection-thumbnail {
    height: 20vw;
    position: relative;
    margin-bottom: 1.563vw
}

.s-collection-thumbnail img {
    width: 100%;
    backface-visibility: hidden
}

.s-collection-thumbnail img:nth-child(2) {
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    position: absolute
}

@media only screen and (max-width: 580px) {
    .s-collection {
        margin: 27.778vw calc(100vw / 12 * 1) 19.444vw
    }

    .s-collection-overview {
        border: 0;
        width: calc(100vw / 12 * 10);
        margin-left: 0
    }

    .s-collection-product {
        margin: 0;
        height: auto;
        margin-bottom: 8.333vw;
        width: calc(100vw / 12 * 4.5)
    }

    .s-collection-product:nth-child(odd) {
        margin-right: calc(100vw / 12 * 0.5)
    }

    .s-collection-product:nth-child(even) {
        margin-left: calc(100vw / 12 * 0.5)
    }

    .s-collection-thumbnail {
        height: 53.333vw;
        margin-bottom: 4.167vw
    }
}

#cookies {
    left: 5vw;
    right: 5vw;
    bottom: 5vw;
    height: 5vw;
    z-index: 99;
    opacity: 0;
    display: flex;
    position: fixed;
    padding: 0 2.5vw;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.5)
}

#cookies .f-bp {
    margin: 0;
    right: 6vw;
    cursor: pointer;
    height: 3.125vw;
    position: absolute;
    line-height: 3.125vw
}

#cookies .f-bc {
    right: 2.5vw;
    opacity: 0.3;
    width: 1.25vw;
    height: 1.25vw;
    cursor: pointer;
    position: absolute
}

@media only screen and (max-width: 580px) {
    #cookies {
        height: auto;
        display: block;
        padding: 5.556vw
    }

    #cookies .f-pr {
        font-size: 3.333vw;
        line-height: 4.444vw
    }

    #cookies .f-bc {
        top: unset;
        right: 8.333vw;
        bottom: 8.333vw;
        width: 4.167vw;
        height: 4.167vw
    }

    #cookies .f-bp {
        right: unset;
        height: 10.278vw;
        position: relative;
        margin-top: 5.556vw;
        line-height: 10.278vw
    }
}

#cursor {
    width: 7.813vw;
    height: 7.813vw;
    z-index: 99;
    position: fixed;
    pointer-events: none
}

#cursor div {
    opacity: 0;
    width: 4.375vw;
    height: 4.375vw;
    border-radius: 4.375vw;
    background-color: #fff;
    background-size: 1.375vw;
    background-position: center;
    background-repeat: no-repeat
}

.c-link {
    background-image: url(svg/icon-link.svg)
}

.c-more {
    background-image: url(svg/icon-more.svg)
}

.c-close {
    background-size: 1.125vw !important;
    background-image: url(svg/icon-close.svg)
}

.c-zoom {
    background-image: url(svg/icon-zoom.svg)
}

.c-video {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-video:before,
.c-video:after {
    content: '';
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.c-video:before {
    width: 0.75vw;
    height: 0.75vw;
    /*background-image: url(svg/icon-play.svg)*/
}

.c-video:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /*background-image: url(svg/cursor-video.svg);*/
    animation: rotating 10s linear infinite
}

@media only screen and (max-width: 580px) {
    #cursor {
        display: none
    }

    .c-video:before {
        width: 2.222vw;
        height: 2.222vw
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.s-faq-container {
    margin: 0 calc(100vw / 20 * 2)
}

.s-faq-heading {
    text-align: center
}

.s-faq-question {
    height: 9vw;
    overflow: hidden;
    position: relative
}

.s-faq-question:before,
.s-faq-question:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    transition: transform 0.75s ease-out
}

.s-faq-question:before {
    background: #dfd6cf;
    transform: scaleX(1);
    transform-origin: left
}

.s-faq-question:after {
    background: #0477BD;
    transform: scaleX(0);
    transform-origin: right
}

.s-faq-question.is-active:before {
    transform: scaleX(0);
    transform-origin: right
}

.s-faq-question.is-active:after {
    transform: scaleX(1);
    transform-origin: left
}

.s-faq-question .f-hs {
    height: 9vw;
    cursor: pointer;
    line-height: 9vw;
    padding: 0 1.25vw;
    position: relative
}

.s-faq-question .f-hs svg {
    top: 50%;
    right: 1.25vw;
    width: 1.25vw;
    height: 1.25vw;
    fill: #1f1f1f;
    position: absolute;
    transform: translateY(-50%) rotate(90deg)
}

.is-desktop .s-faq-question:hover:before {
    transform: scaleX(0);
    transform-origin: right
}

.is-desktop .s-faq-question:hover:after {
    transform: scaleX(1);
    transform-origin: left
}

.s-faq-content {
    padding: 0 1.25vw
}

.s-faq-content .f-pr {
    opacity: 1;
    width: calc(100vw / 20 * 8);
    color: #4e4e4e;
    padding-bottom: 2.5vw
}

.s-faq-content .f-pr li {
    list-style: disc;
    list-style-position: inside
}

.s-faq-content .f-pr a {
    color: #0477BD;
    text-decoration: underline
}

.s-faq-content .f-bs {
    margin: 0 calc(100vw / 20 * 1) 5vw 0
}

@media only screen and (max-width: 580px) {
    .s-faq-container {
        margin: 0 calc(100vw / 12 * 1)
    }

    .s-faq-heading {
        text-align: left
    }

    .s-faq-question {
        margin-top: 8.333vw
    }

    .s-faq-question .f-hs {
        padding: 0;
        height: auto;
        padding-right: 11.111vw;
        letter-spacing: 0;
        font-size: 6.944vw;
        font-weight: normal;
        line-height: 8.333vw
    }

    .s-faq-question .f-hs svg {
        width: 4.167vw;
        height: 4.167vw
    }

    .s-faq-content {
        padding: 8.333vw 0 0
    }

    .s-faq-content .f-pr {
        width: auto;
        padding-bottom: 8.333vw
    }

    .s-faq-content .f-bs {
        margin: 0 0 8.333vw
    }
}

#filter {
    top: 0;
    left: calc(100vw / 20 * 1);
    width: calc(100vw / 20 * 3);
    z-index: 2;
    position: fixed;
    visibility: hidden;
    pointer-events: none;
    backface-visibility: hidden
}

#filter .p-close,
#filter .f-st {
    display: none
}

#filter a {
    display: flex;
    cursor: pointer;
    font-size: 1.5vw;
    align-items: center;
    font-weight: normal;
    line-height: 1.969vw;
    letter-spacing: -0.002vw;
    font-family: 'Saol Display'
}

#filter a.is-active,
#filter a:hover {
    color: #0477BD;
    font-style: italic
}

#filter a.is-active:before,
#filter a:hover:before {
    width: 2vw;
    content: '';
    height: 1px;
    margin-right: 0.2vw;
    display: inline-block;
    background: #0477BD
}

@media only screen and (max-width: 580px) {
    #filter {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 95;
        overflow-y: scroll;
        text-align: center;
        background: #fff;
        visibility: hidden;
        padding: 36.111vw 0;
        pointer-events: none;
        -webkit-overflow-scrolling: touch
    }

    #filter .f-st,
    #filter .p-close {
        display: block
    }

    #filter .p-close {
        right: 50%;
        transform: translateX(50%)
    }

    #filter a {
        font-weight: 300;
        font-size: 13.889vw;
        line-height: 15.278vw;
        justify-content: center;
        letter-spacing: -0.556vw
    }

    #filter a.is-active,
    #filter a:hover {
        color: #0477BD;
        font-style: italic
    }

    #filter a.is-active:before,
    #filter a:hover:before {
        width: 12vw;
        margin-right: 1vw
    }
}

.s-footer {
    color: #fff;
    overflow: hidden;
    background: #1f1f1f
}

.s-footer .f-pr strong {
    display: block;
    margin-bottom: 0.938vw
}

.s-footer .f-ps {
    color: #fff
}

.s-footer .f-ps a {
    transition: all 0.4s ease-out
}

.s-footer .f-ps a:hover {
    opacity: 0.8;
    color: #fff
}

.s-footer .f-pr li {
    position: relative
}

.s-footer .f-pr li a {
    opacity: 1;
    position: relative;
    transition: opacity 0.4s ease-out;
    margin-bottom: 6px;
    display: block;
    width: max-content;
}

.s-footer .f-pr li a:before {
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background: #0477BD;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out
}

.s-footer .f-pr li a:hover,
.s-footer .f-pr li a.is-active {
    opacity: 1
}

.s-footer .f-pr li a:hover:before,
.s-footer .f-pr li a.is-active:before {
    transform: scaleX(1);
    transform-origin: left
}

.s-footer-container,
.s-footer-mask {
    overflow: hidden
}

.s-footer-column {
    position: relative
}

.s-footer-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(100vw / 20 * 2);
    position: relative
}

.s-footer-row:nth-child(1) {
    margin: 0;
    height: 8.125vw;
    width: 100%;
    align-items: center;
    justify-content: center
}

.s-footer-row:nth-child(1) img {
    width: 15vw;
    height: 1.125vw
}

.s-footer-row:nth-child(2) {
    margin-bottom: 5.188vw;
}

.s-footer-row:nth-child(2) .s-footer-column {
    width: calc(100vw / 20 * 3)
}

.s-footer-row:nth-child(2) .s-footer-column:nth-child(5) {
    margin-left: calc(100vw / 20 * 1)
}

.s-footer-row:nth-child(2) img {
    opacity: 0.9;
    width: 10.875vw;
    height: 8.875vw;
}

.s-footer-row:nth-child(3) {
    padding-bottom: 2.625vw
}

.s-footer-row:nth-child(3) .s-footer-column {
    position: relative
}

.s-footer-row:nth-child(3) .s-footer-column:nth-child(1) {
    width: calc(100vw / 20 * 6)
}

.s-footer-row:nth-child(3) .s-footer-column:nth-child(2) {
    width: calc(100vw / 20 * 7)
}

.s-footer-row:nth-child(3) .s-footer-column:nth-child(3) {
    width: calc(100vw / 20 * 3)
}

.s-badge-logo,
.s-badge-outline {
    top: 0;
    left: 0;
    position: absolute
}

@media only screen and (max-width: 580px) {
    .s-footer-row {
        margin: 0 calc(100vw / 12 * 1)
    }

    .s-footer-row:nth-child(1) {
        width: auto;
        height: auto;
        /* height: 51.389vw; */
        margin: 0 calc(100vw / 12 * 1);
        justify-content: flex-start
    }

    .s-footer-row:nth-child(1) img {
        width: 54.167vw;
        height: 4.167vw
    }

    .s-footer-row:nth-child(2) {
        margin-bottom: 0;
        padding-top: 50px;
    }

    .s-footer-row:nth-child(2) .s-footer-column {
        width: calc(100vw / 12 * 5);
        margin-bottom: 13.889vw
    }

    .s-footer-row:nth-child(2) .s-footer-column:nth-child(5) {
        margin: 0 calc(100vw / 12 * 3)
    }

    .s-footer-row:nth-child(2) img {
        width: calc(100vw / 12 * 4);
        height: calc(100vw / 12 * 4)
    }

    .s-footer-row:nth-child(3) {
        text-align: center;
        /* padding-top: 11.111vw;
        padding-bottom: 27.778vw; */
        padding-top: 3.111vw;
        padding-bottom: 3.778vw;
    }

    .s-footer-row:nth-child(3) .s-footer-column:nth-child(1),
    .s-footer-row:nth-child(3) .s-footer-column:nth-child(2),
    .s-footer-row:nth-child(3) .s-footer-column:nth-child(3) {
        width: 100%
    }

    .s-badge-logo {
        position: relative
    }
}

.s-header-filter {
    margin: 0 calc(100vw / 20 * 4);
    padding-top: 15.938vw
}

.s-header-filter .f-hl {
    display: inline-block;
    text-transform: unset
}

.s-header-collection+.s-carousel {
    margin-top: 0
}

.s-header-collection+.s-carousel .s-carousel-background {
    bottom: 0;
    top: unset
}

.s-header-collection+.s-carousel .s-carousel-prev,
.s-header-collection+.s-carousel .s-carousel-next {
    background: #fff
}

@media only screen and (max-width: 580px) {
    .s-header-filter {
        margin: 0 calc(100vw / 12 * 1);
        position: relative;
        padding-top: 0;
        padding-bottom: 2.778vw;
        margin-top: 41.667vw;
        border-bottom: 1px solid #1f1f1f
    }

    .s-header-filter:after {
        right: 0;
        bottom: 5vw;
        width: 2.778vw;
        height: 4.167vw;
        content: '';
        position: absolute;
        transform: rotate(90deg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(svg/icon-toggle.svg)
    }
}

.s-header-contact {
    height: 100vh;
    overflow: hidden
}

.s-header-contact .s-header-content {
    z-index: 1;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-end
}

.s-header-contact .s-header-logo {
    width: 3.75vw
}

.s-header-contact .s-header-column {
    position: relative;
    white-space: nowrap
}

.s-header-contact .s-header-column:nth-child(1) {
    width: calc(100vw / 20 * 2);
    margin: 0 calc(100vw / 20 * 8) 10vw calc(100vw / 20 * 4)
}

.s-header-contact .s-header-column:nth-child(2) {
    width: calc(100vw / 20 * 3);
    margin: 0 calc(100vw / 20 * 3) 10vw 0
}

.s-header-contact .s-header-column:nth-child(2) ul:nth-child(2) {
    margin: 3.75vw 0
}

.s-header-contact .s-header-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.s-header-contact .s-header-figure {
    left: -6%;
    bottom: -45%;
    width: 63.313vw;
    height: 63.313vw;
    z-index: 5;
    display: block;
    position: absolute;
    will-change: transform
}

.s-header-contact .s-header-graphic {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(svg/monogram-contact.svg);
    will-change: transform
}

@media only screen and (max-width: 580px) {
    .s-header-contact {
        height: auto
    }

    .s-header-contact .s-header-content {
        display: block;
        padding-top: 30vw;
        padding-bottom: 50vw
    }

    .s-header-contact .s-header-logo {
        height: 25vw;
        width: 21.111vw;
        position: absolute
    }

    .s-header-contact .s-header-column {
        white-space: normal
    }

    .s-header-contact .s-header-column:nth-child(1) {
        width: auto;
        margin: 0 calc(100vw / 12 * 1) 8.333vw calc(100vw / 12 * 1)
    }

    .s-header-contact .s-header-column:nth-child(1) .f-pr {
        opacity: 1;
        font-weight: 300;
        line-height: 10vw;
        font-size: 11.111vw;
        letter-spacing: -0.419vw;
        font-family: 'Saol Display'
    }

    .s-header-contact .s-header-column:nth-child(2) {
        width: auto;
        margin: 0 calc(100vw / 12 * 1)
    }

    .s-header-contact .s-header-column:nth-child(2) ul:nth-child(2),
    .s-header-contact .s-header-column:nth-child(2) ul:nth-child(3) {
        margin: 0 calc(100vw / 12 * 1) 0 calc(100vw / 12 * 4)
    }

    .s-header-contact .s-header-column:nth-child(2) ul:nth-child(2) {
        margin-bottom: 8.333vw
    }

    .s-header-contact .s-header-figure {
        bottom: -30%;
        left: calc(100vw / 12 * 1);
        right: calc(100vw / 12 * 1);
        width: calc(100vw / 12 * 10);
        height: calc(100vw / 12 * 10)
    }
}

.s-header-image {
    height: 80vh;
    display: flex;
    text-align: center;
    align-items: center;
    background: #e7ddd6
}

.s-header-image .s-header-heading {
    width: 100%
}

.s-header-image .s-header-heading .f-hl {
    text-transform: unset
}

.s-header-image+section {
    margin-top: 9.375vw
}

@media only screen and (max-width: 580px) {
    .s-header-image+section {
        margin-top: 27.778vw
    }

    .s-header-image .s-header-heading {
        width: 80%;
        margin: 0 auto
    }
}

.s-header-product {
    left: calc(100vw / 20 * 3);
    top: 16.25vw;
    z-index: 1;
    width: calc(100vw / 20 * 5);
    position: absolute
}

.s-header-product .f-st {
    margin: 0;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.s-header-product .f-st span {
    position: relative
}

.s-header-product .f-st span:last-child {
    opacity: 0.4;
    width: calc(100vw / 20 * 2);
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
    text-overflow: ellipsis
}

.s-header-product .f-hm {
    width: calc(100vw / 20 * 5)
}

.s-header-product .f-pr {
    margin-top: 2.375vw
}

.s-header-product .f-bs {
    margin-top: 1.313vw
}

@media only screen and (max-width: 580px) {
    .s-header-product {
        top: auto;
        left: auto;
        width: calc(100vw / 12 * 10);
        margin: 0 calc(100vw / 12 * 1);
        padding-top: 38.889vw;
        position: relative
    }

    .s-header-product .f-st span:last-child {
        width: calc(100vw / 12 * 3)
    }

    .s-header-product .f-hm {
        width: auto
    }

    .s-header-product .f-pr {
        margin-top: 5.278vw
    }

    .s-header-product .f-bs {
        margin-top: 5.278vw
    }
}

.s-header-breadcrumb {
    display: flex;
    height: 0.625vw;
    margin-bottom: 3vw;
    line-height: 0.625vw
}

.s-header-breadcrumb svg {
    width: 0.625vw;
    height: 0.625vw;
    margin: 0 0.5vw;
    position: relative
}

.s-header-breadcrumb span {
    height: 0.625vw;
    display: inline-block
}

.s-header-breadcrumb .f-st {
    line-height: 0.625vw
}

.s-header-breadcrumb .f-st span {
    position: relative
}

.s-header-breadcrumb .f-st span:before {
    left: 0;
    bottom: -0.313vw;
    height: 1px;
    width: calc(100% - 0.188vw);
    content: '';
    position: absolute;
    background: #0477BD;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out
}

.s-header-breadcrumb .f-st span:hover {
    opacity: 1
}

.s-header-breadcrumb .f-st span:hover:before {
    transform: scaleX(1);
    transform-origin: left
}

@media only screen and (max-width: 580px) {
    .s-header-breadcrumb {
        height: 6.944vw;
        line-height: 6.944vw;
        margin-bottom: 13.889vw
    }

    .s-header-breadcrumb svg {
        margin: 0 1vw;
        width: 2.778vw;
        height: 2.778vw
    }

    .s-header-breadcrumb span {
        height: 6.944vw
    }

    .s-header-breadcrumb .f-st {
        line-height: 6.944vw
    }
}

.s-header-info {
    width: calc(100vw / 20 * 3);
    margin-left: calc(100vw / 20 * 1);
    position: relative
}

.s-header-info .f-st {
    opacity: 1;
    display: flex
}

.s-header-info .f-st li {
    width: 0.625vw;
    height: 0.625vw;
    display: block;
    margin-right: 0.625vw;
    border-radius: 0.625vw;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: bold
}

.s-header-info .f-st li:first-child {
    border: 0;
    width: auto;
    opacity: 0.3;
    border-radius: unset;
    margin-right: 2.5vw
}

.s-header-info .f-st li:last-child {
    margin-right: 0
}

@media only screen and (max-width: 580px) {
    .s-header-info {
        margin: 0;
        width: calc(100vw / 12 * 10)
    }

    .s-header-info .f-st {
        flex-wrap: wrap;
        line-height: 5.278vw
    }

    .s-header-info .f-st li {
        width: 5.278vw;
        height: 5.278vw;
        margin-right: 5.278vw;
        border-radius: 5.278vw
    }

    .s-header-info .f-st li:first-child {
        width: calc(100vw / 12 * 10);
        display: block;
        margin-right: 0;
        line-height: 5.278vw;
        margin-bottom: 5.278vw
    }
}

.s-header-text {
    display: flex;
    height: 100vh;
    align-items: center
}

.s-header-text .s-header-heading {
    margin: 0 calc(100vw / 20 * 2)
}

@media only screen and (max-width: 580px) {
    .s-header-text {
        height: auto
    }

    .s-header-text .s-header-heading {
        margin: 38.889vw calc(100vw / 12 * 1) 0
    }
}

.s-header-video {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    color: #fff;
    overflow: hidden;
    background: #1f1f1f;
    display: flex;
    cursor: pointer;
    align-items: center
}

.s-header-video .f-hl {
    text-transform: inherit
}

.s-header-video .f-hl-line {
    display: inline-block !important
}

.s-header-video .b-pl {
    display: none
}

.s-header-video small {
    display: inline-block;
    transform: translate(0.5vw, -1vw)
}

.s-header-video .s-header-heading {
    width: calc(100vw / 20 * 12);
    z-index: 2;
    margin: auto;
    text-align: center
}

.s-header-video .s-header-badge {
    top: 0;
    left: 0;
    width: 7.813vw;
    height: 7.813vw;
    opacity: 0;
    z-index: 2;
    display: block;
    position: absolute;
    pointer-events: none
}

.s-header-video .s-header-preview {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    object-fit: cover;
    position: absolute
}

.s-header-video .s-header-scroll {
    border-color: rgba(255, 255, 255, 0.3)
}

.s-header-video .s-header-scroll svg {
    fill: #fff
}

@media only screen and (max-width: 580px) {
    .s-header-video .b-pl {
        margin: auto;
        display: block;
        transform: translateY(22.222vw)
    }

    .s-header-video small {
        display: block;
        margin-top: 5.556vw
    }

    .s-header-video .s-header-heading {
        width: calc(100vw / 12 * 10)
    }

    .s-header-video .s-header-badge {
        top: auto;
        left: 50%;
        bottom: 13.889vw;
        width: 23.611vw;
        height: 23.611vw;
        transform: translateX(-50%)
    }
}

.s-header-scroll {
    right: calc(100vw / 20 * 1);
    bottom: calc(100vw / 20 * 1);
    width: 4.375vw;
    height: 4.375vw;
    z-index: 2;
    overflow: hidden;
    position: absolute;
    text-indent: -999vw;
    border-radius: 100%;
    transform: rotate(90deg);
    border: 1px solid rgba(31, 31, 31, 0.3)
}

.s-header-scroll:hover svg:nth-child(1) {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.s-header-scroll:hover svg:nth-child(2) {
    opacity: 0;
    transform: translate(100%, -50%)
}

.s-header-scroll svg {
    top: 50%;
    left: 50%;
    width: 0.75vw;
    height: 1.25vw;
    position: absolute;
    transition: all 0.4s ease-out
}

.s-header-scroll svg:nth-child(1) {
    opacity: 0;
    transform: translate(-150%, -50%)
}

.s-header-scroll svg:nth-child(2) {
    opacity: 1;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 580px) {
    .s-header-scroll {
        display: none
    }
}

.s-help {
    margin: 0;
    padding: 5vw 0;
    background: #e4f5ff;
}

.s-help .f-hm {
    margin: 0
}

.s-help .f-bs {
    margin-top: 1.25vw
}

.s-help .f-pr strong {
    display: block;
    margin-bottom: 0.938vw
}

.s-help-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(100vw / 20 * 2)
}

.s-help-column:nth-child(1) {
    width: calc(100vw / 20 * 5)
}

.s-help-column:nth-child(2),
.s-help-column:nth-child(3) {
    width: calc(100vw / 20 * 3);
    margin-right: calc(100vw / 20 * 1)
}

.s-help-column:nth-child(4) {
    width: calc(100vw / 20 * 3)
}

@media only screen and (max-width: 580px) {
    .s-help {
        padding: 27.778vw 0
    }

    .s-help .f-bs {
        margin-top: 6.944vw
    }

    .s-help .f-pr strong {
        margin-bottom: 2.778vw
    }

    .s-help-container {
        display: block;
        margin: 0 calc(100vw / 12 * 1)
    }

    .s-help-column:nth-child(1) {
        margin-bottom: 13.889vw
    }

    .s-help-column:nth-child(2),
    .s-help-column:nth-child(3),
    .s-help-column:nth-child(4) {
        width: calc(100vw / 12 * 8);
        margin-left: 0;
        /* margin-left: calc(100vw / 12 * 1); */
        margin-bottom: 13.889vw
    }

    .s-help-column:nth-child(2):last-child,
    .s-help-column:nth-child(3):last-child,
    .s-help-column:nth-child(4):last-child {
        margin-bottom: 0
    }
}

.s-hero {
    width: 100%;
    text-align: center
}

.s-hero-head {
    z-index: 1;
    height: 40vw;
    position: relative;
    padding: 13.5vw 0 0
}

.s-hero-head.s-hero-head1 {
    height: 9vw;
    padding: 9.5vw 0 0
}

.s-hero-head.s-hero-head2 {
    height: 15vw;
    padding: 4vw 0 0;
}

.s-hero-about .s-hero-head {
    z-index: 1;
    height: 18vw;
    position: relative;
    padding: 12.5vw 0 0
}

.s-hero-head .i-logo {
    width: 4.688vw;
    margin-bottom: 2.813vw
}

.s-hero-images {
    height: 45vw;
    position: relative;
    transform: translateX(-8.75vw);
    margin-top: 60px;
}

.s-hero-about .s-hero-images {
    height: 45vw;
    position: relative;
    transform: translateX(-8.75vw);
    margin-top: 18%;
}

.product .s-hero-images {
    margin-top: 8% !important;
}

.s-hero-about .s-hero-images {
    transform: translateX(0vw);
}


.s-hero-images img {
    backface-visibility: hidden
}

.s-hero-wrapper {
    height: 45vw;
    align-items: center;
    display: inline-flex
}

.product .s-hero-wrapper {
    height: 50vw !important;
}

.s-hero-about .s-hero-wrapper {
    transform: none !important;
}

.s-hero-image {
    width: 20vw;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 0.938vw
}

.s-hero-about .s-hero-image {
    width: 100vw;
    margin: 0px !important;
}

.s-hero-image:nth-child(4n+1) {
    /*height: 13.438vw*/
    height: 40vw
}

.s-hero-about .s-hero-image:nth-child(4n+1) {
    height: 100%
}

.product .s-hero-image:nth-child(4n+1) {
    height: 45vw
}

.s-hero-image:nth-child(4n+2),
.s-hero-image:nth-child(4n+4) {
    height: 45vw
}

.s-hero-image:nth-child(4n+3) {
    width: 30vw;
    height: 45vw
}



.s-image .s-image-svg {
    background-image: url(svg/monogram-image-1.svg)
}

.s-images+.s-image .s-image-svg {
    background-image: url(svg/monogram-image-2.svg)
}

.s-image-text {
    z-index: 1;
    position: relative
}

.s-image-figure {
    width: calc(100vw / 20 * 8);
    position: relative
}

.s-image-text+.s-image-figure {
    margin-top: -1.875vw
}

.s-image-badge {
    width: 17.5vw;
    height: 17.5vw;
    display: block;
    position: absolute;
    margin: -8.75vw 0 0 -8.75vw
}

.s-image-svg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(svg/monogram-image-2.svg)
}

.s-image-container.a-left .s-image-figure {
    width: 70vw
}

.s-image-container.a-center .s-image-figure {
    margin-left: auto;
    margin-right: auto
}

.s-image-container.a-center.t-contained .s-image-figure {
    width: calc(100vw / 20 * 14)
}

.s-image-container.t-fluid {
    overflow: hidden
}

.s-image-container.t-fluid .s-image-figure {
    width: 100vw;
    perspective: 100px
}

.s-image-container.t-fluid .s-image-figure img {
    will-change: transform;
    transform-origin: top center
}

@media only screen and (max-width: 580px) {
    .s-image-text+.s-image-figure {
        margin-top: -4.167vw
    }

    .s-image-badge {
        width: 20.833vw;
        height: 20.833vw;
        margin: -10.416vw 0 0 -10.416vw
    }

    .s-image-container.a-left .s-image-figure {
        width: calc(100vw / 12 * 10)
    }

    .s-image-container.a-center .s-image-figure {
        width: calc(100vw / 12 * 10)
    }

    .s-image-container.a-center.t-contained .s-image-figure {
        width: calc(100vw / 12 * 10)
    }

    .s-image-container.t-fluid .s-image-figure {
        width: 100vw
    }
}

.s-images-container {
    display: flex;
    align-items: center
}

.s-images-container .f-pr {
    width: calc(100vw / 20 * 3);
    margin-top: 1.875vw
}

.s-images-figure {
    position: relative
}

.s-images-figure:nth-child(1) {
    width: calc(100vw / 20 * 10)
}

.s-images-figure:nth-child(2) {
    width: calc(100vw / 20 * 6);
    margin: 0 calc(100vw / 20 * 2)
}

.s-images-figure:nth-child(2) .s-images-wrap {
    top: -4.7vw;
    position: relative
}

@media only screen and (max-width: 580px) {
    .s-images-container .f-pr {
        display: none
    }

    .s-images-figure:nth-child(1) {
        width: calc(100vw / 12 * 7)
    }

    .s-images-figure:nth-child(2) {
        width: calc(100vw / 12 * 4);
        margin: 0 0 0 calc(100vw / 12 * 1)
    }
}

.s-instagram {
    margin: 0;
    margin-top: 22.8vw;
    pointer-events: none;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 580px) {
    .s-instagram {
        margin: 27.778vw 0;
        pointer-events: all;
        margin-bottom: 0px;
    }
}

.s-instagram-grid {
    top: 0;
    left: 0;
    z-index: 1;
    width: 70vw;
    height: 60vw;
    margin: 0 calc(100vw / 20 * 3);
    position: absolute
}

@media only screen and (max-width: 580px) {
    .s-instagram-grid {
        margin: 0;
        width: 100vw;
        height: 89.444vw
    }
}

.s-instagram-figure {
    width: 100vw;
    height: 400vh;
    position: relative
}

.is-device .s-instagram-figure {
    height: auto
}

.is-device .s-instagram-grid {
    position: relative
}

.s-instagram-scroller {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute
}

@media only screen and (max-width: 580px) {
    .s-instagram-scroller {
        display: none
    }
}

.s-instagram-block {
    background-size: cover
}

.s-instagram-layer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.s-instagram-layer:nth-child(1) .s-instagram-block {
    top: 5vw;
    left: 20vw;
    width: 10vw;
    height: 10vw
}

@media only screen and (max-width: 580px) {
    .s-instagram-layer:nth-child(1) .s-instagram-block {
        top: 11.111vw;
        left: 23.889vw;
        width: 15vw;
        height: 15vw
    }
}

.s-instagram-layer:nth-child(2) .s-instagram-block {
    top: 0;
    left: 32.5vw;
    width: 15vw;
    height: 15vw
}

@media only screen and (max-width: 580px) {
    .s-instagram-layer:nth-child(2) .s-instagram-block {
        top: 0;
        left: 43.333vw;
        width: 26.389vw;
        height: 26.389vw
    }
}

.s-instagram-layer:nth-child(3) .s-instagram-block {
    left: 0;
    top: 25vw;
    width: 15vw;
    height: 15vw
}

@media only screen and (max-width: 580px) {
    .s-instagram-layer:nth-child(3) .s-instagram-block {
        top: 30.278vw;
        left: 0;
        width: 26.389vw;
        height: 26.389vw
    }
}

.s-instagram-layer:nth-child(4) .s-instagram-block {
    top: 17.5vw;
    left: 17.5vw;
    width: 30vw;
    height: 30vw
}

@media only screen and (max-width: 580px) {
    .s-instagram-layer:nth-child(4) .s-instagram-block {
        top: 30.278vw;
        left: 30.278vw;
        width: 39.444vw;
        height: 39.444vw
    }
}

.s-instagram-layer:nth-child(5) {
    z-index: 1
}

.s-instagram-layer:nth-child(5) .s-instagram-block {
    top: 20vw;
    left: 50vw;
    width: 5vw;
    height: 5vw;
    background-color: #0477BD;
    transition: background-color 0.4s ease-out
}

@media only screen and (max-width: 580px) {
    .s-instagram-layer:nth-child(5) .s-instagram-block {
        top: 23.889vw;
        left: 73.889vw;
        width: 15.278vw;
        height: 15.278vw
    }
}

.s-instagram-layer:nth-child(5) .s-instagram-block:hover {
    background-color: #b48065
}

.s-instagram-layer:nth-child(5) a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.s-instagram-layer:nth-child(5) svg {
    width: 1.75vw
}

@media only screen and (max-width: 580px) {
    .s-instagram-layer:nth-child(5) svg {
        width: 4.722vw
    }
}

.s-instagram-layer:nth-child(6) .s-instagram-block {
    left: 50vw;
    top: 27.5vw;
    width: 20vw;
    height: 20vw
}

@media only screen and (max-width: 580px) {
    .s-instagram-layer:nth-child(6) .s-instagram-block {
        top: 43.889vw;
        left: 73.889vw;
        width: 26.389vw;
        height: 26.389vw
    }
}

.s-instagram-layer:nth-child(7) .s-instagram-block {
    left: 10vw;
    top: 42.5vw;
    width: 5vw;
    height: 5vw
}

@media only screen and (max-width: 580px) {
    .s-instagram-layer:nth-child(7) .s-instagram-block {
        display: none
    }
}

.s-instagram-layer:nth-child(8) .s-instagram-block {
    bottom: 5vw;
    left: 42.5vw;
    width: 5vw;
    height: 5vw
}

@media only screen and (max-width: 580px) {
    .s-instagram-layer:nth-child(8) .s-instagram-block {
        display: none
    }
}

.s-instagram-layer:nth-child(9) .s-instagram-block {
    bottom: 0;
    left: 50vw;
    width: 10vw;
    height: 10vw
}

@media only screen and (max-width: 580px) {
    .s-instagram-layer:nth-child(9) .s-instagram-block {
        top: 73.889vw;
        left: 58.889vw;
        width: 15.278vw;
        height: 15.278vw
    }
}

.s-instagram-block {
    display: block;
    position: absolute
}

.s-instagram-text {
    margin: 0 calc(100vw / 20 * 10) 0 calc(100vw / 20 * 4)
}

.s-instagram-text .f-pr,
.s-instagram-text .f-bp {
    margin-left: calc(100vw / 20 * 1);
    margin-right: calc(100vw / 20 * 2)
}

@media only screen and (max-width: 580px) {
    .s-instagram-text {
        margin: 0 calc(100vw / 12 * 1)
    }

    .s-instagram-text .f-pr,
    .s-instagram-text .f-bp {
        margin-left: calc(100vw / 12 * 1);
        margin-right: calc(100vw / 12 * 1)
    }
}

#loader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    position: fixed;
    pointer-events: none;
    background: #fff !important;
    align-items: center;
    justify-content: center
}

#loader .i-logo {
    opacity: 0;
    width: 7.813vw;
    will-change: transform
}

@media only screen and (max-width: 580px) {
    #loader .i-logo {
        width: 21.111vw
    }
}

.js-lookbook {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute
}

#lookbook {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 95;
    position: fixed
}

#lookbook .f-hr {
    margin: 0;
    padding: 9.375vw 0 5vw;
    text-transform: inherit
}

#lookbook .f-st {
    opacity: 0.3;
    margin-bottom: 0.938vw
}

.l-viewer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    backface-visibility: hidden
}

.l-panel {
    top: 0;
    right: 0;
    width: calc(100vw / 20 * 5);
    z-index: 2;
    position: absolute;
    background: #fff
}

.l-scroll {
    min-height: 100vh
}

.l-products {
    padding-bottom: 5vw
}

.l-head {
    margin: 0 calc(100vw / 20 * 1)
}

.l-product {
    margin: 0 calc(100vw / 20 * 1) 5vw
}

.l-thumbnail {
    margin-bottom: 1.563vw
}

#menu {
    left: calc(100vw / 20 * 1);
    right: calc(100vw / 20 * 1);
    top: 3.75vw;
    z-index: 5;
    height: 1.25vw;
    position: fixed
}

.is-light #menu {
    color: #fff
}

/*.is-light #menu .m-logo {*/
/*    background-image: url(../images/logo.svg)*/
/*}*/

.m-logo {
    width: 29vw;
    /*height: 2.55vw;*/
    height: 3vw;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/tocznew3.svg);
    /*margin: auto;*/
}

.m-logo a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-indent: -999vw
}

.m-menu {
    top: 0;
    right: 0;
    position: absolute
}

.m-menu ul {
    display: flex;
    line-height: 1.25vw
}

.m-menu li {
    position: relative;
    margin-right: 5.625vw
}

.m-menu a {
    font-weight: 500;
    font-size: 0.875vw;
    font-family: 'Montserrat'
}

.m-menu a:before {
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background: #0477BD;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out
}

.m-menu a:hover,
.m-menu a.is-active {
    opacity: 1
}

.m-menu a:hover:before,
.m-menu a.is-active:before {
    transform: scaleX(1);
    transform-origin: left
}

@media only screen and (max-width: 580px) {
    #menu {
        top: calc(100vw / 12 * 1);
        left: calc(100vw / 12 * 1);
        right: calc(100vw / 12 * 1);
        height: 4.167vw
    }

    .m-logo {
        height: 4.167vw;
        width: 54.167vw;
        /*background-image: url(../images/tocz.svg);*/
    }

    .m-menu {
        display: none
    }
}

#nav {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    display: none;
    flex-wrap: wrap;
    position: fixed
}

.n-head {
    left: calc(100vw / 20 * 9);
    right: calc(100vw / 20 * 1);
    top: 3.75vw;
    z-index: 3;
    height: 1.25vw;
    position: absolute
}

.n-logo {
    top: 0;
    left: 0;
    width: 15vw;
    height: 2.8vw;
    z-index: 3;
    position: absolute;
    background-size: contain;
    background-position: start;
    background-repeat: no-repeat;
    background-image: url(../images/logo.svg)
}

.n-figure {
    width: calc(100vw / 20 * 7);
    height: 100%;
    z-index: 2;
    overflow: hidden;
    position: relative;
    background: #fff
}

.n-figure img,
.n-figure video {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.n-gallery {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute
}

.n-menu {
    z-index: 2;
    width: calc(100vw / 20 * 13);
    display: flex;
    overflow: hidden;
    background: #fff
}

.n-menu-column {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 7.188vw 0;
    align-items: flex-end
}

.n-menu-column:nth-child(1) {
    width: calc(100vw / 20 * 7);
    margin-left: calc(100vw / 20 * 2)
}

.n-menu-column:nth-child(2) {
    width: calc(100vw / 20 * 2);
    margin-right: calc(100vw / 20 * 2)
}

.n-menu-column:nth-child(2) .n-menu-align {
    width: calc(100vw / 20 * 2)
}

.n-menu-main {
    width: calc(100vw / 20 * 7);
    position: relative;
    margin-bottom: 1.875vw
}

.n-menu-main a {
    width: 25vw;
    color: #1f1f1f;
    font-weight: 300;
    font-size: 3vw;
    font-family: 'Saol Display';
    align-items: center;
    display: inline-flex;
    line-height: 4vw;
    letter-spacing: -0.168vw
}

@media only screen and (max-width: 580px) {
    .n-menu-main a {
        width: auto
    }
}

.n-menu-main a:hover {
    color: #0477BD;
    font-style: italic
}

.n-menu-main a.is-active {
    color: #0477BD;
    font-style: italic
}

.n-menu-main a.is-active:before {
    content: '';
    height: 1px;
    width: 3.75vw;
    margin-right: 0.2vw;
    display: inline-block;
    background: #0477BD
}

@media only screen and (max-width: 580px) {
    .n-menu-main a.is-active:before {
        width: 12.75vw
    }
}

.n-menu-sub,
.n-menu-links {
    width: calc(100vw / 20 * 2);
    position: relative;
    margin-right: calc(100vw / 20 * 5)
}

.n-menu-sub li,
.n-menu-links li {
    position: relative;
    font-size: 0.938vw;
    line-height: 1.938vw;
    letter-spacing: 0.034vw;
    font-family: 'Montserrat'
}

.n-menu-sub li a,
.n-menu-links li a {
    position: relative;
    font-family: "Montserrat";
}

.n-menu-sub li a:hover:after,
.n-menu-sub li a.is-active:after,
.n-menu-links li a:hover:after,
.n-menu-links li a.is-active:after {
    transform: scaleX(1);
    transform-origin: left
}

.n-menu-sub li a:after,
.n-menu-links li a:after {
    left: 0;
    bottom: -0.188vw;
    height: 1px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    background: #0477BD;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out
}

.n-menu-links {
    margin-bottom: 1.875vw
}

.n-menu-links li {
    color: #787878
}

.n-menu-links li:first-child {
    color: #1f1f1f
}

.n-menu-links li a:after {
    background: #787878
}

.n-menu-links li strong {
    display: block;
    font-size: 0.875vw;
    letter-spacing: normal;
    margin-bottom: 0.938vw
}

.n-menu-links:last-child {
    margin-bottom: 0
}

.n-menu-links:last-child li:first-child {
    color: #787878
}

.n-image {
    z-index: 1
}

.n-image img:nth-child(1) {
    z-index: 2
}

.n-image,
.n-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute
}

.n-background {
    opacity: 0;
    background: #1f1f1f
}

@media only screen and (max-width: 580px) {
    #nav {
        flex-wrap: unset;
        overflow: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .n-head {
        top: calc(100vw / 12 * 1);
        left: calc(100vw / 12 * 1);
        right: calc(100vw / 12 * 1);
        height: 4.167vw
    }

    .n-logo {
        height: 4.167vw;
        width: 54.167vw
    }

    .n-figure {
        display: none
    }

    .n-menu {
        width: 100%;
        display: block;
        overflow: unset;
        position: absolute
    }

    .n-menu-column {
        padding: 0;
        flex-wrap: unset;
        align-items: unset
    }

    .n-menu-column:nth-child(1),
    .n-menu-column:nth-child(2) {
        display: block;
        width: calc(100vw / 12 * 10);
        margin: 0 calc(100vw / 12 * 1)
    }

    .n-menu-column:nth-child(1) {
        padding: 41.667vw 0 0;
        margin-bottom: 13.889vw
    }

    .n-menu-column:nth-child(2) {
        margin-bottom: 27.778vw
    }

    .n-menu-column:nth-child(2) .n-menu-align {
        width: auto;
        display: flex;
        flex-wrap: wrap
    }

    .n-menu-main {
        width: auto;
        margin-bottom: 13.889vw
    }

    .n-menu-main a {
        font-size: 15.506vw;
        line-height: 16.544vw;
        letter-spacing: -0.603vw
    }

    .n-menu-sub,
    .n-menu-links {
        width: auto;
        margin: unset
    }

    .n-menu-sub li,
    .n-menu-links li {
        font-size: 4.167vw;
        line-height: 8.333vw;
        letter-spacing: 0.15vw
    }

    .n-menu-links {
        width: calc(100vw / 12 * 5)
    }

    .n-menu-links:last-child {
        margin-top: 13.889vw
    }

    .n-menu-links li strong {
        font-size: 3.889vw;
        line-height: 7.5vw;
        margin-bottom: 4.167vw
    }

    .n-background {
        position: fixed
    }
}

.s-newsletter {
    margin: 0;
    padding: 8.125vw 0;
    background: #fff
}

.s-newsletter .f-bp {
    margin: 0
}

.s-newsletter .f-pr {
    line-height: 3.75vw
}

.s-newsletter .f-pr strong {
    cursor: pointer;
    position: relative;
    margin-left: 1.25vw;
    margin-right: 1.25vw;
    padding-bottom: 0.3vw;
    border-bottom: 2px solid #0477BD;
}

.s-newsletter .s-newsletter-dropdown {
    right: 0;
    top: 4.1vw;
    left: 4.1vw;
    width: 12vw;
    opacity: 0;
    z-index: 1;
    position: absolute;
    pointer-events: none
}

.s-newsletter .s-newsletter-dropdown li {
    opacity: 0.8;
    cursor: pointer;
    font-size: 0.938vw;
    line-height: 1.875vw;
    letter-spacing: 0.034vw;
    font-family: 'Montserrat'
}

.s-newsletter .s-newsletter-dropdown li:hover {
    font-weight: bold
}

.s-newsletter .f-ft {
    width: 100%
}

.s-newsletter .f-bp {
    margin-left: 1.875vw
}

.s-newsletter-text {
    text-align: center
}

.s-newsletter-form form {
    display: flex;
    height: 3.75vw;
    justify-content: center
}

.s-newsletter-column {
    height: 3.75vw;
    position: relative
}

/* .s-newsletter-column:nth-child(2) {
    width: 23.75vw
} */

@media only screen and (max-width: 580px) {
    .s-newsletter {
        padding: 15vw 0;
    }

    .s-newsletter .f-bp {
        margin: 0
    }

    .s-newsletter .f-pr {
        text-align: center;
        line-height: 11.111vw
    }

    .s-newsletter .f-pr strong {
        margin-left: 2.778vw;
        padding-bottom: 2.8vw
    }

    .s-newsletter-text {
        margin: 0 calc(100vw / 12 * 1)
    }

    .s-newsletter-form form {
        height: auto;
        display: block;
        flex-wrap: unset;
        margin: 0 calc(100vw / 12 * 1)
    }

    .s-newsletter-column {
        height: auto
    }

    .s-newsletter-column:nth-child(1),
    .s-newsletter-column:nth-child(2),
    .s-newsletter-column:nth-child(3) {
        width: auto
    }

    .s-newsletter-column:nth-child(3) {
        text-align: center
    }

    .s-newsletter-column:nth-child(2) {
        margin: 6.944vw 0 8.333vw;
        text-align: center
    }
}

#panel {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 95;
    position: fixed;
    visibility: hidden
}

.p-container {
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100vw / 20 * 8);
    height: 100%;
    z-index: 6;
    display: flex;
    position: absolute;
    background: #fff;
    align-items: center;
    padding: 0 calc(100vw / 20 * 2) 8vw calc(100vw / 20 * 1)
}

@media only screen and (max-width: 580px) {
    .p-container {
        top: calc(100vw / 12 * 1);
        bottom: calc(100vw / 12 * 1);
        height: auto;
        width: calc(100vw / 12 * 11);
        padding: 0 calc(100vw / 12 * 1) 27vw calc(100vw / 12 * 1)
    }
}

.p-close {
    top: calc(100vw / 12 * 1);
    right: calc(100vw / 12 * 1);
    width: 12.5vw;
    height: 12.5vw;
    display: none;
    overflow: hidden;
    position: absolute;
    border-radius: 100%;
    text-indent: -9999vw;
    background-size: 2.778vw;
    background-position: center;
    background-color: #f6f4f2;
    background-repeat: no-repeat;
    background-image: url(svg/icon-close.svg)
}

@media only screen and (max-width: 580px) {
    .p-close {
        display: block
    }
}

.p-heading {
    width: 100%;
    position: relative
}

@media only screen and (max-width: 580px) {
    .p-heading .f-st {
        width: calc(100vw / 12 * 9);
        overflow: hidden;
        white-space: nowrap;
        pointer-events: none;
        text-overflow: ellipsis
    }
}

.p-heading img {
    right: 0;
    bottom: 0;
    width: 5vw;
    height: 7.063vw;
    position: absolute;
    transform: translateY(-1vw)
}

@media only screen and (max-width: 580px) {
    .p-heading img {
        display: none
    }
}

.p-details {
    width: calc(100vw / 20 * 4);
    position: relative;
    margin-left: calc(100vw / 20 * 1)
}

@media only screen and (max-width: 580px) {
    .p-details {
        width: auto;
        margin-left: 0
    }
}

.p-details .f-st {
    opacity: 1;
    display: flex;
    margin-bottom: 0.625vw
}

@media only screen and (max-width: 580px) {
    .p-details .f-st {
        margin-bottom: 2.778vw
    }
}

.p-details .f-st:first-child {
    position: relative;
    align-items: center
}

.p-details .f-st:first-child .is-color {
    width: 0.625vw;
    height: 0.625vw;
    opacity: 1;
    margin-right: 0.625vw;
    border-radius: 0.625vw;
    border: 1px solid rgba(0, 0, 0, 0.2)
}

@media only screen and (max-width: 580px) {
    .p-details .f-st:first-child .is-color {
        width: 3.333vw;
        height: 3.333vw;
        margin-right: 2.778vw;
        border-radius: 3.333vw
    }
}

.p-details .f-st:first-child .is-color:last-child {
    margin-right: 0
}

.p-details .f-st:last-child {
    margin-bottom: 0
}

.p-details .f-st li {
    width: calc(100vw / 20 * 2);
    opacity: 0.5;
    display: block;
    font-size: 0.938vw;
    font-weight: normal;
    line-height: 1.389vw;
    text-transform: none;
    letter-spacing: 0.034vw
}

@media only screen and (max-width: 580px) {
    .p-details .f-st li {
        width: calc(100vw / 12 * 4);
        font-size: 3.889vw;
        line-height: 4.444vw;
        letter-spacing: 0.15vw
    }
}

.p-details .f-st li:first-child {
    border: 0;
    width: calc(100vw / 20 * 2);
    opacity: 0.3;
    font-weight: bold;
    font-size: 0.688vw;
    letter-spacing: 0.188vw;
    text-transform: uppercase
}

@media only screen and (max-width: 580px) {
    .p-details .f-st li:first-child {
        width: calc(100vw / 12 * 4);
        height: 3.333vw;
        opacity: 0.3;
        font-size: 2.778vw;
        line-height: 3.333vw;
        letter-spacing: 0.833vw
    }
}

.p-footer {
    left: calc(100vw / 20 * 1);
    right: calc(100vw / 20 * 1);
    bottom: calc(100vw / 20 * 1);
    position: absolute
}

.p-footer span {
    opacity: 0.5;
    font-size: 0.938vw;
    line-height: 3.75vw;
    letter-spacing: 0.034vw
}

.p-footer .f-bs {
    right: 0;
    bottom: 0;
    position: absolute
}

@media only screen and (max-width: 580px) {
    .p-footer {
        left: calc(100vw / 12 * 1);
        right: calc(100vw / 12 * 1);
        bottom: calc(100vw / 12 * 1);
        position: absolute
    }

    .p-footer span {
        display: block;
        font-size: 4.167vw;
        line-height: 7.5vw;
        letter-spacing: 0.15vw
    }

    .p-footer .f-bs {
        right: unset;
        bottom: unset;
        margin-top: 0;
        position: relative
    }
}

.p-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    background: rgba(0, 0, 0, 0.3)
}

#player {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    position: fixed;
    background: #1f1f1f
}

#player video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    object-fit: cover;
    position: absolute
}

.is-device #player {
    visibility: hidden
}

.is-device #player video {
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    display: block;
    transform: translate(-50%, -50%)
}

.is-droid #player {
    visibility: visible
}

.p-pause {
    top: 0;
    left: 0;
    height: 1vw;
    color: #fff;
    line-height: 1vw;
    font-weight: bold;
    position: absolute;
    font-size: 0.813vw;
    letter-spacing: 0.104vw;
    text-transform: uppercase
}

.p-controls {
    z-index: 5;
    left: calc(100vw / 20 * 2);
    right: calc(100vw / 20 * 2);
    bottom: calc(100vw / 20 * 1);
    height: 1vw;
    position: absolute
}

.p-controls:after {
    top: 50%;
    left: 4.5vw;
    height: 2px;
    width: calc(100% - 4.5vw);
    content: '';
    position: absolute;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2)
}

.p-controls .p-progress {
    right: 0;
    top: 50%;
    left: 4.5vw;
    height: 2px;
    width: calc(100% - 4.5vw);
    position: absolute;
    pointer-events: none;
    transform: translateY(-50%)
}

.p-controls .p-progress {
    appearance: none;
    -webkit-appearance: none
}

.p-controls .p-progress::-webkit-progress-bar {
    background-color: transparent
}

.p-controls .p-progress::-webkit-progress-value {
    background: #fff
}

.p-controls .p-range {
    top: 0;
    left: 4.5vw;
    z-index: 3;
    width: calc(100% - 4.5vw);
    appearance: none;
    position: absolute;
    background: transparent;
    -webkit-appearance: none
}

.p-controls .p-range::-webkit-slider-thumb {
    -webkit-appearance: none
}

.p-controls .p-range:focus {
    outline: none
}

.p-controls .p-range::-ms-track {
    width: 100%;
    cursor: pointer;
    color: transparent;
    background: transparent;
    border-color: transparent
}

.p-controls .p-range::-webkit-slider-thumb {
    width: 1vw;
    height: 1vw;
    cursor: pointer;
    background: #fff;
    border-radius: 1vw;
    -webkit-appearance: none
}

.p-controls .p-range::-moz-range-thumb {
    width: 1vw;
    height: 1vw;
    cursor: pointer;
    background: #fff;
    border-radius: 1vw
}

.p-controls .p-range::-ms-thumb {
    width: 1vw;
    height: 1vw;
    cursor: pointer;
    background: #fff;
    border-radius: 1vw
}

.s-product {
    margin: 0;
    display: flex;
    min-height: 50vh;
    padding: 16.25vw 0
}

.s-product-gallery {
    margin: 5.313vw calc(100vw / 20 * 4) 0 calc(100vw / 20 * 9)
}

.s-product-gallery img {
    margin-bottom: 4.375vw;
    backface-visibility: hidden
}

.s-product-gallery img:last-child {
    margin-bottom: 0
}

.s-product-background {
    top: 0;
    height: 100%
}

@media only screen and (max-width: 580px) {
    .s-product {
        display: block
    }

    .s-product-gallery {
        padding-top: 0;
        margin: 0 calc(100vw / 12 * 1)
    }

    .s-product-gallery img {
        margin-bottom: calc(100vw / 12 * 1)
    }
}

.s-text-heading {
    text-align: center
}

.s-text-body {
    margin: 5vw calc(100vw / 20 * 6) 0
}

.s-text-body .f-pr {
    opacity: 1;
    color: #4e4e4e;
    margin-bottom: 1.875vw
}

.s-text-body .f-pr:last-child {
    margin-bottom: 0
}

.s-text-body .f-pr li {
    list-style: disc;
    list-style-position: inside
}

.s-text-body .f-pr a {
    color: #0477BD;
    text-decoration: underline
}

@media only screen and (max-width: 580px) {
    .s-text-body {
        margin: 0 calc(100vw / 12 * 1)
    }

    .s-text-body .f-pr {
        margin-bottom: 8.333vw
    }
}

.s-values {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(100vw / 20 * 2);
    margin-right: calc(100vw / 20 * 2)
}

.s-values .f-st {
    margin: 0;
    color: #0477BD;
    display: block
}

.s-values .f-nr {
    margin: 9.375vw 0 3.75vw
}

.s-values .f-hs {
    margin-bottom: 3.75vw
}

.s-values .f-pr {
    width: calc(100vw / 20 * 3)
}

.s-values-block {
    width: calc(100vw / 20 * 6)
}

.s-values-block:last-child {
    width: calc(100vw / 20 * 4)
}

@media only screen and (max-width: 580px) {
    .s-values {
        display: block;
        flex-wrap: unset;
        margin-left: calc(100vw / 12 * 1);
        margin-right: calc(100vw / 12 * 1)
    }

    .s-values .f-nr {
        margin: 22.222vw 0 13.889vw
    }

    .s-values .f-hs {
        margin-bottom: 6.944vw
    }

    .s-values .f-pr {
        width: calc(100vw / 12 * 8)
    }

    .s-values-block {
        width: auto;
        padding: 13.889vw 0;
        border-top: 1px solid #e8d6ca
    }

    .s-values-block:last-child {
        width: auto;
        padding-bottom: 0
    }
}

.s-video {
    height: 45vw;
    cursor: pointer;
    overflow: hidden;
    background: #1f1f1f
}

.s-video .b-pl {
    display: none
}

.s-video-badge {
    top: 0;
    left: 0;
    width: 7.813vw;
    height: 7.813vw;
    z-index: 2;
    display: block;
    position: absolute;
    pointer-events: none
}

.s-video-preview {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    object-fit: cover;
    position: absolute
}

.is-device .s-video-badge {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 580px) {
    .s-video {
        height: 56.389vw
    }

    .s-video-badge {
        width: 23.611vw;
        height: 23.611vw
    }
}

#zoom {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 95;
    cursor: pointer;
    position: fixed
}

.z-viewer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden
}

.z-image {
    pointer-events: all
}

.f-hl em {
    color: #0477BD;
}

.contact-form {
    margin-bottom: 100px;
}

.contact-form form {
    max-width: 500px;
    height: auto !important;
    display: block;
    margin: auto;
}

.contact-form form .f-ft {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.contact-form form .f-bp {
    margin-top: 10px;
}

.contact-form .s-newsletter-column {
    text-align: center;
}

.f-ft.textarea {
    height: 150px;
}

.text-start {
    text-align: start;
    text-align: left;
}

.s-banner-about {
    margin-top: 18rem !important;
    margin-bottom: 6rem !important;
}

.extra-banner {
    margin: 2rem 0px;
}

.s-banner-about1 {
    margin: 5rem 0px !important;
}

.text-center {
    text-align: center;
    text-align: center;
}

.justify-center {
    justify-content: center;
}

.about-text1 {
    text-align: center;
}

.d-block {
    display: block;
    margin: auto;
    max-width: 800px;
}

.product-description {
    max-width: 800px;
    text-align: center;
    margin: 20px auto auto;
}

.product-gallery {
    margin-bottom: 50px;
    margin-top: 100px;
}

.product-gallery img {
    /* border: 1px solid #ddd; */
    border-radius: 10px;
}

.gallery {
    display: flex;
    gap: 10px;
    padding: 20px;
    justify-content: center;
}

.gallery-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.lightbox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox img {
    max-width: 80%;
    max-height: 80%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.lightbox .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    color: #fff;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: #fff;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.nav-btn.prev {
    left: 20px;
}

.nav-btn.next {
    right: 20px;
}

.nav-btn:hover {
    color: #ddd;
}

.mb-5 {
    margin-bottom: 5em;
}

.product-link {
    transform: scale(1);
    transition: all 0.3s ease-out;
}

/* 
.product-link:hover img {
    transform: scale(1.2);
    transition: all 0.3s ease-out;
} */

.product-link h2 {
    font-weight: 500;
}

.product-gallery1 {
    margin-bottom: 100px;
    margin-top: 50px;
}

.download-master-cat em {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 1px;
}

.download-sec {
    justify-content: center;
}

@media(min-width: 992px) {
    .m-100px {
        margin: 0 0 0 calc(100vw / 20 * 4)
    }
}

.s-banner-about-margin {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.f-hm.download-master-cat {
    font-size: 3.5vw;
    line-height: 3.5vw;
}

.product-link p {
    text-align: center;
    margin-top: 15px;
    line-height: 25px;
}

.product-gallery1 .row .col-12 {
    padding: 5px 5px 20px 5px;
}


.product-description.mb-30px {
    margin-bottom: 30px;
}

.s-hero-about .s-hero-images {
    position: relative;
    overflow: hidden;
    width: 100%;
}


.s-hero-about .s-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-description-p h2,
.product-description-p p {
    text-align: left;
}

.product-description-p h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.product-description-p p {
    font-size: 18px;
    line-height: 28px;
}

.product-card {
    padding: 20px;
    border: 1px solid #ebebeb;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-card img {
    max-width: 80px;
    margin: px auto 20px;
}

.product-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
    text-align: center;
}

.product-card p {
    text-align: center;
    line-height: 130%;
}

.product-desc {
    margin: 80px 0px !important;
}

.product-desc-title h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
}


.product-desc-ul,
.product-desc-ul1 {
    padding: 40px 0px;
}

.product-desc-ul li,
.product-desc-ul1 li {
    list-style: decimal outside;
    margin-bottom: 15px;
}

.product-desc-ul li p,
.product-desc-ul1 li p {
    max-width: 90%;
    line-height: 155%;
}

/*@media(min-width: 992px) {*/
/*    .product-desc-ul {*/
/*        columns: 2;*/
/*        -webkit-columns: 2;*/
/*        -moz-columns: 2;*/
/*    }*/
/*}*/

.mb-30px {
    margin-bottom: 30px;
}

.mt-30px {
    margin-top: 30px !important;
}

.mb-0px {
    margin-bottom: 0px !important;
}


/* Modal background */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Modal content */
.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    margin: 0;
    font-size: 20px;
}

.close-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.modal-body {
    margin-top: 20px;
}

.modal-body input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.submit-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;

}

.submit-button:hover {
    background-color: #0056b3;
}
.coming-soon{
    margin: 150px 0px;
}
@media only screen and (max-width: 580px) {
    .s-hero-about .s-hero-head {
        height: 70vw !important;
        padding: 43.056vw 0 0 !important;
    }

    /*.s-hero-head {*/
    /*    height: 121vw !important;*/
    /*    padding: 43.056vw 0 0 !important;*/
    /*}*/
    
    .s-banner-about {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .extra-banner .s-banner-container {
        margin: 0 !important;
    }

    .about-text1.f-pr {
        margin: 0px 20px;
    }

    .s-hero-about .s-hero-image img {
        height: auto;
    }

    .s-hero-head .i-logo {
        width: 21.111vw;
        margin-bottom: 8.333vw
    }

    .s-hero-head .f-hl {
        margin: 0 calc(100vw / 12 * 1)
    }

    .s-hero-images {
        height: 124.444vw
    }

    .s-hero-wrapper {
        height: 124.444vw
    }

    .s-hero-image {
        margin: 0 2.083vw
    }

    /*.s-hero-image:nth-child(4n+1) {*/
    /*    width: 100%;*/
    /*    height: 100%*/
    /*}*/

    .s-hero-image:nth-child(4n+2),
    .s-hero-image:nth-child(4n+4) {
        width: 55.278vw;
        height: 82.778vw
    }

    .s-hero-image:nth-child(4n+3) {
        width: 82.778vw;
        height: 124.444vw
    }

    .contact-form {
        margin: 11.778vw 4vw !important;
    }

    .s-banner-catalouge .s-banner-container.a-left .s-banner-src:nth-child(2) {
        height: 50vw !important;
    }

    .f-hm.download-master-cat {
        font-size: 6.5vw;
        line-height: 7.5vw;
        letter-spacing: 0;
    }
    .coming-soon{
        margin: 20px 0px 40px;
    }
    .s-hero-about .s-hero-images{
        margin-top: 23%;
    }
    .product-desc .product-desc-ul, .product-desc-ul1 {
        padding: 0px 0px 0px 30px;
    }
}
