﻿@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    65% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes floating {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    65% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes scale-down-out-burger {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
        pointer-events: none
    }
}

@keyframes scale-down-out-burger {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
        pointer-events: none
    }
}

@-webkit-keyframes scale-up-in-burger {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
        pointer-events: none
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-in-burger {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
        pointer-events: none
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeInHalfUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: .5;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInHalfUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: .5;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scale-down-center-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes scale-down-center-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes loading360 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading360 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes fade-in-out {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-in-out {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes expandWidth {
    0% {
        width: 0;
        left: 0;
        right: 0
    }

    to {
        width: 100%;
        left: 0;
        right: 0
    }
}

@keyframes expandWidth {
    0% {
        width: 0;
        left: 0;
        right: 0
    }

    to {
        width: 100%;
        left: 0;
        right: 0
    }
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.card {
    overflow: hidden;
    border-radius: 5px;
    -webkit-transform: rotate(0deg);
    width: 100%;
    height: 460px;
    position: relative;
    margin-bottom: 15px
}

    .card:last-of-type {
        margin-bottom: 0;
    }

.card--link:hover .card__media-gradient:before {
    opacity: 0
}

.card--link:hover .card__media-gradient:after {
    opacity: 1
}

.card a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.card__image.b-lazy {
    width: 100.2%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.card__video.b-lazy {
    opacity: 0;
    transition: opacity .3s ease-in
}

.card__image.b-loaded ~ .card__media-gradient:before, .card__video.b-loaded ~ .card__media-gradient:before {
    opacity: 1
}

.card__media-gradient {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

    .card__media-gradient:after, .card__media-gradient:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        background: #000;
        transition: opacity .4s ease-in-out
    }

    .card__media-gradient:before {
        background: linear-gradient(45deg,rgba(0,0,0,.4),transparent 38%,transparent 63%,transparent 90%)
    }

    .card__media-gradient:after {
        background: linear-gradient(45deg,rgba(0,0,0,.7),transparent 38%,transparent 63%,transparent 90%)
    }

.card__media-gradient--show:before {
    opacity: 1
}

.card__video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    align-self: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.card__content {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    padding: 25px;
    -webkit-animation: fadeIn .4s ease-in-out;
    animation: fadeIn .4s ease-in-out;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 2
}

.card__section-title {
    text-transform: uppercase;
    max-width: 320px
}

.card__headline {
    margin: 12px 0 0;
    max-width: 320px
}


.module-container .module {
    margin: 0;
    padding: 0;
    max-width: 100% !important;
    width: 100%;
}

.module-four-card-tall .card-container__card-left .card .card__headline {
    max-width: 420px
}

.module-four-card-tall .card-container__card-right .card:last-of-type {
    /*width: 100%;*/
    margin: 0;
}

.module-four-card-tall--left .card-container__card-left, .module-four-card-tall--right .card-container__card-left {
    margin: 0 0 15px
}



.module-media {
    position: relative
}

.module-media--image, .module-media--video, .module-media__youtube-placeholder {
    height: 420px;
    position: relative;
    overflow: hidden
}

    .module-media__youtube-placeholder.youtube-embed--loaded ~ .module-media__background-video {
        display: none
    }

.module-media__background-video {
    position: relative;
    height: 100%
}

    .module-media__background-video video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity: 0;
        height: 100%
    }

        .module-media__background-video video.b-loaded {
            opacity: 1
        }

.module-media__background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

    .module-media__background-image.b-loaded {
        -webkit-animation: fadeIn .3s ease-in-out;
        animation: fadeIn .3s ease-in-out
    }

.module-media--small .module-media--image, .module-media--small .module-media--youtube .youtube-embed {
    max-width: 840px;
    margin: auto
}



.module-text__container {
    max-width: 700px;
    padding: 0 30px
}

    .module-text__container.color--carlsberg-rich-green a:not(.button), .module-text__container.color--carlsberg-rich-green a:not(.button):visited {
        color: #006939
    }

    .module-text__container.color--carlsberg-dark-grey a:not(.button), .module-text__container.color--carlsberg-dark-grey a:not(.button):visited {
        color: #63666a
    }

    .module-text__container table {
        display: block !important;
        overflow-x: scroll !important;
        background-color: transparent !important;
        border: 0 !important
    }

        .module-text__container table tbody {
            border: 0 !important
        }

.module-text__section-title {
    text-transform: uppercase;
    margin-bottom: 30px
}

.module-text__headline {
    margin-bottom: 30px
}

.module-text__manchet {
    margin-bottom: 30px;
}

.module-text__paragraph {
    line-height: 1.8;
    font-size: 16px
}

    .module-text__paragraph h3 {
        margin: 0;
        letter-spacing: 1px;
        line-height: 1.2;
        font-size: 20px
    }

    .module-text__paragraph p {
        margin: 0 0 10px
    }

        .module-text__paragraph p:last-of-type {
            margin: 0
        }

    .module-text__paragraph a, .module-text__paragraph a:visited {
        color: #63666a;
        text-decoration: underline
    }

article .module-text__paragraph a, article .module-text__paragraph a:visited {
    color: #fff
}

.module-three-card-medium .card-container__card-left .card__headline {
    max-width: 420px
}

.module-three-card-medium--left .card-container__card-left {
    width: 100%;
    margin: 0 0 15px
}

.module-three-card-medium--left .card-container__card-right {
    display: block
}

    .module-three-card-medium--left .card-container__card-right .card {
        width: 100%
    }

.module-three-card-medium--right .card-container {
    display: flex;
    flex-direction: column-reverse
}

.module-three-card-medium--right .card-container__card-left {
    width: 100%;
    margin: 15px 0 0
}

.module-three-card-medium--right .card-container__card-right {
    display: block
}

.module-two-card-large .card-container__card-left .card__headline {
    max-width: 420px
}

.module-two-card-large--left .card-container__card-left {
    margin: 0 0 15px
}

.module-two-card-large--right .card-container {
    flex-direction: row-reverse
}

.module-two-card-large--right .card-container__card-left {
    margin: 0 0 15px
}


@media (min-width:480px) {

    .module-text__headline {
        margin-bottom: 30px
    }

    .module-text__manchet {
        margin-bottom: 40px
    }
}

@media screen and (min-width:480px) {

    .module-text__paragraph {
        font-size: calc(16px + 4*(100vw - 480px)/288)
    }

        .module-text__paragraph h3 {
            font-size: calc(20px + 0*(100vw - 480px)/288)
        }
}

.module-four-card-tall {
    margin-top: 15px !important;
}

.module-three-card-medium {
    margin-top: 15px !important;
}

.module-two-card-large {
    margin-top: 15px !important;
}

@media (min-width:768px) {

    .module-four-card-tall {
        margin-top: 30px !important;
    }

    .module-three-card-medium {
        margin-top: 30px !important;
    }

    .module-two-card-large {
        margin-top: 30px !important;
    }

    .button--dark:before, .button--light:before {
        content: "";
        position: absolute;
        top: 100%;
        right: 0;
        bottom: 0;
        left: 0;
        transition: -webkit-transform .25s cubic-bezier(.77,0,.175,1);
        transition: transform .25s cubic-bezier(.77,0,.175,1);
        transition: transform .25s cubic-bezier(.77,0,.175,1),-webkit-transform .25s cubic-bezier(.77,0,.175,1);
        height: 101%
    }

    .button--dark:hover:before, .button--light:hover:before {
        -webkit-transform: translateY(-99%);
        transform: translateY(-99%)
    }

    .button--dark:before {
        background-color: #006939
    }

    .button--dark:hover .button__text {
        color: inherit
    }

    .button--light:before {
        background-color: #fff
    }

    .button--light:hover .button__text {
        color: inherit
    }

    .card {
        height: 500px; /*420px*/
        ;
        margin-bottom: 0
    }

    .module-four-card-tall .card-container__card-left, .module-four-card-tall .card-container__card-right {
        display: flex
    }

    .module-four-card-tall .card-container__card-right {
        flex-wrap: wrap
    }

        .module-four-card-tall .card-container__card-right .card {
            width: calc(50% - 15px)
        }

            .module-four-card-tall .card-container__card-right .card:first-of-type {
                margin: 0 30px 30px 0
            }

            .module-four-card-tall .card-container__card-right .card:last-of-type {
                margin-left: 30px;
            }

    .module-four-card-tall--left .card-container {
        flex-direction: column
    }

    .module-four-card-tall--left .card-container__card-left {
        margin: 0 0 30px
    }

    .module-four-card-tall--right .card-container {
        flex-direction: column-reverse
    }

    .module-four-card-tall--right .card-container__card-left {
        margin: 0
    }

    .module-four-card-tall--right .card-container__card-right {
        margin: 0 0 30px
    }

    .module-media__background-video video {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%
    }

    .module-three-card-medium--left .card-container {
        flex-direction: column
    }

    .module-three-card-medium--left .card-container__card-left {
        width: 100%;
        margin: 0 0 30px
    }

    .module-three-card-medium--left .card-container__card-right {
        width: 100%;
        display: inline-flex
    }

        .module-three-card-medium--left .card-container__card-right .card:first-of-type {
            margin-right: 30px
        }

    .module-three-card-medium--right .card-container {
        flex-direction: column-reverse
    }

    .module-three-card-medium--right .card-container__card-left {
        width: 100%;
        margin: 30px 0 0;
        order: 1
    }

    .module-three-card-medium--right .card-container__card-right {
        width: 100%;
        display: inline-flex;
        order: 2
    }

        .module-three-card-medium--right .card-container__card-right .card {
            width: 100%
        }

            .module-three-card-medium--right .card-container__card-right .card:first-of-type {
                margin-right: 30px
            }

            .module-three-card-medium--right .card-container__card-right .card:last-of-type {
                margin-left: 30px
            }


    .module-two-card-large--left .card-container__card-left {
        width: calc(50% - 10px);
        margin: 0 30px 0 0
    }

    .module-two-card-large--left .card-container__card-right {
        width: calc(50% - 10px)
    }

    .module-two-card-large--right .card-container__card-left {
        width: calc(50% - 10px);
        margin: 0
    }

    .module-two-card-large--right .card-container__card-right {
        width: calc(50% - 10px);
        margin-right: 30px
    }
}



@media screen and (min-width:768px) {

    .module-text__paragraph, .module-text__paragraph h3 {
        font-size: 20px
    }
}

@media (min-width:992px) {
    .module-four-card-tall .card-container {
        height: 1000px; /*840px*/
    }

    .module-four-card-tall .card-container__card-left {
        /*width: calc(50% - 15px)*/
    }

        .module-four-card-tall .card-container__card-left .card {
            height: auto
        }

    .module-four-card-tall .card-container__card-right {
        /*width: calc(50% - 15px)*/
        width: 100%;
    }

        .module-four-card-tall .card-container__card-right .card {
            width: calc(50% - 15px);
            height: calc(50% - 15px);
        }

            .module-four-card-tall .card-container__card-right .card:first-of-type {
                margin: 0 30px 30px 0
            }

    .module-four-card-tall--left .card-container {
        flex-direction: row
    }

    .module-four-card-tall--left .card-container__card-left {
        margin: 0 30px 0 0
    }

    .module-four-card-tall--right .card-container {
        flex-direction: row-reverse
    }

    .module-four-card-tall--right .card-container__card-left {
        margin: 0 0 0 30px
    }

    .module-four-card-tall--right .card-container__card-right {
        margin: 0
    }

    .module-media--image, .module-media--video, .module-media__youtube-placeholder {
        height: auto
    }

    .module-media__background-video {
        height: auto;
        position: relative;
        overflow: hidden
    }

        .module-media__background-video:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 56.25%
        }

        .module-media__background-video > .content, .module-media__background-video > img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0
        }

        .module-media__background-video > img {
            width: 100%;
            height: 100%
        }

    .module-media__background-image {
        position: relative;
        overflow: hidden
    }

        .module-media__background-image:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 56.25%
        }

        .module-media__background-image > .content, .module-media__background-image > img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0
        }

        .module-media__background-image > img {
            width: 100%;
            height: 100%
        }

    .module-three-card-medium--left .card-container {
        flex-direction: row
    }

    .module-three-card-medium--left .card-container__card-left {
        width: calc(50% - 15px);
        margin: 0 30px 0 0
    }

    .module-three-card-medium--left .card-container__card-right, .module-three-card-medium--left .card-container__card-right .card {
        /* width: calc(50% - 15px)*/
    }

    .module-three-card-medium--right .card-container {
        flex-direction: row-reverse
    }

    .module-three-card-medium--right .card-container__card-left {
        width: calc(50% - 15px);
        margin: 0 0 0 30px
    }

    .module-three-card-medium--right .card-container__card-right {
        /*width: calc(50% - 15px)*/
    }



        .module-three-card-medium--right .card-container__card-right .card {
            width: 50%
        }

    .module-two-card-large--left .card-container__card-left {
        width: 75%
    }

    .module-two-card-large--left .card-container__card-right {
        width: calc(25% - 20px)
    }

    .module-two-card-large--right .card-container__card-left {
        width: 75%
    }

    .module-two-card-large--right .card-container__card-right {
        width: calc(25% - 20px);
        margin-right: 30px
    }
}

.cards_title {
    color: #006939;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 30px;
    width: 50%;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 119%;
}


.col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0
}

.col--offset-cb-max-width-1, .col--offset-cb-max-width-2, .col--offset-cb-max-width-3, .col--offset-cb-max-width-4, .col--offset-cb-max-width-5, .col--offset-cb-max-width-6, .col--offset-cb-max-width-7, .col--offset-cb-max-width-8, .col--offset-cb-max-width-9, .col--offset-cb-max-width-10, .col--offset-cb-max-width-11, .col--offset-cb-max-width-12, .col--offset-lg-1, .col--offset-lg-2, .col--offset-lg-3, .col--offset-lg-4, .col--offset-lg-5, .col--offset-lg-6, .col--offset-lg-7, .col--offset-lg-8, .col--offset-lg-9, .col--offset-lg-10, .col--offset-lg-11, .col--offset-lg-12, .col--offset-md-1, .col--offset-md-2, .col--offset-md-3, .col--offset-md-4, .col--offset-md-5, .col--offset-md-6, .col--offset-md-7, .col--offset-md-8, .col--offset-md-9, .col--offset-md-10, .col--offset-md-11, .col--offset-md-12, .col--offset-sm-1, .col--offset-sm-2, .col--offset-sm-3, .col--offset-sm-4, .col--offset-sm-5, .col--offset-sm-6, .col--offset-sm-7, .col--offset-sm-8, .col--offset-sm-9, .col--offset-sm-10, .col--offset-sm-11, .col--offset-sm-12, .col--offset-xl-1, .col--offset-xl-2, .col--offset-xl-3, .col--offset-xl-4, .col--offset-xl-5, .col--offset-xl-6, .col--offset-xl-7, .col--offset-xl-8, .col--offset-xl-9, .col--offset-xl-10, .col--offset-xl-11, .col--offset-xl-12, .col--offset-xs-1, .col--offset-xs-2, .col--offset-xs-3, .col--offset-xs-4, .col--offset-xs-5, .col--offset-xs-6, .col--offset-xs-7, .col--offset-xs-8, .col--offset-xs-9, .col--offset-xs-10, .col--offset-xs-11, .col--offset-xs-12, .col--offset-xs-product-swiper-1, .col--offset-xs-product-swiper-2, .col--offset-xs-product-swiper-3, .col--offset-xs-product-swiper-4, .col--offset-xs-product-swiper-5, .col--offset-xs-product-swiper-6, .col--offset-xs-product-swiper-7, .col--offset-xs-product-swiper-8, .col--offset-xs-product-swiper-9, .col--offset-xs-product-swiper-10, .col--offset-xs-product-swiper-11, .col--offset-xs-product-swiper-12, .col--offset-xxl-1, .col--offset-xxl-2, .col--offset-xxl-3, .col--offset-xxl-4, .col--offset-xxl-5, .col--offset-xxl-6, .col--offset-xxl-7, .col--offset-xxl-8, .col--offset-xxl-9, .col--offset-xxl-10, .col--offset-xxl-11, .col--offset-xxl-12, .col--offset-xxs-1, .col--offset-xxs-2, .col--offset-xxs-3, .col--offset-xxs-4, .col--offset-xxs-5, .col--offset-xxs-6, .col--offset-xxs-7, .col--offset-xxs-8, .col--offset-xxs-9, .col--offset-xxs-10, .col--offset-xxs-11, .col--offset-xxs-12 {
    margin-left: 0
}

.aspect-ratio--16-9 {
    position: relative;
    overflow: hidden
}

    .aspect-ratio--16-9:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%
    }

    .aspect-ratio--16-9 > .content, .aspect-ratio--16-9 > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

    .aspect-ratio--16-9 > img {
        width: 100%;
        height: 100%
    }

.card-container--card-left, .card-container--card-right {
    display: flex
}

    .card-container--card-left .card, .card-container--card-right .card {
        width: 100%
    }

.background--white {
    background-color: #fff
}

.background--black {
    background-color: #000
}

.background--carlsberg-rich-green {
    background-color: #006939
}

.background--carlsberg-nordic-blue {
    background-color: #153b54
}

.background--1883-red {
    background-color: #b02c30
}

.background--liverpool-red {
    background-color: #d81b1c
}

.background--carlsberg-dark-grey {
    background-color: #63666a
}

.background--carlsberg-light-grey {
    background-color: #f8f8f8
}

.background--carlsberg-grey {
    background-color: #ebebeb
}

.background--carlsberg-hoppy-green {
    background-color: #a0d035
}

.background--light-blue {
    background-color: #78c8e0
}

.color--white {
    color: #fff
}

.color--black {
    color: #000
}

.color--carlsberg-rich-green {
    color: #006939
}

.color--carlsberg-nordic-blue {
    color: #153b54
}

.color--1883-red {
    color: #b02c30
}

.color--liverpool-red {
    color: #d81b1c
}

.color--carlsberg-dark-grey {
    color: #63666a
}

.color--carlsberg-light-grey {
    color: #f8f8f8
}

.color--carlsberg-grey {
    color: #ebebeb
}

.color--carlsberg-hoppy-green {
    color: #a0d035
}

.color--light-blue {
    color: #78c8e0
}

.flex-align-self--top {
    align-self: flex-start
}

.flex-align-self--middle {
    align-self: center
}

.flex-align-self--bottom {
    align-self: flex-end
}

.flex-align-self--start {
    margin-right: auto
}

.flex-align-self--center {
    margin-right: auto;
    margin-left: auto
}

.flex-align-self--end {
    margin-left: auto
}

.flex-align-children--top, .grid .row.flex-align-children--top {
    align-items: flex-start
}

.flex-align-children--middle, .grid .row.flex-align-children--middle {
    align-items: center
}

.flex-align-children--bottom, .grid .row.flex-align-children--bottom {
    align-items: flex-end
}

.flex-align-children--start, .grid .row.flex-align-children--start {
    justify-content: flex-start
}

.flex-align-children--center, .grid .row.flex-align-children--center {
    justify-content: center
}

.flex-align-children--end, .grid .row.flex-align-children--end {
    justify-content: flex-end
}

.flex-direction--row {
    flex-direction: row
}

.flex-direction--row-reverse {
    flex-direction: row-reverse
}

.flex-direction--column {
    flex-direction: column
}

.flex-direction--column-reverse {
    flex-direction: column-reverse
}

.module {
    position: relative
}

.module-container .module {
    padding: 15px 0 0
}


.background-center {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.lazy-load-fade-in.b-lazy {
    /*opacity: 0;*/
    transition: opacity .25s ease-in
}

    .lazy-load-fade-in.b-lazy.b-loaded {
        opacity: 1
    }


.grid {
    display: flex;
    flex-flow: column
}

    .grid .row {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start
    }

    .grid .row--center {
        justify-content: center
    }

    .grid .row--right {
        justify-content: flex-end
    }

    .grid .row--space-evenly {
        justify-content: space-between;
        justify-content: space-evenly
    }

    .grid .row--space-around {
        justify-content: space-around
    }

    .grid .row--space-between {
        justify-content: space-between
    }

    .grid .row--flex-end {
        align-items: flex-end
    }

    .grid .row .col {
        position: relative
    }

    .grid .row .col--no-padding {
        padding: 0
    }

.grid-container {
    margin: 0 auto;
    width: 100%
}



@media (min-width:1px) {
    .grid-container {
        max-width: 1440px
    }

    .col--xxs-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .col--offset-xxs-1 {
        margin-left: 8.33333%
    }

    .col--xxs-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%
    }

    .col--offset-xxs-2 {
        margin-left: 16.66667%
    }

    .col--xxs-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col--offset-xxs-3 {
        margin-left: 25%
    }

    .col--xxs-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .col--offset-xxs-4 {
        margin-left: 33.33333%
    }

    .col--xxs-5 {
        max-width: 41.66667%;
        flex: 0 0 41.66667%
    }

    .col--offset-xxs-5 {
        margin-left: 41.66667%
    }

    .col--xxs-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col--offset-xxs-6 {
        margin-left: 50%
    }

    .col--xxs-7 {
        max-width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .col--offset-xxs-7 {
        margin-left: 58.33333%
    }

    .col--xxs-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%
    }

    .col--offset-xxs-8 {
        margin-left: 66.66667%
    }

    .col--xxs-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col--offset-xxs-9 {
        margin-left: 75%
    }

    .col--xxs-10 {
        max-width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .col--offset-xxs-10 {
        margin-left: 83.33333%
    }

    .col--xxs-11 {
        max-width: 91.66667%;
        flex: 0 0 91.66667%
    }

    .col--offset-xxs-11 {
        margin-left: 91.66667%
    }

    .col--xxs-12 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .col--offset-xxs-12 {
        margin-left: 100%
    }
}

@media (min-width:480px) {
    .grid-container {
        max-width: 1440px
    }

    .col--xs-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .col--offset-xs-1 {
        margin-left: 8.33333%
    }

    .col--xs-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%
    }

    .col--offset-xs-2 {
        margin-left: 16.66667%
    }

    .col--xs-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col--offset-xs-3 {
        margin-left: 25%
    }

    .col--xs-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .col--offset-xs-4 {
        margin-left: 33.33333%
    }

    .col--xs-5 {
        max-width: 41.66667%;
        flex: 0 0 41.66667%
    }

    .col--offset-xs-5 {
        margin-left: 41.66667%
    }

    .col--xs-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col--offset-xs-6 {
        margin-left: 50%
    }

    .col--xs-7 {
        max-width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .col--offset-xs-7 {
        margin-left: 58.33333%
    }

    .col--xs-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%
    }

    .col--offset-xs-8 {
        margin-left: 66.66667%
    }

    .col--xs-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col--offset-xs-9 {
        margin-left: 75%
    }

    .col--xs-10 {
        max-width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .col--offset-xs-10 {
        margin-left: 83.33333%
    }

    .col--xs-11 {
        max-width: 91.66667%;
        flex: 0 0 91.66667%
    }

    .col--offset-xs-11 {
        margin-left: 91.66667%
    }

    .col--xs-12 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .col--offset-xs-12 {
        margin-left: 100%
    }

    .page-border {
        padding: 30px
    }

    .agegate__terms {
        text-align: center;
        max-width: 40%;
        margin: auto
    }
}

@media (min-width:768px) {
    .card-container {
        display: flex
    }


    .module-container .module {
        padding: 50px 0 0
    }

    .module-container .module-text {
        padding: 100px 0
    }



    .grid-container {
        max-width: 1440px
    }

    .col--sm-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .col--offset-sm-1 {
        margin-left: 8.33333%
    }

    .col--sm-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%
    }

    .col--offset-sm-2 {
        margin-left: 16.66667%
    }

    .col--sm-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col--offset-sm-3 {
        margin-left: 25%
    }

    .col--sm-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .col--offset-sm-4 {
        margin-left: 33.33333%
    }

    .col--sm-5 {
        max-width: 41.66667%;
        flex: 0 0 41.66667%
    }

    .col--offset-sm-5 {
        margin-left: 41.66667%
    }

    .col--sm-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col--offset-sm-6 {
        margin-left: 50%
    }

    .col--sm-7 {
        max-width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .col--offset-sm-7 {
        margin-left: 58.33333%
    }

    .col--sm-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%
    }

    .col--offset-sm-8 {
        margin-left: 66.66667%
    }

    .col--sm-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col--offset-sm-9 {
        margin-left: 75%
    }

    .col--sm-10 {
        max-width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .col--offset-sm-10 {
        margin-left: 83.33333%
    }

    .col--sm-11 {
        max-width: 91.66667%;
        flex: 0 0 91.66667%
    }

    .col--offset-sm-11 {
        margin-left: 91.66667%
    }

    .col--sm-12 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .col--offset-sm-12 {
        margin-left: 100%
    }
}

@media screen and (min-width:768px) {
    .font--xxxxl {
        font-size: 110px
    }

    .font--xxxl {
        font-size: 60px
    }

    .font--xxl {
        font-size: 50px
    }

    .font--xl {
        font-size: 32px
    }

    .font--lg {
        /*        font-size: 26px
*/
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .font--md {
        font-size: 20px
    }

    .font--sm {
        font-size: 16px
    }

    .font--xs {
        font-size: 11px
    }

    .font--navigation {
        font-size: 40px
    }
}

@media (min-width:992px) {
    .card-container {
        height: 500px; /*420px*/
    }

    .grid-container {
        max-width: 1440px
    }

    .col--md-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .col--offset-md-1 {
        margin-left: 8.33333%
    }

    .col--md-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%
    }

    .col--offset-md-2 {
        margin-left: 16.66667%
    }

    .col--md-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col--offset-md-3 {
        margin-left: 25%
    }

    .col--md-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .col--offset-md-4 {
        margin-left: 33.33333%
    }

    .col--md-5 {
        max-width: 41.66667%;
        flex: 0 0 41.66667%
    }

    .col--offset-md-5 {
        margin-left: 41.66667%
    }

    .col--md-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col--offset-md-6 {
        margin-left: 50%
    }

    .col--md-7 {
        max-width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .col--offset-md-7 {
        margin-left: 58.33333%
    }

    .col--md-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%
    }

    .col--offset-md-8 {
        margin-left: 66.66667%
    }

    .col--md-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col--offset-md-9 {
        margin-left: 75%
    }

    .col--md-10 {
        max-width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .col--offset-md-10 {
        margin-left: 83.33333%
    }

    .col--md-11 {
        max-width: 91.66667%;
        flex: 0 0 91.66667%
    }

    .col--offset-md-11 {
        margin-left: 91.66667%
    }

    .col--md-12 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .col--offset-md-12 {
        margin-left: 100%
    }
}

@media (min-width:1220px) {

    .grid-container {
        max-width: 1440px
    }

    .col--lg-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .col--offset-lg-1 {
        margin-left: 8.33333%
    }

    .col--lg-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%
    }

    .col--offset-lg-2 {
        margin-left: 16.66667%
    }

    .col--lg-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col--offset-lg-3 {
        margin-left: 25%
    }

    .col--lg-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .col--offset-lg-4 {
        margin-left: 33.33333%
    }

    .col--lg-5 {
        max-width: 41.66667%;
        flex: 0 0 41.66667%
    }

    .col--offset-lg-5 {
        margin-left: 41.66667%
    }

    .col--lg-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col--offset-lg-6 {
        margin-left: 50%
    }

    .col--lg-7 {
        max-width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .col--offset-lg-7 {
        margin-left: 58.33333%
    }

    .col--lg-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%
    }

    .col--offset-lg-8 {
        margin-left: 66.66667%
    }

    .col--lg-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col--offset-lg-9 {
        margin-left: 75%
    }

    .col--lg-10 {
        max-width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .col--offset-lg-10 {
        margin-left: 83.33333%
    }

    .col--lg-11 {
        max-width: 91.66667%;
        flex: 0 0 91.66667%
    }

    .col--offset-lg-11 {
        margin-left: 91.66667%
    }

    .col--lg-12 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .col--offset-lg-12 {
        margin-left: 100%
    }
}

@media (min-width:1440px) {
    .col--cb-max-width-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .col--offset-cb-max-width-1 {
        margin-left: 8.33333%
    }

    .col--cb-max-width-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%
    }

    .col--offset-cb-max-width-2 {
        margin-left: 16.66667%
    }

    .col--cb-max-width-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col--offset-cb-max-width-3 {
        margin-left: 25%
    }

    .col--cb-max-width-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .col--offset-cb-max-width-4 {
        margin-left: 33.33333%
    }

    .col--cb-max-width-5 {
        max-width: 41.66667%;
        flex: 0 0 41.66667%
    }

    .col--offset-cb-max-width-5 {
        margin-left: 41.66667%
    }

    .col--cb-max-width-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col--offset-cb-max-width-6 {
        margin-left: 50%
    }

    .col--cb-max-width-7 {
        max-width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .col--offset-cb-max-width-7 {
        margin-left: 58.33333%
    }

    .col--cb-max-width-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%
    }

    .col--offset-cb-max-width-8 {
        margin-left: 66.66667%
    }

    .col--cb-max-width-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col--offset-cb-max-width-9 {
        margin-left: 75%
    }

    .col--cb-max-width-10 {
        max-width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .col--offset-cb-max-width-10 {
        margin-left: 83.33333%
    }

    .col--cb-max-width-11 {
        max-width: 91.66667%;
        flex: 0 0 91.66667%
    }

    .col--offset-cb-max-width-11 {
        margin-left: 91.66667%
    }

    .col--cb-max-width-12 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .col--offset-cb-max-width-12 {
        margin-left: 100%
    }
}

@media (min-width:1540px) {

    .grid-container {
        max-width: 1440px
    }

    .col--xl-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .col--offset-xl-1 {
        margin-left: 8.33333%
    }

    .col--xl-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%
    }

    .col--offset-xl-2 {
        margin-left: 16.66667%
    }

    .col--xl-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col--offset-xl-3 {
        margin-left: 25%
    }

    .col--xl-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .col--offset-xl-4 {
        margin-left: 33.33333%
    }

    .col--xl-5 {
        max-width: 41.66667%;
        flex: 0 0 41.66667%
    }

    .col--offset-xl-5 {
        margin-left: 41.66667%
    }

    .col--xl-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col--offset-xl-6 {
        margin-left: 50%
    }

    .col--xl-7 {
        max-width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .col--offset-xl-7 {
        margin-left: 58.33333%
    }

    .col--xl-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%
    }

    .col--offset-xl-8 {
        margin-left: 66.66667%
    }

    .col--xl-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col--offset-xl-9 {
        margin-left: 75%
    }

    .col--xl-10 {
        max-width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .col--offset-xl-10 {
        margin-left: 83.33333%
    }

    .col--xl-11 {
        max-width: 91.66667%;
        flex: 0 0 91.66667%
    }

    .col--offset-xl-11 {
        margin-left: 91.66667%
    }

    .col--xl-12 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .col--offset-xl-12 {
        margin-left: 100%
    }
}

@media (min-width:2640px) {
    .grid-container {
        max-width: 1440px
    }

    .col--xxl-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .col--offset-xxl-1 {
        margin-left: 8.33333%
    }

    .col--xxl-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%
    }

    .col--offset-xxl-2 {
        margin-left: 16.66667%
    }

    .col--xxl-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col--offset-xxl-3 {
        margin-left: 25%
    }

    .col--xxl-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .col--offset-xxl-4 {
        margin-left: 33.33333%
    }

    .col--xxl-5 {
        max-width: 41.66667%;
        flex: 0 0 41.66667%
    }

    .col--offset-xxl-5 {
        margin-left: 41.66667%
    }

    .col--xxl-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col--offset-xxl-6 {
        margin-left: 50%
    }

    .col--xxl-7 {
        max-width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .col--offset-xxl-7 {
        margin-left: 58.33333%
    }

    .col--xxl-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%
    }

    .col--offset-xxl-8 {
        margin-left: 66.66667%
    }

    .col--xxl-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col--offset-xxl-9 {
        margin-left: 75%
    }

    .col--xxl-10 {
        max-width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .col--offset-xxl-10 {
        margin-left: 83.33333%
    }

    .col--xxl-11 {
        max-width: 91.66667%;
        flex: 0 0 91.66667%
    }

    .col--offset-xxl-11 {
        margin-left: 91.66667%
    }

    .col--xxl-12 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .col--offset-xxl-12 {
        margin-left: 100%
    }
}
