section.common
{
    font-size:1.6rem;
}


/* - Media+Text - */
section.common .wp-block-media-text>*
{
    flex:1 1 36em;
}

/* - About - */
section.common .about
{
    padding:var(--block-padding-v) 14em var(--block-padding-v) var(--block-padding-h);
    color:#FFFFFF;
    border-radius:var(--block-radius);
    background:url('data:image/svg+xml;charset=utf-8,%3Csvg viewBox=\'0 0 128 128\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M64.3 127.9l64-63.9-64-64H.4l63.9 64L.4 127.9h63.9z\' fill=\'%2300C036\'/%3E%3C/svg%3E#svgView(preserveAspectRatio(none))') calc(100% - 1em) top/auto 100% no-repeat var(--blue);
}

section.common .about>p
{
    font-size:2rem;
    font-weight:500;
    line-height:1.6;
}
section.common .about .block-core--paragraph:last-child>p
{
    margin-bottom:0;
}

@media(max-width:900px)
{
    section.common .about
    {
        background-position-x:calc(100% + 3em);
    }
}

@media(max-width:512px)
{
    section.common .about
    {
        padding-right:var(--block-padding-h);
        background-image:none;
    }
}

/* - Sequence - */
section.common .sequence>.item
{
    grid-template:'h i' auto 't i' 1fr/1fr 10.5rem;
    gap:0.93em;
    padding:var(--block-padding);
    border-radius:var(--block-radius);
    border:1px solid var(--blue);
    overflow:clip;
}

section.common .sequence>.item>.img
{
    margin:0 calc(0px - var(--block-padding-h)) calc(-0.25em - var(--block-padding-v)) 0;
    align-self:flex-end;
}
section.common .sequence>.item>.img::after
{
    content:'00';
    display:block;
    justify-self:flex-end;
    align-self:flex-end;
    font-size:12.8rem;
    line-height:0.7;
    font-weight:800;
    color:var(--green);
}
section.common .sequence>.item:nth-child( 1)>.img::after {content:'01';}
section.common .sequence>.item:nth-child( 2)>.img::after {content:'02';}
section.common .sequence>.item:nth-child( 3)>.img::after {content:'03';}
section.common .sequence>.item:nth-child( 4)>.img::after {content:'04';}
section.common .sequence>.item:nth-child( 5)>.img::after {content:'05';}
section.common .sequence>.item:nth-child( 6)>.img::after {content:'06';}
section.common .sequence>.item:nth-child( 7)>.img::after {content:'07';}
section.common .sequence>.item:nth-child( 8)>.img::after {content:'08';}
section.common .sequence>.item:nth-child( 9)>.img::after {content:'09';}
section.common .sequence>.item:nth-child(10)>.img::after {content:'10';}
section.common .sequence>.item:nth-child(11)>.img::after {content:'11';}
section.common .sequence>.item:nth-child(12)>.img::after {content:'12';}
section.common .sequence>.item:nth-child(13)>.img::after {content:'13';}
section.common .sequence>.item:nth-child(14)>.img::after {content:'14';}
section.common .sequence>.item:nth-child(15)>.img::after {content:'15';}
section.common .sequence>.item:nth-child(16)>.img::after {content:'16';}
section.common .sequence>.item:nth-child(17)>.img::after {content:'17';}
section.common .sequence>.item:nth-child(18)>.img::after {content:'18';}
section.common .sequence>.item:nth-child(19)>.img::after {content:'19';}
section.common .sequence>.item:nth-child(20)>.img::after {content:'20';}

section.common .sequence>.item>.header
{
    font-size:1.75em;
    color:var(--blue);
}
section.common .sequence>.item>.text
{
    font-weight:400;
}

@media(max-width:800px)
{
    section.common .sequence>.item>h3
    {
        font-size:1.5em;
    }
}
@media(max-width:640px)
{
    section.common .sequence>.item
    {
        grid-template:'h' auto 't' 1fr 'i' 10.5rem/1fr;
    }
}

/* Numbers2 */
section.common .numbers_two>.item
{
    grid-template:'h' auto 't' 1fr/1fr;
    gap:var(--flex-gap);
    padding:var(--block-padding);
    color:#FFFFFF;
    border-radius:var(--block-radius);
    background:none var(--blue);
}

section.common .numbers_two>.item>.header
{
    font-size:2.8em;
    font-weight:800;
}

section.common .numbers_two>.item>.img
{
    display:none;
}
