.branding {
    & {
        background: white;
    }

    .category-icon {
        display: flex;
        justify-content: center;
        height: clamp(100px, calc(210 / 1920 * 100vw), 210px);
        margin-top: clamp(20px, calc(75 / 1920 * 100vw), 75px);
    }

    .text-container {
        margin-top: clamp(30px, calc(130 / 1920 * 100vw), 130px);
    }
    .subheader {
        margin-top: clamp(10px, calc(55 / 1920 * 100vw), 55px) !important;
        color: var(--g-color-locale-1);
    }


}
/* --- POZOR - toto je jen override pro branding page --- */
#teaser-1 {
    padding-top: 0 !important;
}
#teaser-1 .teaser-inner-container-offset {
    padding-top: clamp(1px, calc(82 / 1920 * 100vw), 82px) !important;
}
#master-slider {
    padding-top: clamp(30px, calc(92 / 1920 * 100vw), 92px);
    background-color: #f3eaed;
}
