/* Shared inner-page patterns for non-home STORE2GO pages. */

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

#buttondafsel {
    max-width: 260px;
}

.page-hero-media {
    position: relative;
    height: 100px;
    padding-top: var(--site-navbar-space, 0px);
    background-color: var(--STORE2GO-Darkest, #002843);
}

.page-hero {
    position: relative;
    height: clamp(220px, 18vw, 280px);
    background-color: var(--STORE2GO-Darkest, #002843);
}

.page-hero > .container {
    height: 100%;
    align-items: center;
}

.page-hero-title {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff !important;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-align: center;
}

.page-content-section {
    position: relative;
    height: auto;
    border-radius: 32px 32px 0 0;
}

.page-content-wrapper {
    position: relative;
    top: -50px;
    width: 100%;
    height: 100%;
    border-radius: 32px 32px 0 0;
    background-color: #fff;
}

.page-section-title {
    color: var(--Neutral-100, #212121);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.005px;
}

.page-section-description {
    color: var(--Neutral-80, #616161);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.003px;
}

.page-hero-button {
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
    padding: 12px 16px;
    border-color: #0071BD;
    border-radius: 8px;
    background: #0071BD;
}

@media screen and (max-width: 1000px) {
    #kemobile {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    #kemobile {
        text-align: center;
    }

    #buttondafsel {
        margin-right: 10px;
        font-size: 13px;
    }
}
