@charset "UTF-8";
@font-face {
    font-family: 'D-DIN Regular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local( 'D-DIN Regular' ), url( '/digitalstore/assets/font/D-DIN.woff' ) format( 'woff' );
}
@font-face {
    font-family: 'D-DIN DIN-Italic';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local( 'D-DIN DIN-Italic' ), url( '/digitalstore/assets/font/D-DIN-Italic.woff' ) format( 'woff' );
}
@font-face {
    font-family: 'D-DIN DIN-Bold';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local( 'D-DIN DIN-Bold' ), url( '/digitalstore/assets/font/D-DIN-Bold.woff' ) format( 'woff' );
}
@font-face {
    font-family: 'D-DIN Condensed Regular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local( 'D-DIN Condensed Regular' ), url( '/digitalstore/assets/font/D-DINCondensed.woff' ) format( 'woff' );
}
@font-face {
    font-family: 'D-DIN Exp Regular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local( 'D-DIN Exp Regular' ), url( '/digitalstore/assets/font/D-DINExp.woff' ) format( 'woff' );
}
@font-face {
    font-family: 'D-DIN Exp DINExp-Italic';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local( 'D-DIN Exp DINExp-Italic' ), url( '/digitalstore/assets/font/D-DINExp-Italic.woff' ) format( 'woff' );
}
@font-face {
    font-family: 'D-DIN Condensed DINCondensed-Bold';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local( 'D-DIN Condensed DINCondensed-Bold' ), url( '/digitalstore/assets/font/D-DINCondensed-Bold.woff' ) format( 'woff' );
}
@font-face {
    font-family: 'D-DIN Exp DINExp-Bold';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local( 'D-DIN Exp DINExp-Bold' ), url( '/digitalstore/assets/font/D-DINExp-Bold.woff' ) format( 'woff' );
}

@keyframes move-left {
    0% {
        transform: translate3d( 0, 0, 1px );
    }
    100% {
        transform: translate3d( -100%, 0, 1px );
    }
}

body {
    background: #000000;
}
@media( max-width: 1100px ) {
    body.is-drawer-open {
        overflow: hidden;
    }
    body.is-modal-open {
        overflow: hidden;
    }
}

.js-fade-in {
    transition-property: opacity visibility;
    transition-duration: .967s;
    opacity: 0;
    visibility: hidden;
    transform: translateY( 20px );
}

.js-fade-in.done {
    opacity: 1;
    visibility: visible;
    transform: translateY( 0 );
}

.ticker {
    display: flex;
    pointer-events: none;
    width: 100%;
}

.ticker__cell {
    display: flex;
    flex: none;
    margin: 0 3rem;
}

.ticker__cell.done {
    animation: move-left 30s linear infinite;
}

.ticker__cell img {
    height: 100%;
    width: auto;
}

.container {
    padding: 0;
}
@media( max-width: 1100px ) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media( min-width: 1101px ) {
    .container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.heading-group {
    position: relative;
    padding: 0;
}
@media( max-width: 1100px ) {
    .heading-group {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media( min-width: 1101px ) {
    .heading-group {
        padding-top: 0;
        padding-bottom: 40px;
    }
}

.heading {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.heading:after {
    content: "";
    display: block;
    background: rgb( 1, 205, 145 );
    background: linear-gradient( 90deg, rgba( 1, 205, 145, 1 ) 0%, rgba( 4, 142, 101, 1 ) 100% );
}
@media( max-width: 1100px ) {
    .heading {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 3.1rem;
    }

    .heading:after {
        margin: 10px 0 0;
        width: 40px;
        height: 4px;
    }
}
@media( min-width: 1101px ) {
    .heading {
        font-size: 4rem;
    }

    .heading:after {
        margin: 16px 0 0;
        width: 65px;
        height: 5px;
    }
}

.button {
    display: inline-block;
    padding: 10px 24px 12px;
    font-size: 1.6rem;
    border-radius: 24px;
}

.button--primary {
    display: inline-block;
    padding: 10px 24px 12px;
    font-size: 1.6rem;
    border-radius: 24px;
    background: #01B27E;
}
@media( max-width: 1100px ) {
    .button--primary {
        padding: 10px 22px 12px 24px;
        font-size: 1.3rem;
        letter-spacing: 0.2rem;
    }
}

.button--movie {
    position: relative;
    display: inline-block;
    padding: 10px 24px 12px;
    padding-left: 40px;
    font-size: 1.6rem;
    border-radius: 24px;
    background: transparent;
    border: 1px solid #FFFFFF;
}
@media( max-width: 1100px ) {
    .button--movie {
        padding: 10px 22px 12px 24px;
        padding-left: 40px;
        font-size: 1.3rem;
        letter-spacing: 0.2rem;
    }
}

.button--movie:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translate( 0%, -50% );
    width: 0;
    height: 0;
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #FFFFFF;
    border-right: 11px solid transparent;
}

.button--media {
    display: inline-block;
    padding: 10px 24px 12px;
    color: #01CD91;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 24px;
    background: transparent;
    border: 1px solid #01CD91;
}

.hamburger {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #01CD91;
    z-index: 10;
    cursor: pointer;
}

.hamburger__line {
    display: block;
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 1px;
}

.hamburger__line:nth-child( 2 ) {
    margin: 4px 0;
}

.drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    transition-property: opacity visibility;
    transition-duration: .667s;
    background: rgb( 6, 165, 118 );
    background: linear-gradient( 120deg, rgba( 6, 165, 118, 1 ) 0%, rgba( 74, 206, 167, 1 ) 100% );
}

.drawer.is-open {
    visibility: visible;
    opacity: 1;
}

.drawer-menu-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.drawer-menu + .drawer-menu {
    padding-top: 34px;
}

.drawer-menu-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.drawer-menu-close__line {
    margin-left: -2px;
    width: 2px;
    height: 16px;
    background: #FFFFFF;
}

.drawer-menu-close__line:nth-child( 1 ) {
    transform: rotate( 45deg );
}

.drawer-menu-close__line:nth-child( 2 ) {
    transform: rotate( -45deg );
}

.movie-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    transition-property: opacity visibility;
    transition-duration: .667s;
    background: rgba( 0, 0, 0, .95 );
}

.movie-modal.is-open {
    visibility: visible;
    opacity: 1;
}

.movie-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.movie-modal-close__line {
    margin-left: -2px;
    width: 2px;
    height: 16px;
    background: #FFFFFF;
}

.movie-modal-close__line:nth-child( 1 ) {
    transform: rotate( 45deg );
}

.movie-modal-close__line:nth-child( 2 ) {
    transform: rotate( -45deg );
}

/**
 * HOME
 *
 *
 */

.section--home {
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media( max-width: 1100px ) {
    .section--home {
        min-height: 100vh;
    }
    .section--home.done {
        background: top left / cover no-repeat url( '/digitalstore/assets/img/bg1@1x.jpg' );
        background-image: image-set( url( '/digitalstore/assets/img/bg1@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg1@2x.jpg' ) 2x );
        background-image: -webkit-image-set( url( '/digitalstore/assets/img/bg1@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg1@2x.jpg' ) 2x );
    }
}
@media( min-width: 1101px ) {
    .section--home {
        min-height: max( 840px, 100vh );
    }
    .section--home.done {
        background: top left / cover no-repeat url( '/digitalstore/assets/img/bg1-w1440@1x.jpg' );
        background-image: image-set( url( '/digitalstore/assets/img/bg1-w1440@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg1-w1440@2x.jpg' ) 2x );
        background-image: -webkit-image-set( url( '/digitalstore/assets/img/bg1-w1440@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg1-w1440@2x.jpg' ) 2x );
    }
}

.home-holder {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media( max-width: 1100px ) {
    .home-holder {
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 30px;
    }
}
@media( min-width: 1101px ) {
    .home-holder {
        top: calc( 50% - 230px );
        right: 0;
        width: 610px;
        height: 460px;
        background: rgba( 7, 10, 10, 0.8 );
    }
}

.h1-catch {
    color: #FFFFFF;
    font-weight: bold;
}
@media( max-width: 1100px ) {
    .h1-catch {
        padding: 0 0 8px;
        font-size: 1.3rem;
    }
}
@media( min-width: 1101px ) {
    .h1-catch {
        padding: 0 0 8px;
        font-size: 1.1rem;
    }
}

.h1-lead {
    color: #FFFFFF;
    font-weight: bold;
}
@media( max-width: 1100px ) {
    .h1-lead {
        padding: 24px 0 24px;
        font-size: 1.3rem;
        line-height: 26px;
    }
}
@media( min-width: 1101px ) {
    .h1-lead {
        padding: 24px 0 24px;
        font-size: 1.9rem;
        max-width: 466px;
    }
}

/**
 * ABOUT
 *
 *
 */

.section--about {
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media( max-width: 1100px ) {
    .section--about {
        padding: 0 0 80px;
    }
    .section--about.done {
        background: top left / cover no-repeat url( '/digitalstore/assets/img/bg2@1x.jpg' );
        background-image: image-set( url( '/digitalstore/assets/img/bg2@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg2@2x.jpg' ) 2x );
        background-image: -webkit-image-set( url( '/digitalstore/assets/img/bg2@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg2@2x.jpg' ) 2x );
    }
}
@media( min-width: 1101px ) {
    .section--about {
        padding: 124px 0 152px;
    }
    .section--about.done {
        background: top left / cover no-repeat url( '/digitalstore/assets/img/bg2-w1440@1x.jpg' );
        background-image: image-set( url( '/digitalstore/assets/img/bg2-w1440@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg2-w1440@2x.jpg' ) 2x );
        background-image: -webkit-image-set( url( '/digitalstore/assets/img/bg2-w1440@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg2-w1440@2x.jpg' ) 2x );
    }
}

@media( max-width: 1100px ) {
}
@media( min-width: 1101px ) {
    .about-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
    }
}

@media( max-width: 1100px ) {
}
@media( min-width: 1101px ) {
    .about-content {
        flex: 0 0 50%;
        width: 50%;
    }

    .about-content:nth-child( 2 ) {
        padding-left: 20px;
    }
}

.about-copy {
    font-size: inherit;
}
@media( max-width: 1100px ) {
    .about-copy {
        font-size: 1.3rem;
    }
}
@media( min-width: 1101px ) {
    .about-copy {
        padding-bottom: 48px;
        font-size: 1.7rem;
    }
}

.about-copy__catch {
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: bold;
}
@media( max-width: 1100px ) {
    .about-copy__catch {
        padding-bottom: 20px;
        color: #0FD99E;
        font-size: 1.8rem;
    }
}
@media( min-width: 1101px ) {
    .about-copy__catch {
        padding-bottom: 28px;
        color: #FFFFFF;
        font-size: 3rem;
    }
}

.about-copy__lead {
    color: #FFFFFF;
}
@media( max-width: 1100px ) {
    .about-copy__lead {
        font-size: 1.3rem;
    }
}
@media( min-width: 1101px ) {
    .about-copy__lead {
        font-size: inherit;
    }
}

.about-scene {
    position: relative;
}
.about-scene picture {
    display: block;
    aspect-ratio: 1/.658;
}
.about-scene__image {
    position: absolute;
}
@media( max-width: 1100px ) {
    .about-scene {
        padding: 28px 0;
    }

    .about-scene picture {
        width: 133.6%;
    }

    .about-scene__image {
        left: -28%;
        width: 133.6%;
    }
}
@media( min-width: 1101px ) {
    .about-scene {
        height: 100%;
    }

    .about-scene__image {
        left: 0;
        height: 105%;
    }
}

.about-concept {
    background: rgba( 0, 0, 0, 0.37 );
}
@media( max-width: 1100px ) {
    .about-concept {
        padding: 20px 16px 28px 16px;
    }
}
@media( min-width: 1101px ) {
    .about-concept {
        padding: 20px 16px 28px 16px;
    }
}

.about-concept__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}
@media( max-width: 1100px ) {
    .about-concept__head {
        padding: 0 0 12px;
    }
}
@media( min-width: 1101px ) {
    .about-concept__head {
        justify-content: flex-start;
        padding: 0 0 12px;
    }
}

.about-concept__heading {
    color: #FFAE58;
}
@media( max-width: 1100px ) {
    .about-concept__heading {
        font-size: 1.7rem;
    }
}
@media( min-width: 1101px ) {
    .about-concept__heading {
        font-size: 1.7rem;
    }
}

.about-concept__sub-heading {
    color: #FFFFFF;
}
@media( max-width: 1100px ) {
    .about-concept__sub-heading {
        font-size: 1.1rem;
    }
}
@media( min-width: 1101px ) {
    .about-concept__sub-heading {
        margin-left: 28px;
        font-size: 1.1rem;
    }
}

.about-concept__body {
    overflow-y: auto;
}
@media( max-width: 1100px ) {
    .about-concept__body {
        max-height: 210px;
    }
}
@media( min-width: 1101px ) {
    .about-concept__body {
        max-height: 128px;
    }
}

.about-concept__paragraph {
    color: #CECECE;
}
@media( max-width: 1100px ) {
    .about-concept__paragraph {
        font-size: 1.2rem;
    }
}
@media( min-width: 1101px ) {
    .about-concept__paragraph {
        font-size: 1.3rem;
    }
}

/**
 * MENU
 *
 *
 */

.section--menu {
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media( max-width: 1100px ) {
    .section--menu {
        padding: 0 0 80px;
    }
    .section--menu.done {
        background: top left / cover no-repeat url( '/digitalstore/assets/img/bg3@1x.jpg' );
        background-image: image-set( url( '/digitalstore/assets/img/bg3@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg3@2x.jpg' ) 2x );
        background-image: -webkit-image-set( url( '/digitalstore/assets/img/bg3@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg3@2x.jpg' ) 2x );
    }
}
@media( min-width: 1101px ) {
    .section--menu {
        padding: 168px 0 156px;
    }
    .section--menu.done {
        background: top left / cover no-repeat url( '/digitalstore/assets/img/bg3-w1440@1x.jpg' );
        background-image: image-set( url( '/digitalstore/assets/img/bg3-w1440@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg3-w1440@2x.jpg' ) 2x );
        background-image: -webkit-image-set( url( '/digitalstore/assets/img/bg3-w1440@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg3-w1440@2x.jpg' ) 2x );
    }
}

.menu-wrapper {
    margin: 0;
}
@media( max-width: 1100px ) {
    .menu-wrapper {
        display: block;
    }
}
@media( min-width: 1101px ) {
    .menu-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.menu-content {
    margin: 0;
}
@media( max-width: 1100px ) {
    .menu-content {
        display: block;
    }
}
@media( min-width: 1101px ) {
    .menu-content:nth-child( 1 ) {
        flex: 0 0 300px;
        padding-right: 30px;
    }
    .menu-content:nth-child( 2 ) {
        flex: 1 1 auto;
        max-width: calc( 100vw - 460px );
    }
}

.menu-copy {
    padding: 0;
}
@media( max-width: 1100px ) {
    .menu-copy {
        padding-bottom: 20px;
    }
}
@media( min-width: 1101px ) {
    .menu-copy {
        padding-bottom: 0;
    }
}

.menu-copy__catch {
    color: #FFFFFF;
}
@media( max-width: 1100px ) {
    .menu-copy__catch {
        font-size: 1.7rem;
        text-align: center;
    }
}
@media( min-width: 1101px ) {
    .menu-copy__catch {
        font-family: 'Poppins', sans-serif;
        font-size: 3rem;
        font-weight: 500;
        line-height: 1.3;
        text-align: left;
        letter-spacing: -.6px;
    }
}

.menu-product {
    position: relative;
    background: rgb( 10,190,137 );
    background: linear-gradient( 45deg, rgba( 10, 190, 137, 1 ) 0%, rgba( 0, 173, 122, 1 ) 100% );
    box-shadow: 0px 1px 4px 0px rgba( 1, 205, 145, 0.45 );
}

.menu-product__head {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 385px;
}

.menu-product__image {
    display: block;
    width: 100%;
}

.menu-product__video {
    object-fit: cover;
    width: 100%;
}

.menu-product__body {
    position: relative;
    padding: 24px 20px;
}

.menu-product__icon {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 0 8px;
    color: #03CC91;
    font-size: 1rem;
    font-weight: bold;
    background: #FFFFFF;
    border-radius: 10px;
}

.menu-product__label {
    margin: 0 0 12px;
    color: #FFFFFF;
    font-family: 'D-DIN DIN-Bold', sans-serif;
    font-size: 1.9rem;
    font-weight: bold;
}

.menu-product__description {
    color: #FFFFFF;
    font-size: 1.3rem;
}

.menu-product__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0.36 );
    visibility: visible;
    opacity: 1;
    transition: opacity .336s, visibility .336s;
}

@media( max-width: 1100px ) {
    .menu-product {
        height: 100%;
    }
}
@media( min-width: 1101px ) {
    .menu-product {
        height: 100%;
        background: #131414;
    }
}

.menu-product-feature {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: flex-end;
    padding-right: 8px;
    width: 100%;
    text-align: right;
    transform: translate3d( 0, 0, 1px );
    backface-visibility: visible;
}

.menu-product-feature__image {
    width: auto;
    height: 66.66%;
}

.menu-product-feature span {
    display: flex;
    background: rgba( 30, 31, 33, .92 );
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 20px 30px 0px rgba( 126, 240, 178, .2 );
}

@media( max-width: 1100px ) {
    .menu-product-feature {
        top: -45px;
    }

    .menu-product-feature span {
        width: 90px;
        height: 90px;
    }
}
@media( min-width: 1101px ) {
    .menu-product-feature {
        top: -36px;
    }

    .menu-product-feature span {
        width: 74px;
        height: 74px;
    }
}

@media( max-width: 1100px ) {
    .menu-slide {
        margin: 0 auto;
    }
}
@media( min-width: 1101px ) {
    .menu-slide {
        position: relative;
    }
}

@media( max-width: 1100px ) {
    .menu-slide__buttons {
        position: static;
    }
}
@media( min-width: 1101px ) {
    .menu-slide__buttons {
        position: static;
    }
}

/**
 * POINT
 *
 *
 */

.section--point {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #090F0D;
}
@media( max-width: 1100px ) {
    .section--point {
        padding: 0 0 80px;
    }
}
@media( min-width: 1101px ) {
    .section--point {
        padding: 76px 0 148px;
    }
}

.point-items {
    margin: auto;
}
@media( max-width: 1100px ) {
}
@media( min-width: 1101px ) {
    .point-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        max-width: 1100px;
    }
}

.point {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.point__head {
    flex: 0 0 22%;
    max-width: 75px;
}

.point__image {
    width: 100%;
}

.point__body {
    flex: 1 1 auto;
    padding-left: 20px;
}

.point__body--res {
    flex: 1 1 auto;
    padding-left: 20px;
}

.point__body--exp {
    flex: 1 1 auto;
    padding-left: 20px;
}

.point__label {
    color: #FFFFFF;
    font-weight: bold;
}

.point__description {
    color: #FFFFFF;
}

@media( max-width: 1100px ) {
    .point + .point {
        padding: 36px 0 0;
    }

    .point__label {
        padding-bottom: 5px;
        font-size: 1.5rem;
        letter-spacing: .1px;
    }

    .point__description {
        color: #CECECE;
        font-size: 1.1rem;
    }
}
@media( min-width: 1101px ) {
    .point {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .point:nth-child( -n + 3 ) {
        padding-bottom: 4%;
    }

    .point__image {
        width: 75px;
    }

    .point__label {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .point__description {
        font-size: 1.2rem;
    }
}

/**
 * USER VOICE
 *
 *
 */

.section--voice {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #090F0D;
}
@media( max-width: 1100px ) {
    .section--voice {
        padding: 0 0 80px;
    }
    .section--voice.done {
        background: top left / cover no-repeat url( '/digitalstore/assets/img/bg5@1x.jpg' );
        background-image: image-set( url( '/digitalstore/assets/img/bg5@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg5@2x.jpg' ) 2x );
        background-image: -webkit-image-set( url( '/digitalstore/assets/img/bg5@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg5@2x.jpg' ) 2x );
    }
}
@media( min-width: 1101px ) {
    .section--voice {
        padding: 76px 0 56px;
    }
    .section--voice.done {
        background: top left / cover no-repeat url( '/digitalstore/assets/img/bg5-w1440@1x.jpg' );
        background-image: image-set( url( '/digitalstore/assets/img/bg5-w1440@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg5-w1440@2x.jpg' ) 2x );
        background-image: -webkit-image-set( url( '/digitalstore/assets/img/bg5-w1440@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg5-w1440@2x.jpg' ) 2x );
    }
}

.voice-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.voice-copy__heading {
    padding-bottom: 8px;
    color: #FD9F3A;
    font-size: 1.7rem;
}

.voice-copy__lead {
    color: #FFFFFF;
    font-size: 1.3rem;
}
@media( max-width: 1100px ) {
    .voice-copy__lead {
        padding-bottom: 12px;
    }
}
@media( min-width: 1101px ) {
    .voice-copy__lead {
        padding-bottom: 32px;
    }
}

.voice-chart {
    padding-bottom: 36px;
    text-align: center;
}

.voice-chart__pie {
    width: 100%;
    max-width: 344px;
}

.voice-pickup__heading {
    padding-bottom: 16px;
    color: #FFFFFF;
    font-size: 1.2rem;
}

.voice-pickup__comment {
    padding-left: 2.75em;
    color: #FFFFFF;
    font-size: 1.3rem;
    font-style: italic;
    background: 0 0 no-repeat url( '/digitalstore/assets/img/icon-quote.svg' );
}

/**
 * TOPICS
 *
 *
 */

.section--topic {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #090F0D;
}
@media( max-width: 1100px ) {
    .section--topic {
        padding: 0 0 60px;
    }
}
@media( min-width: 1101px ) {
    .section--topic {
        padding: 46px 0 80px;
    }
}

.topic-items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
    width: 100%;
    max-width: 600px;
}

.topic {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    width: 100%;
    gap: 16px;
}

.topic + .topic {
    border-top: 1px solid #707070;
}

.topic__head {
    flex: 0 0 90px;
}

.topic__body {
    flex: 1;
}

.topic__date {
    color: #9A9A9A;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
}

.topic__label {
    padding-top: 4px;
    color: #FFFFFF;
    font-size: 1.3rem;
}

.topic__link {
    background: right 0 bottom 3px no-repeat url( '/digitalstore/assets/img/icon-exlink.svg' );
    padding-right: 16px;
}

.topic__link:hover {
    text-decoration: underline;
}

/**
 * AWARD
 *
 *
 */

.section--award {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #090F0D;
}
@media( max-width: 1100px ) {
    .section--award {
        padding: 0 0 60px;
    }
    .section--award.done {
        background: top left / cover no-repeat url( '/digitalstore/assets/img/bg7@1x.jpg' );
        background-image: image-set( url( '/digitalstore/assets/img/bg7@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg7@2x.jpg' ) 2x );
        background-image: -webkit-image-set( url( '/digitalstore/assets/img/bg7@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg7@2x.jpg' ) 2x );
    }
}
@media( min-width: 1101px ) {
    .section--award {
        padding: 46px 0 108px;
    }
    .section--award.done {
        background: top left / cover no-repeat url( '/digitalstore/assets/img/bg7-w1440@1x.jpg' );
        background-image: image-set( url( '/digitalstore/assets/img/bg7-w1440@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg7-w1440@2x.jpg' ) 2x );
        background-image: -webkit-image-set( url( '/digitalstore/assets/img/bg7-w1440@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg7-w1440@2x.jpg' ) 2x );
    }
}

.award-wrapper {
    display: block;
}
@media( max-width: 1100px ) {
    .award-wrapper {
        display: block;
    }
}
@media( min-width: 1101px ) {
    .award-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin: auto;
        width: 100%;
        max-width: 1100px;
    }
}

.award-content {
    display: block;
}
@media( max-width: 1100px ) {
    .award-content {
        display: block;
    }

    .award-content picture {
        display: block;
        text-align: center;
    }
}
@media( min-width: 1101px ) {
    .award-content:nth-child( 1 ) {
        flex: 0 0 210px;
    }

    .award-content:nth-child( 2 ) {
        flex: 0 0 calc( 100% - 210px );
        padding-left: 44px;
    }
}

@media( max-width: 1100px ) {
    .award-copy {
        padding-top: 24px;
    }
}
@media( min-width: 1101px ) {
    .award-copy {
        padding-top: 0;
    }
}

.award-copy__heading {
    padding-bottom: 20px;
    color: #FD9F3A;
}
@media( max-width: 1100px ) {
    .award-copy__heading {
        font-size: 1.3rem;
        letter-spacing: .1px;
    }
}
@media( min-width: 1101px ) {
    .award-copy__heading {
        font-size: 1.5rem;
    }
}

.award-copy__lead {
    padding-bottom: 20px;
    color: #FFFFFF;
    font-size: 1.3rem;
}

.award-pickup__heading {
    padding-bottom: 20px;
    color: #FFFFFF;
}
@media( max-width: 1100px ) {
    .award-pickup__heading {
        font-size: 1.2rem;
    }
}
@media( min-width: 1101px ) {
    .award-pickup__heading {
        font-size: 1.3rem;
    }
}

.award-pickup__comment {
    padding-left: 2.75em;
    color: #FFFFFF;
    font-size: 1.3rem;
    font-style: italic;
    background: 0 0 no-repeat url( '/digitalstore/assets/img/icon-quote.svg' );
}
@media( max-width: 1100px ) {
    .award-pickup__comment {
        color: #EAEAEA;
        font-size: 1.2rem;
    }
}

/**
 * MEDIA
 *
 *
 */

.section--media {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #090F0D;
}
@media( max-width: 1100px ) {
    .section--media {
        padding: 0 0 60px;
    }
}
@media( min-width: 1101px ) {
    .section--media {
        padding: 46px 0 80px;
    }
}

.media-items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
    width: 100%;
    max-width: 600px;
}

.media {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    width: 100%;
}

.media:nth-child( n + 4 ) {
    display: none;
}

.is-more .media:nth-child( n + 4 ) {
    display: inherit;
}

.media + .media {
    border-top: 1px solid #707070;
}

.media__body {
    flex: 0 0 100%;
}

.media__date {
    color: #9A9A9A;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
}

.media__label {
    padding-top: 4px;
    color: #FFFFFF;
    font-size: 1.3rem;
}

.media__status {
    display: inline-block;
    padding: 2px 6px;
    margin: 0 8px;
    color: #01CD91;
    font-family: 'D-DIN DIN-Bold', sans-serif;
    font-size: 1rem;
    line-height: 1;
    border: 1px solid #01CD91;
}

.media__link {
    background: right 0 bottom 3px no-repeat url( '/digitalstore/assets/img/icon-exlink.svg' );
    padding-right: 16px;
}

.media__link:hover {
    text-decoration: underline;
}

.media-button-group {
    padding-top: 24px;
    width: 100%;
    text-align: center;
}

.is-more .media-button-group {
    display: none;
}

/**
 * SHOP LIST
 *
 *
 */

.section--shop {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #090F0D;
}
@media( max-width: 1100px ) {
    .section--shop {
        padding: 0 0 80px;
    }
    .section--shop.done {
        background: top left / cover no-repeat url( '/digitalstore/assets/img/bg9@1x.jpg' );
        background-image: image-set( url( '/digitalstore/assets/img/bg9@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg9@2x.jpg' ) 2x );
        background-image: -webkit-image-set( url( '/digitalstore/assets/img/bg9@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg9@2x.jpg' ) 2x );
    }
}
@media( min-width: 1101px ) {
    .section--shop {
        padding: 80px 0 108px;
    }
    .section--shop.done {
        background: top left / cover no-repeat url( '/digitalstore/assets/img/bg9-w1440@1x.jpg' );
        background-image: image-set( url( '/digitalstore/assets/img/bg9-w1440@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg9-w1440@2x.jpg' ) 2x );
        background-image: -webkit-image-set( url( '/digitalstore/assets/img/bg9-w1440@1x.jpg' ) 1x, url( '/digitalstore/assets/img/bg9-w1440@2x.jpg' ) 2x );
    }
}

.plusmirror-shop-comment {
    padding: 0 0 24px;
    text-align: center;
}

.tablet-shop-comment {
    padding: 36px 0 24px;
    text-align: center;
}

.shop-comment__catch {
    color: #FFFFFF;
    font-size: 1.7rem;
    font-weight: bold;
}

.shop-comment__lead {
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: bold;
}

.shop-comment__value {
    font-size: 1.9rem;
}

.shop-tablet {
    padding: 30px 20px 10px;
    text-align: center;
    background: rgba( 16, 16, 16, .83 );
}

.shop-tablet__image {
    max-width: 460px;
    width: 80%;
    margin-left: 20%;
}

.shop-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: auto;
    background: rgba( 16, 16, 16, .83 );
}

.shop-tablet ~ .shop-items {
    padding-top: 0;
}

@media( max-width: 1100px ) {
    .shop-items {
        padding: 20px;
        width: auto;
    }
}
@media( min-width: 1101px ) {
    .shop-items {
        padding: 28px 10px 40px;
        width: 100%;
        max-width: 1100px;
    }
}

.shop {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.shop__head {
    width: 100%;
}

.shop__image {
    width: 100%;
}

.shop__body {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.shop__name {
    padding-bottom: 12px;
    color: #FFFFFF;
    font-family: 'D-DIN DIN-Bold', sans-serif;
}

.shop__address {
    padding-left: 20px;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    background: 0 4px / 13px no-repeat url( '/digitalstore/assets/img/icon-map.svg' );
}

.shop__phone {
    padding-left: 20px;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    background: 0 4px / 13px no-repeat url( '/digitalstore/assets/img/icon-phone.svg' );
}
@media( max-width: 1100px ) {
    .shop {
        flex: 0 0 50%;
        width: 50%;
    }

    .shop:nth-child( odd ) {
        padding-right: 10px;
    }

    .shop:nth-child( even ) {
        padding-left: 10px;
    }

    .shop:nth-child( n + 3 ) > * {
        padding-top: 30px;
        border-top: 1px solid #01B27E;
    }

    .shop:nth-child( n + 3 ) > * {
        padding-top: 30px;
        border-top: 1px solid #01B27E;
    }

    .shop__body {
        padding: 12px 0 24px;
        grid-template-rows: 40px auto auto;
    }

    .shop__name {
        font-size: 1.1rem;
        line-height: 1.3;
        letter-spacing: 1.1px;
    }

    .shop__address {
        margin-bottom: 4px;
        font-size: 1.0rem;
        line-height: 1.3;
        background-position: 0 1px;
    }

    .shop__phone {
        font-size: 1.0rem;
        background-position: 0 1px;
    }
}
@media( min-width: 1101px ) {
    .shop {
        flex: 0 0 20%;
        padding: 0 10px;
        width: 20%;
    }

    .shop__body {
        grid-template-rows: 60px 60px auto;
    }

    .shop__name {
        font-size: 1.6rem;
        line-height: 1.4;
        letter-spacing: 1.1px;
    }

    .shop__address {
        font-size: 1.3rem;
        line-height: 1.3;
        letter-spacing: .4px;
    }

    .shop__phone {
        font-size: 1.2rem;
    }
}

.shop-copy__heading {
    color: #FFFFFF;
}

.shop-copy__lead {
    color: #FFFFFF;
}

/**
 * SEPARATE
 *
 *
 */

.section--separate {
    background: rgb( 27, 245, 181 );
    background: linear-gradient( 120deg, rgba( 27, 245, 181, 1 ) 0%, rgba( 6, 165, 118, 1 ) 100% );
}
@media( max-width: 1100px ) {
    .section--separate {
        padding: 36px 0;
    }
}
@media( min-width: 1101px ) {
    .section--separate {
        padding: 60px 0 52px;
    }
}

.separator {
    padding: 0 40px;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

/**
 * USAGE SCENE
 *
 *
 */

.section--usage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.section--usage picture {
    display: block;
}
@media( max-width: 1100px ) {
    .section--usage picture {
        flex: 0 0 50%;
        width: 50%;
    }
}
@media( min-width: 1101px ) {
    .section--usage picture {
        flex: 0 0 25%;
        width: 25%;
    }
}

.scene {
    display: block;
    width: 100%;
}

/**
 * FOOTER
 *
 *
 */

@media( max-width: 1100px ) {
    .footer {
        background: rgba( 0, 0, 0, 1 );
    }
}
@media( min-width: 1101px ) {
    .footer {
        background: rgba( 0, 0, 0, 0.9 );
    }
}

.footer-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}
@media( max-width: 1100px ) {
    .footer-wrapper {
        align-items: center;
        padding: 56px 0 0;
    }
}
@media( min-width: 1101px ) {
    .footer-wrapper {
        align-items: flex-start;
        padding: 68px 0 48px;
    }
}

.footer-social-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
@media( max-width: 1100px ) {
    .footer-social-items {
        justify-content: center;
    }
}
@media( min-width: 1101px ) {
    .footer-social-items {
        justify-content: flex-end;
    }
}

.social-fb {
    overflow: hidden;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background: center no-repeat url( '/digitalstore/assets/img/icon-fb.svg' );
}

.social-fb:hover {
    border-color: transparent;
    background-color: #01CD91;
}

.social-tw {
    overflow: hidden;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background: center no-repeat url( '/digitalstore/assets/img/icon-tw.svg' );
}

.social-tw:hover {
    border-color: transparent;
    background-color: #01CD91;
}

.social-ln {
    overflow: hidden;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background: center no-repeat url( '/digitalstore/assets/img/icon-ln.svg' );
}

.social-ln:hover {
    border-color: transparent;
    background-color: #01CD91;
}

.footer-link-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
@media( max-width: 1100px ) {
    .footer-link-items {
        flex-direction: column;
        padding: 40px 0;
    }
}
@media( min-width: 1101px ) {
    .footer-link-items {
        flex-direction: row;
        padding: 48px 0 0;
    }
}

.link {
    font-weight: bold;
}
@media( max-width: 1100px ) {
    .link {
        font-size: 1.3rem;
    }

    .link + .link {
        margin-top: 20px;
    }
}
@media( min-width: 1101px ) {
    .link {
        font-size: 1.3rem;
    }

    .link + .link {
        margin-left: 40px;
    }
}

.footer-logo {
    position: static;
}
@media( max-width: 1100px ) {
    .footer-logo {
        padding: 40px 0;
        width: 100%;
        text-align: center;
        background-color: rgba( 16, 16, 16, .9 );
    }
}
@media( min-width: 1101px ) {
    .footer-logo {
        position: absolute;
        top: 68px;
        left: 0;
    }
}

.copywrite {
    padding: 12px 0;
    color: #C1C1C1;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    background: #000000;
}
@media( max-width: 1100px ) {
    .copywrite {
        font-size: 1.0rem;
    }
}
@media( min-width: 1101px ) {
    .copywrite {
        font-size: 1.1rem;
    }
}

/**
 * Cascading Styles
 *
 *
*/

.section--home .button-group [class*="button"]:nth-child( n + 2 ) {
    margin-left: 10px;
}

@media( max-width: 1100px ) {
    .section--about .heading-group {
        padding: 60px 0 30px;
    }

    .section--about .heading {
        top: 30px;
    }

    .section--about .ticker__cell{
        animation-duration: 19.8s;
    }
}
@media( min-width: 1101px ) {
    .section--about .heading {
        align-items: flex-start;
    }
}

.section--menu .swiper {
    padding-bottom: 4px;
}
.section--menu .swiper-slide {
    height: auto;
}
.section--menu .swiper-pagination-bullets {
    bottom: -24px !important;
}
.section--menu .swiper-pagination-bullet {
    width: 40px !important;
    height: 4px !important;
    background: #6A6A6A !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}
.section--menu .swiper-pagination-bullet-active {
    background: #01CD91 !important;
}
.section--menu .swiper-slide-active .menu-product {
    background: rgb( 10,190,137 );
    background: linear-gradient( 45deg, rgba( 10, 190, 137, 1 ) 0%, rgba( 0, 173, 122, 1 ) 100% );
}
.section--menu .swiper-slide-active .menu-product__overlay {
    visibility: hidden;
    opacity: 0;
}
.section--menu .swiper-button-prev,
.section--menu .swiper-button-next,
.section--menu .swiper-rtl .swiper-button-prev,
.section--menu .swiper-rtl .swiper-button-next {
    width: 44px;
    height: 44px;
    caret-color: transparent;
}
.section--menu .swiper-button-prev {
    left: 0;
    right: auto;
    transform: rotate( 180deg );
}
.section--menu .swiper-button-next {
    left: auto;
    right: 0;
    transform: rotate( 0deg );
}
.section--menu .swiper-button-prev:after,
.section--menu .swiper-button-next:after,
.section--menu .swiper-rtl .swiper-button-prev:after,
.section--menu .swiper-rtl .swiper-button-next:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}
.section--menu .swiper-button-prev:after,
.section--menu .swiper-button-next:after,
.section--menu .swiper-rtl .swiper-button-prev:after,
.section--menu .swiper-rtl .swiper-button-next:after {
    background: center no-repeat url( '/digitalstore/assets/img/icon-arrow.svg' ) rgba( 0, 0, 0, .67 );
}

@media( max-width: 1100px ) {
    .section--menu .container {
        padding: 0;
    }

    .section--menu .heading-group {
        padding: 60px 0 20px;
    }

    .section--menu .heading {
        top: 50px;
    }

    .section--menu .ticker__cell{
        animation-duration: 49.5s;
    }

    .section--menu .swiper {
        overflow: visible !important;
    }
}
@media( min-width: 1101px ) {
    .section--menu .heading-group {
        padding: 0 0 20px;
    }

    .section--menu .heading {
        align-items: flex-start;
    }

    .section--menu .swiper {
        overflow-x: hidden !important;
    }

    .section--menu .swiper-button-prev {
        left: -28px;
    }
    .section--menu .swiper-button-next {
        right: -28px;
    }
}

@media( max-width: 1100px ) {
    .section--point .heading-group {
        padding: 60px 0 30px;
    }

    .section--point .heading {
        top: 40px;
    }

    .section--point .ticker__cell{
        animation-duration: 19.8s;
    }

    .section--point .point__body--exp .point__label {
        font-size: 1.3rem;
        letter-spacing: -.3px;
    }
}
@media( min-width: 1101px ) {
    .section--point .heading-group {
        padding-top: 30px;
        padding-bottom: 10px;
        margin: 0 auto 60px;
        background: center no-repeat url( '/digitalstore/assets/img/heading-bg3.svg' );
    }

    .section--point .point__body--res .point__label {
        font-size: 1.6rem;
        letter-spacing: .1px;
    }

    .section--point .point__body--res .point__description {
        letter-spacing: .1px;
    }

    .section--point .point__body--exp .point__label {
        font-size: 1.4rem;
        letter-spacing: .1px;
    }

    .section--point .point__body--exp .point__description {
    }
}

@media( max-width: 1100px ) {
    .section--voice .heading-group {
        padding: 60px 0 30px;
    }

    .section--voice .heading {
        top: 40px;
    }

    .section--voice .ticker__cell{
        animation-duration: 19.8s;
    }
}

@media( max-width: 1100px ) {
    .section--topic .heading-group {
        padding: 60px 0 30px;
    }

    .section--topic .heading {
        top: 40px;
    }

    .section--topic .ticker__cell{
        animation-duration: 19.8s;
    }
}
@media( min-width: 1101px ) {
    .section--topic .heading-group {
        padding: 40px 0 24px;
        margin: 0 auto;
        background: center no-repeat url( '/digitalstore/assets/img/heading-bg5.svg' );
    }
}

@media( max-width: 1100px ) {
    .section--award .heading-group {
        padding: 60px 0 30px;
    }

    .section--award .heading {
        top: 40px;
    }

    .section--award .ticker__cell{
        animation-duration: 23.1s;
    }
}
@media( min-width: 1101px ) {
    .section--award .heading-group {
        padding: 40px 0 24px;
        margin: 0 auto 44px;
        background: center no-repeat url( '/digitalstore/assets/img/heading-bg6.svg' );
    }
}

@media( max-width: 1100px ) {
    .section--media .heading-group {
        padding: 60px 0 30px;
    }

    .section--media .heading {
        top: 40px;
    }

    .section--media .ticker__cell{
        animation-duration: 13.2s;
    }
}
@media( min-width: 1101px ) {
    .section--media .heading-group {
        padding: 40px 0 24px;
        margin: 0 auto 44px;
        background: center no-repeat url( '/digitalstore/assets/img/heading-bg7.svg' );
    }
}

@media( max-width: 1100px ) {
    .section--shop .heading-group {
        padding: 60px 0 30px;
    }

    .section--shop .heading {
        top: 40px;
    }

    .section--shop .ticker__cell{
        animation-duration: 33.0s;
    }
}

.page-heading {
    padding: 20px 0 0;
}
.contact-logo {
    filter: brightness( 0 );
}

.contact {
    background: #EDEDED;
}
@media( max-width: 1100px ) {
    .contact {
        padding: 15px;
    }
}
@media( min-width: 1101px ) {
    .contact {
        padding: 30px;
    }
}

.contact-header {
    margin: 80px 0 60px;
}
@media( max-width: 1100px ) {
    .contact-header {
    }
}
@media( min-width: 1101px ) {
    .contact-header {
        margin: 120px 0 60px;
    }
}

.form-heading {
    color: #222222;
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 200;
    line-height: .75;
    letter-spacing: 0;
}
@media( max-width: 1100px ) {
    .form-heading {
        font-size: 85px;
    }
}
@media( min-width: 1101px ) {
    .form-heading {
        font-size: 85px;
    }
}

.contact-body {
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: .337s ease;
    transition-property: opacity visibility;
}
.contact-body.loaded {
    opacity: 1;
    visibility: visible;
}
@media( max-width: 1100px ) {
    .contact-body {
        width: 100%;
        min-height: 1000px;
    }
}
@media( min-width: 1101px ) {
    .contact-body {
        width: 800px;
        min-height: 1000px;
    }
}

@media( max-width: 1100px ) {
    .hs-form-iframe {
        min-height: 1400px !important;
    }
}
@media( min-width: 1101px ) {
    .hs-form-iframe {
        min-height: 1150px !important;
    }
}
