<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#00000000',GradientType=0 );
}
html,
body {
    background-color: RGBA(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

:focus {
    outline: none;
}


.container {
    max-width: none;
}

p {
    font-size: 16px;
    line-height: 1.111em;
}
    p.big {
        font-size: 30px;
        line-height: 30px;
    }
    p.medium {
        font-size: 20px;
        line-height: 20px;
    }
    p.small {
        font-size: 12px;
        line-height: 12px;
    }
    p.legal {
        font-size: 11px;
        line-height: 11px;
        text-align: justify;
        color: #939598;
    }

h3 {
    font-size: 24px;
    line-height: 24px;
}

.btn.shimmer {
    position: relative;
    overflow: hidden;
}
    .btn.shimmer::after {
        content: " ";
        display: block;
        position: absolute;
        width: 200%;
        height: 200px;
        background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
        background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
        -webkit-animation: shimmer 1.5s infinite;
        animation: shimmer 1.5s infinite;
        left: -50%;
    }


.as-pos .warning-text-msg {
    color: #c03123;
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: calc(100% - 4px);
    width: 600px;
    max-width: 50vw;
    background-image: URL("/Content/img/static/warning.png");
    background-repeat: no-repeat;
    padding-left: 47px;
    font-size: 15px;
}

.white {
    color: #FFF;
}

.as-pos .as-config-checkbox {
    cursor: pointer;
}

.as-pos .swiper {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
}
    .as-pos .swiper img {
        display: block;
        position: absolute;
        top: 0;
        left: -15px;
    }
    .as-pos .swiper .right {
        left: auto;
        right: -15px;
    }
    .as-pos .swiper .hand {
        position: relative;
        transform-origin: bottom center;
        -webkit-animation: swiper 1.5s infinite;
        animation: swiper 1.5s infinite;
        left: auto;
        top: 0;
    }
.as-pos .swiper-vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
    .as-pos .swiper-vertical .right,
    .as-pos .swiper-vertical .left {
        display: block;
        position: absolute;
        transform: rotate(90deg);
        top: 0;
    }
    .as-pos .swiper-vertical .hand {
        position: relative;
        transform-origin: bottom center;
        -webkit-animation: swiper-vertical 1.5s infinite;
        animation: swiper-vertical 1.5s infinite;
        left: auto;
        top: 0;
    }

.as-pos {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

  .as-pos .navigation {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 10px RGBA(0, 0, 0, 0.5);
  }
    .as-pos .navigation .models {
        text-align: center;
        float: left;
        cursor: pointer;
        display: none;
        padding: 20px;
    }
        .as-pos .navigation .models img,
        .as-pos .navigation .start-over img {
          margin-bottom: 6px;
          margin-right: 10px;
        }
        .as-pos .navigation .start-over span,
        .as-pos .navigation .models span {
            color: #323232;
            font-size: 18px;
        }
    .as-pos .navigation .start-over {
        text-align: center;
        float: left;
        cursor: pointer;
        opacity: 0;
        pointer-events: none;
        padding: 20px;
    }
        .as-pos .navigation .start-over.on {
            opacity: 1;
            pointer-events: auto;
        }
    .as-pos .navigation .vehicle-name {
        float: left;
        padding: 20px 0 0 400px;
        display: none;
    }
        .as-pos .navigation .vehicle-name.on {
            display: block;
        }
    .as-pos .navigation .retailer-name {
        float: left;
        padding: 30px 0 0 30px;
        display: block;
    }
    .as-pos .navigation .right-side {
        float: right;
        padding-right: 10px;
        display: none;
    }
        .as-pos .navigation .right-side.on {
            display: block;
        }
        .as-pos .navigation .right-side h4 {
            float: left;
            color: #323232;
            line-height: 70px;
            margin-right: 20px;
        }
        .as-pos .navigation .right-side .background {
            float: left;
            position: relative;
            cursor: pointer;
            margin-right: 20px;
            line-height: 70px;
        }
            .as-pos .navigation .right-side .background img:last-child {
                display: block;
                position: absolute;
                top: 50%;
                left: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                opacity: 0;
            }
                .as-pos .navigation .right-side .background.active img:first-child,
                .as-pos .navigation .right-side .background:hover img:first-child {
                    opacity: 0;
                }
                .as-pos .navigation .right-side .background.active img:last-child,
                .as-pos .navigation .right-side .background:hover img:last-child {
                    opacity: 1;
                }

.as-pos .current-section {
    padding-top: 70px;
}

.as-pos .section {
    position: relative;
    z-index: 2;
    left: 100%;
    transition: left 0.3s ease-in-out;
}
    .as-pos .section.slide-out {
        left: -100%;
    }
    .as-pos .section.slide-in {
        left: 0;
    }

.as-pos .main-background {
    position: fixed;
    z-index: 1;
    transition: opacity 0.5s ease-in-out;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100vw;
    height: calc(100% - 70px);
    opacity: 0;
}
    .as-pos .main-background.on {
        opacity: 1;
    }
    .as-pos .main-background img {
        position: relative;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        float: right;
        width: 100%;
    }
    .as-pos .main-background .background-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    }

.as-pos .side-nav {
    position: fixed;
    left: -180px;
    top: 70px;
    width: 140px;
    height: calc(100vh - 70px);
    background-color: #FFF;
    transition: left 0.5s ease-in-out;
    overflow: hidden;
    z-index: 8;
}
    .as-pos .side-nav.on {
        left: 0;
    }
    .as-pos .side-nav ul {
        list-style: none;
        padding: 60px 0;
    }
        .as-pos .side-nav ul li {
            padding: 25px 15px;
            position: relative;
            text-align: center;
            cursor: pointer;
        }
            .as-pos .side-nav ul li h5 {
                padding-top: 15px;
            }
            .as-pos .side-nav ul li img.off {
                position: absolute;
            }
            .as-pos .side-nav ul li img.on {
                position: relative;
                z-index: 2;
                opacity: 0;
                transition: opacity 0.5s ease-in-out;
            }
                .as-pos .side-nav ul li.active img.on {
                    opacity: 1;
                }

.as-pos .vehicle-images {
    position: fixed;
    top: 70px;
    left: 55%;
    transform: translateX(-50%);
    z-index: 1;
    transition: left 0.3s ease-in-out, top 0.3s ease-in-out;
}

.as-pos .vehicle-images .swiper {
    top: 100%;
    color: #fff;
}

    .as-pos .vehicle-images .swiper-message {
        position: absolute;
        bottom: -30px;
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .as-pos .vehicle-images.slide-left {
        left: 30%;
        top: calc(2.5% + 70px);
        z-index: 2;
    }
    .as-pos .vehicle-images canvas {
        display: block;
        width: 100vw;
        max-width: 1355px;
    }
    .as-pos .vehicle-images .layer {
        position: absolute;
        top: 0;
        left: 0;
    }
    .as-pos .vehicle-images .arrows {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: none;
    }
        .as-pos .vehicle-images .arrows.on {
            display: block;
        }
        .as-pos .vehicle-images .arrows .right {
            position: absolute;
            bottom: 50px;
            right: 100px;
            -webkit-animation: arrowPulse 1.5s infinite;
            animation: arrowPulse 1.5s infinite;
        }
        .as-pos .vehicle-images .arrows .left {
            transform: rotateY(180deg);
            position: absolute;
            bottom: 50px;
            left: 30px;
            -webkit-animation: arrowPulse 1.5s infinite;
            animation: arrowPulse 1.5s infinite;
        }


.as-pos .side-bar {
    position: fixed;
    left: -60px;
    width: 200px;
    height: calc(100vh - 70px);
    margin-right: -14px;
    background-color: #e6e6e6;
    z-index: 1;
    transition: left 0.3s cubic-bezier(.25,.02,.48,.99);
    visibility: hidden;
}
    .as-pos .side-bar.on {
        left: 140px;
        visibility: visible;
    }
        .as-pos .side-bar.delay {
            transition: left 0.3s cubic-bezier(.25,.02,.48,.99), visibility 0s linear 0.3s;
        }
    .as-pos .side-bar .inner {
        position: relative;
        padding: 85px 35px;
        background-color: #dedede;
    }

    .as-pos .mini-cart {
        position: fixed;
        width: 500px;
        right: -785px;
        bottom: 0;
        z-index: 3;
        transition: all 0.3s ease-in-out;
    }
        .as-pos .mini-cart .row {
            background-color: #0d4ec7;
            padding: 20px;
        }
    .as-pos .mini-cart.on {
        right: 0;
    }
    .as-pos .mini-cart.on.top {
        bottom: 525px;
        transition: bottom 0.3s ease-in-out;
    }
        .as-pos .mini-cart.on.top .fine-print {
          display: none;
        }
    .as-pos .mini-cart .price {
        /*position: relative;
        font-size: 40px;
        line-height: 1em;
        letter-spacing: -2px;*/
    }
    .as-pos .mini-cart .view-cart {
      color: #000;
    }
    .as-pos .mini-cart .fine-print {
      padding: 10px;
    }
        .as-pos .mini-cart .price img {
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
        }
    .as-pos .mini-cart .btn {
        margin-top: 10px;
    }
body.fr .as-pos .mini-cart .btn {
    width: 215px;
}

.as-pos .accessory-box {
    position: fixed;
    bottom: -50%;
    right: 0;
    width: calc(100vw - 340px);
    background-color: #FFF;
    padding: 30px;
    z-index: 3;
    transition: bottom 0.3s ease-in-out;
}
    .as-pos .accessory-box.on {
        bottom: 0;
    }
    .as-pos .accessory-box .close-btn {
        position: absolute;
        top: 30px;
        right: 30px;
    }
    .as-pos .accessory-box .close-btn:hover {
        cursor: pointer;
    }
    .as-pos .accessory-box .video {
        padding-top: 45px;
    }
    .as-pos .accessory-box .accessory-partial { }
        .as-pos .accessory-box .accessory-partial .left {
            display: block;
            width: 360px;
            height: 150px;
            overflow: hidden;
            float: left;
        }
            .as-pos .accessory-box .accessory-partial .left img {
                display: block;
                width: 100%;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
            }
        .as-pos .accessory-box .accessory-partial .right {
            display: block;
            width: calc(100% - 390px);
            float: left;
            margin-left: 30px;
            padding-left: 30px;
        }
        .as-pos .accessory-box .accessory-partial .legal {
            margin-top: 20px;
        }
        .as-pos .accessory-box .accessory-partial .video-trigger {
            cursor: pointer;
            position: relative;
        }
            .as-pos .accessory-box .accessory-partial .video-trigger.video-pulse {
                -webkit-animation: videopulse 1.5s infinite linear;
                animation: videopulse 1.5s infinite linear;
            }
            .as-pos .accessory-box .accessory-partial .video-trigger .img-responsive {
                width: 100%;
            }
            .as-pos .accessory-box .accessory-partial .video-trigger .play {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                cursor: pointer;
            }
        .as-pos .accessory-box .accessory-partial audio {
            margin-top: 20px;
            width: 100%;
            height: 42px;
            left: 50%;
            transform: translateX(-50%);
            position: relative;
            max-width: 100%;
        }

        .as-pos .accessory-box .accessory-partial .audio-controls {
            width: 100%;
            height: 40px;
            margin-top: 20px;
        }

        .as-pos .accessory-box .accessory-partial .audio-controls.playing .pause {
            z-index: 2;
        }
        .as-pos .accessory-box .accessory-partial .audio-controls.playing .play {
            z-index: 1;
        }

        .as-pos .accessory-box .accessory-partial .audio-controls .audio-control-button {
            width: 100%;
            cursor: pointer;
        }

            .as-pos .accessory-box .accessory-partial .audio-controls .audio-control-play {
                float: right;
                position: relative;
                display: inline-block;
            }

            .as-pos .accessory-box .accessory-partial .audio-controls .audio-control-button.pause {
                position: absolute;
                left: 0;
                top: 0;
            }

        .as-pos .accessory-box .accessory-partial .audio-controls .audio-control-button {
              width: 50px;
              height: 29px;
            background-size: contain;
         }

            .as-pos .accessory-box .accessory-partial .audio-controls .pause {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANkAAACACAYAAACGP8xJAAAACXBIWXMAAAsSAAALEgHS3X78AAAEA0lEQVR4nO3av2pUWRzA8TPn3kBSpBgkCHmADKTOA2RBGwuxtLBd0CdS2NbCUixsFDYPYC1MHiAgQVKkSCD3z/K767iR9Q9Z59esn0+TTDJzSA7z5Zx77szGcSzfMpvNHmxsbDwahuGw7/tb33wi/IKapvlYaz26urp6Po7jy2929LXIZrPZYa31xTAMt+fzednZ2Snb29vT7+Ix/MrOzs6m//78/Lycnp5Oj2utH4ZheDiO49EPI2vb9mnf948jrL29vbK1teUNBd9xcXFRjo+Pp+CapnnWdd2T68/+IrLNzc1XXdfdWywWze7urnmFGzg5OSnL5bJv2/b15eXl/dUrP0cWK1gp5feDg4NmtTUEbia2kO/evetLKX+sVrQpsrgGK6X8ub+/X6xg8HNiRXv//n2M8Vtco9X4Lg454hpMYPDzoqPoKbqKwWoc08cpYhxyAOsRPUVX0VeN+2BRnVNEWJ/oKW53RV81bjS79wXrF4tX9FXjkxxOE2H9oqvoq5pbyDVFZrsI67faIVrJIEnbttPAIoNkIoNkIoNkIoNkIoNkIoNkIoNkIoNkIoNkIoNkIoNkIoNkIoNkrQm+uTdv3qSMe/fu3f/V38TfrGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQTGSQbFZKGe/cuWOeIcHbt2+tZJBNZJBMZJBMZJBMZJBMZJBMZJBMZJBMZJBMZJBMZJBMZJBMZJBsiuz8/Nw8w5qdnZ1NA06RdV1nfiFJbZrmo5UM1i+6ir5qrfXo9PTUFMOaRVfRV726unoee8eLiwtzDGsSPUVX0Vcdx/FlrfXD8fGx+YU1iZ6iq6mvGHIYhoextJ2cnJhj+EnRUfQUXZXV6eI4jkdN0zxbLpe9QxD476Kf6Ch6iq5ioNk4jp8H3NzcfNV13b3FYtHs7u6aariBWMEisLZtX19eXt5fvfKLyELbtk/7vn+8s7NT9vb2ytbWlnmG74hDjrgGiy1irGBd1z25/ux/RTb9cDY7rLW+GIbh9nw+LxHc9vb29Lt4DL+q+ODG6pIqvkZYcYoYhxxxDbbaIv4wsmuxPdjY2Hg0DMNh3/e3vLPgH59uNB/FMX2cIn51akopfwELqUtmp4yBSAAAAABJRU5ErkJggg==');
                background-size: contain;
                z-index: 1;
            }

            .as-pos .accessory-box .accessory-partial .audio-controls .play {
                position: relative;
                background: url('data:image/png;base64,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');
                background-size: contain;
                z-index: 2;
            }
            .as-pos .accessory-box .accessory-partial audio::-webkit-media-controls-panel {
            width: 90%;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
        .as-pos .accessory-box .accessory-partial .msrp-row {
            padding-top: 20px;
        }

.as-pos .conflict-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: RGBA(0, 0, 0, 0.6);
    display: none;
}
    .as-pos .conflict-area .conflict-window {
        position: absolute;
        bottom: -50%;
        left: 55%;
        transform: translateX(-50%);
        width: calc(100vw - 730px);
        background-color: #FFF;
        border: 1px solid #8f8f8f;
        border-bottom: 0;
        padding: 30px;
        z-index: 3;
        transition: bottom 0.3s ease-in-out;
    }
        .as-pos .conflict-area .conflict-window.on {
            bottom: 0;
        }
        .as-pos .conflict-area .conflict-window .conflict-item {
            padding-bottom: 10px;
            border-bottom: 1px solid #EEE;
            margin-bottom: 10px;
        }
            .as-pos .conflict-area .conflict-window .conflict-item .already-owned {
                position: relative;
            }
                .as-pos .conflict-area .conflict-window .conflict-item .already-owned .as-config-checkbox {
                    width: 35px;
                    display: block;
                    float: left;
                }
                .as-pos .conflict-area .conflict-window .conflict-item .already-owned p {
                    width: calc(100% - 35px);
                    padding-left: 7px;
                    position: relative;
                    float: left;
                    margin-bottom: 0;
                    top: 8px;
                }
            .as-pos .conflict-area .conflict-window .conflict-item p {
                font-size: 14px;
            }
        .as-pos .conflict-area .conflict-window .add-product .as-config-checkbox {
            margin-left: 15px;
        }

.as-pos .video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: RGBA(0, 0, 0, 0.9);
    display: none;
}
    .as-pos .video-overlay .embed-wrapper {
        position: relative;
        left: 50%;
        top: 50%;
        max-width: 1400px;
        transform: translate(-50%, -50%);
    }
        .as-pos .video-overlay .embed-wrapper .close-video {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            padding: 20px 30px;
            z-index: 2;
            cursor: pointer;
        }
        .as-pos .video-overlay .embed-wrapper .youtube-logo-cover {
            position: absolute;
            bottom: 40px;
            right: 0;
            width: 150px;
            height: 50px;
        }

.as-pos .demo-video {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    cursor: pointer;
    background-color: #000;
    align-items: center;
}

.as-pos .demo-video video {
    pointer-events: none;
    position: relative;
    width: 100vw;
    height: 100vh;
}

.as-pos .image-loading-section {
    height: 1px;
    overflow: hidden;
    opacity: 0;
}


.as-pos .floating-copy {
    position: fixed;
    left: 395px;
    top: 126px;
    max-width: 600px;
    z-index: 2;
}
    .as-pos .floating-copy h3 {
        color: #FFF;
    }
    .as-pos .floating-copy p {
        color: #FFF;
        line-height: 18px;
    }


.as-pos h4[data-series="c"] {
    background: url('../img/pos/connected-white.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: transparent;
}
/*.as-pos .series-letters h4[data-series="c"].active {
    background: url('../img/pos/connected-blue.png');
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}*/
.as-pos [data-series-name="BMW Connected App"] .huge {
    display: none;
}
.as-pos .retailer-staff-choices .choice {
    cursor: pointer;
    border: 1px solid black;
    padding: 8px 8px 3px 8px;
}
    .as-pos .retailer-staff-choices .choice:hover {
        border: 4px solid #0f74f6;
        padding: 5px 5px 0px 5px;
    }
    .as-pos .retailer-staff-choices .choice.on {
        border: 4px solid #0653b6;
        padding: 5px 5px 0px 5px;
    }

@-webkit-keyframes arrowPulse {
    0% { opacity: 0.4; }
    50% { opacity: 0.8; }
    100% { opacity: 0.4; }
}
@keyframes arrowPulse {
    0% { opacity: 0.4; }
    50% { opacity: 0.8; }
    100% { opacity: 0.4; }
}

@-webkit-keyframes swiper {
    0% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
    20% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
    30% { -webkit-transform: rotate3d(0, 0, 1, 10deg) translate(10px, 0); transform: rotate3d(0, 0, 1, 10deg) translate(10px, 0); }
    70% { -webkit-transform: rotate3d(0, 0, 1, -10deg) translate(-10px, 0); transform: rotate3d(0, 0, 1, -10deg) translate(-10px, 0); }
    80% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
    100% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
}
@keyframes swiper {
    0% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
    20% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
    30% { -webkit-transform: rotate3d(0, 0, 1, 10deg) translate(10px, 0); transform: rotate3d(0, 0, 1, 10deg) translate(10px, 0); }
    70% { -webkit-transform: rotate3d(0, 0, 1, -10deg) translate(-10px, 0); transform: rotate3d(0, 0, 1, -10deg) translate(-10px, 0); }
    80% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
    100% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
}

@-webkit-keyframes swiper-vertical {
    0% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
    20% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
    30% { -webkit-transform: rotate3d(1, 0, 0, 30deg) translate(0, -15px); transform: rotate3d(1, 0, 0, 30deg) translate(0, -15px); }
    70% { -webkit-transform: rotate3d(1, 0, 0, 30deg) translate(0, 10px); transform: rotate3d(1, 0, 0, 30deg) translate(0, 10px); }
    80% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
    100% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
}

@keyframes swiper-vertical {
    0% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
    20% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
    30% { -webkit-transform: rotate3d(1, 0, 0, 30deg) translate(0, -15px); transform: rotate3d(1, 0, 0, 30deg) translate(0, -15px); }
    70% { -webkit-transform: rotate3d(1, 0, 0, 30deg) translate(0, 10px); transform: rotate3d(1, 0, 0, 30deg) translate(0, 10px); }
    80% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
    100% { -webkit-transform: rotate3d(0) translate(0, 0); transform: rotate3d(0) translate(0, 0); }
}

@-webkit-keyframes shimmer {
    0% { opacity: 0; top: -158px; left: -100%; }
    50% { opacity: 0.5; }
    100% { opacity: 0; top: 0; left: 0; }
}

@keyframes shimmer {
    0% { opacity: 0; top: -158px; left: -100%; }
    50% { opacity: 0.5; }
    100% { opacity: 0; top: 0; left: 0; }
}

@-webkit-keyframes videopulse {
    0% { box-shadow: 0 0 10px 0 RGBA(28, 105, 212, 0.5); }
    50% { box-shadow: 0 0 15px 5px RGBA(28, 105, 212, 1); }
    100% { box-shadow: 0 0 10px 0 RGBA(28, 105, 212, 0.5); }
}
@keyframes videopulse {
    0% { box-shadow: 0 0 25px 0 RGBA(28, 105, 212, 1); }
    50% { box-shadow: 0 0 15px 5px RGBA(28, 105, 212, 1); }
    100% { box-shadow: 0 0 25px 0 RGBA(28, 105, 212, 1); }
}
</pre></body></html>