.page-heading {
    font-family: Lato;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.5px;
    text-align: center;
    color: #272727;
}

.center-in-view {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 48px;
}

.content {
    max-width: 304px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #08042b;
}

@media(min-width: 375px) {
    .content {
        width: 304px;
    }
}

.content-small {
    font-size: 16px;
}

.universal-link-fallback-image  {
    display: block;
    margin: 10px auto 5px;
    width: 300px;
    max-width: 100%;
}

.no-evil {
    display: block;
    margin: 10px auto 5px;
    width: 117px;
    height: 117px;
}

img.store-badge {
    height: 38px;
}

img.store-badge:first-child {
    margin-right: 4px;
}

/* required for blocket header */
header#blocket-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    width: 100%;
    z-index: 1000;
    height: 115px;
    /* overflow: hidden; */
    background-color: #fff;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 350px) {
    header#blocket-header {
        margin-bottom: 15px;
    }
}

.logo-container {
    /* width: 300px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background: linear-gradient(to bottom, #140955, #08042b);
}
@media (min-width: 500px) {
    .logo-container {
          width: auto;
    }
}

.logo-container p {
    margin-top: 14px;
    text-align: center;
    color: white;
}

.plus-collab {
    display: block;
    height: 13px;
    margin: 0 14px;
}

.hero-logo-container {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 500px) {
    .hero-logo-container {
        width: 168px;
    }
}

#hero-logo {
    width: 88px;
    height: 29px;
}
@media (min-width: 500px) {
    #hero-logo {
        width: 110px;
        height: 35px;
    }
}

#partner-logo {
    height: 21px;
}
#partner-logo-full {
    height: 29px;
}

@media (min-width: 500px) {
    #partner-logo {
        height: 27px;
    }
    #partner-logo-full {
        height: 35px;
    }
}

header .badge-container {
    display: none;
}

@media (min-width: 619px) {
    header .badge-container {
        display: block;
        /* width: 235px; */
        /* height: 34px; */
        margin: 0px 20px;
    }
}

header img.store-badge:first-child {
    margin-right: 2px;
}

header img.store-badge {
    height: 38px;
}

/* blocket header */
