@font-face {
    font-family: 'vngage';
    src: url('//content.psplugin.com/vngage/css/fonts/vngage.eot');
    src: url('//content.psplugin.com/vngage/css/fonts/vngage.eot?12084581#iefix') format('embedded-opentype'), url('//content.psplugin.com/vngage/css/fonts/vngage.woff') format('woff'), url('//content.psplugin.com/vngage/css/fonts/vngage.ttf') format('truetype'), url('//content.psplugin.com/vngage/css/fonts/vngage.svg?12084581#vngage') format('svg');
    font-weight: 400;
    font-style: normal
}

.vngage-banner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-family: 'klarnaSans-Regular';
    line-height: 1.1;
    position: fixed;
    text-align: left;
    z-index: 10000
}

@media screen and (max-width: 640px) {
    .vngage-banner .vngage-content {
        font-size: 14px
    }
}

.vngage-banner h1 {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    font-family: inherit;
    margin: 0 0 .2em;
    padding: 0
}

.vngage-banner h2 {
    color: #000;
    font-size: 1.75em;
    font-weight: bold;
    font-family: inherit;
    margin: 0 0 .3em;
    padding: 0
}

.vngage-banner h3 {
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    font-family: inherit;
    margin: 0 0 .4em;
    padding: 0
}

.vngage-banner h4 {
    color: #000;
    font-size: 1.3em;
    font-weight: bold;
    font-family: inherit;
    margin: 0 0 .5em;
    padding: 0
}

.vngage-banner a {
    font-size: inherit;
    font-weight: inherit
}

.vngage-banner p {
    font-size: 1.2em;
    line-height: 1.3;
    margin: .4em 0;
    padding: 0
}

.vngage-banner .vngage-buttons {
    margin: 1.7em -0.5em 0
}

.vngage-banner .vngage-btn {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background-color: #444;
    border: solid 1px;
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.22);
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: bold;
    font-family: inherit;
    line-height: 2.3;
    margin: 0 .5em;
    padding: 0 1.2em;
    text-decoration: none;
    text-transform: none
}

.vngage-banner .vngage-btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media screen and (max-width: 640px) {
    .vngage-banner .vngage-btn {
        font-size: 1.21em
    }
}

.vngage-banner .vngage-btn:hover {
    color: #fff;
    background-color: #2b2b2b
}

.vngage-banner .vngage-btn.vngage-btn-negative {
    color: #222;
    background-color: #fff;
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.3)
}

.vngage-banner .vngage-btn.vngage-btn-negative:hover {
    color: #222;
    background-color: #e6e6e6
}

.vngage-banner .vngage-icon,
.vngage-banner [class^="vngage-icon-"]:before,
.vngage-banner [class*=" vngage-icon-"]:before {
    display: inline-block;
    font-family: 'vngage';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    width: 1em;
    speak: none;
    text-align: center;
    text-transform: none;
    text-decoration: inherit
}

.vngage-banner .vngage-icon-ok:before {
    content: '\e810'
}

.vngage-banner .vngage-icon-cancel:before {
    content: '\e805'
}

.vngage-banner.vngage-tabbanner {
    color: #222;
    display: table;
    table-layout: fixed;
    left: 100%;
    top: 35%;
    width: 410px;
    height: 240px;
    margin: -120px 0 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-tabbanner {
        border: 0;
        position: static;
        width: 0;
        height: 0
    }
    .vngage-banner.vngage-tabbanner h1,
    .vngage-banner.vngage-tabbanner h2,
    .vngage-banner.vngage-tabbanner h3,
    .vngage-banner.vngage-tabbanner h4 {
        color: inherit
    }
}

.vngage-banner.vngage-tabbanner.vngage-inactive {
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px)
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-tabbanner.vngage-inactive {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

.vngage-banner.vngage-tabbanner.vngage-expand {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-tabbanner.vngage-expand {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

.vngage-banner.vngage-tabbanner .vngage-tab {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1
}

.vngage-banner.vngage-tabbanner .vngage-tab .vngage-tab-text {
    color: #fff;
    background-color: #444;
    position: absolute;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.5);
    border-radius: .5em 0 0 .5em;
    font-size: .8em;
    font-weight: bold;
    line-height: inherit;
    top: 0;
    right: 0;
    width: 60px;
    padding: 1em .5em;
    text-align: center
}

.vngage-banner.vngage-tabbanner .vngage-tab .vngage-tab-text:before {
    content: '';
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAbCAYAAAD28DaZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAahJREFUeNrMl10rBFEYx88qcrFulChtinKxtd5uKMaF8hLFJxDFnXyIzcfYW8o3UCgXaFFKay5QiguldbEXJktTjv9Tz9EkszN2zTnnX7+2nd2Z59eZM+c8k5JSiphpBRPAAUOgH3SDtsB/XsETuANX4BicgPdYFUgmAgdsA0/WF4/Pd6Jq1fpxEhTl/6bI140tkwYFmWwKXKemTAa4Uk9crvddPxWYwD3glCelrtBkHweP9EXJ0JNyDgaE/pTAKD1xTXwgb0hEcN28GpkMPu9BszAXH/TRyKwaFhFcf4Vk5oUdWaDbREt42gIZj2SkJSMj6DZ9WOLik8ytJTI3JHNoicwBzZkcr4Kmk6ORuQY7hkV2gav2pg6W6jQg8gwGQVntTS9gCVQ1i1S5blk92iq0a0+BikaZGXARXGeCOQMjLKZrgxRhMpQHbng2+fYlmem/vB1Qn7oBSgm1nkdhbWdUsmCO35uGuU39LZ/cRl5yG7sHesEaWPzRrtBW1A7egm1nPWkBXXwxJVHhR9UPOYeWkGUWy/KxWbDfqEyjGQPrPIpbdOBLgAEA+iHZgcwfVMwAAAAASUVORK5CYII=);
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 27px;
    margin: 0 auto .75em
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-tabbanner .vngage-tab {
        position: fixed;
        top: 35%;
        left: auto;
        right: 0;
        margin-top: -120px;
        z-index: 10000
    }
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-tabbanner.vngage-inactive .vngage-tab {
        -webkit-transform: translateX(90px);
        -moz-transform: translateX(90px);
        -ms-transform: translateX(90px);
        -o-transform: translateX(90px);
        transform: translateX(90px)
    }
}

.vngage-banner.vngage-tabbanner .vngage-content {
    display: table-cell;
    background-color: #f3f3f3;
    background-image: none;
    border: solid 1px #bebdb8;
    border-right-width: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 40px 176.4px 12px 30px;
    vertical-align: middle;
    text-align: left;
    z-index: 1
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-tabbanner .vngage-content {
        color: #f8f8f8;
        background-color: rgba(0, 0, 0, 0.75);
        border: 0;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 55%;
        padding: 10% 18%;
        text-align: center;
        -webkit-transform: translateY(110%);
        -moz-transform: translateY(110%);
        -ms-transform: translateY(110%);
        -o-transform: translateY(110%);
        transform: translateY(110%);
        z-index: 10000
    }
}

@media screen and (max-width: 420px) {
    .vngage-banner.vngage-tabbanner .vngage-content {
        padding: 16% 12%
    }
}

.vngage-banner.vngage-tabbanner .vngage-content:after {
    content: '';
    display: block;
    background: url('https://content.psplugin.com/images/default/banner-tabbanner.png') 0 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 289px
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-tabbanner .vngage-content:after {
        display: none
    }
}

.vngage-banner.vngage-tabbanner.vngage-expand .vngage-content {
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.7)
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-tabbanner.vngage-expand .vngage-content {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px)
    }
}

.vngage-banner.vngage-dooreye {
    color: #222;
    border-radius: 50%;
    right: 15px;
    top: 25%;
    height: 98px;
    padding-right: 98px
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-dooreye {
        border: 0;
        position: static;
        width: 0;
        height: 0
    }
    .vngage-banner.vngage-dooreye h1,
    .vngage-banner.vngage-dooreye h2,
    .vngage-banner.vngage-dooreye h3,
    .vngage-banner.vngage-dooreye h4 {
        color: inherit
    }
}

.vngage-banner.vngage-dooreye.vngage-expand {
    border-radius: 0 240px 144px 0 / 0 74px 70% 0;
    height: auto;
    margin-top: -25px
}

.vngage-banner.vngage-dooreye:before,
.vngage-banner.vngage-dooreye:after {
    content: '';
    position: absolute;
    top: 49px;
    right: 120px
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-dooreye:before,
    .vngage-banner.vngage-dooreye:after {
        display: none
    }
}

.vngage-banner.vngage-dooreye.vngage-expand:before,
.vngage-banner.vngage-dooreye.vngage-expand:after {
    top: 74px
}

.vngage-banner.vngage-dooreye:after {
    width: 14.2px;
    height: 14.2px;
    margin: 0 -10px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right
}

.vngage-banner.vngage-dooreye.vngage-expand:after {
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.7)
}

.vngage-banner.vngage-dooreye:before {
    border: solid transparent;
    border-width: 10px 0 10px 10px;
    margin: -10px -10px 0 0;
    z-index: 2
}

.vngage-banner.vngage-dooreye.vngage-expand:before {
    border-left-color: #f3f3f3
}

.vngage-banner.vngage-dooreye .vngage-tab {
    cursor: pointer;
    background-color: #fff;
    background-image: url('https://content.psplugin.com/images/default/agent-female.jpg');
    background-position: center -6px;
    background-repeat: no-repeat;
    background-clip: padding-box;
    border: solid 6px #444;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 98px;
    height: 98px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden
}

.vngage-banner.vngage-dooreye .vngage-tab .vngage-tab-text {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.8em;
    line-height: 1.8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 1px;
    text-align: center;
    text-transform: uppercase;
    white-space: pre
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-dooreye .vngage-tab {
        position: fixed;
        top: 25%;
        right: 0;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
        z-index: 10000
    }
}

.vngage-banner.vngage-dooreye.vngage-inactive .vngage-tab {
    opacity: 0
}

.vngage-banner.vngage-dooreye.vngage-expand .vngage-tab {
    margin: 25px 0 0
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-dooreye.vngage-expand .vngage-tab {
        margin: 0
    }
}

.vngage-banner.vngage-dooreye .vngage-content {
    background-color: #f3f3f3;
    background-image: none;
    border-radius: .5em;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.7);
    position: relative;
    width: 0;
    margin: -25px 22px 0 -22px;
    overflow: hidden;
    text-align: left;
    z-index: 1
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-dooreye .vngage-content {
        color: #f8f8f8;
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100% !important;
        height: 55%;
        margin: 0;
        padding: 10% 18%;
        text-align: center;
        -webkit-transform: translateY(110%);
        -moz-transform: translateY(110%);
        -ms-transform: translateY(110%);
        -o-transform: translateY(110%);
        transform: translateY(110%);
        z-index: 10000
    }
}

@media screen and (max-width: 420px) {
    .vngage-banner.vngage-dooreye .vngage-content {
        padding: 16% 12%
    }
}

.vngage-banner.vngage-dooreye .vngage-content .vngage-message {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 270px;
    padding: 18px 35px 18px 25px
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-dooreye .vngage-content .vngage-message {
        width: auto;
        padding: 0
    }
}

.vngage-banner.vngage-dooreye.vngage-expand .vngage-content {
    width: 270px;
    margin: 0 22px 0 0
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-dooreye.vngage-expand .vngage-content {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px)
    }
}

.vngage-banner.vngage-takeover {
    color: #222;
    display: table;
    background-color: #f3f3f3;
    background-image: none;
    border: solid 1px #cecece;
    border-radius: .5em;
    -webkit-box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.5);
    top: 20%;
    left: 50%;
    width: 450px;
    height: 215px;
    margin: 0 0 0 -225px
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-takeover {
        color: #f8f8f8;
        background-color: rgba(0, 0, 0, 0.75);
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0
    }
    .vngage-banner.vngage-takeover h1,
    .vngage-banner.vngage-takeover h2,
    .vngage-banner.vngage-takeover h3,
    .vngage-banner.vngage-takeover h4 {
        color: #f2f2f2
    }
}

.vngage-banner.vngage-takeover.vngage-inactive {
    -webkit-transform: translateY(-1000px);
    -moz-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px)
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-takeover.vngage-inactive {
        opacity: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

.vngage-banner.vngage-takeover .vngage-buttons {
    margin-top: 1.3em
}

.vngage-banner.vngage-takeover .vngage-buttons-discreet {
    position: absolute;
    bottom: 15px;
    margin: 1.7em -0.5em 0
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-takeover .vngage-buttons-discreet {
        margin-top: 3.9em;
        position: relative;
        text-align: center
    }
}

.vngage-banner.vngage-takeover .vngage-buttons-discreet .vngage-btn {
    cursor: pointer;
    color: #080808;
    background: none;
    border: 0;
    font-size: .95em;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
    padding: 0 .5225em;
    text-decoration: underline
}

.vngage-banner.vngage-takeover .vngage-buttons-discreet .vngage-btn:hover {
    color: #080808;
    background: none;
    text-decoration: none
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-takeover .vngage-buttons-discreet .vngage-btn {
        cursor: pointer;
        display: inline-block;
        color: #fff;
        background-color: #444;
        border: solid 1px;
        border-color: rgba(0, 0, 0, 0.22);
        border-radius: 4px;
        font-size: 1.1em;
        font-weight: bold;
        font-family: inherit;
        line-height: 2.3;
        margin: 0 .5em;
        padding: 0 1.2em;
        text-transform: none;
        color: #222;
        background-color: #fff;
        border-color: #000;
        border-color: rgba(0, 0, 0, 0.3);
        margin-bottom: 0.7em;
        text-decoration: none
    }
    .vngage-banner.vngage-takeover .vngage-buttons-discreet .vngage-btn::-moz-focus-inner {
        border: 0;
        padding: 0
    }
    .vngage-banner.vngage-takeover .vngage-buttons-discreet .vngage-btn:hover {
        color: #fff;
        background-color: #2b2b2b
    }
    .vngage-banner.vngage-takeover .vngage-buttons-discreet .vngage-btn.vngage-btn-negative {
        color: #222;
        background-color: #fff;
        border-color: #000;
        border-color: rgba(0, 0, 0, 0.3)
    }
    .vngage-banner.vngage-takeover .vngage-buttons-discreet .vngage-btn.vngage-btn-negative:hover {
        color: #222;
        background-color: #e6e6e6
    }
    .vngage-banner.vngage-takeover .vngage-buttons-discreet .vngage-btn:hover {
        color: #222;
        background-color: #e6e6e6
    }
}

@media screen and (max-width: 640px) and screen and (max-width: 640px) {
    .vngage-banner.vngage-takeover .vngage-buttons-discreet .vngage-btn {
        font-size: 1.21em
    }
}

.vngage-banner.vngage-takeover .vngage-btn-close {
    cursor: pointer;
    color: #fff;
    background: #000;
    border: 0;
    border-radius: 50%;
    font-size: 1.27em;
    line-height: 1.1;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.6em;
    height: 1.58em;
    margin: -0.6em;
    padding: 0;
    z-index: 2
}

.vngage-banner.vngage-takeover .vngage-btn-close:hover {
    background: #4d4d4d
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-takeover .vngage-btn-close {
        display: none
    }
}

.vngage-banner.vngage-takeover .vngage-content {
    display: table-cell;
    padding: 30px 198.6px 50px 40px;
    vertical-align: middle;
    text-align: left
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-takeover .vngage-content {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        position: relative;
        padding: 3% 12% 0;
        text-align: center
    }
}

.vngage-banner.vngage-takeover .vngage-content:after {
    content: '';
    display: block;
    background: url('https://content.psplugin.com/images/default/banner-takeover.png') 0 0 no-repeat;
    position: absolute;
    right: 15px;
    bottom: -1px;
    width: 180px;
    height: 276px;
    z-index: 1
}

@media screen and (max-width: 640px) {
    .vngage-banner.vngage-takeover .vngage-content:after {
        display: none
    }
}

.vngage-form {
    position: relative
}

.vngage-form .vngage-validity-message {
    color: #333;
    background: #fff;
    border: solid 1px #999;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    font-style: normal;
    font-family: Verdana, Arial, sans-serif;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    margin: 7px 0 0;
    padding: 8px 8px 8px 36px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85)
}

.vngage-form .vngage-validity-message:after,
.vngage-form .vngage-validity-message:before {
    content: '';
    border: solid 7px transparent;
    position: absolute;
    left: 10px
}

.vngage-form .vngage-validity-message:before {
    border-bottom-color: #fff;
    top: -14px;
    z-index: 2
}

.vngage-form .vngage-validity-message:after {
    border-bottom-color: #999;
    top: -15px;
    z-index: 1
}

.vngage-form .vngage-validity-message.vngage-show {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.vngage-form .vngage-validity-message.vngage-offset {
    margin-left: -17px
}

.vngage-form .vngage-validity-message p {
    font-size: 12.5px;
    margin: 0
}

.vngage-form .vngage-validity-message p:before {
    color: #fff;
    content: '!';
    display: block;
    background: #ea3;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    font-family: monospace;
    line-height: 20px;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 21px;
    height: 20px;
    text-align: center
}

.vngage-form .vngage-validity-message small {
    display: block;
    font-size: 11.5px;
    margin: 4px 0 0
}

.vngage-banner .vngage-form fieldset {
    border: 0;
    padding: 0
}

.vngage-banner .vngage-form select,
.vngage-banner .vngage-form .vngage-text {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 6px 8px
}

.vngage-banner .vngage-form textarea,
.vngage-banner .vngage-form textarea.vngage-text {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 6px 8px;
    resize: none
}

.vngage-banner .vngage-form .vngage-placeholder {
    color: #bbb
}

.vngage-banner .vngage-form .vngage-form-row {
    margin: 0.4em 0
}

.vngage-banner .vngage-form .vngage-form-btn {
    display: inline-block;
    margin: .6em -0.5em
}

.vngage-banner .vngage-form .vngage-form-group {
    margin-bottom: 0.6em
}

.vngage-banner .vngage-form .vngage-form-group .vngage-label {
    font-weight: normal
}

.vngage-banner .vngage-form .vngage-form-group .vngage-label+.vngage-label {
    margin-left: 0
}

.vngage-csstransitions .vngage-banner .vngage-btn {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.vngage-csstransitions .vngage-banner.vngage-tabbanner {
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s
}

.vngage-csstransitions .vngage-banner.vngage-tabbanner .vngage-tab-text {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s
}

@media screen and (max-width: 640px) {
    .vngage-csstransitions .vngage-banner.vngage-tabbanner .vngage-tab {
        -webkit-transition: all 0.45s;
        -moz-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s
    }
}

.vngage-csstransitions .vngage-banner.vngage-tabbanner .vngage-content {
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s
}

.vngage-csstransitions .vngage-banner.vngage-takeover {
    -webkit-transition: all 0.45s cubic-bezier(0.17, 0.67, 0.39, 1);
    -moz-transition: all 0.45s cubic-bezier(0.17, 0.67, 0.39, 1);
    -o-transition: all 0.45s cubic-bezier(0.17, 0.67, 0.39, 1);
    transition: all 0.45s cubic-bezier(0.17, 0.67, 0.39, 1)
}

.vngage-csstransitions .vngage-banner.vngage-takeover .vngage-btn-close {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.vngage-csstransitions .vngage-banner.vngage-dooreye:after {
    -webkit-transition: -webkit-box-shadow 0.45s;
    -moz-transition: -moz-box-shadow 0.45s;
    -o-transition: box-shadow 0.45s;
    transition: box-shadow 0.45s
}

.vngage-csstransitions .vngage-banner.vngage-dooreye:before {
    -webkit-transition: border-color 0.45s;
    -moz-transition: border-color 0.45s;
    -o-transition: border-color 0.45s;
    transition: border-color 0.45s
}

.vngage-csstransitions .vngage-banner.vngage-dooreye .vngage-tab {
    -webkit-transition: opacity 0.45s;
    -moz-transition: opacity 0.45s;
    -o-transition: opacity 0.45s;
    transition: opacity 0.45s
}

@media screen and (max-width: 640px) {
    .vngage-csstransitions .vngage-banner.vngage-dooreye .vngage-tab {
        -webkit-transition: all 0.45s;
        -moz-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s
    }
}

.vngage-csstransitions .vngage-banner.vngage-dooreye .vngage-content {
    -webkit-transition: width 0.45s;
    -moz-transition: width 0.45s;
    -o-transition: width 0.45s;
    transition: width 0.45s
}

@media screen and (max-width: 640px) {
    .vngage-csstransitions .vngage-banner.vngage-dooreye .vngage-content {
        -webkit-transition: all 0.45s;
        -moz-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s
    }
}

.vngage-no-csstransforms .vngage-icon,
.vngage-no-csstransforms [class^="vngage-icon-"]:before,
.vngage-no-csstransforms [class*=" vngage-icon-"]:before {
    position: static;
    margin: 0;
    padding: 0
}

.vngage-no-csstransforms .vngage-banner.vngage-tabbanner .vngage-tab .vngage-tab-text:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    position: static;
    padding: 0
}

.vngage-no-csstransforms .vngage-banner.vngage-tabbanner .vngage-tab .vngage-tab-text:before {
    position: static;
    padding: 0
}

.vngage-no-csstransforms .vngage-banner.vngage-tabbanner .vngage-content:after {
    border: 0;
    padding: 0
}

.vngage-no-csstransforms .vngage-banner.vngage-tabbanner.vngage-expand {
    margin-left: -410px
}

.vngage-no-csstransforms .vngage-banner.vngage-takeover .vngage-content:after {
    padding: 0
}

.vngage-no-csstransforms .vngage-no-desktop {
    display: none !important
}

.vngage-no-csstransitions .vngage-banner.vngage-inactive {
    display: none
}

.vngage-overlay {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s
}

.vngage-overlay.vngage-show {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    visibility: visible
}

@media screen and (max-width: 640px) {
    .vngage-overlay.vngage-mobile-show {
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
        visibility: visible
    }
}

@media screen and (max-width: 640px) {
    .vngage-desktop {
        display: none !important
    }
}

@media screen and (min-width: 641px) {
    .vngage-no-desktop {
        display: none !important
    }
}

.vngage-myKlarna .vngage-banner-login-popover .vngage-section-chat h3 {
    margin-bottom: 20px !important
}

.vngage-btn {
    font-family: "KlarnaSans", "Helvetica Neue", "Arial", "Helvetica", "sans-serif" !important
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-butikssupport .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content {
    max-width: 380px
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-butikssupport .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row input {
    width: 100%
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-butikssupport .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row textarea {
    width: 100%
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-butikssupport .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row.vngage-form-row-submit.vngage-form-btn .vngage-email-link {
    display: none
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-butikssupport .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row.vngage-form-row-submit.vngage-form-btn .vngage-email-link .vngage-butik-height-and-margin {
    height: 65px;
    width: 100%;
    margin: 0px 0px 0px 0px
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-butikssupport .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row.vngage-form-row-submit.vngage-form-btn .vngage-email-link .vngage-butik-height-and-margin .vngage-content-container.vngage-butik-height {
    height: 65px;
    width: 100%
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-butikssupport .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row.vngage-form-row-submit.vngage-form-btn .vngage-email-link .vngage-butik-height-and-margin .vngage-content-container.vngage-butik-height .vngage-center-blue {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-butikssupport .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row.vngage-form-row-submit.vngage-form-btn .vngage-email-link .vngage-butik-height-and-margin .vngage-content-container.vngage-butik-height .vngage-center-blue.vngage-email-SE {
    width: 220px
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-butikssupport .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row.vngage-form-row-submit.vngage-form-btn .vngage-email-link .vngage-butik-height-and-margin .vngage-content-container.vngage-butik-height .vngage-center-blue.vngage-email-SE .vngage-some-height.vngage-banner-text {
    height: 20px;
    font-weight: bold
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-butikssupport .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row.vngage-form-row-submit.vngage-form-btn .vngage-email-link .vngage-butik-height-and-margin .vngage-content-container.vngage-butik-height .vngage-center-blue.vngage-email-DE-BU {
    width: 230px
}

.vngage-label-radio.vngage-font-NO {
    font-size: 16px !important
}

.vngage-butikssupport {
    width: 640px
}

@media screen and (max-width: 420px) {
    .vngage-butikssupport {
        width: 100%
    }
}

.vngage-chat-warning {
    font-weight: bold;
    display: none;
    font-family: "KlarnaSans", "Helvetica Neue", "Arial", "Helvetica", "sans-serif"
}

.vngage-font-h4 {
    font-family: "KlarnaSans", "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
    color: #5E5E5E;
    font-weight: 300;
    line-height: 32px!important;
    font-size: 1.625rem;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
    text-align: left!important
}

.vngage-label-radio {
    font-size: 15px;
    color: #49494a !important
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-login-dooreye.vngage-index {
    z-index: 999
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-banner-chat.vngage-login-img-div.vngage-index {
    z-index: 999
}

@media screen and (max-width: 420px) {
    .vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content {
        max-width: 100%
    }
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content.vngage-superindex .vngage-section.vngage-section-chat h3 {
    margin-bottom: 20px !important
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content.vngage-superindex .vngage-section.vngage-section-chat .vngage-btn-close {
    padding: 0px 0px 4px 0px !important
}

@media screen and (max-width: 420px) {
    .vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content.vngage-superindex .vngage-section.vngage-section-chat {
        width: 100%
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content.vngage-superindex .vngage-section.vngage-section-chat .vngage-info-link {
        width: 100%
    }
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content.vngage-superindex .vngage-section.vngage-section-chat.vngage-full-height {
    height: 100%
}

@media screen and (max-width: 420px) {
    .vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content.vngage-superindex .vngage-section.vngage-section-chat .vngage-no-width {
        width: 100%
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content.vngage-superindex .vngage-section.vngage-section-chat .vngage-form .vngage-form-row textarea {
        width: 100% !important
    }
}

@media screen and (max-width: 420px) and (max-height:480px) {
    .vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content.vngage-superindex .vngage-section.vngage-section-chat .vngage-form .vngage-form-row textarea {
        height: 70px
    }
}

@media screen and (max-width: 420px) {
    .vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content.vngage-superindex .vngage-section.vngage-section-info {
        width: 100%
    }
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-app .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content.vngage-superindex .vngage-section.vngage-section-info.vngage-full-height {
    height: 100%
}

#show {
    display: block
}

.vngage-injected.vngage-footer-banner {
    margin-top: 16px
}

.vngage-injected.vngage-footer-banner .vngage-banner-menu-div .vngage-banner-chat.vngage-banner-menu {
    top: 50px;
    cursor: pointer;
    background-color: #49494A;
    width: 200px;
    height: 25px;
    position: relative;
    padding: 5px 0px 5px 0px;
    font-family: "Klarna Sans", sans-serif
}

.vngage-injected.vngage-footer-banner .vngage-banner-menu-div .vngage-banner-chat.vngage-banner-menu .vngage-login-img {
    opacity: .75;
    float: left;
    margin-top: -1px;
    height: 25px;
    width: 25px;
    background-image: url("https://content.psplugin.com/images/9F09CD30-1BDF-40B7-ADB5-D02F94C8C08A/ico_question_white.svg")
}

.vngage-injected.vngage-footer-banner .vngage-banner-menu-div .vngage-banner-chat.vngage-banner-menu .vngage-banner-menu-text {
    opacity: .75;
    float: left;
    padding-left: 10px
}

.vngage-injected.vngage-footer-banner .vngage-banner-menu-div .vngage-banner-chat.vngage-banner-menu .vngage-banner-menu-text p {
    font-family: "Klarna Sans", sans-serif;
    color: white;
    display: block;
    font-size: 20px;
    height: 20px;
    font-weight: 300
}

@media screen and (min-width: 641px) {
    .vngage-injected.vngage-footer-banner.vngage-footer-publish {
        width: 230px
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-open .vngage-banner-popover.vngage-banner-menu-popover {
        z-index: 10000000
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-open .vngage-banner-popover.vngage-banner-menu-popover .vngage-banner-popover-content {
        height: 100%
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-open .vngage-banner-popover.vngage-banner-menu-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat.vngage-height {
        height: 585px
    }
}

@media screen and (max-width: 420px) {
    .vngage-injected.vngage-footer-banner .vngage-banner-menu-div .vngage-banner-chat.vngage-banner-menu {
        top: 0px
    }
    .vngage-injected.vngage-footer-banner .vngage-banner-menu-div .vngage-banner-chat.vngage-banner-menu .vngage-login-img {
        margin-top: 1px
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover {
        width: 100%;
        max-width: 100%
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-menu-popover {
        z-index: 10000000;
        background-color: white;
        position: fixed;
        height: 100%
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-menu-popover .vngage-banner-popover-content {
        border: 0px;
        border-style: solid;
        border-color: #CCC;
        top: 10px;
        right: 35px;
        width: 83%;
        height: 100%;
        max-width: 100%
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-menu-popover .vngage-banner-popover-content .vngage-btn-close {
        top: 0px;
        right: 0px;
        padding: 0px 0px 4px 0px
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-menu-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat {
        width: 100%;
        height: 100%
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-menu-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row textarea {
        height: 235px
    }
    .vngage-no-phone {
        display: none
    }
}

#vngage-hidden {
    visibility: hidden
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-open .vngage-banner-popover.vngage-banner-menu-popover.vngage-loggedin .vngage-banner-popover-content {
    height: 500px
}

@media screen and (max-width: 420px) {
    .vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-open .vngage-banner-popover.vngage-banner-menu-popover.vngage-loggedin .vngage-banner-popover-content {
        height: 550px
    }
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-open .vngage-banner-popover.vngage-banner-menu-popover.vngage-loggedin .vngage-banner-popover-content .vngage-section-info {
    height: 470px
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-open .vngage-banner-popover.vngage-banner-menu-popover.vngage-loggedin .vngage-banner-popover-content .vngage-section-info h3 {
    font-family: "Klarna Sans", "Helvetica Neue", "Arial", "Helvetica", "sans-serif" !important;
    line-height: 40px;
    letter-spacing: 0px;
    margin-top: 20px
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-open .vngage-banner-popover.vngage-banner-menu-popover.vngage-loggedin .vngage-banner-popover-content .vngage-section-info p {
    font-family: "Klarna Sans", "Helvetica Neue", "Arial", "Helvetica", "sans-serif" !important
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-open .vngage-banner-popover.vngage-banner-menu-popover.vngage-loggedin .vngage-banner-popover-content .vngage-section-info .vngage-btn {
    font-family: "Klarna Sans", "Helvetica Neue", "Arial", "Helvetica", "sans-serif" !important;
    font-size: 16px
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-open .vngage-banner-popover.vngage-banner-menu-popover.vngage-loggedin .vngage-banner-popover-content .vngage-section.vngage-section-chat.vngage-height {
    height: 455px
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-open .vngage-banner-popover.vngage-banner-menu-popover.vngage-loggedin .vngage-banner-popover-content .vngage-section.vngage-section-chat.vngage-height h3 {
    color: #49494a;
    font-size: 28px
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-open .vngage-banner-popover.vngage-banner-menu-popover.vngage-loggedin .vngage-banner-popover-content .vngage-section.vngage-section-chat.vngage-height .vngage-form .vngage-form-row.vngage-form-row-submit.vngage-form-btn .vngage-btn.vngage-chat-join {
    padding-top: 0.88889rem;
    padding-right: 1.77778rem;
    padding-bottom: 0.94444rem;
    padding-left: 1.77778rem
}

.vngage-injected.vngage-footer-banner.vngage-open .vngage-login-dooreye {
    cursor: pointer;
    padding-left: 0px;
    background-color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50px 50px 50px 50px;
    z-index: 50;
    box-shadow: 1px 1px 6px #49494a
}

.vngage-injected.vngage-footer-banner.vngage-open .vngage-login-img-div {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 55;
    background: white;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 0px 0px 12px
}

.vngage-injected.vngage-footer-banner.vngage-open .vngage-login-img-div .vngage-login-img {
    height: 35px;
    width: 35px;
    background-image: url("https://content.psplugin.com/images/9F09CD30-1BDF-40B7-ADB5-D02F94C8C08A/ico_question_gray.svg")
}

#vngage-show {
    display: block
}

.vngage-injected.vngage-footer-banner .vngage-banner-menu-div .vngage-banner-chat.vngage-banner-menu.vngage-blue {
    top: 50px;
    background-color: #0074C8
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content {
    right: 14px;
    max-width: 380px
}

@media screen and (max-width: 420px) {
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content {
        max-width: 100%
    }
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-normal {
    height: 480px !important
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-little-bigger {
    height: 460px !important
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-bigger {
    height: 575px !important
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-massiv {
    height: 610px !important
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-info {
    height: 490px
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-info h3 {
    line-height: 40px;
    letter-spacing: 0px;
    margin-top: 20px
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat {
    height: 490px
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat h3 {
    font-weight: normal;
    color: #49494a;
    font-size: 28px;
    text-align: center;
    margin: 24px 0px 0px 0px;
    line-height: 30px;
    letter-spacing: 0px
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat p {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    color: #49494a
}

@media screen and (max-width: 420px) {
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat p {
        width: 100%
    }
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form input {
    padding-left: 10px;
    width: 100%;
    font-size: 15px;
    border: 1px solid #BBBBBB
}

@media screen and (max-width: 420px) {
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form input {
        width: 100%
    }
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row textarea {
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #cacaca;
    border-radius: 2x
}

@media screen and (max-width: 420px) {
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row textarea {
        width: 100%
    }
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat .vngage-form .vngage-form-row.vngage-form-row-submit.vngage-form-btn .vngage-btn.vngage-chat-join {
    font-family: "KlarnaSans-Bold", "Helvetica Neue", "Arial", "Helvetica", "sans-serif" !important;
    font-size: 16px;
    height: 65px;
    font-weight: normal;
    border-radius: 2px
}

@media screen and (max-width: 420px) {
    .vngage-injected.vngage-footer-banner .vngage-banner-menu-div .vngage-banner-chat.vngage-banner-menu.vngage-blue {
        top: 0px;
        background-color: #0074C8
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover {
        background-color: white;
        position: fixed;
        height: 100%
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content {
        border: 0px;
        border-style: solid;
        border-color: #CCC;
        top: 25px;
        right: 10px
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-btn-close {
        top: 0px;
        padding: 0px 0px 0px 1px;
        margin: 0px 10px 0px 0px
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-bigger {
        height: 550px
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-massiv {
        height: 610px !important
    }
    .vngage-injected.vngage-footer-banner.vngage-footer-publish .vngage-banner-popover.vngage-banner-login-popover .vngage-banner-popover-content .vngage-section.vngage-section-chat {
        width: 100%
    }
}

.vngage-banner-popover {
    display: none;
    box-sizing: border-box;
    text-align: left;
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    top: 0;
    left: auto;
    width: 380px
}

.vngage-banner-popover .vngage-btn-close {
    z-index: 10001;
    position: absolute;
    right: 10px;
    top: 9px;
    border-radius: 100%;
    background: #49494a;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    width: 22px;
    height: 22px;
    line-height: 0;
    vertical-align: middle;
    padding: 0;
    outline: none;
    cursor: pointer
}

.vngage-banner-popover .vngage-section.vngage-section-height {
    height: 575px !important
}

.vngage-banner-popover .vngage-section.vngage-section-height-more {
    height: 595px !important
}

.vngage-banner-popover .vngage-section.vngage-section-height-even-more {
    height: 606px !important
}

.vngage-banner-popover .vngage-section.vngage-section-biggus {
    height: 640px !important
}

.vngage-banner-popover .vngage-section.vngage-section-biggus-DE-BU {
    height: 675px !important
}

.vngage-banner-popover .vngage-section.vngage-section-biggus-NO-BU {
    height: 630px !important
}

@media screen and (max-width: 420px) {
    .vngage-banner-popover .vngage-section.vngage-section-biggus-NO-BU {
        padding: 16px !important
    }
}

.vngage-banner-popover .vngage-section {
    padding: 20px;
    height: 540px
}

.vngage-banner-popover .vngage-section .vngage-smal-text {
    font-size: 1.2em
}

.vngage-banner-popover .vngage-section .vngage-smal-radio {
    font-size: 15px
}

.vngage-banner-popover .vngage-section .vngage-disclaimer-text {
    font-size: 12px
}

.vngage-banner-popover .vngage-section-info {
    display: none;
    font-size: 12px
}

.vngage-banner-popover .vngage-section-info h3 {
    text-align: center;
    color: #49494a;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 40px;
    letter-spacing: 0px;
    margin-top: 20px
}

.vngage-banner-popover .vngage-section-info p {
    font-size: 12px;
    line-height: 18px !important;
    color: #49494a
}

.vngage-banner-popover .vngage-banner-popover-content {
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    max-width: 380px;
    max-height: 100%;
    bottom: 14px;
    right: 20px;
    position: fixed;
    overflow-y: auto;
    border: 1px;
    border-style: solid;
    border-color: #CCC
}

.vngage-banner-popover input[type="radio"] {
    vertical-align: text-top
}

.vngage-banner-popover input[type="radio"]:checked {
    background-color: #006ec7
}

.vngage-banner-popover .vngage-label-radio {
    display: inline
}

.vngage-banner-popover .vngage-label-radio+.vngage-label-radio {
    margin-left: .5em
}

.vngage-btn {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.vngage-form-btn .vngage-btn {
    margin-top: 1em
}

.vngage-form-row-submit .vngage-btn {
    background: #fa82a0;
    color: #fff
}

.vngage-form-row-submit .vngage-btn:hover {
    background-color: #f57896
}

.vngage-form-row-submit .vngage-btn:active {
    background-color: #f06e8c
}

.vngage-btn-wide,
.vngage-footer-banner .vngage-btn {
    display: block;
    width: 100%
}

.vngage-btn-back {
    background-color: #fa82a0;
    color: #fff;
    margin-bottom: 20px;
    height: 63px;
    margin-top: 40px;
    font-size: 16px;
    font-family: "KlarnaSans-Bold", "Helvetica Neue", "Arial", "Helvetica", "sans-serif" !important
}

.vngage-btn-back:hover {
    background-color: #f57896
}

.vngage-btn-back:active {
    background-color: #f06e8c
}

.vngage-footer-banner {
    text-align: left;
    font-family: "Klarna Sans", "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
    vertical-align: middle;
    margin-bottom: 30px;
    display: block
}

.vngage-footer-banner.vngage-uk .vngage-footer-banner-el .vngage-banner-text {
    line-height: 20px
}

.vngage-footer-banner .clearfix {
    margin-top: 24px;
    width: 35%
}

.vngage-footer-banner h2,
.vngage-footer-banner h3 {
    font-family: "Klarna Sans", "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
    margin: 0 0 0.5em
}

.vngage-footer-banner p {
    line-height: 21px !important;
    margin: 0 0 1em;
    font-size: 15px;
    color: #333
}

.vngage-footer-banner a {
    color: #fa82a0
}

.vngage-footer-banner .vngage-info-link {
    text-align: center;
    font-size: 14px;
    margin: 1em 0;
    text-decoration: underline;
    color: #fa82a0;
    letter-spacing: 0px;
    margin-top: 22px
}

.vngage-footer-banner .vngage-info-link a:hover {
    color: #f57896 !important
}

.vngage-footer-banner .vngage-info-link a:active {
    color: #f06e8c !important
}

.vngage-footer-banner .vngage-footer-banner-el {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
    text-align: left;
    width: 300px;
    height: 70px;
    border-radius: 4px;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0 0;
    line-height: 18px
}

.vngage-footer-banner .vngage-footer-banner-el .vngage-banner-text {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    font-family: "KlarnaHeadline", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
    font-size: 33px;
    color: #000000;
    border-bottom: 1px solid #FA82A0;
    padding-bottom: 6px
}

.vngage-footer-banner .vngage-footer-banner-el .vngage-banner-text:hover {
    color: #f83d65;
    border-bottom: 1px solid #f83d65
}

.vngage-footer-banner .vngage-footer-banner-el small {
    display: block;
    font-size: 12px
}

.vngage-footer-banner .vngage-banner-contact {
    background-color: transparent;
    color: #49494a
}

.vngage-footer-banner .vngage-banner-contact.vngage-green-btn {
    background-color: transparent;
    color: #49494a
}

.vngage-footer-banner .vngage-banner-contact.vngage-blue-btn {
    background-color: transparent
}

.vngage-footer-banner .vngage-banner-contact.vngage-blue-btn:hover {
    background-color: transparent;
    color: #49494a
}

.vngage-footer-banner .vngage-banner-contact .vngage-banner-icon-email {
    opacity: 0.5
}

.vngage-footer-banner.vngage-open .vngage-banner-contact,
.vngage-footer-banner.vngage-busy .vngage-banner-contact {
    background-color: transparent;
    color: #49494a
}

.vngage-footer-banner.vngage-open .vngage-banner-contact .vngage-banner-icon,
.vngage-footer-banner.vngage-busy .vngage-banner-contact .vngage-banner-icon {
    opacity: 1
}

.vngage-footer-banner .vngage-banner-chat .vngage-banner-icon {
    opacity: 1
}

.vngage-footer-banner.vngage-open .vngage-banner-chat,
.vngage-footer-banner.vngage-busy .vngage-banner-chat {
    background-color: transparent;
    cursor: pointer;
    color: black;
    font-weight: bold
}

.vngage-footer-banner.vngage-open .vngage-banner-chat .vngage-banner-icon,
.vngage-footer-banner.vngage-busy .vngage-banner-chat .vngage-banner-icon {
    opacity: 1
}

.vngage-footer-banner .vngage-form .vngage-form-row+.vngage-form-row {
    margin-top: 1em
}

.vngage-footer-banner .vngage-form input[type="text"] {
    box-shadow: none;
    line-height: 2em;
    display: block;
    width: 100%;
    color: #333;
    border-radius: 4px
}

.vngage-footer-banner .vngage-form textarea {
    box-shadow: none !important;
    width: 100%;
    color: #333;
    border-radius: 4px
}

@media screen and (max-width: 420px) {
    .vngage-banner-popover {
        width: 100%;
        max-width: 100%;
        position: relative;
        height: 543px;
        padding-bottom: 50px
    }
    .vngage-banner-popover .vngage-btn-close {
        padding: 0 16px 1px 6px
    }
    .vngage-banner-popover .vngage-label-radio {
        font-size: 14px
    }
    .vngage-banner-popover .vngage-banner-popover-content {
        border-radius: 0;
        max-height: 100%;
        bottom: 0;
        right: 0;
        max-width: 100%;
        height: 553px;
        position: absolute
    }
    .vngage-footer-banner {
        float: none;
        margin-top: 0
    }
    .vngage-footer-banner .clearfix {
        margin-left: 20px;
        width: 320px
    }
    .vngage-footer-banner .vngage-footer-banner-el {
        width: auto;
        display: block;
        margin: 20px
    }
}

@media screen and (max-width: 640px) {
    .vngage-footer-banner {
        float: none;
        margin-top: 0
    }
}

.vngage-center-green {
    margin-right: auto;
    display: block;
    color: #49494a
}

.vngage-center-blue {
    margin-right: auto;
    display: block;
    font-weight: bold
}

.vngage-center-blue a {
    text-decoration: none
}

@media screen and (max-width:305px) {
    .vngage-center-green {
        width: 140px !important
    }
    .vngage-center-blue {
        width: 140px !important
    }
}

.vngage-center-green.vngage-size-DE {
    width: 340px
}

.vngage-center-blue.vngage-size-DE {
    width: 340px
}

.vngage-center-blue.vngage-email-DE {
    width: 340px
}

.vngage-center-blue.vngage-email-DE-BU {
    width: 340px
}

.vngage-center-green.vngage-size-AT {
    width: 340px
}

.vngage-center-blue.vngage-size-AT {
    width: 340pxpx
}

.vngage-center-blue.vngage-email-AT {
    width: 340pxpx
}

.vngage-center-green.vngage-size-UK {
    width: 250px
}

.vngage-center-blue.vngage-size-UK {
    width: 275px;
    position: relative;
    bottom: 10px
}

.vngage-center-blue.vngage-size-UK span {
    line-height: 30px
}

.vngage-center-blue.vngage-size-UK span .vngage-white-color {
    line-height: 50px
}

.vngage-center-blue.vngage-size-UK span .vngage-white-color.vngage {
    border-top: 1px solid #FA82A0;
    display: block;
    padding-top: 8px;
    line-height: 32px
}

.vngage-center-blue.vngage-email-UK {
    width: 180px;
    margin-top: 32px;
    line-height: 50px
}

.vngage-center-green.vngage-size-FI {
    width: 290px
}

.vngage-center-blue.vngage-size-FI {
    width: 230px
}

.vngage-center-blue.vngage-email-FI {
    width: 320px
}

.vngage-center-green.vngage-size-NO {
    width: 170px
}

.vngage-center-green.vngage-size-NO-butik {
    width: 216px
}

.vngage-center-blue.vngage-size-NO {
    width: 190px
}

.vngage-center-blue.vngage-email-NO {
    width: 195px
}

.vngage-center-green.vngage-size-NL {
    width: 230px
}

.vngage-center-blue.vngage-size-NL {
    width: 255px
}

.vngage-center-blue.vngage-email-NL {
    width: 262px
}

.vngage-footer-banner a.vngage-white-color {
    color: #000000
}

.vngage-footer-banner a.vngage-white-color:hover {
    color: #f83d65;
    border-color: #f83d65
}

@media screen and (max-width: 420px) {
    #bannerflow {
        width: 1px;
        min-width: 100%;
        *width: 100%
    }
}

.vngage-footer-banner.vngage-footer-publish .vngage-index {
    z-index: 99999999999999999999
}

.vngage-superindex {
    z-index: 9999999999999999999999 !important
}

.vngage-hide {
    display: none
}

.vngage-injected.vngage-footer-banner.vngage-busy.vngage-app .vngage-login-dooreye {
    cursor: pointer;
    padding-left: 0px;
    opacity: 0.5;
    background-color: #92acb9;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50px 50px 50px 50px;
    z-index: 50
}

.vngage-injected.vngage-footer-banner.vngage-busy.vngage-app .vngage-login-img-div {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 55;
    background: transparent;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 0px 0px 12px
}

.vngage-injected.vngage-footer-banner.vngage-busy.vngage-app .vngage-login-img-div:hover {
    background-color: #0074c8
}

.vngage-injected.vngage-footer-banner.vngage-busy.vngage-app .vngage-login-img-div .vngage-login-img {
    height: 35px;
    width: 35px;
    background-image: url("https://content.psplugin.com/images/9F09CD30-1BDF-40B7-ADB5-D02F94C8C08A/ico_question_gray.svg")
}

.vngage-email-text {
    font-size: 15px;
    width: 100%;
    height: 100%;
    display: block
}

.vngage-closed-link {
    text-decoration: none
}

.vngage-injected.vngage-footer-banner.vngage-footer-publish.vngage-closed a {
    text-decoration: none
}