@media (max-width: 767px) {
    .block-header {
        _height: 100vh;
        padding: 2rem 0;
        margin-bottom: 150px;
    }

    .block-header h1 {
        font-size: 2.5rem;
        line-height: 3rem;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        margin-bottom: 0.5rem;
    }

    .block-header p {
        font-size: 1rem;
        line-height: 1.2rem;
        margin-bottom: 2rem;
        margin-top: 3.5rem;
        font-family: 'Titillium Web', sans-serif;
    }

    .marquee {
        position: absolute;
        left: 0;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        z-index: 0;
        --offset: 20vw;
        --move-initial: calc(-25% + var(--offset));
        --move-final: calc(-50% + var(--offset));
        max-width: 100vw;
    }
    
    .marquee__inner {
        width: fit-content;
        /* display: inline-flex; */
        position: relative;
        display: flex;
        flex-direction: row;
        transform: translate3d(var(--move-initial), 0, 0);
        animation: marquee 15s linear infinite;
        animation-play-state: running;
    }
    
    .marquee p {
        font-size: 1rem;
        padding: 0;
        display: ruby;
        margin-bottom: 0;
        margin-top: 0.5rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #1D1D1D;
    }
    
    .marquee__inner svg {
        height: 12px;
        margin: 0 0.5rem;
        fill: #1D1D1D;
    }

    .block-header a.wp-block-button__link.wp-element-button {
        font-size: 1rem !important;
        padding: 0.25rem 1rem !important;
        border-radius: 0.25rem;
        border: 2px solid #ADBF00 !important;
        color: white !important;
        background-color: #ADBF00 !important;
    }
    
    .block-header a.wp-block-button__link.wp-element-button:hover {
        border: 2px solid #ADBF00 !important;
        color: #ADBF00 !important;
        background-color: white !important;
    }

    .block-header img {
        border-radius: 1rem;
        height: calc(100vw - 3rem);
        object-fit: cover;
        z-index: 1;
        max-height: 100vw;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .block-header {
        _height: 100vh;
        padding: 2rem 0;
        margin-bottom: 150px;
    }

    .block-header h1 {
        font-size: 2.5rem;
        line-height: 3rem;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        margin-bottom: 0.5rem;
    }

    .block-header p {
        font-size: 1rem;
        line-height: 1.2rem;
        margin-bottom: 2rem;
        margin-top: 3.5rem;
        font-family: 'Titillium Web', sans-serif;
    }

    .marquee {
        position: absolute;
        left: 0;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        z-index: 0;
        --offset: 20vw;
        --move-initial: calc(-25% + var(--offset));
        --move-final: calc(-50% + var(--offset));
        max-width: 100vw;
    }
    
    .marquee__inner {
        width: fit-content;
        /* display: inline-flex; */
        position: relative;
        display: flex;
        flex-direction: row;
        transform: translate3d(var(--move-initial), 0, 0);
        animation: marquee 15s linear infinite;
        animation-play-state: running;
    }
    
    .marquee p {
        font-size: 1rem;
        padding: 0;
        display: ruby;
        margin-bottom: 0;
        margin-top: 0.5rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #1D1D1D;
    }
    
    .marquee__inner svg {
        height: 12px;
        margin: 0 0.5rem;
        fill: #1D1D1D;
    }

    .block-header a.wp-block-button__link.wp-element-button {
        font-size: 1rem !important;
        padding: 0.25rem 1rem !important;
        border-radius: 0.25rem;
        border: 2px solid #ADBF00 !important;
        color: white !important;
        background-color: #ADBF00 !important;
    }
    
    .block-header a.wp-block-button__link.wp-element-button:hover {
        border: 2px solid #ADBF00 !important;
        color: #ADBF00 !important;
        background-color: white !important;
    }

    .block-header img {
        border-radius: 1rem;
        height: 70vh;
        object-fit: cover;
        z-index: 1;
        max-height: calc(100vh-4rem);
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .block-header {
        height: 100vh;
        padding: 5rem 0;
        max-height: 1080px;
        margin-bottom: 200px;
    }

    .block-header h1 {
        font-size: 3.5rem;
        line-height: 1.25;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        margin-bottom: 0.5rem;
    }

    .block-header p {
        font-size: 1.75rem;
        line-height: 1.2;
        margin-bottom: 2rem;
        margin-top: 5.5rem;
        font-family: 'Titillium Web', sans-serif;
    }

    .marquee {
        position: absolute;
        left: 0;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        z-index: 0;
        --offset: 20vw;
        --move-initial: calc(-25% + var(--offset));
        --move-final: calc(-50% + var(--offset));
        max-width: 100vw;
    }
    
    .marquee__inner {
        width: fit-content;
        /* display: inline-flex; */
        position: relative;
        display: flex;
        flex-direction: row;
        transform: translate3d(var(--move-initial), 0, 0);
        animation: marquee 15s linear infinite;
        animation-play-state: running;
    }
    
    .marquee p {
        font-size: 2rem;
        padding: 0;
        display: ruby;
        margin-bottom: 0;
        margin-top: 0.5rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #1D1D1D;
    }
    
    .marquee__inner svg {
        height: 20px;
        margin: 0 1rem;
        fill: #1D1D1D;
    }

    .block-header a.wp-block-button__link.wp-element-button {
        font-size: 1.5rem !important;
        padding: 0.5rem 2rem !important;
        border-radius: 0.5rem;
        border: 2px solid #ADBF00 !important;
        color: white !important;
        background-color: #ADBF00 !important;
    }
    
    .block-header a.wp-block-button__link.wp-element-button:hover {
        border: 2px solid #ADBF00 !important;
        color: #ADBF00 !important;
        background-color: white !important;
    }

    .block-header img {
        border-radius: 1rem;
        height: calc(100vh - 10rem);
        object-fit: cover;
        z-index: 1;
        max-height: 920px;
    }
}

@media (min-width: 1400px) {
    .block-header {
        height: 100vh;
        padding: 5rem 0;
        max-height: 1080px;
        margin-bottom: 200px;
    }

    .block-header h1 {
        font-size: 4rem;
        line-height: 5rem;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        margin-bottom: 0.5rem;
    }

    .block-header p {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 2rem;
        margin-top: 5.5rem;
        font-family: 'Titillium Web', sans-serif;
    }

    .marquee {
        position: absolute;
        left: 0;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        z-index: 0;
        --offset: 20vw;
        --move-initial: calc(-25% + var(--offset));
        --move-final: calc(-50% + var(--offset));
        max-width: 100vw;
    }
    
    .marquee__inner {
        width: fit-content;
        /* display: inline-flex; */
        position: relative;
        display: flex;
        flex-direction: row;
        transform: translate3d(var(--move-initial), 0, 0);
        animation: marquee 15s linear infinite;
        animation-play-state: running;
    }
    
    .marquee p {
        font-size: 2rem;
        padding: 0;
        display: ruby;
        margin-bottom: 0;
        margin-top: 0.5rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #1D1D1D;
    }
    
    .marquee__inner svg {
        height: 20px;
        margin: 0 1rem;
        fill: #1D1D1D;
    }

    .block-header a.wp-block-button__link.wp-element-button {
        font-size: 1.5rem !important;
        padding: 0.5rem 2rem !important;
        border-radius: 0.5rem;
        border: 2px solid #ADBF00 !important;
        color: white !important;
        background-color: #ADBF00 !important;
    }
    
    .block-header a.wp-block-button__link.wp-element-button:hover {
        border: 2px solid #ADBF00 !important;
        color: #ADBF00 !important;
        background-color: white !important;
    }

    .block-header img {
        border-radius: 1rem;
        height: calc(100vh - 10rem);
        object-fit: cover;
        z-index: 1;
        max-height: 920px;
    }
}

.block-header .wp-block-column {
    align-items: center;
    display: flex;
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}