.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: " "
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slider {
    width: 100%
}

.slick-slide {
    outline: none
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

.slick-prev:before {
    content: "<"
}

.slick-next {
    right: -25px
}

.slick-next:before {
    content: ">"
}

.slick-dots {
    position: relative;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #fff
}

.next-btn {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-filter: drop-shadow(3px 3px 2px #000);
    filter: drop-shadow(3px 3px 2px #000)
}

.next-btn:hover {
    -webkit-transform: translateY(-50%) scale(1.3);
    -ms-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    cursor: pointer
}

@media (max-width:767px) {
    .next-btn:hover {
        display: none
    }
}

.pre-btn {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(-1, -1);
    -ms-transform: translateY(-50%) scale(-1, -1);
    transform: translateY(-50%) scale(-1, -1);
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-filter: drop-shadow(3px -3px 2px #000);
    filter: drop-shadow(3px -3px 2px #000)
}

.pre-btn:hover {
    -webkit-transform: translateY(-50%) scale(-1.3, -1.3);
    -ms-transform: translateY(-50%) scale(-1.3, -1.3);
    transform: translateY(-50%) scale(-1.3, -1.3);
    cursor: pointer
}

@media (max-width:767px) {
    .pre-btn:hover {
        display: none
    }
}

.next-btn {
    width: 53px;
    height: 63px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgc3R5bGU9Imlzb2xhdGlvbjppc29sYXRlIiB2aWV3Qm94PSI4NjguNSAyMTY4LjUgNTMgNjMiIHdpZHRoPSI1M3B4IiBoZWlnaHQ9IjYzcHgiPjxwYXRoIGQ9IiBNIDkyMCAyMjAwIEwgODcwIDIxNzAgTCA5MDAgMjIwMCBMIDg3MCAyMjMwIiBmaWxsPSJyZ2IoMjU1LDI1NSwyNTUpIiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSJyZ2IoMjU1LDI1NSwyNTUpIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbWl0ZXJsaW1pdD0iMyIvPjwvc3ZnPg==");
    position: absolute;
    right: -23px
}

.pre-btn {
    width: 53px;
    height: 63px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgc3R5bGU9Imlzb2xhdGlvbjppc29sYXRlIiB2aWV3Qm94PSI4NjguNSAyMTY4LjUgNTMgNjMiIHdpZHRoPSI1M3B4IiBoZWlnaHQ9IjYzcHgiPjxwYXRoIGQ9IiBNIDkyMCAyMjAwIEwgODcwIDIxNzAgTCA5MDAgMjIwMCBMIDg3MCAyMjMwIiBmaWxsPSJyZ2IoMjU1LDI1NSwyNTUpIiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSJyZ2IoMjU1LDI1NSwyNTUpIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbWl0ZXJsaW1pdD0iMyIvPjwvc3ZnPg==");
    position: absolute;
    left: -23px
}

.next-btn.slick-disabled,
.pre-btn.slick-disabled {
    opacity: 0
}

#page-content-wrapper>div>div:first-child > div {
    overflow: hidden
}

.hero_outer {
    position: relative;
    height: 45.34vw;
    border-bottom: 4px solid #000;
    max-height: 1008px
}

.hero {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media (max-width:960px) {
    .hero {
        position: relative
    }
}

.local-hero__outer {
    position: relative
}

.hero_outer .switch-top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20vw;
    max-width: 392px
}

.local-hero__pics {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.local-hero__pic {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 10;
    max-height: 1000px
}

@media (max-width:960px) {
    .local-hero__pic {
        max-height: 600px
    }
}

.local-hero__picfirst-child {
    z-index: 1
}

.local-hero__pic.js-show {
    opacity: 1
}

.local-hero__pic.js-overlap {
    z-index: 2
}

.local-hero__pic.js-zooming-only {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    transition: -webkit-transform 5000ms linear;
    -webkit-transition: -webkit-transform 5000ms linear;
    -o-transition: transform 5000ms linear;
    transition: transform 5000ms linear;
    transition: transform 5000ms linear, -webkit-transform 5000ms linear
}

.local-hero__logo {
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain
}

.local-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 71.65vw;
    z-index: -1;
    overflow: hidden
}

.local-hero__pic.js-zooming {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.local-hero__pic {
    transition: opacity 800ms linear, -webkit-transform 6000ms linear;
    -webkit-transition: opacity 800ms linear, -webkit-transform 6000ms linear;
    -o-transition: transform 6000ms linear, opacity 800ms linear;
    transition: transform 6000ms linear, opacity 800ms linear;
    transition: transform 6000ms linear, opacity 800ms linear, -webkit-transform 6000ms linear
}

.hero_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
    font-size: 58px;
    letter-spacing: 4px;
    text-shadow: 0 0 20px #000
}

.local-hero__pic.js-zooming {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.local-hero__pic {
    transition: opacity 800ms linear, -webkit-transform 6000ms linear;
    -webkit-transition: opacity 800ms linear, -webkit-transform 6000ms linear;
    -o-transition: transform 6000ms linear, opacity 800ms linear;
    transition: transform 6000ms linear, opacity 800ms linear;
    transition: transform 6000ms linear, opacity 800ms linear, -webkit-transform 6000ms linear
}

.local-hero__pic {
    transition: opacity 800ms linear, -webkit-transform 6000ms linear;
    -webkit-transition: opacity 800ms linear, -webkit-transform 6000ms linear;
    -o-transition: transform 6000ms linear, opacity 800ms linear;
    transition: transform 6000ms linear, opacity 800ms linear;
    transition: transform 6000ms linear, opacity 800ms linear, -webkit-transform 6000ms linear
}

.local-hero__pic.local-hero__first {
    opacity: 1
}

body {
    background: #fff
}

.headline-container h1 {
    margin: 60px 0!important;
    letter-spacing: 4px
}

@media (max-width:960px) {
    .headline-container h1 {
        margin: 30px 0!important;
        letter-spacing: 3px
    }
}

.top-slider {
    background: #000;
    position: relative
}

.slick-slide {
    margin: 0 2px
}

.top-switch {
    position: absolute;
    background: #e60012;
    height: 130px;
    width: 95%;
    z-index: 2;
    margin-top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1050px) {
    .top-switch {
        height: 120px
    }
}

@media (max-width:960px) {
    .top-switch {
        height: 100px
    }
}

@media (max-width:768px) {
    .top-switch {
        height: 90px;
        margin-top: -61px
    }
}

@media (max-width:375px) {
    .top-switch {
        height: 60px;
        margin-top: -35px
    }
}

.top-switch .nintendo-switch-console-wrapper {
    position: relative;
    width: 45vw;
    top: -100%
}

@media (max-width:1600px) {
    .top-switch .nintendo-switch-console-wrapper {
        top: -10vw
    }
}

@media (max-width:960px) and (min-width:767px) {
    .top-switch .nintendo-switch-console-wrapper {
        top: -12vw
    }
}

@media (max-width:375px) {
    .top-switch .nintendo-switch-console-wrapper {
        top: -8vw
    }
}

.nintendo-switch-console {
    position: absolute;
    z-index: 2
}

.nintendo-switch-console-shadow {
    position: absolute;
    mix-blend-mode: multiply
}

.top-switch h1 {
    position: absolute;
    right: 47px;
    color: #fff;
    top: 25%;
    margin: 0;
    font-size: 58px;
    letter-spacing: 4px
}

@media (max-width:1050px) {
    .top-switch h1 {
        font-size: 48px
    }
}

@media (max-width:960px) {
    .top-switch h1 {
        font-size: 38px
    }
}

@media (max-width:768px) {
    .top-switch h1 {
        font-size: 28px;
        right: 20px
    }
}

@media (max-width:375px) {
    .top-switch h1 {
        top: 30%;
        font-size: 22px;
        right: 10px
    }
}

.switch-experience {
    position: relative;
    background: #1b1b1b
}

.switch-experience .row.content-container {
    background: transparent;
    margin-top: 0!important
}

.switch-experience h2 {
    margin-top: 30px;
    color: #fff
}

.switch-experience p {
    color: #fff
}

.switch-experience .experience-text {
    position: relative
}

@media (max-width:1600px) and (min-width:1200px) {
    .switch-experience .experience-text {
        width: 90%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.switch-playstyle {
    position: relative
}

.playstyle-bg {
    position: relative;
    overflow: hidden;
    max-height: 949px;
    height: 67vw;
    top: -150px;
    z-index: -1
}

@media (max-width:767px) {
    .playstyle-bg {
        top: -20px
    }
}

.playstyle-bg .bg-left {
    position: absolute;
    max-height: 1008px;
    max-width: 612px;
    width: 100vw;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0 0 2.84% -50.76%;
    height: 106.21%
}

@media (max-width:1600px) {
    .playstyle-bg .bg-left {
        height: 106.21%
    }
}

@media (max-width:1200px) {
    .playstyle-bg .bg-left {
        height: 105.21%
    }
}

@media (max-width:960px) {
    .playstyle-bg .bg-left {
        height: 102.21%
    }
}

@media (max-width:768px) {
    .playstyle-bg .bg-left {
        height: 110.21%
    }
}

@media (max-width:767px) {
    .playstyle-bg .bg-left {
        height: 112.41%
    }
}

.playstyle-bg .bg-left .left-inner {
    background-image: url("/nintendo-switch/img/NSwitchBackLeft.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: inline-block!important;
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(2.9%);
    -ms-transform: translateY(2.9%);
    transform: translateY(2.9%)
}

.playstyle-bg .bg-right {
    position: absolute;
    max-height: 1207px;
    max-width: 845px;
    width: 100vw;
    height: 127.18%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0px 0 12% 57.53%
}

@media (max-width:1600px) {
    .playstyle-bg .bg-right {
        height: 127.18%
    }
}

@media (max-width:1200px) {
    .playstyle-bg .bg-right {
        height: 124.18%
    }
}

@media (max-width:960px) {
    .playstyle-bg .bg-right {
        height: 121.18%
    }
}

@media (max-width:768px) {
    .playstyle-bg .bg-right {
        height: 122.18%
    }
}

@media (max-width:767px) {
    .playstyle-bg .bg-right {
        height: 134.62%
    }
}

.playstyle-bg .bg-right .right-inner {
    background-image: url("/nintendo-switch/img/NSwitchBackRight.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: inline-block!important;
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(11.8%);
    -ms-transform: translateY(11.8%);
    transform: translateY(11.8%)
}

.playstyle-bg .bg-center {
    background-image: url("/nintendo-switch/img/NSwitchBackCenter.png");
    background-size: contain;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.playstyle-right-ani {
    top: -15%!important
}

.playstyle-left-ani {
    top: -3%!important
}

.headline-bg {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center bottom
}

@media (min-width:1425px) {
    .bg-right {
        margin: 0px 0 156px 748px!important
    }
}

@media (min-width:1425px) {
    .bg-left {
        margin: 0px 0 37px -660px!important
    }
}

.switch-playstyle>div.row.content-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent
}

.switch-playstyle>div.row.content-container h2 {
    letter-spacing: 4px;
    text-align: center;
    font-weight: 600;
    font-size: 4em
}

@media (max-width:767px) {
    .switch-playstyle>div.row.content-container h2 {
        color: #f00;
        margin-top: 25px!important;
        font-size: 1.3em!important
    }
}

@media (min-width:768px) {
    .switch-playstyle>div.row.content-container h2 {
        font-size: 2.3em;
        margin-top: 35px!important
    }
}

@media (min-width:960px) {
    .switch-playstyle>div.row.content-container h2 {
        margin-top: 70px!important;
        font-size: 3em
    }
}

@media (min-width:1600px) {
    .switch-playstyle>div.row.content-container h2 {
        padding-top: 2vw;
        font-size: 4em
    }
}

.switch-playstyle .play-modes {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    top: -450px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1300px) {
    .switch-playstyle .play-modes {
        left: 0
    }
}

@media (max-width:960px) {
    .switch-playstyle .play-modes {
        display: block;
        top: -70px;
        left: 0
    }
}

.switch-playstyle .play-modes .inner-col {
    max-width: 500px;
    margin: 10px;
    border: 5px solid #1b1b1b
}



.switch-playstyle .play-modes .row.content-container {
    background: transparent;
    margin: 0!important
}

.switch-playstyle .play-modes .row.content-container .col-img-centered {
    margin: 0!important;
    padding: 0!important
}

.switch-playstyle .play-modes .tv-mode .inner-col {
    margin-top: 0;
    height: 100%;
    background: #fff
}

@media (min-width:960px) {
.switch-playstyle .play-modes .tabletop-mode .inner-col {
    margin-top: 0;
    height: 100%;
    background: #fff
    }
}

@media (max-width:960px) {
    .switch-playstyle .play-modes .inner-col {
        max-width: none;
        border: 3px solid #1b1b1b;
        height: auto !important;
    }
}

.switch-playstyle .play-modes .handheld-mode .inner-col {
    margin-top: 0;
    height: 100%;
    background: #fff
}

.switch-playstyle .play-modes .handheld-mode .inner-col p:first-child,
.switch-playstyle .play-modes .tabletop-mode .inner-col p:first-child,
.switch-playstyle .play-modes .tv-mode .inner-col p:first-child {
    background: #1b1b1b;
    display: inline-block;
    margin-top: -40px;
    margin-left: -10px;
    padding: 5px 30px;
    color: #fff
}

.switch-playstyle .play-modes .handheld-mode .inner-col p:nth-child(2),
.switch-playstyle .play-modes .tabletop-mode .inner-col p:nth-child(2),
.switch-playstyle .play-modes .tv-mode .inner-col p:nth-child(2) {
    font-size: 28px;
    line-height: 1.2
}

@media (max-width:960px) {
    .switch-playstyle .play-modes .handheld-mode .inner-col p:nth-child(2),
    .switch-playstyle .play-modes .tabletop-mode .inner-col p:nth-child(2),
    .switch-playstyle .play-modes .tv-mode .inner-col p:nth-child(2) {
        font-size: 22px;
        line-height: 1.1
    }
}

@media (max-width:960px) {
    .switch-playstyle .play-modes .handheld-mode .inner-col p:nth-child(3),
    .switch-playstyle .play-modes .tabletop-mode .inner-col p:nth-child(3),
    .switch-playstyle .play-modes .tv-mode .inner-col p:nth-child(3) {
        font-size: 18px;
        line-height: 1.1
    }
}

.joy-con-intro {
    position: relative;
    top: -400px
}

@media (max-width:960px) {
    .joy-con-intro {
        top: 0
    }
}

.joy-con-intro img:first-child {
    position: absolute;
    right: 110%;
    margin-right: 300px
}

@media (max-width:960px) {
    .joy-con-intro img:first-child {
        margin: 0
    }
}

.joy-con-intro img:nth-child(2) {
    position: absolute;
    left: 110%;
    margin-left: 300px
}

@media (max-width:960px) {
    .joy-con-intro img:nth-child(2) {
        margin: 0
    }
}

.joy-con-left-ani {
    right: 50%!important
}

.joy-con-right-ani {
    left: 50%!important
}

.joy-con-intro-text {
    top: 200px;
    max-width: 500px;
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:960px) {
    .joy-con-intro-text {
        top: calc(300px + 20vw);
        margin-bottom: calc(300px + 20vw)
    }
}

@media (max-width:400px) {
    .joy-con-intro-text {
        top: 230px;
        margin-bottom: 230px
    }
}

.jcon-logo {
    fill: #3c3c3c
}

.jcon-logo svg {
    width: 100%;
    height: auto
}

@media (max-width:400px) {
    .jcon-logo svg {
        width: 80%
    }
}

.image-wall {
    padding: 0 50px;
    position: relative;
    top: -200px;
    z-index: -1
}

@media (max-width:960px) {
    .image-wall {
        top: 0px;
        z-index: 0;
        padding: 0
    }
}

.image-wall .img1 {
    background: url("/nintendo-switch/img/NSwitchJoyConImageWall01.jpg") no-repeat center;
    background-size: cover;
    border-top: solid 5px #fff;
    border-bottom: solid 5px #fff;
    border-right: solid 5px #fff;
    height: 500px
}

@media (max-width:768px) {
    .image-wall .img1 {
        height: 250px
    }
}

.image-wall .img2 {
    background: url("/nintendo-switch/img/NSwitchJoyConImageWall02.jpg") no-repeat center;
    background-size: cover;
    border-top: solid 5px #fff;
    border-bottom: solid 5px #fff;
    height: 248px
}

@media (max-width:768px) {
    .image-wall .img2 {
        height: 124px
    }
}

.image-wall .img3 {
    background: url("/nintendo-switch/img/NSwitchJoyConImageWall03.jpg") no-repeat center;
    background-size: cover;
    border-right: solid 5px #fff;
    height: 500px
}

@media (max-width:768px) {
    .image-wall .img3 {
        height: 250px
    }
}

.image-wall .img4 {
    background: url("/nintendo-switch/img/NSwitchJoyConImageWall04.jpg") no-repeat top right;
    background-size: cover;
    height: 500px
}

@media (max-width:768px) {
    .image-wall .img4 {
        height: 250px
    }
}

.image-wall .img5 {
    background: url("/nintendo-switch/img/NSwitchJoyConImageWall05.jpg") no-repeat center;
    background-size: cover;
    border-right: solid 5px #fff;
    height: 248px
}

@media (max-width:768px) {
    .image-wall .img5 {
        height: 124px
    }
}

.image-wall .img6 {
    background: url("/nintendo-switch/img/NSwitchJoyConImageWall06.jpg") no-repeat center;
    background-size: cover;
    border-right: solid 5px #fff;
    height: 248px
}

@media (max-width:768px) {
    .image-wall .img6 {
        height: 124px
    }
}

.image-wall-share {
    position: relative;
    margin: 5px 45px;
    top: -200px;
    background: url("/nintendo-switch/img/NSwitchJoyConImageWall07.jpg") no-repeat left;
    background-size: cover;
    height: 500px
}

@media (max-width:960px) {
    .image-wall-share {
        height: 250px;
        top: 0;
        margin: 5px 0
    }
}

.image-wall-share .row.content-container {
    background: transparent
}

.image-wall-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:960px) {
    .image-wall-share {
        display: block
    }
}

.image-wall-share .image-wall-share-text {
    color: #fff;
    max-width: 400px;
    background: #e60012;
    padding: 0px 40px 20px 40px;
    margin-right: 50px
}

@media (max-width:960px) {
    .image-wall-share .image-wall-share-text {
        position: relative;
        max-width: none;
        margin-top: 250px;
        padding: 20px 20px 0 20px;
        margin-right: 0px
    }
}

.image-wall-share .image-wall-share-text h2 {
    color: #fff;
    font-size: 38px;
    letter-spacing: 4px
}

.image-wall-share .image-wall-share-text h2:lang(fr-BE),
.image-wall-share .image-wall-share-text h2:lang(fr-CH),
.image-wall-share .image-wall-share-text h2:lang(fr-FR) {
    font-size: 37px!important
}

@media (max-width:960px) {
    .image-wall-share .image-wall-share-text h2 {
        margin: 0;
        font-size: 28px
    }
}

.joy-con-sense {
    margin-top: -200px;
    background-size: 1450px;
    -webkit-animation: slide 40s linear infinite;
    animation: slide 40s linear infinite
}

@media (max-width:960px) {
    .joy-con-sense {
        margin-top: 120px
    }
}

@media (max-width:767px) {
    .joy-con-sense {
        margin-top: 180px
    }
}

.joy-con-sense .col-sm-9 .row.content-container {
    background: transparent
}

.joy-con-sense .container {
    padding: 50px 0 0 0
}

.joy-con-sense h3:first-of-type {
    margin-top: 0
}

.joy-con-sense h3 {
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative
}

.joy-con-sense h3:before {
    content: " ";
    position: absolute;
    height: 90%;
    left: 0;
    top: 0;
    width: 8px;
    background: #f00
}

.joy-con-sense .joy-con-logo p {
    text-align: center;
    color: #e60012;
    font-size: 30px
}

.joy-con-sense .jlogo {
    text-align: center
}

.joy-con-sense>div>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:960px) {
    .joy-con-sense>div>div {
        display: block
    }
}

@-webkit-keyframes slide {
    0% {
        background-position: 0 0
    }
    to {
        background-position: -1450px 0
    }
}

.joy-con-sense h3:last-of-type~p {
    padding-right: 200px
}

@media (max-width:960px) {
    .joy-con-sense h3:last-of-type~p {
        padding-right: 0
    }
}

.joy-con-sense h3:last-of-type~p:last-of-type:after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 175px;
    height: 175px;
    background: url("/nintendo-switch/img/illust.png") no-repeat;
    background-size: 175px
}

@media (max-width:960px) {
    .joy-con-sense h3:last-of-type~p:last-of-type:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width:960px) {
    .joy-con-sense h3:last-of-type~p:last-of-type {
        margin-bottom: 200px
    }
}

.multiplayer {
    padding: 50px;
    background: #fff
}

@media (max-width:960px) {
    .multiplayer {
        padding: 0
    }
}

.multiplayer h2 {
    font-size: 48px;
    color: #3c3c3c;
    margin-top: 15px!important
}

@media (max-width:960px) {
    .multiplayer h2 {
        font-size: 38px
    }
}

@media (max-width:767px) {
    .multiplayer h2 {
        font-size: 28px
    }
}

.multiplayer h3 {
    padding-left: 20px;
    position: relative
}

@media (max-width:767px) {
    .multiplayer h3 {
        margin-top: 20px
    }
}

.multiplayer h3:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 90%;
    width: 8px;
    background: #646464
}

.multiplayer .container {
    width: 100%!important;
    background: #fff;
    padding: 0 5px
}

.multiplayer .container .col-sm-5 {
    padding: 0 30px
}

@media (max-width:767px) {
    .multiplayer .container .col-sm-5 {
        padding: 0
    }
}

.multiplayer .container .row {
    display: table
}

.multiplayer .container [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: top
}

@media (max-width:767px) {
    .multiplayer .container [class*=col-] {
        display: block
    }
}

.multiplayer .container .multiplayer-image {
    background: url("/nintendo-switch/img/NSwitchMultiplayer.jpg") center;
    background-size: cover;
    min-height: 250px
}

.switch-specs .container {
    width: 100%!important;
    max-width: 1200px;
    background: #fff;
    padding: 0 5px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0!important
}

@media (max-width:768px) {
    .switch-specs .container ul {
        padding: 0 0 20px 0!important
    }
}

.switch-specs .nav {
    display: block;
    max-width: 130px;
    max-height: 125px
}

@media (min-width:960px) {
    .switch-specs .nav {
        width: 104px;
        height: 100px
    }
}

@media (max-width:768px) {
    .switch-specs .nav {
        display: inline-block
    }
}

@media (max-width:767px) {
    .switch-specs .nav {
        width: 70.27027027027027px;
        height: 67.56756756756756px
    }
}

.switch-specs .nav img {
    opacity: 0
}

.switch-specs .nav img:hover:not(.active) {
    opacity: 1;
    cursor: pointer
}

.switch-specs .nav img.switch-active {
    opacity: 1
}

.switch-specs .nav01 {
    background: url("/nintendo-switch/img/nav01_en.png") no-repeat;
    background-size: 100%
}

.switch-specs .nav01 img {
    width: 100%;
    height: auto
}

.switch-specs .nav02 {
    background: url("/nintendo-switch/img/nav02_en.png") no-repeat;
    background-size: 100%
}

.switch-specs .nav02 img {
    width: 100%;
    height: auto
}

.switch-specs .nav03 {
    background: url("/nintendo-switch/img/nav03_en.png") no-repeat;
    background-size: 100%
}

.switch-specs .nav03 img {
    width: 100%;
    height: auto
}

.switch-specs .nav04 {
    background: url("/nintendo-switch/img/nav04_en.png") no-repeat;
    background-size: 100%
}

.switch-specs .nav04 img {
    width: 100%;
    height: auto
}

.switch-specs .nav05 {
    background: url("/nintendo-switch/img/nav05_en.png") no-repeat;
    background-size: 100%
}

.switch-specs .nav05 img {
    width: 100%;
    height: auto
}

.switch-specs ul {
    list-style: none
}

.switch-specs .top-content {
    max-width: 900px;
    margin: 0 auto;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease
}

.switch-specs .top-content img {
    width: 100%;
    height: auto
}

.switch-specs .sub-menu {
    text-align: center
}

@media (max-width:767px) {
    .switch-specs .sub-menu {
        padding-top: 20px
    }
}

.switch-specs .sub-menu span {
    position: relative;
    font-size: 20px;
    line-height: 1;
    width: 120px;
    display: inline-block;
    height: 30px;
    padding: 10px;
    cursor: pointer
}

@media (max-width:767px) {
    .switch-specs .sub-menu span {
        width: 110px
    }
}

.sub-menu span.active-sub {
    color: #f00
}

.sub-menu span.active-sub:before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    content: " ";
    text-align: center;
    opacity: 1;
    background: #f00
}

.specs-accordion .specs-table>.row.content-container,
.specs-accordion>.specs-accordion-btn>.row.content-container {
    background: #fff;
    padding: 0!important;
    margin-top: 0!important;
    margin: 0
}

.specs-accordion .btn-highlight {
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 20px 0
}

.specs-accordion .btn-highlight:hover {
    cursor: pointer;
    color: #e60012
}

.specs-accordion {
    padding-top: 50px;
    background: #fff
}

.specs-accordion .specs-accordion-btn .accdordion-open-btn {
    text-align: center
}

.specs-accordion .specs-accordion-btn .accdordion-open-btn svg {
    fill: #e60012;
    width: 36px;
    height: 36px
}

.specs-accordion .specs-accordion-btn .col-xs-12.content {
    background: #ebebeb;
    z-index: 2
}

.specs-accordion .specs-accordion-btn p {
    text-align: center;
    padding: 0;
    margin: 0
}

.specs-accordion .specs-table .table-responsive {
    margin-top: -100px;
    height: auto;
    max-height: 0;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    overflow-y: hidden!important
}

.specs-accordion .specs-table .tablelayout-styled .accordion-close {
    opacity: 0;
    position: relative;
    text-align: center;
    background: #ebebeb
}

.specs-accordion .specs-table .tablelayout-styled .accordion-close:hover {
    cursor: pointer;
    color: #e60012
}

.specs-accordion .specs-table .tablelayout-styled .accordion-close svg {
    fill: #e60012;
    width: 20px;
    height: 20px;
    margin: 10px 5px 0 5px
}

.specs-accordion .specs-table .tablelayout-styled .accordion-close span {
    position: absolute;
    margin-top: 11px;
    margin-left: 5px
}

.switch-home-menu {
    background: #fff
}

.switch-home-menu .row.content-container {
    background: #fff;
    padding: 0!important;
    margin-top: 0!important;
    margin: 0
}

@media (min-width:768px) {
    .switch-home-menu .container {
        max-width: 500px
    }
}

@media (min-width:960px) {
    .switch-home-menu .container {
        max-width: 660px
    }
}

@media (min-width:1600px) {
    .switch-home-menu .container {
        max-width: 900px
    }
}

@media (max-width:768px) {
    .switch-home-menu .container>div>div:first-child {
        padding-left: 150px
    }
}

.switch-home-menu h2 {
    font-size: 48px;
    color: #3c3c3c
}

@media (max-width:960px) {
    .switch-home-menu h2 {
        font-size: 38px
    }
}

@media (max-width:767px) {
    .switch-home-menu h2 {
        font-size: 28px
    }
}

.switch-home-menu h3 {
    position: relative;
    padding-left: 20px
}

.switch-home-menu h3:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 90%;
    width: 8px;
    background: #646464
}

.switch-home-menu h4 {
    font-size: 25px;
    position: relative;
    margin-top: 40px
}

.switch-home-menu h4:first-child {
    color: #fe3c32 !important;
  }
  
  .switch-home-menu h4:first-child:before {
    position: absolute;
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='icon' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 88 88' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23FFFFFF%7D.st1%7Bfill:%23E60012%7D%3C/style%3E%3Cpath class='st0' d='M48.4 59.3h1.7v8.1h-1.7zM33.4 32.1c0 1.6 1.3 2.9 2.9 2.9 1.6 0 2.9-1.3 2.9-2.9 0-1.6-1.3-2.9-2.9-2.9-1.6 0-2.9 1.3-2.9 2.9zM42.2 59.3h-1.7v8.1h6.2v-1.6h-4.5zM51.5 22.9h-4.7c-.1 0-.2.1-.2.2v30.3c0 .1.1.2.2.2v.1h4.7c4.4 0 7.9-3.6 7.9-7.9v-15c0-4.4-3.6-7.9-7.9-7.9zm1.1 19.9c-1.7 0-3.1-1.4-3.1-3.1s1.4-3.1 3.1-3.1c1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM58.1 64.5l-4-5.2h-1.6v8.1h1.6V62l4.4 5.4h1.3v-8.1h-1.7zM36.4 64.5l-4-5.2h-1.6v8.1h1.6V62l4.3 5.4h1.4v-8.1h-1.7zM62.3 67.4H69v-1.6h-5V64h4.7v-1.5H64v-1.6h5v-1.6h-6.7zM24.4 59c-2.4 0-4.3 2-4.3 4.4 0 2.4 2 4.3 4.4 4.3 2.4-.1 4.3-2 4.3-4.4 0-2.4-2-4.3-4.4-4.3zm2.6 4.4c0 1.5-1.1 2.7-2.6 2.7s-2.7-1.1-2.8-2.6c0-1.5 1.1-2.7 2.6-2.8 1.5-.1 2.7 1.1 2.8 2.6v.1z'/%3E%3Cpath class='st0' d='M43.3 22.8h-6.7c-4.4 0-7.9 3.6-7.9 7.9v14.8c0 4.4 3.6 7.9 7.9 7.9h6.7c.1 0 .2-.1.2-.2V23c0-.1-.1-.2-.2-.2zM41 51.1h-4.5c-3 0-5.4-2.4-5.4-5.4v-15c0-3 2.4-5.4 5.4-5.4H41v25.8z'/%3E%3Cpath class='st1' d='M24.2 60.7c-1.5.1-2.6 1.3-2.6 2.8.1 1.5 1.3 2.6 2.8 2.6s2.6-1.2 2.6-2.7v-.1c-.1-1.5-1.3-2.7-2.8-2.6z'/%3E%3Cpath class='st1' d='M44 0C19.7 0 0 19.7 0 44s19.7 44 44 44 44-19.7 44-44S68.3 0 44 0zm15.8 67.4h-1.3L54.1 62v5.4h-1.6v-8.1h1.6l4 5.2v-5.2h1.7v8.1zm-.4-21.6c0 4.3-3.5 7.9-7.9 7.9h-4.7v-.1c-.1 0-.2-.1-.2-.2V23.1c0-.1.1-.2.2-.2h4.7c4.3 0 7.9 3.5 7.9 7.9v15zm-9.3 13.5v8.1h-1.7v-8.1h1.7zm-3.4 6.5v1.6h-6.2v-8.1h1.7v6.5h4.5zm-3.2-12.6c0 .1-.1.2-.2.2h-6.7c-4.3 0-7.9-3.5-7.9-7.9V30.7c0-4.3 3.5-7.9 7.9-7.9h6.7c.1 0 .2.1.2.2v30.2zm-5.4 6.1v8.1h-1.4L32.4 62v5.4h-1.6v-8.1h1.6l4 5.2v-5.2h1.7zm-9.3 4c0 2.4-1.9 4.3-4.3 4.4-2.4 0-4.4-1.9-4.4-4.3S22 59 24.4 59s4.4 1.9 4.4 4.3zM69 60.9h-5v1.6h4.7V64H64v1.8h5v1.6h-6.7v-8.1H69v1.6z'/%3E%3Cpath class='st1' d='M52.6 36.6c-1.7 0-3.1 1.4-3.1 3.1s1.4 3.1 3.1 3.1c1.7 0 3.1-1.4 3.1-3.1 0-1.7-1.4-3.1-3.1-3.1zM31.1 30.7v15c0 3 2.4 5.4 5.4 5.4H41V25.3h-4.5c-3 0-5.4 2.4-5.4 5.4zm8.1 1.4c0 1.6-1.3 2.9-2.9 2.9-1.6 0-2.9-1.3-2.9-2.9 0-1.6 1.3-2.9 2.9-2.9 1.6 0 2.9 1.3 2.9 2.9z'/%3E%3C/svg%3E") !important;
    left: -128px;
    top: 0;
    width: 88px;
    height: 88px
  }
  
  .switch-home-menu h4:nth-child(3) {
    color: #fe3c32 !important;
  }
  
  .switch-home-menu h4:nth-child(3):before {
    position: absolute;
    content: " ";
    background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iZ2FtZU5ld3MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9Ijg4IiBoZWlnaHQ9Ijg4Ij48c3R5bGU+LnN0MHtmaWxsOiNmZTNjMzJ9PC9zdHlsZT48cGF0aCBpZD0iYyIgY2xhc3M9InN0MCIgZD0iTTQ0IDNjMjIuNiAwIDQxIDE4LjQgNDEgNDFTNjYuNiA4NSA0NCA4NSAzIDY2LjYgMyA0NCAyMS40IDMgNDQgM20wLTNDMTkuNyAwIDAgMTkuNyAwIDQ0czE5LjcgNDQgNDQgNDQgNDQtMTkuNyA0NC00NFM2OC4zIDAgNDQgMHoiLz48cGF0aCBpZD0iaSIgY2xhc3M9InN0MCIgZD0iTTQ0IDUwSDI3djNoMTd2LTN6bTE3LjEtMjZIMjYuOWMtMy43LS4xLTYuOCAyLjktNi45IDYuNnYyNS4yYzAgMy42IDMuMiA2LjIgNyA2LjJoMTFsNiA2IDYtNmgxMWMzLjggMCA3LTIuNSA3LTYuMlYzMC42Yy0uMS0zLjctMy4xLTYuNy02LjktNi42ek02NSA1NmMwIDEuOC0yLjEgMy00IDNINTFsLTEuNi4xLTEgMS00LjQgNC4yLTQuNC00LjMtMS0xSDI3Yy0xLjkgMC00LTEuMi00LTNWNDZoNDJ2MTB6bTAtMTNIMjNWMzFjLjItMi4xIDEuOS0zLjggNC00aDM0YzIuMS4yIDMuOCAxLjkgNCA0djEyeiIvPjwvc3ZnPg==") !important;
    left: -128px;
    top: 0;
    width: 88px;
    height: 88px
  }
  
  .switch-home-menu h4:nth-child(5) {
    color: #ff9f00 !important;
  }
  
  .switch-home-menu h4:nth-child(5):before {
    position: absolute;
    content: " ";
    background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iZVNob3AiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9Ijg4IiBoZWlnaHQ9Ijg4Ij48c3R5bGU+LnN0MHtmaWxsOiNmZjlmMDB9PC9zdHlsZT48cGF0aCBpZD0iYyIgY2xhc3M9InN0MCIgZD0iTTQ0IDNjMjIuNiAwIDQxIDE4LjQgNDEgNDFTNjYuNiA4NSA0NCA4NSAzIDY2LjYgMyA0NCAyMS40IDMgNDQgM20wLTNDMTkuNyAwIDAgMTkuNyAwIDQ0czE5LjcgNDQgNDQgNDQgNDQtMTkuNyA0NC00NFM2OC4zIDAgNDQgMHoiLz48cGF0aCBpZD0iaSIgY2xhc3M9InN0MCIgZD0iTTY2IDMwSDU0di0yYzAtNC40LTEuNC04LTYtOGgtN2MtNC42IDAtNiAzLjYtNiA4djJIMjNsLTIgMzRoNDdsLTItMzR6bS0yNy45LTIuMWMwLTIuNi4xLTQuOSAyLjktNC45aDdjMi44IDAgMyAyLjQgMyA1djJIMzhsLjEtMi4xek0yNCA2MWwyLTI4aDl2N2gzdi03aDEzdjdoM3YtN2g5bDIgMjhIMjR6Ii8+PC9zdmc+") !important;
    left: -128px;
    top: 0;
    width: 88px;
    height: 88px
  }
  
  .switch-home-menu h4:nth-child(7) {
    color: #1372ff
  }
  
  .switch-home-menu h4:nth-child(7):before {
    position: absolute;
    content: " ";
    background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iQWxidW0iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9Ijg4IiBoZWlnaHQ9Ijg4Ij48c3R5bGU+LnN0MHtmaWxsOiMxMzcyZmZ9PC9zdHlsZT48cGF0aCBpZD0iYyIgY2xhc3M9InN0MCIgZD0iTTQ0IDNjMjIuNiAwIDQxIDE4LjQgNDEgNDFTNjYuNiA4NSA0NCA4NSAzIDY2LjYgMyA0NCAyMS40IDMgNDQgM20wLTNDMTkuNyAwIDAgMTkuNyAwIDQ0czE5LjcgNDQgNDQgNDQgNDQtMTkuNyA0NC00NFM2OC4zIDAgNDQgMHoiLz48cGF0aCBpZD0i44K344Kn44Kk44OXXzEiIGNsYXNzPSJzdDAiIGQ9Ik0yMCAyOHYzM2g0OVYyOEgyMHptMjUgMjNoMWwyLTJzMi0yIDMtMmgxYzIuMi4xIDMuOSAxLjggNCA0djdIMzNWNDVjLS4xLTIuNiAxLjktNC45IDQuNS01SDQwYzIuNi0uMSA0LjkgMS45IDUgNC41VjUxem0yMSA3aC03di03Yy0uMS0zLjgtMy4yLTYuOS03LTdoLTJjLS44LjEtMS41LjQtMiAxIDAtNC40LTMuNi04LTgtOGgtMmMtNC40IDAtOCAzLjUtOCA3LjhWNThoLTdWMzFoNDN2Mjd6Ii8+PC9zdmc+") !important;
    left: -128px;
    top: 0;
    width: 88px;
    height: 88px
  }

@media (min-width:768px) {
    .switch-home-menu>div.container>div>div:nth-child(2)>div>div>div>div>img {
        max-width: 200%!important
    }
}

@media (min-width:960px) {
    .switch-home-menu>div.container>div>div:nth-child(2)>div>div>div>div>img {
        max-width: 300%!important
    }
}

@media (min-width:1600px) {
    .switch-home-menu>div.container>div>div:nth-child(2)>div>div>div>div>img {
        max-width: 400%!important
    }
}

@media (max-width:960px) {
    .switch-home-menu {
        margin-bottom: 38px
    }
}

@media (max-width:767px) {
    .switch-home-menu {
        margin-bottom: 28px
    }
}

.hw-slick {
    background: #fff;
    position: relative;
    padding: 10px 0;
    margin-bottom: 100px
}

@media (max-width:767px) {
    .hw-slick {
        margin-bottom: 20px
    }
}

.hw-slick .slick-track {
    position: relative
}

.hw-slick .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.hw-slick .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.hw-slick .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.hw-slick .slick-dots li button:focus,
.hw-slick .slick-dots li button:hover {
    outline: none
}

.hw-slick .slick-dots li button:focus:before,
.hw-slick .slick-dots li button:hover:before {
    opacity: 1
}

.hw-slick .slick-dots li button:before {
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hw-slick .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #f00
}

.games-gallery-wrapper {
    background: url("/nintendo-switch/img/games_bg.jpg") center no-repeat
}

.games-gallery-wrapper {
    background-size: cover;
    padding: 10% 0;
    margin-top: 10px;
    overflow: hidden;
    position: relative
}

.games-gallery-wrapper:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.games-gallery img {
    padding: 0 5px
}

.switch-bottom-nav {
    margin-bottom: 10px
}

.switch-bottom-nav .container {
    max-width: 970px
}

.switch-bottom-nav .nav-switch-headline h2,
.switch-bottom-nav .nav-switch-lite-headline h2 {
    margin: 0!important;
    padding-left: 10px;
    letter-spacing: 3px
}

.switch-bottom-nav .nav-switch-headline img,
.switch-bottom-nav .nav-switch-lite-headline img {
    max-height: 90px
}

.switch-bottom-nav .nav-switch-headline,
.switch-bottom-nav .nav-switch-lite-headline {
    height: 120px
}

.switch-bottom-nav .nav-switch-headline>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .switch-bottom-nav .nav-switch-headline>div {
        text-align: center
    }
}

.switch-bottom-nav .nav-switch-lite-headline>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .switch-bottom-nav .nav-switch-lite-headline>div {
        text-align: center
    }
}

.bottom-nav-active:before {
    content: " ";
    position: absolute;
    top: -20px;
    width: 100%;
    left: 0;
    height: 5px;
    background: #e60012
}

@media (max-width:960px) {
    .bottom-nav-active:before {
        content: none
    }
}

.bottom-nav-inactive:before {
    content: " ";
    position: absolute;
    top: -20px;
    width: 99%;
    left: 0;
    height: 5px;
    background: #e6e6e6
}

@media (max-width:960px) {
    .bottom-nav-inactive:before {
        content: none
    }
}

.nav-switch-lite:hover .bottom-nav-inactive:before {
    background: #e60012
}

@media (max-width:960px) {
    .nav-switch {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .nav-switch {
        border-bottom: solid 1px #c0c0c0
    }
}

.nav-switch-feat,
.nav-switch-lite-feat,
.nav-switch-lite-modes,
.nav-switch-modes {
    border: 1px solid #c0c0c0
}

@media (max-width:767px) {
    .nav-switch-feat,
    .nav-switch-lite-feat,
    .nav-switch-lite-modes,
    .nav-switch-modes {
        border: none
    }
}

.nav-switch-feat ul,
.nav-switch-lite-feat ul,
.nav-switch-lite-modes ul,
.nav-switch-modes ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0
}

.nav-switch-lite-modes,
.nav-switch-modes {
    margin-left: -5px
}

@media (max-width:960px) {
    .nav-switch-lite-modes,
    .nav-switch-modes {
        margin-left: 0
    }
}

.nav-switch-feat,
.nav-switch-lite-feat {
    margin-left: 5px
}

@media (max-width:960px) {
    .nav-switch-feat,
    .nav-switch-lite-feat {
        margin-left: 0
    }
}

.botnav-item {
    background: #e60012;
    margin: 5px 2px;
    padding: 5px;
    text-align: center;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-switch-lite-modes>ul:first-child > li:nth-child(1) > div,
.nav-switch-lite-modes>ul:first-child > li:nth-child(2) > div {
    background: #f0f0f0
}

.nav-switch-lite-modes>ul:first-child > li:nth-child(1) > div p,
.nav-switch-lite-modes>ul:first-child > li:nth-child(2) > div p {
    color: #777
}

.nav-switch-feat li,
.nav-switch-lite-feat li {
    min-width: 70px
}

.nav-switch-feat .botnav-item,
.nav-switch-lite-feat .botnav-item {
    background: #fff;
    display: block
}

.nav-switch-feat .botnav-item p,
.nav-switch-lite-feat .botnav-item p {
    color: #777
}

.botnav-item p {
    color: #fff;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    font-weight: 600
}

.nav-switch-feat .botnav-row-bottom>p:lang(fr-BE),
.nav-switch-feat .botnav-row-bottom>p:lang(fr-CH),
.nav-switch-feat .botnav-row-bottom>p:lang(fr-FR),
.nav-switch-lite-feat .botnav-row-bottom>p:lang(fr-BE),
.nav-switch-lite-feat .botnav-row-bottom>p:lang(fr-CH),
.nav-switch-lite-feat .botnav-row-bottom>p:lang(fr-FR) {
    font-size: 11px
}

.botnav-row-bottom,
.botnav-row-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.botnav-row-bottom p,
.botnav-row-top p {
    text-align: left
}

.botnav-icon-1 {
    margin-right: 8px
}

.nav-switch-feat>ul:first-child > li:nth-child(1) > div:nth-child(1),
.nav-switch-lite-feat>ul:first-child > li:nth-child(1) > div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-switch-content {
    margin-right: 5px
}

@media (max-width:960px) {
    .nav-switch-content {
        margin-right: 0
    }
}

.nav-switch-lite-content {
    margin-left: 5px
}

@media (max-width:960px) {
    .nav-switch-lite-content {
        margin-left: 0
    }
}

@media (min-width:960px) {
    .nav-switch-feat>ul>li:nth-child(2)>div>div.botnav-row-bottom>p:lang(de-DE),
    .nav-switch-lite-feat>ul>li:nth-child(2)>div>div.botnav-row-bottom>p:lang(de-DE) {
        font-size: 10px
    }
}

@media (min-width:1600px) {
    .button-nav-which-switch>a>div>div>div>div>div>p>a:lang(de-DE) {
        font-size: 21px!important
    }
}

.switch-bottom-nav .container>div:first-child {
    padding-bottom: 50px
}

.switch-bottom-nav .container>div:first-child:after {
    content: " ";
    top: 25px;
    position: relative;
    width: 100%;
    left: 0;
    height: 1px;
    background: #e6e6e6
}

.nav-switch-nav-buttons .content {
    margin: 0!important
}

.button-nav-accessories .nav-btn-wrapper,
.button-nav-which-switch .nav-btn-wrapper {
    background: #f0f0f0
}

.button-nav-accessories .nav-btn-wrapper .row.content-container,
.button-nav-which-switch .nav-btn-wrapper .row.content-container {
    background: transparent
}

.nav-btn-wrapper:hover {
    background: #ebebeb
}

.nav-btn-wrapper:hover a {
    color: #ff6e3c
}

.local-menu {
    background-color: #e60012;
    overflow: hidden;
    width:100%;
  }

  .local-menu__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 96px 40px 45px;
  }
  @media screen and (max-width: 979px) {
    .local-menu__inner {
      padding: 55px 20px 42px;
    }
  }
  @media screen and (max-width: 759px) {
    .local-menu__inner {
      padding: 55px 21px 42px;
    }
  }
  .local-menu__logo {
    /*height: 213px;*/
    height: auto;
    display: block;
    /*margin: 0 auto 91px;
    padding: 0 0 0 10px;*/
    margin: 0 auto 20px;
    padding: 0;
    width: 100%;
  }
  @media screen and (max-width: 979px) {
    .local-menu__logo {
      /*height: 106px;*/
      height: auto;
      margin-bottom: 28px;
      padding: 0;
    }
  }
  .local-menu__datePrice {
    color: #fff;
    font-size: 34px;
    margin-bottom: 58px;
    text-align: center;
  }
  .local-menu__datePrice a {
    color: #fff;
    text-decoration: none;
  }
  @media screen and (max-width: 979px) {
    .local-menu__datePrice {
      margin-bottom: 35px;
    }
  }
  .local-menu__datePrice__img {
    padding: 0 0 0 10px;
  }
  @media screen and (max-width: 979px) {
    .local-menu__datePrice__img {
      padding: 0;
    }
  }

  #page-container .SW-compare{
    width: 90%;
    margin: 100px auto 24px auto;
  
    display: flex;
    border-bottom: 2px solid #e60012;
    /*margin-bottom: 0px;*/
  
  }
  
  #page-container .SW-compare .SW-compare__col{
    flex-basis: 50%;
    padding: 25px;
  }
  
  #page-container .SW-compare .SW-compare__col.SW-switch{
  
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 1), rgba(238, 238, 238, 0.2));
  }
  
  #page-container .SW-compare .SW-compare__col.SW-lite a{
    text-decoration: none;
  }
  
  #page-container .SW-compare .SW-compare__col .SW-compare__col--header{
    display: flex;
    align-items: center;
  
    padding-bottom: 20px;
    border-bottom: 2px solid #e60012;
  }
  
  #page-container .SW-compare .SW-compare__col .SW-compare__col--header .SW-img{
    margin-right: 40px;
  }
  
  #page-container .SW-compare .SW-compare__col .SW-compare__col--header .SW-img img{
    display: block;
    width: 100%;
  }
  
  
  #page-container .SW-compare .SW-compare__col .SW-compare__col--header h3{
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    color: #484848;
  }
  
  #page-container .SW-compare .SW-compare__col .SW-compare__col--header p{
    font-size: 24px;
    margin: 5px 0;
    text-decoration: none;
    color: #484848;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info{
    display: flex;
    margin-top: 1em;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info .more-info{
    width: 242px;
    border: 4px solid #dadada;
    margin-left: 10px;
    padding: 10px;
  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info .more-info .feature{
    display: flex;
    align-items: center;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info .more-info .feature .img{
    max-width: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
  
    flex-shrink: 0;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info .compatible-devices,
  #page-container .SW-compare .SW-compare__col .compatibility-info .non-compatible{
    display: flex;
    border: 4px solid #dadada;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info .compatible-devices .device .img,
  #page-container .SW-compare .SW-compare__col .compatibility-info .non-compatible .device .img{
    height: 48px;
    position: relative;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info .compatible-devices .device .img img,
  #page-container .SW-compare .SW-compare__col .compatibility-info .non-compatible .device .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  
  #page-container .SW-compare .SW-compare__col .compatibility-info .compatible-devices .device p,
  #page-container .SW-compare .SW-compare__col .compatibility-info .non-compatible .device p{
    text-align: center;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info .compatible-devices .device.bg--red{
    background-color: #e60012;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info .compatible-devices .device.bg--red p{
    color: #ffffff;
    text-align: center;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info .device{
    width: 96px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 1px;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info hr{
    margin: 0 15px;
    border: 1px solid #dadada;
    height: auto;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info .non-compatible .device{
    background-color: #eeeeee;
    border: 2px solid #ffffff;
    margin: 0;
  }
  
  #page-container .SW-compare .SW-compare__col .compatibility-info .device p{
    flex-grow: 1;
  }
  
  @media(max-width: 1445px) {
    #page-container .SW-compare{
      display: block;
    }
  
    #page-container .SW-compare .SW-compare__col{
      width: 100%;
      max-width: 775px;
      margin: auto;
    }
  }
  
  @media(max-width: 768px){
  
  
    #page-container .SW-compare .SW-compare__col .SW-compare__col--header h3{
      font-size: 28px;
    }
  
    #page-container .SW-compare .SW-compare__col .SW-compare__col--header p{
      font-size: 20px;
    }
  }
  
  @media(max-width: 670px) {
    #page-container .SW-compare .SW-compare__col .compatibility-info{
      display: block;
    }
  
    #page-container .SW-compare .SW-compare__col .compatibility-info .more-info{
      margin: 10px 0 ;
    }
  
    #page-container .SW-compare .SW-compare__col.SW-lite .compatibility-info{
      display: flex !important;
      flex-wrap: wrap;
    }
  }
  
  @media(max-width: 480px){
  
  
    #page-container .SW-compare .SW-compare__col{
      padding: 10px;
    }
  
    #page-container .SW-compare .SW-compare__col .SW-compare__col--header .SW-img img{
      max-width: 125px;
    }
  
    #page-container .SW-compare .SW-compare__col .compatibility-info .more-info{
      margin: 10px 0 ;
      width: 100% !important;
    }
  
    #page-container .SW-compare .SW-compare__col .compatibility-info .more-info .feature p{
      font-size: 14px;
    }
  
    #page-container .SW-compare .SW-compare__col .compatibility-info .non-compatible{
      width: 60% !important;
    }
  
    #page-container .SW-compare .SW-compare__col.SW-switch .compatibility-info .compatible-devices{
      width: 100% !important;
    }
    #page-container .SW-compare .SW-compare__col.SW-switch .compatibility-info .compatible-devices .device{
      width: 33.33% !important;
    }
    #page-container .SW-compare .SW-compare__col .compatibility-info .compatible-devices .device img{
      display: block;
      width: 100%;
      max-width: 60px;
      margin: auto;
  
    }
    #page-container .SW-compare .SW-compare__col.SW-lite .compatibility-info .compatible-devices{
      width: 33% !important;
    }
    #page-container .SW-compare .SW-compare__col.SW-lite .compatibility-info .compatible-devices .device{
      width: 100% !important;
    }
  
    #page-container .SW-compare .SW-compare__col .compatibility-info .compatible-devices .device{
      font-size: 14px;
    }
  
    #page-container .SW-compare .SW-compare__col .compatibility-info hr{
      margin: 0 10px;
      display: none;
    }
  
    #page-container .SW-compare .SW-compare__col .compatibility-info .non-compatible{
      width: 60% !important;
    }
  
    #page-container .SW-compare .SW-compare__col .compatibility-info .non-compatible .device{
      width: 50% !important;
    }
  
    #page-container .SW-compare .SW-compare__col .compatibility-info .non-compatible .device img{
      display: block;
      width: 100%;
      max-width: 60px;
      margin: auto;
    }
  
    #page-container .SW-compare .SW-compare__col .compatibility-info .non-compatible .device p{
      font-size: 14px;
    }
  
    #page-container .SW-more-info p .button{
      width: 300px;
    }
  }

  .plu-no-scroll {
      overflow: auto;
    }

    .nav-buffer {
        margin-top: 80px;
    }

    @media (max-width: 1020px) {
        .nav-buffer {
            margin-top: 60px;
        }
    }

    .youtube-embed-wrapper {
        position: relative;
        padding-bottom: 52.25%;
        height: 0;
        overflow: hidden;
        margin: 11% 0 5% 0;
      }
    
      .row.row-content.yt-container {
        max-width: 760px;
        margin: 0 auto;
      }
    
      .yt-bg {
          background: #1b1b1b;
      }

      .plu-no-scroll {
          position: unset !important;
      }

      @media (min-width: 2650px){
        .hw-slick .col-lg-offset-2 {
        margin-left: 28%;
      }
}
        .specs-center {
            text-align: center;
        }

        .retailers {
            background: #f6f6f6;
        }
        
        .retailers__inner {
            max-width: 2000px;
            margin-left: auto;
            margin-right: auto;
            height: initial;
            width: 95%;
        }
        
        .retailers__layout {
            margin: 0 auto;
            max-width: fit-content;
            padding: 15px 0 60px 0;
            text-align: center;
        }
        
        .retailers__layout h1 {
            font-size: 50px;
            padding: 8px 0px;
            color: #3c3c3c;
        }
        
        .retailers__layout h1 span {
            /* background: white; */
            border-radius: 8px;
            font-weight: 500;
            padding: 4px 20px;
        }
        
        
        .retailers__buy {
            display: flex;
        }
        
        .retailers__logo {
            margin-right: 7px;
            margin-bottom: 5px;
            text-align: center;
        }
        
        .retailers__logo img {
            border-radius: 12px;
            background-color: #ffffff;
            padding: 5px;
            width: 100%;
        }
        
        .where-to-buy {
            max-width: 1000px;
            text-align: left;
            width: calc(100% - 10px);
            margin: 0 auto;
        }
        
        .where-to-buy h1 {
            padding-bottom: 0;
            font-size: 40px;
        }
        
        .check-retailers {
            max-width: 800px;
            text-align: center;
            margin: 0 auto;
        }
        
        .check-retailers h1 {
            margin-top: 0;
        }
        
        @media (max-width: 1400px) {
            .retailers__layout h1 {
                font-size: 40px;
            }
            .where-to-buy h1 {
              font-size: 40px;
          }
        
        }
        
        @media (max-width: 1024px) {
            .retailers__layout h1 {
                font-size: 45px;
            }
            .where-to-buy h1 {
              font-size: 40px;
          }
        }
        
        @media (max-width: 620px) {
            .retailers__layout h1 {
                font-size: 35px;
            }
            .where-to-buy h1 {
              font-size: 30px;
          }
        }
        
        @media (max-width: 1024px) {
            .where-to-buy {
                max-width: 100%;
                text-align: center;
            }
        }
        
        @media (max-width: 1024px) {
            .retailers__buy {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                grid-gap: 5px;
                max-width: 500px;
                margin: 0 auto;
            }
        
            .retailers__logo {
                margin: 0;
            }
        
        }

        .disclaimer {
            text-align: center;
            margin-bottom: 30px;
          }

          .nso-row:hover {
            background:rgba(230,0,18,0.7);
            animation: none !important;
            opacity:1;
          }

          .parents-row:hover {
            background:rgba(235,235,235,0.7);
            animation: none !important;
            opacity:1;
          }

          .retailers__layout.nz-retailers {
              max-width: fit-content;
          }


          @media screen and (min-width: 1024px) {
            .retailers__inner.nz-rw {
                max-width: 42.5%;
            }
          }


    .gsg-row {
        padding: 0% 1%;
        margin: 4.5% 0;
    }

    @media screen and (min-width: 425px) and (max-width: 959px) {
        .gsg-wrap {
            margin-top: 12px;
        }
    }

    .getting-started-row {
        background: #c50119;
        transition: background-color 150ms linear;
        position: relative;
        margin-top: 10px;
    }

    .getting-started-row:hover {
        background:rgba(197, 1, 25, 0.7);
        /* animation:flash 300ms; */
        opacity:1;
      }

      @media screen and (max-width: 415px) {
        .nintendo-switch-console img {
        margin-top: 10%;
        padding-right: 15%;
        }
      }

      div.main-v2.empty-stage-top {
          overflow-x: hidden;
      }

      

    @media screen and (min-width: 46.875em) {
    div.purchase-container {
        width: 50%;
        display: inline-block;
        float: left;
        margin-bottom: 4%;
    }

    div.purchase-container:nth-child(1) img {
        margin-right: 1%;
        padding-right: 9%;
    }
}

@media screen and (max-width: 750px) {
    div.purchase-container {
        padding: 3%;
    }
}

@media screen and (max-width: 750px) {
    .mk8-container {
        text-align: center;
    }
}

.row.row-content.mk8 {
    background: #ff0000;
}

.mk8-container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 1%;
    background: red;
    margin-top: 1%;
}

.mk8-container p {
    font-size: 18px;
    color: #fff;
}

.mk8-container h3 {
    font-size: 20px;
    color: #fff;
}

.purchase-container a {
    text-decoration: underline;
}

.mk8-bg {
    background: #1b1b1b;
    height: 10vh;
}

.switch-home-menu h4 {
    line-height: 20px !important;
}