.tileContainer
{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    column-gap:4rem;
    width: 60%;
    justify-content: center;
    margin-inline: auto;
}
.tileContainer .tileButton:empty
{
    display:none;
}
.tileContainer .tileButton .tileButton-Link
{
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-items: center;
    padding: var(--vel-fixed-spacing-04);
    border-radius: var(--vel-shape400-border_radius);
}
.tileContainer .tileButton .tileButton-Link .tileButton-TopText
{
    display:none;
}
.tileContainer .tileButton .tileButton-Link>svg,
.tileContainer .tileButton .tileButton-Link .tileButton-Image
{
    width: 8rem;
    height: 8rem;
}
.tileContainer .tileButton .tileButton-Link .tileButton-BottomText
{
    flex:0 0 auto;
}
.tileContainer .tileBlockHeader
{
    width: 100%;
    text-align:center;
    margin-top:var(--vel-fixed-spacing-08);
    padding-bottom: var(--vel-fixed-spacing-04);
    border-bottom:1px solid var(--vel-color-dividerColor);
    margin-bottom: 4px;
}