.btn, .link-chevron {
    font-family: APTypeProText, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: normal;
    font-style: normal
}

.game__label, .game__subtitle, .game__title {
    font-family: APTypeProDisplay, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.btn, .game__title {
    font-weight: 500;
    text-align: center
}

#above-calendar, #above-carousel, #after-calendar, #cut-off-dates, #green-ribbon, #north-pole, .game, .game__card, .game__container, .game__wrapper {
    position: relative
}

#b1, #b2 {
    top: 28%
}

#b3, #b4 {
    top: 38%
}

#b5, #b6 {
    top: 48%
}

#b7, #b8 {
    top: 59%
}

#b10, #b9 {
    top: 68%
}

#b1, #b11, #b3, #b5, #b7, #b9 {
    left: 19%
}

#b10, #b12, #b2, #b4, #b6, #b8 {
    left: 57%
}

.banner, .mask {
    mix-blend-mode: multiply
}

*, .advent-popup, .btn, .button, .carousel *, .carousel .product-list .product-tile, .carousel .slick-slide, .categories *, .game__content, .game__header, .nav__container {
    box-sizing: border-box
}

.banner .cta, .btn, .carousel .slick-slide .slide-text, .link-chevron, .nav__list-item {
    text-decoration: none
}

.btn--primary {
    background-color: #dc1928;
    border-color: transparent;
    color: #fff
}

.btn--primary[disabled] {
    background-color: rgba(49, 49, 61, .1) !important;
    border-color: rgba(49, 49, 61, .52);
    color: #6d6d72
}

.btn--primary:active:enabled, .btn--primary:focus, .btn--primary:focus:enabled, .btn--primary:hover, .btn--primary:hover:enabled {
    background-color: #b71521
}

.bg-color--ash .btn--primary, .bg-color--cloudy .btn--primary, .bg-color--red .btn--primary, .bg-color--shell .btn--primary, .bg-color--slate .btn--primary, .bg-color--smoke .btn--primary, .bg-color--teal .btn--primary {
    background-color: #dc1928;
    border-color: transparent;
    color: #fff
}

.bg-color--slate .btn--primary[disabled] {
    background-color: hsla(0, 0%, 100%, .1) !important;
    color: hsla(0, 0%, 100%, .7)
}

.bg-color--slate .btn--primary:active:enabled, .bg-color--slate .btn--primary:focus, .bg-color--slate .btn--primary:focus:enabled, .bg-color--slate .btn--primary:hover, .bg-color--slate .btn--primary:hover:enabled {
    background-color: #b71521
}

.bg-color--smoke .btn--primary[disabled] {
    background-color: rgba(49, 49, 61, .1) !important;
    border-color: rgba(49, 49, 61, .52);
    color: #6d6d72
}

.bg-color--smoke .btn--primary:active:enabled, .bg-color--smoke .btn--primary:focus, .bg-color--smoke .btn--primary:focus:enabled, .bg-color--smoke .btn--primary:hover, .bg-color--smoke .btn--primary:hover:enabled {
    background-color: #b71521
}

.bg-color--cloudy .btn--primary[disabled] {
    background-color: rgba(49, 49, 61, .1) !important;
    border-color: rgba(49, 49, 61, .52);
    color: #6d6d72
}

.bg-color--cloudy .btn--primary:active:enabled, .bg-color--cloudy .btn--primary:focus, .bg-color--cloudy .btn--primary:focus:enabled, .bg-color--cloudy .btn--primary:hover, .bg-color--cloudy .btn--primary:hover:enabled {
    background-color: #b71521
}

.bg-color--shell .btn--primary[disabled] {
    background-color: rgba(49, 49, 61, .1) !important;
    border-color: rgba(49, 49, 61, .52);
    color: #6d6d72
}

.bg-color--shell .btn--primary:active:enabled, .bg-color--shell .btn--primary:focus, .bg-color--shell .btn--primary:focus:enabled, .bg-color--shell .btn--primary:hover, .bg-color--shell .btn--primary:hover:enabled {
    background-color: #b71521
}

.bg-color--ash .btn--primary[disabled] {
    background-color: hsla(0, 0%, 100%, .1) !important;
    color: hsla(0, 0%, 100%, .7)
}

.bg-color--ash .btn--primary:active:enabled, .bg-color--ash .btn--primary:focus, .bg-color--ash .btn--primary:focus:enabled, .bg-color--ash .btn--primary:hover, .bg-color--ash .btn--primary:hover:enabled {
    background-color: #b71521
}

.bg-color--red .btn--primary[disabled] {
    background-color: hsla(0, 0%, 100%, .1) !important;
    color: hsla(0, 0%, 100%, .7)
}

.bg-color--red .btn--primary:active:enabled, .bg-color--red .btn--primary:focus, .bg-color--red .btn--primary:focus:enabled, .bg-color--red .btn--primary:hover, .bg-color--red .btn--primary:hover:enabled {
    background-color: #b71521
}

.bg-color--teal .btn--primary[disabled] {
    background-color: rgba(49, 49, 61, .1) !important;
    border-color: rgba(49, 49, 61, .52);
    color: #6d6d72
}

.bg-color--teal .btn--primary:active:enabled, .bg-color--teal .btn--primary:focus, .bg-color--teal .btn--primary:focus:enabled, .bg-color--teal .btn--primary:hover, .bg-color--teal .btn--primary:hover:enabled {
    background-color: #b71521
}

.btn {
    align-items: center;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 1;
    transition: background .2s ease-in-out, border .2s ease-in-out, color .2s ease-in-out
}

.btn:focus, .link-chevron:focus {
    outline-offset: 4px;
    outline-style: dotted;
    outline-width: 1px
}

.btn[disabled] {
    cursor: not-allowed
}

.btn--medium {
    height: 44px;
    padding: 13px 32px;
    min-width: 0
}

.link-chevron {
    line-height: 24px;
    font-weight: 500;
    align-items: baseline;
    display: inline-flex;
    padding-left: 10px
}

.link-chevron:before {
    background-size: 10px 10px;
    content: "";
    height: 10px;
    transform: translate3d(-10px, 0, 0);
    transition: transform .2s;
    width: 10px
}

.link-chevron:active:enabled:before, .link-chevron:focus:before, .link-chevron:focus:enabled:before, .link-chevron:hover:before, .link-chevron:hover:enabled:before {
    transform: translate3d(-4px, 0, 0)
}

.bg-color .link-chevron, .bg-color .link-chevron:active:enabled, .bg-color .link-chevron:focus, .bg-color .link-chevron:focus:enabled, .bg-color .link-chevron:hover, .bg-color .link-chevron:hover:enabled, .bg-color--cloudy .link-chevron, .bg-color--cloudy .link-chevron:active:enabled, .bg-color--cloudy .link-chevron:focus, .bg-color--cloudy .link-chevron:focus:enabled, .bg-color--cloudy .link-chevron:hover, .bg-color--cloudy .link-chevron:hover:enabled, .bg-color--shell .link-chevron, .bg-color--shell .link-chevron:active:enabled, .bg-color--shell .link-chevron:focus, .bg-color--shell .link-chevron:focus:enabled, .bg-color--shell .link-chevron:hover, .bg-color--shell .link-chevron:hover:enabled, .bg-color--smoke .link-chevron, .bg-color--smoke .link-chevron:active:enabled, .bg-color--smoke .link-chevron:focus, .bg-color--smoke .link-chevron:focus:enabled, .bg-color--smoke .link-chevron:hover, .bg-color--smoke .link-chevron:hover:enabled, .link-chevron, .link-chevron:active:enabled, .link-chevron:focus, .link-chevron:focus:enabled, .link-chevron:hover, .link-chevron:hover:enabled, [class*=bg-color] .bg-color .link-chevron, [class*=bg-color] .bg-color .link-chevron:active:enabled, [class*=bg-color] .bg-color .link-chevron:focus, [class*=bg-color] .bg-color .link-chevron:focus:enabled, [class*=bg-color] .bg-color .link-chevron:hover, [class*=bg-color] .bg-color .link-chevron:hover:enabled, [class*=bg-color] .link-chevron, [class*=bg-color] .link-chevron:active:enabled, [class*=bg-color] .link-chevron:focus, [class*=bg-color] .link-chevron:focus:enabled, [class*=bg-color] .link-chevron:hover, [class*=bg-color] .link-chevron:hover:enabled {
    color: #212129
}

.afl__carousel .bg-color .link-chevron, .afl__carousel .carousel__title, .bg-color .link-chevron:active:enabled, .bg-color .link-chevron:focus, .bg-color .link-chevron:focus:enabled, .bg-color .link-chevron:hover, .bg-color .link-chevron:hover:enabled, .bg-color--ash .link-chevron, .bg-color--ash .link-chevron:active:enabled, .bg-color--ash .link-chevron:focus, .bg-color--ash .link-chevron:focus:enabled, .bg-color--ash .link-chevron:hover, .bg-color--ash .link-chevron:hover:enabled, .bg-color--red .link-chevron, .bg-color--red .link-chevron:active:enabled, .bg-color--red .link-chevron:focus, .bg-color--red .link-chevron:focus:enabled, .bg-color--red .link-chevron:hover, .bg-color--red .link-chevron:hover:enabled, .bg-color--slate .link-chevron, .bg-color--slate .link-chevron:active:enabled, .bg-color--slate .link-chevron:focus, .bg-color--slate .link-chevron:focus:enabled, .bg-color--slate .link-chevron:hover, .bg-color--slate .link-chevron:hover:enabled, .categories__container .view-all-xs, .categories__title, .link-chevron, .link-chevron--reverse, .link-chevron--reverse:active:enabled, .link-chevron--reverse:focus, .link-chevron--reverse:focus:enabled, .link-chevron--reverse:hover, .link-chevron--reverse:hover:enabled, .link-chevron:active:enabled, .link-chevron:focus, .link-chevron:focus:enabled, .link-chevron:hover, .link-chevron:hover:enabled, [class*=bg-color] .bg-color .link-chevron, [class*=bg-color] .bg-color .link-chevron:active:enabled, [class*=bg-color] .bg-color .link-chevron:focus, [class*=bg-color] .bg-color .link-chevron:focus:enabled, [class*=bg-color] .bg-color .link-chevron:hover, [class*=bg-color] .bg-color .link-chevron:hover:enabled, [class*=bg-color] .link-chevron, [class*=bg-color] .link-chevron:active:enabled, [class*=bg-color] .link-chevron:focus, [class*=bg-color] .link-chevron:focus:enabled, [class*=bg-color] .link-chevron:hover, [class*=bg-color] .link-chevron:hover:enabled {
    color: #fff
}

.bg-color .link-chevron:before, .link-chevron:before, [class*=bg-color] .bg-color .link-chevron:before, [class*=bg-color] .link-chevron:before {
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23dc1928' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.44 10.566l-.679-.714c-.011-.013-.028-.017-.044-.03L8.951.591a1.848 1.848 0 00-2.711 0l-.68.712a2.096 2.096 0 000 2.854L13.01 12l-7.45 7.84a2.098 2.098 0 000 2.857l.68.71c.747.79 1.961.79 2.71 0l8.767-9.227c.014-.014.033-.018.044-.033l.68-.712c.375-.396.56-.916.559-1.435a2.065 2.065 0 00-.56-1.435z'/%3E%3C/svg%3E")
}

.bg-color--slate .link-chevron:before {
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.44 10.566l-.679-.714c-.011-.013-.028-.017-.044-.03L8.951.591a1.848 1.848 0 00-2.711 0l-.68.712a2.096 2.096 0 000 2.854L13.01 12l-7.45 7.84a2.098 2.098 0 000 2.857l.68.71c.747.79 1.961.79 2.71 0l8.767-9.227c.014-.014.033-.018.044-.033l.68-.712c.375-.396.56-.916.559-1.435a2.065 2.065 0 00-.56-1.435z'/%3E%3C/svg%3E")
}

.bg-color--cloudy .link-chevron:before, .bg-color--shell .link-chevron:before, .bg-color--smoke .link-chevron:before {
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23dc1928' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.44 10.566l-.679-.714c-.011-.013-.028-.017-.044-.03L8.951.591a1.848 1.848 0 00-2.711 0l-.68.712a2.096 2.096 0 000 2.854L13.01 12l-7.45 7.84a2.098 2.098 0 000 2.857l.68.71c.747.79 1.961.79 2.71 0l8.767-9.227c.014-.014.033-.018.044-.033l.68-.712c.375-.396.56-.916.559-1.435a2.065 2.065 0 00-.56-1.435z'/%3E%3C/svg%3E")
}

.bg-color--ash .link-chevron:before, .bg-color--red .link-chevron:before, .link-chevron--reverse:before {
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.44 10.566l-.679-.714c-.011-.013-.028-.017-.044-.03L8.951.591a1.848 1.848 0 00-2.711 0l-.68.712a2.096 2.096 0 000 2.854L13.01 12l-7.45 7.84a2.098 2.098 0 000 2.857l.68.71c.747.79 1.961.79 2.71 0l8.767-9.227c.014-.014.033-.018.044-.033l.68-.712c.375-.396.56-.916.559-1.435a2.065 2.065 0 00-.56-1.435z'/%3E%3C/svg%3E")
}

.bg-color--teal .link-chevron, .bg-color--teal .link-chevron:active:enabled, .bg-color--teal .link-chevron:focus, .bg-color--teal .link-chevron:focus:enabled, .bg-color--teal .link-chevron:hover, .bg-color--teal .link-chevron:hover:enabled {
    color: #212129
}

.bg-color--teal .link-chevron:before {
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23dc1928' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.44 10.566l-.679-.714c-.011-.013-.028-.017-.044-.03L8.951.591a1.848 1.848 0 00-2.711 0l-.68.712a2.096 2.096 0 000 2.854L13.01 12l-7.45 7.84a2.098 2.098 0 000 2.857l.68.71c.747.79 1.961.79 2.71 0l8.767-9.227c.014-.014.033-.018.044-.033l.68-.712c.375-.396.56-.916.559-1.435a2.065 2.065 0 00-.56-1.435z'/%3E%3C/svg%3E")
}

.link-chevron--external .icon {
    margin-left: 5px
}

.game {
    margin-top: 65.5px;
    width: 100%
}

.game:before {
    background: url(/content/dam/christmas/images/game-grass-top-mobile.png) top/cover no-repeat;
    content: "";
    display: block;
    height: 95.5px;
    left: 0;
    position: absolute;
    top: -65px;
    width: 100%
}

.game__wrapper {
    background-blend-mode: multiply;
    background-color: #bfd0b4;
    background-image: url(/content/dam/christmas/images/game-grass-bottom-mobile.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 0
}

.game__wrapper:after {
    background-image: url(/content/dam/christmas/images/elf2.png);
    background-size: contain;
    content: "";
    display: inline-block;
    height: 138.03px;
    position: absolute;
    right: 0;
    top: 0;
    width: 91.92px
}

@media only screen and (min-width: 768px) {
    .game {
        margin-top: 125px
    }

    .game:before {
        background: url(/content/dam/christmas/images/game-grass-top-tablet.png) top/cover no-repeat;
        height: 96px;
        top: -95px
    }

    .game__wrapper {
        align-items: center;
        background-image: url(/content/dam/christmas/images/game-grass-bottom-tablet.png);
        background-size: contain
    }

    .game__wrapper:after {
        height: 185.09px;
        width: 123.25px
    }
}

@media only screen and (min-width: 1240px) {
    .game__wrapper:after {
        height: 308px;
        top: 50%;
        transform: translateY(-50%);
        width: 192.5px
    }
}

.game__container {
    height: 100%;
    padding: 0 0 84px;
    width: 100%
}

.game__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0 24px 26px;
    width: 100%
}

.game__logo {
    object-fit: contain;
    width: 170px
}

.game__title {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #212129;
    margin: 0 auto 32px;
    max-width: 65%
}

.game__label, .game__subtitle {
    font-weight: 500;
    letter-spacing: .8px;
    color: #212129;
    text-align: center
}

.game__subtitle {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 75%
}

@media only screen and (min-width: 992px) {
    .game__subtitle {
        text-align: center
    }
}

.game__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    perspective: 1000px;
    width: 100%
}

.game__content.hidden, .game__results {
    display: none;
    transition: .2s
}

.game__card {
    border-radius: 8px;
    height: 124px;
    margin: 5px;
    transform: scale(1);
    transform-style: preserve-3d;
    transition: .3s;
    width: 100px
}

@media only screen and (min-width: 444px) {
    .game__card {
        height: 151px;
        width: 109px
    }
}

.game__card:active {
    transform: scale(.97);
    transition: transform .2s
}

.game__card.flip {
    transform: rotateY(180deg)
}

.game__card .back-face, .game__card .front-face {
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 8px;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    perspective: 0;
    position: absolute;
    transform: translateZ(0);
    visibility: visible;
    width: 100%
}

.afl__container--full-width, .carousel__container, .game__card .back-face img {
    max-width: 100%
}

.game__card .front-face {
    flex-direction: column;
    transform: rotateY(180deg)
}

.game__card .front-face img {
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%
}

.game__label {
    font-size: 14px;
    bottom: 10px;
    line-height: 14px;
    margin: 8px auto 6px;
    position: absolute;
    z-index: 1
}

.game__img {
    height: 123px;
    margin: 0 auto;
    width: 137px
}

.game__img img {
    object-fit: contain;
    width: 100%
}

.game__image {
    display: none
}

.game__results-text {
    font-weight: 600
}

.game__results-btn {
    font-family: APTypeProText, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 20px;
    align-items: center;
    background: #dc1928;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 40px;
    margin: 0 auto;
    outline: 0;
    padding: 2px 32px;
    text-align: center
}

.adventCalendar__title, .game__results h2 {
    font-family: APTypeProDisplay, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1.3px
}

.adventCalendar__subtitle, .game__results p {
    font-family: APTypeProText, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    font-style: normal
}

.game__results.visible {
    background-color: #fff;
    border: 1px solid #6a845a;
    border-radius: 8px;
    display: block;
    margin: 60px 40px;
    max-width: 100%;
    padding: 40px 24px;
    transition: .2s
}

.advent-popup, .advent-popup__img img {
    border-radius: 8px;
    left: 50%;
    transform: translate(-50%, -50%)
}

.game__results h2 {
    font-size: 24px;
    line-height: 32px;
    color: #212129;
    margin: 16px auto;
    text-align: center
}

.game__results p {
    font-size: 16px;
    line-height: 24px;
    margin: 16px auto 24px;
    text-align: center
}

.adventCalendar {
    background: url(/content/dam/christmas/images/sky-mobile.png) 50%/cover no-repeat;
    display: flex;
    margin-top: 50px;
    position: relative
}

@media only screen and (min-width: 1440px) {
    .adventCalendar:before {
        background-image: url(/content/dam/christmas/images/green-bauble.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        height: 272px;
        left: 130px;
        position: absolute;
        top: 0;
        width: 87px
    }
}

.adventCalendar__wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%
}

.adventCalendar__title {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    margin: 0 0 50px
}

.adventCalendar__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 20px
}

.adventCalendar__intro {
    display: flex;
    flex-direction: column;
    padding: 47px 33px 0
}

.adventCalendar__content {
    background: url(/content/dam/christmas/images/advent-calendar-mobile.png) bottom/contain no-repeat;
    position: relative
}

.adventCalendar__content:before {
    background-image: url(/content/dam/christmas/images/elf-legs-mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 70px;
    left: calc(50% - 20px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 78px
}

.adventCalendar__content input, .adventCalendar__img, .adventCalendar__img img, .carousel .slick-arrow.slick-hidden, .carousel .slick-slide.slick-loading img, .categories__link, .categories__link a, .nav__desktop {
    display: none
}

.adventCalendar__content label {
    display: block;
    height: 50px;
    width: 50px
}

.adventCalendar__img-text {
    align-items: center;
    display: flex;
    height: 206px;
    justify-content: center
}

.adventCalendar__img-text span {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 60%;
    text-align: center
}

.advent-popup {
    align-items: flex-start;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 85%;
    opacity: 0;
    padding: 20px;
    position: fixed;
    top: 50%;
    transition: .3s;
    visibility: hidden;
    width: 100%
}

.advent-popup.visible {
    opacity: 1;
    transition: .3s;
    visibility: visible;
    z-index: 100
}

.advent-popup__content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.advent-popup__title {
    font-family: APTypeProDisplay, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 1.3px;
    color: #212129;
    line-height: normal;
    margin: 0 0 20px
}

.advent-popup__cta, .advent-popup__text {
    font-family: APTypeProText, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.advent-popup__text {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 24px;
    color: #212129
}

.advent-popup__img-wrapper {
    margin: 20px 0
}

.advent-popup__img {
    width: 263px;
    height: 145px;
    max-width: 100%;
    z-index: 2;
    display: block;
    position: relative
}

.advent-popup__img img {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    object-fit: cover;
    height: auto
}

.advent-popup__close {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: absolute;
    right: 8px;
    top: 12px;
    z-index: 2
}

.advent-popup__close:focus {
    outline: #212129 dotted 1px;
    outline-offset: 4px
}

@media only screen and (min-width: 600px) {
    .advent-popup__close {
        right: 8px;
        top: 12px
    }
}

.mask, .nav__hamburger span:first-child, .nav__mobile button.nav__hamburger span:first-child {
    top: 0
}

.nav__hamburger span:nth-child(2), .nav__mobile button.nav__hamburger span:nth-child(2) {
    top: 8px
}

.nav__hamburger span:nth-child(3), .nav__mobile button.nav__hamburger span:nth-child(3) {
    top: 16px
}

.advent-popup__cta {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    text-align: center
}

.categories .slick-slide .slide-title, .categories__title {
    font-family: APTypeProDisplay, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 26px
}

.categories {
    background-image: url(/content/dam/christmas/images/CAROUSEL_BG_375x745.jpg);
    margin-top: 31px;
    position: relative;
    width: 100%
}

.categories:before {
    background-image: url(/content/dam/christmas/images/CAROUSEL_BG_375x32.jpg);
    background-size: cover;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 100%
}

.categories__wrapper {
    background-blend-mode: multiply;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    padding: 0 0 46px;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .game__title {
        margin: 0 auto 24px
    }

    .game__content {
        max-width: 796px
    }

    .game__card {
        height: 131px;
        width: 187px
    }

    .game__results.visible {
        margin: 60px auto;
        width: 415px
    }

    .adventCalendar {
        background: url(/content/dam/christmas/images/sky-tablet.png) 50%/cover no-repeat;
        height: 563px;
        margin-top: 0
    }

    .adventCalendar__wrapper {
        flex-direction: row
    }

    .adventCalendar__title {
        margin: 0 0 30px
    }

    .adventCalendar__intro {
        padding: 62px 0 0 30px;
        max-width: 50%
    }

    .adventCalendar__content {
        background: url(/content/dam/christmas/images/advent-calendar-tablet.png) 100%/contain no-repeat;
        height: 500px;
        margin-left: auto;
        margin-right: 30px;
        margin-top: auto;
        width: 328px
    }

    .adventCalendar__img img {
        display: block;
        height: 182px;
        margin-top: 20px;
        object-fit: contain;
        width: 109px
    }

    .adventCalendar__img {
        display: flex;
        margin-bottom: 100px;
        margin-top: auto;
        margin-left: auto
    }

    .adventCalendar__img-text {
        background: url(/content/dam/christmas/images/speech-bubble.png) 50%/contain no-repeat;
        height: 158px;
        width: 133px
    }

    .adventCalendar__img-text span {
        font-size: 12px;
        line-height: 18.39px
    }

    .advent-popup {
        padding: 40px;
        width: 466px
    }

    .categories {
        background-image: url(/content/dam/christmas/images/CAROUSEL_BG_768x745-v3.jpg);
        margin-top: 58px
    }

    .categories:before {
        background-image: url(/content/dam/christmas/images/CAROUSEL_BG_768x58.jpg);
        background-size: cover;
        height: 57px;
        top: -57px
    }

    .categories__wrapper {
        align-items: center;
        background-size: contain;
        padding-bottom: 90px
    }
}

@media only screen and (min-width: 1700px) {
    .categories__wrapper:after {
        background-size: contain;
        bottom: 0;
        display: inline-block;
        height: 493px;
        position: absolute;
        right: 0;
        width: 371px
    }
}

.categories__container {
    padding: 0 16px
}

@media only screen and (min-width: 1024px) {
    .game {
        margin-top: 85px
    }

    .game:before {
        background: url(/content/dam/christmas/images/game-grass-top-desktop.png) top/cover no-repeat;
        height: 84px;
        top: -54px
    }

    .adventCalendar:after, .adventCalendar__content:before {
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        position: absolute
    }

    .game__wrapper {
        align-items: center;
        background-image: url(/content/dam/christmas/images/game-grass-bottom-desktop.png);
        background-size: contain
    }

    .adventCalendar {
        background: url(/content/dam/christmas/images/sky-background.jpg) 50%/cover no-repeat;
        height: 885px;
        margin-top: 83px;
        padding: 0 20px
    }

    .adventCalendar:after {
        background-image: url(/content/dam/christmas/images/wreath.png);
        background-size: contain;
        right: 0;
        height: 203px;
        top: -105px;
        width: 287px
    }

    .adventCalendar__wrapper {
        flex-direction: row;
        max-width: 1070px;
        margin-top: auto
    }

    .adventCalendar__title {
        margin: 0 0 50px
    }

    .adventCalendar__subtitle {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 26px
    }

    .adventCalendar__intro {
        padding: 50px 0 0
    }

    .adventCalendar__content {
        background: url(/content/dam/christmas/images/advent-calendar.png) 100%/contain no-repeat;
        height: 769px;
        margin-top: auto;
        margin-right: 0;
        width: 585px
    }

    .adventCalendar__content:before {
        background-image: url(/content/dam/christmas/images/elf-legs.png);
        background-size: contain;
        height: 104px;
        left: calc(50% + 20px);
        top: 50%;
        transform: translate(-50%, -50%);
        width: 116px
    }

    .adventCalendar__img img {
        display: block;
        height: 238px;
        margin-top: 80px;
        object-fit: contain;
        width: 143px
    }

    .adventCalendar__img-text {
        background: url(/content/dam/christmas/images/speech-bubble.png) 50%/contain no-repeat;
        height: 206px;
        width: 173px;
        margin-left: -30px
    }

    .adventCalendar__img-text span {
        font-size: 16px;
        line-height: 24px
    }

    .advent-popup__img-wrapper {
        margin: 40px 0
    }

    .advent-popup__img {
        width: 379px;
        height: 209px
    }

    .advent-popup__close {
        right: 20px;
        top: 25px
    }

    .categories {
        background-image: url(/content/dam/christmas/images/CAROUSEL_BG_1920x780.jpg);
        margin-top: 58px;
        margin-bottom: 60px;
        padding-top: 40px
    }

    .categories:before {
        background-image: url(/content/dam/christmas/images/CAROUSEL_BG_DESKTOP_1920x58.jpg);
        background-size: cover;
        height: 58px;
        top: -57px
    }

    .categories__wrapper {
        align-items: center;
        background-size: contain;
        padding-bottom: 115px
    }

    .categories__container {
        margin: 0 auto;
        padding: 16px
    }
}

@media only screen and (min-width: 1280px) {
    .game__image {
        bottom: -100px;
        display: block;
        height: 416px;
        left: 0;
        object-fit: contain;
        position: absolute;
        width: 227px
    }

    .game__image img {
        height: 100%;
        object-fit: contain;
        width: 100%
    }

    .categories__container {
        padding: 0
    }
}

.categories__content {
    display: flex;
    justify-content: flex-start;
    position: relative
}

.categories__title {
    font-size: 20px;
    margin: 0 0 24px
}

@media (min-width: 970px) {
    .btn--medium {
        height: 44px
    }

    .game__title {
        font-size: 32px;
        letter-spacing: 1px;
        line-height: 38px
    }

    .game__subtitle {
        font-size: 20px;
        letter-spacing: .8px;
        line-height: 26px
    }

    .game__label {
        font-size: 16px;
        letter-spacing: .8px;
        line-height: 20px
    }

    .advent-popup__title, .game__results h2 {
        font-size: 28px;
        letter-spacing: .8px;
        line-height: 34px
    }

    .adventCalendar__title {
        font-size: 42px;
        letter-spacing: 1.3px;
        line-height: 48px
    }

    .categories__title {
        font-size: 24px;
        letter-spacing: .8px;
        line-height: 30px
    }
}

@media only screen and (min-width: 768px) {
    .categories__title {
        margin: 0 auto 38px;
        text-align: center;
        font-size: 32px;
        line-height: 38px
    }
}

.carousel .slider-container, .categories .slider-container {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%
}

.categories .slider-container .slick-list {
    width: 100%
}

.categories .slider-container .slick-dots {
    bottom: 0;
    display: block;
    list-style: none;
    margin: 30px auto 0;
    max-width: 100%;
    padding: 0;
    position: relative;
    text-align: center
}

.categories .slider-container .slick-dots li {
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px
}

.categories .slider-container .slick-dots li.slick-active button {
    background-color: #fff;
    border: 1px solid #dc1928
}

.categories .slider-container .slick-dots button {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 10px;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    outline: 0;
    padding: 0;
    width: 10px
}

.categories .slick-slide .slide-title {
    font-size: 20px;
    flex-grow: 1;
    color: #212129;
    margin-bottom: 16px;
    text-decoration: none
}

@media (min-width: 970px) {
    .categories .slick-slide .slide-title {
        font-size: 24px;
        letter-spacing: .8px;
        line-height: 30px
    }

    .categories .product-list-container {
        width: 970px
    }
}

.carousel .slick-slide .slide-text:hover, .categories .slick-slide .slide-title:hover {
    color: #dc1928
}

.categories .slick-slide .slide-text {
    font-family: APTypeProText, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 24px
}

.categories .btn--primary {
    background-color: #dc1928;
    border-color: transparent;
    color: #fff;
    min-width: 0
}

.carousel .slick-slide .slide-btn[disabled], .categories .btn--primary[disabled] {
    background-color: rgba(49, 49, 61, .1) !important;
    border-color: rgba(49, 49, 61, .52);
    color: #6d6d72
}

.carousel .slick-slide .slide-title, .carousel__title {
    font-family: APTypeProDisplay, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 26px;
    color: #101010
}

.carousel .slick-slide .slide-btn:active:enabled, .carousel .slick-slide .slide-btn:focus, .carousel .slick-slide .slide-btn:focus:enabled, .carousel .slick-slide .slide-btn:hover, .carousel .slick-slide .slide-btn:hover:enabled, .categories .btn--primary:active:enabled, .categories .btn--primary:focus, .categories .btn--primary:focus:enabled, .categories .btn--primary:hover, .categories .btn--primary:hover:enabled {
    background-color: #b71521
}

.categories .product-list-container {
    margin: 0 auto
}

.banner .cta:last-of-type, .carousel .product-list.slick-carousel, .categories .product-list-container .product-list.slick-carousel, body {
    margin: 0
}

.categories .product-list-container a.view-all-xs {
    display: block;
    padding: 16px 0 0 5px
}

.banner__cta-container, .carousel .product-list-container .slick-track, .categories .product-list-container .slick-track {
    display: flex
}

.carousel .product-list-container .slick-initialized .slick-slide, .categories .product-list-container .slick-initialized .slick-slide {
    display: flex;
    height: auto
}

.carousel .product-list-container .slick-initialized .slick-slide > div, .categories .product-list-container .slick-initialized .slick-slide > div {
    display: flex;
    min-height: 100%;
    width: 100%
}

.carousel .product-list, .categories .product-list-container .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.categories .product-list-container .product-list .product-tile {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 0;
    position: relative
}

.carousel .product-list .product-tile:hover, .categories .product-list-container .product-list .product-tile:hover {
    box-shadow: 0 -1px 25px rgba(0, 0, 0, .12);
    transition: .3s
}

@media (max-width: 1170px) {
    .categories .product-list-container .product-list .product-tile {
        padding: 0 0 16px
    }
}

.categories .product-list-container .product-list .product-tile .product-info-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 16px
}

@media (max-width: 1024px) {
    .categories .btn--primary {
        margin-top: auto
    }

    .categories .product-list-container .product-list .product-tile .product-info-wrapper {
        padding: 16px 16px 0;
        text-align: left
    }
}

.carousel .product-list .product-tile .product-image-container, .categories .product-list-container .product-list .product-tile .product-image-container {
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    padding: 1px;
    position: relative
}

.carousel .product-list .product-tile .product-image-container > a, .categories .product-list-container .product-list .product-tile .product-image-container > a {
    display: block;
    padding-bottom: 100%;
    position: relative
}

#b1, #b10, #b11, #b12, #b2, #b3, #b4, #b5, #b6, #b7, #b8, #b9, .banner:after, .carousel .product-list-container .slick-initialized .slick-slide img {
    position: absolute
}

.carousel .product-list .product-tile .product-image-container > a:focus, .categories .product-list-container .product-list .product-tile .product-image-container > a:focus {
    outline-offset: 0
}

.categories .product-list-container .product-list .product-tile .product-image-container img {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    object-fit: contain
}

.categories .product-list-container .product-list-item {
    display: flex !important;
    flex-direction: column;
    list-style-type: none;
    min-height: 100%;
    padding: 0;
    position: relative;
    margin-right: 15px
}

.carousel .slick-disabled, .categories .slick-disabled {
    opacity: 0;
    pointer-events: none
}

body {
    padding: 0
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

a:focus {
    outline: #212129 dotted thin;
    outline-offset: -2px
}

.carousel {
    background-color: #eee;
    width: 100%
}

.afl__carousel {
    background-color: #254b90
}

@media only screen and (min-width: 1024px) {
    .categories__content {
        justify-content: center;
        align-items: center;
        margin-bottom: 38px
    }

    .categories__title {
        position: absolute;
        left: 50%;
        margin: 0 auto 42px;
        transform: translateX(-50%);
        font-size: 42px;
        line-height: 48px
    }

    .categories__link {
        display: inline-block;
        margin-left: auto;
        margin-right: 15px
    }

    .categories__link a {
        color: #fff !important;
        display: inline-block
    }

    .categories .slick-slide .slide-title {
        line-height: 32px
    }

    .carousel__container {
        margin: 0 auto
    }
}

.carousel__content {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    padding: 0 10px;
    width: 100%
}

@media only screen and (min-width: 680px) {
    .carousel__content {
        justify-content: space-between
    }
}

.carousel__title {
    font-size: 20px;
    display: inline-block;
    margin: 0 0 16px
}

@media only screen and (min-width: 1400px) {
    .categories:after, .game__container:before {
        background-size: contain;
        display: inline-block;
        position: absolute
    }

    .game__container:before {
        background-image: url(/content/dam/christmas/images/elf.png);
        bottom: 0;
        content: "";
        height: 308px;
        left: 10%;
        width: 192.5px
    }

    .categories:after {
        background-repeat: no-repeat;
        height: 170px;
        left: 0;
        top: -100px;
        width: 179px
    }

    .carousel__title {
        margin: 0
    }
}

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

.carousel .slider-container .slick-dots li {
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px
}

.carousel .slider-container .slick-dots li.slick-active button {
    background-color: #31313d
}

.afl__carousel .slider-container .slick-dots li.slick-active button {
    background-color: #fff
}

.carousel .slider-container .slick-dots button {
    background-color: transparent;
    border: 1px solid #919194;
    border-radius: 10px;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    line-height: 0;
    outline: 0;
    padding: 5px;
    width: 10px
}

.carousel .slick-slide .slide-title {
    font-size: 16px;
    margin: 0 0 24px
}

@media (min-width: 970px) {
    .categories .product-list-container .product-list-item {
        margin-right: 18px
    }

    .carousel .slick-slide .slide-title, .carousel__title {
        font-size: 24px;
        letter-spacing: .8px;
        line-height: 30px
    }

    .afl__carousel .slick-slide .slide-title, .carousel__title {
        line-height: 24px
    }

    .carousel .slick-next, .carousel .slick-prev {
        border: 0;
        border-radius: 25px;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 50px;
        opacity: .75;
        padding: 0;
        position: absolute;
        text-align: center;
        text-shadow: none;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        z-index: 5
    }

    .carousel .slick-next:focus, .carousel .slick-next:hover, .carousel .slick-prev:focus, .carousel .slick-prev:hover {
        background-color: #31313d;
        outline: #222 dotted 1px;
        top: calc(50% - 1px)
    }

    .afl__carousel .carousel .slick-next:focus, .carousel .slick-next:hover, .carousel .slick-prev:focus, .carousel .slick-prev:hover {
        background-color: #fff
    }

    .carousel .slick-prev {
        background: url(/content/dam/christmas/images/prev.png) bottom/cover no-repeat;
        left: -60px
    }

    .carousel .slick-next {
        background: url(/content/dam/christmas/images/next.png) bottom/cover no-repeat;
        right: -60px
    }

    .carousel .product-list-container {
        width: 970px
    }
}

.nav__hamburger.open, .nav__mobile button.nav__hamburger.open {
    top: 40px;
    z-index: 100;
    position: fixed
}

.carousel .product-list .price-from, .carousel .slick-slide .slide-text {
    font-family: APTypeProText, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal
}

.carousel .slick-slide .slide-text {
    color: #212129;
    flex-grow: 1;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0
}

.carousel .slick-slide .slide-btn {
    background-color: #dc1928;
    border-color: transparent;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    margin-top: 24px;
    min-width: 0;
    padding: 10px 0
}

.carousel .product-list-container {
    margin: 0 auto;
    padding: 40px 15px 15px
}

.carousel .product-list-container a.view-all-xs {
    display: inline-block;
    padding: 16px 0 0 5px
}

.afl__carousel .product-list-container a.view-all-xs {
    padding: 16px 0 16px 5px
}

@media (min-width: 1170px) {
    .afl__carousel .product-list-container, .carousel .product-list-container {
        width: 1170px
    }
}

.carousel .product-list-container .slick-initialized .slick-slide img {
    border-radius: 5px;
    display: block;
    left: 50%;
    max-width: 100%;
    object-fit: contain;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

@media (max-width: 969px) {
    .carousel .product-list-container .product-carousel-container {
        margin: 0 -6px
    }

    .carousel .product-list-container .product-carousel-container .product-list-item {
        padding: 0 6px
    }

    .carousel .product-list-container .product-carousel-container .slick-next, .carousel .product-list-container .product-carousel-container .slick-prev {
        display: none
    }

    .afl__carousel .slick-slide .slide-title, .carousel__title {
        line-height: 16px
    }

    .afl__carousel .slick-slide .slide-title {
        margin: 0 0 8px
    }
}

.carousel .product-list-container .product-carousel-container .product-list-item {
    display: flex !important;
    flex-direction: column;
    min-height: 100%;
    padding: 24px 8px;
    position: relative
}

.carousel .product-list-container .product-list-item {
    padding: 0 15px 0 0
}

.carousel .product-list .product-list-item {
    list-style-type: none;
    outline: 0;
    padding: 24px 8px
}

.carousel .product-list .price-from {
    color: #212129;
    font-size: 10px;
    line-height: 14px;
    padding-bottom: 4px;
    text-transform: uppercase
}

.carousel .product-list .product-tile {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 0 0 24px;
    position: relative
}

.banner .cta, .button {
    font-weight: 400;
    border: 0;
    cursor: pointer
}

.carousel .product-list .product-tile .product-info-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 16px 20px 0;
    text-align: left
}

@media (max-width: 679px) {
    .carousel .product-list-container {
        padding-bottom: 0
    }

    .carousel .hidden-xs {
        display: none !important
    }
}

@media (min-width: 679px) {
    .afl__carousel .product-list-container a.view-all-xs, .categories .product-list-container a.view-all-xs {
        display: none
    }
}

#b11, #b12 {
    top: 79%
}

@media (min-width: 320px) {
    #b1, #b2 {
        top: 15%
    }

    #b1, #b3, #b5, #b7 {
        left: 18%
    }

    #b2, #b4, #b6, #b8 {
        left: 57%
    }

    #b3, #b4 {
        top: 27%
    }

    #b5, #b6 {
        top: 39%
    }

    #b7, #b8 {
        top: 51%
    }

    #b9 {
        left: 18%;
        top: 64%
    }

    #b10 {
        left: 57%;
        top: 64%
    }

    #b11 {
        left: 18%;
        top: 76%
    }

    #b12 {
        left: 57%;
        top: 76%
    }
}

@media (min-width: 360px) {
    #b1 {
        left: 23%;
        top: 7%
    }

    #b2 {
        left: 57%;
        top: 7%
    }

    #b3, #b4 {
        top: 20%
    }

    #b3, #b5, #b7 {
        left: 23%
    }

    #b4, #b6, #b8 {
        left: 57%
    }

    #b5, #b6 {
        top: 33%
    }

    #b7, #b8 {
        top: 46%
    }

    #b9 {
        left: 23%;
        top: 60%
    }

    #b10 {
        left: 57%;
        top: 60%
    }

    #b11 {
        left: 23%;
        top: 74%
    }

    #b12 {
        left: 57%;
        top: 74%
    }
}

@media (min-width: 441px) {
    #b1, #b2 {
        top: 8%
    }

    #b3, #b4 {
        top: 21%
    }

    #b5, #b6 {
        top: 34%
    }

    #b3, #b5, #b7 {
        left: 27%
    }

    #b7, #b8 {
        top: 47%
    }

    #b10, #b9 {
        top: 61%
    }

    #b1, #b11, #b9 {
        left: 28%
    }

    #b10, #b12, #b2, #b4, #b6, #b8 {
        left: 57%
    }

    #b11, #b12 {
        top: 75%
    }
}

@media (min-width: 551px) {
    #b1, #b2 {
        top: 7%
    }

    #b3, #b4 {
        top: 21%
    }

    #b5, #b6 {
        top: 34%
    }

    #b7, #b8 {
        top: 48%
    }

    #b10, #b9 {
        top: 61%
    }

    #b1, #b11, #b3, #b5, #b7, #b9 {
        left: 33%
    }

    #b10, #b12, #b2, #b4, #b6, #b8 {
        left: 57%
    }

    #b11, #b12 {
        top: 74%
    }
}

@media (min-width: 768px) {
    #b1, #b2 {
        top: 7%
    }

    #b3, #b4 {
        top: 19%
    }

    #b5, #b6 {
        top: 33%
    }

    #b7, #b8 {
        top: 46%
    }

    #b10, #b9 {
        top: 59%
    }

    #b1, #b11, #b3, #b5, #b7, #b9 {
        left: 24%
    }

    #b10, #b12, #b2, #b4, #b6, #b8 {
        left: 60%
    }

    .game__container {
        padding: 0 16px 194px
    }

    .game__header {
        padding: 0 0 55px
    }

    .game__intro {
        flex-grow: 1;
        margin: 0 auto;
        max-width: 1440px
    }

    .categories .product-list-container a.view-all-xs {
        margin: 40px auto 0;
        padding: 0;
        text-align: center
    }

    .carousel .product-list-container a.view-all-xs {
        margin: 0 auto
    }

    #b11, #b12 {
        top: 72%
    }
}

@media (min-width: 1280px) {
    #b1, #b2 {
        top: 9%
    }

    #b3, #b4 {
        top: 21%
    }

    #b5, #b6 {
        top: 34%
    }

    #b7, #b8 {
        top: 47%
    }

    #b10, #b9 {
        top: 60%
    }

    #b1, #b11, #b3, #b5, #b7, #b9 {
        left: 26%
    }

    #b10, #b12, #b2, #b4, #b6, #b8 {
        left: 66%
    }

    .game__header {
        flex-direction: row;
        margin: 0 auto;
        max-width: 1440px;
        padding: 0 0 58px
    }

    #b11, #b12 {
        top: 74%
    }
}

.button {
    animation: 1.5s infinite pulse;
    background: #fff;
    border-radius: 100%;
    color: #dc1928;
    display: block;
    font-family: DK Cool Crayon, sans-serif;
    font-size: 16px;
    height: 35px;
    padding: 5px;
    width: 35px
}

.banner .cta, .banner__intro {
    font-family: APTypeProText, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 20px
}

.button:hover {
    background: #dc1928;
    color: #fff
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeout {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #f7f3f3
    }
    to {
        box-shadow: 0 0 0 15px transparent
    }
}

.mask {
    background: #606060;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    transition: .7s;
    visibility: hidden;
    width: 100%;
    z-index: 50
}

.banner, .banner__content, .banner__wrapper {
    position: relative;
    width: 100%
}

.mask.active {
    opacity: 1;
    visibility: visible;
    overflow: hidden
}

body.with-mobile-nav {
    height: 100%;
    overflow: hidden
}

.banner {
    background: linear-gradient(180deg, rgba(139, 167, 215, 0) 29.25%, #8ba7d7), linear-gradient(180deg, #ffdece, #fff 84.47%);
    margin-bottom: 60px
}

.banner:after {
    background-image: url(/content/dam/christmas/images/treasents-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -50px;
    content: "";
    display: inline-block;
    height: 127px;
    left: 0;
    right: 0;
    width: 100%
}

@media (min-width: 600px) {
    .banner:after {
        background-image: url(/content/dam/christmas/images/treasents-tablet.png);
        background-repeat: no-repeat;
        background-size: contain;
        bottom: -80px;
        height: 179px
    }
}

@media (min-width: 768px) {
    .banner:after {
        background-image: url(/content/dam/christmas/images/treasents-tablet.png);
        background-repeat: no-repeat;
        background-size: cover;
        bottom: -100px;
        height: 179px
    }
}

@media (min-width: 992px) {
    .banner:after {
        bottom: -70px
    }

    .nav__desktop {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 32px 20px
    }

    .afl__carousel .slick-slide .slide-text {
        line-height: 24px
    }
}

@media (min-width: 1024px) {
    #b1, #b2 {
        top: 9%
    }

    #b3, #b4 {
        top: 21%
    }

    #b5, #b6 {
        top: 34%
    }

    #b7, #b8 {
        top: 47%
    }

    #b10, #b9 {
        top: 60%
    }

    #b1, #b11, #b3, #b5, #b7, #b9 {
        left: 26%
    }

    #b10, #b12, #b2, #b4, #b6, #b8 {
        left: 66%
    }

    .carousel .product-list-container a.view-all-xs, .categories .product-list-container a.view-all-xs {
        display: none
    }

    .carousel .slick-slide .slide-title {
        font-size: 20px
    }

    .carousel .slick-slide .slide-btn, .carousel .slick-slide .slide-text {
        font-size: 16px
    }

    #b11, #b12 {
        top: 74%
    }

    .button {
        font-size: 25px;
        height: 50px;
        width: 50px
    }

    .banner {
        margin-bottom: 100px
    }

    .banner:after {
        background-image: url(/content/dam/christmas/images/treasents.png);
        background-repeat: no-repeat;
        background-size: cover;
        bottom: -130px;
        height: 245px
    }
}

@media (min-width: 2000px) {
    .banner:after {
        bottom: -90px
    }
}

.banner__wrapper {
    background: url(/content/dam/christmas/images/mountain-mobile.png) bottom/100% auto no-repeat
}

.banner__content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background: url(/content/dam/christmas/images/letterboxes.png) bottom/80% auto no-repeat;
    padding-bottom: 330px
}

@media (min-width: 360px) {
    .banner__content {
        background-size: 65% auto
    }
}

@media (min-width: 480px) {
    .banner__content {
        padding-bottom: 360px;
        background-size: 60% auto
    }
}

.banner__text {
    padding: 0 20px
}

@media (min-width: 600px) {
    .banner__content {
        background: url(/content/dam/christmas/images/letterboxes-tablet.png) 100% 100%/50% auto no-repeat;
        padding-bottom: 190px;
        flex-direction: row;
        justify-content: space-between
    }

    .banner__text-content {
        max-width: 45%;
        margin-left: 20px
    }
}

.banner__text-content h1 {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px)
}

.nav__hamburger span, .nav__mobile button.nav__hamburger span {
    background: #212129;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: .25s ease-in-out;
    opacity: 1
}

.banner__intro {
    color: #212129;
    font-weight: 500;
    margin: 0 0 24px
}

@media (min-width: 768px) {
    .banner__wrapper {
        background: url(/content/dam/christmas/images/mountain-tablet.png) bottom/100% auto no-repeat;
        padding: 0
    }

    .banner__content {
        background-size: 50% auto
    }

    .banner__text-content {
        margin-left: 70px;
        max-width: 40%
    }

    .banner__intro {
        font-family: APTypeProDisplay, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
        font-weight: 500;
        letter-spacing: .8px;
        margin: 0 auto 33px;
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width: 768px)and (min-width: 970px) {
    .banner__intro {
        font-size: 24px;
        letter-spacing: .8px;
        line-height: 30px
    }
}

.banner__logo {
    margin: 0 auto 30px;
    max-width: 100%;
    width: 342px
}

.banner .cta {
    background: #dc1928;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    outline: 0;
    padding: 11px 22px;
    text-align: center;
    margin-right: 12px
}

.nav__list-item:hover, .nav__overlay .link:hover {
    text-decoration: underline
}

@media (min-width: 768px) {
    .banner__logo {
        margin: 0 auto 60px;
        width: 451px
    }

    .banner__cta-container {
        flex-direction: column
    }

    .banner .cta {
        margin: 0 0 8px
    }
}

.nav__list-item, .nav__overlay .link {
    font-family: APTypeProDisplay, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    color: #212129;
    font-size: 24px;
    letter-spacing: .8px;
    line-height: 30px;
    text-align: center
}

.banner .cta__secondary {
    background: #31313d
}

.logo__desktop {
    height: 35px;
    margin: 0;
    width: 164px
}

.logo__desktop-link {
    display: block
}

.logo__desktop img {
    object-fit: contain;
    width: 100%
}

.logo__mobile {
    flex: 0 0 auto;
    height: 40px;
    width: 37.489654541px
}

.logo__mobile svg {
    width: 100%
}

.nav__container {
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

.nav__list {
    display: flex;
    justify-content: center;
    margin: 0
}

.nav__list-item {
    margin-right: 24px
}

@media (min-width: 970px) {
    .nav__list-item, .nav__overlay .link {
        font-size: 16px;
        letter-spacing: .8px;
        line-height: 20px
    }

    .cpb--wedge .cpb__wrapper {
        min-height: auto !important;
        max-height: 458px !important
    }
}

@media (min-width: 1024px) {
    .banner__wrapper {
        background: url(/content/dam/christmas/images/mountains.png) bottom/100% auto no-repeat;
        padding: 0
    }

    .banner__content {
        background-size: 50% auto;
        padding-bottom: 250px;
        max-width: 1158px
    }

    .banner__text {
        max-width: 460px;
        padding: 20px
    }

    .banner__text-content {
        max-width: none;
        margin-left: 20px
    }

    .banner__intro {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: .8px;
        margin: 0 auto 33px
    }

    .banner__logo {
        margin: 0;
        width: 483px
    }

    .banner__cta-container {
        flex-direction: row
    }

    .banner .cta {
        font-size: 16px;
        margin: 0 12px 0 0
    }

    .banner .cta:last-of-type {
        margin: 0
    }

    .nav__container {
        max-width: 1158px
    }

    .nav__list-item {
        font-family: APTypeProDisplay, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: .8px;
        line-height: 20px
    }
}

@media (min-width: 1024px)and (min-width: 970px) {
    .nav__list-item {
        font-size: 16px;
        letter-spacing: .8px;
        line-height: 20px
    }
}

.nav__list-item:last-of-type {
    margin: 0
}

.nav__mobile {
    align-items: center;
    display: flex;
    overflow: visible;
    padding: 32px 20px;
    width: 100%
}

@media (min-width: 768px) {
    .nav__mobile {
        padding: 32px 20px 0
    }
}

@media (min-width: 992px) {
    .nav__mobile {
        display: none
    }
}

.nav__hamburger, .nav__mobile button.nav__hamburger {
    background: 0 0;
    display: inline-block;
    height: 19px;
    margin: 0 20px 0 0;
    transition: .5s ease-in-out;
    width: 25px;
    transform: rotate(0);
    z-index: 100;
    cursor: pointer;
    outline: 0;
    position: relative
}

.nav__mobile button.nav__hamburger {
    border: 0
}

.nav__mobile button.nav__hamburger span {
    border-radius: 5px;
    transform: rotate(0);
    width: 100%
}

.nav__mobile button.nav__hamburger.open span:first-child {
    top: 10px;
    transform: rotate(135deg)
}

.nav__mobile button.nav__hamburger.open span:nth-child(2) {
    left: -60px;
    opacity: 0
}

.nav__mobile button.nav__hamburger.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg)
}

.nav__hamburger {
    border: 0
}

.nav__hamburger span {
    border-radius: 5px;
    transform: rotate(0);
    width: 100%
}

.nav__hamburger.open {
    left: 24px
}

.nav__hamburger.open span:first-child {
    top: 10px;
    transform: rotate(135deg)
}

.nav__hamburger.open span:nth-child(2) {
    left: -60px;
    opacity: 0
}

.nav__hamburger.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg)
}

.nav__overlay {
    bottom: 0;
    height: 100vh;
    left: 0;
    margin-left: -100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 40
}

.nav__overlay.slide-in {
    margin-left: 0;
    opacity: 1
}

.nav__overlay.visible {
    background: linear-gradient(180deg, rgba(139, 167, 215, 0) 29.25%, #8ba7d7), linear-gradient(180deg, #ffdece, #fff 84.47%);
    opacity: 1;
    overflow: hidden
}

.nav__overlay .overlay__wrapper {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%
}

.nav__overlay .overlay__logo {
    height: auto;
    margin-bottom: 24px;
    max-width: 100%;
    width: 314px
}

.nav__overlay .overlay__btn {
    background: 0 0;
    border: 0;
    cursor: pointer;
    margin: 0 auto
}

.nav__overlay .link {
    background: 0 0;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 24px 20px auto;
    outline: 0;
    text-decoration: none
}

@media (min-width: 1600px) {
    #after-calendar:after, #cut-off-dates:after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        position: absolute
    }

    #after-calendar:after {
        background-image: url(/content/dam/christmas/images/red-bauble.png);
        top: 0;
        height: 315px;
        right: 10%;
        width: 100px
    }

    #cut-off-dates:after {
        background-image: url(/content/dam/christmas/images/gold-bauble.png);
        top: -3px;
        height: 281px;
        left: 10%;
        width: 90px
    }
}

@media (min-width: 1500px) {
    #above-carousel:before {
        background-image: url(/content/dam/christmas/images/pressie.png);
        top: -420px;
        height: 244px;
        left: -70px;
        width: 275px
    }

    #above-carousel:after, #above-carousel:before {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        position: absolute
    }

    #above-carousel:after {
        background-image: url(/content/dam/christmas/images/postie.png);
        top: -876px;
        right: -50px;
        height: 274px;
        width: 258px
    }
}

@media (min-width: 1400px) {
    #b1, #b2 {
        top: 9%
    }

    #b3, #b4 {
        top: 21%
    }

    #b5, #b6 {
        top: 34%
    }

    #b7, #b8 {
        top: 47%
    }

    #b10, #b9 {
        top: 60%
    }

    #b1, #b11, #b3, #b5, #b7, #b9 {
        left: 26%
    }

    #b10, #b12, #b2, #b4, #b6, #b8 {
        left: 66%
    }

    #above-calendar:before, #green-ribbon:after, #north-pole:after, #north-pole:before {
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        position: absolute
    }

    #b11, #b12 {
        top: 74%
    }

    #above-calendar:before {
        background-image: url(/content/dam/christmas/images/van.png);
        background-size: contain;
        top: -500px;
        height: 304px;
        left: -50px;
        width: 328px
    }

    #green-ribbon:after {
        background-image: url(/content/dam/christmas/images/green-ribbon.png);
        background-size: contain;
        top: 500px;
        height: 416.5px;
        right: 0;
        width: 194px
    }

    #north-pole:before {
        background-image: url(/content/dam/christmas/images/spotty-parcel.png);
        background-size: 75% auto;
        height: 287px;
        left: -30px;
        width: 280px
    }

    #north-pole:after, #north-pole:before {
        top: 40px
    }

    #north-pole:after {
        background-image: url(/content/dam/christmas/images/parcel.png);
        background-size: contain;
        height: 303px;
        right: -30px;
        width: 297px
    }
}