#page7 {
    justify-content: flex-end;
    background-image: linear-gradient(146deg, #ffed48 0%, hsla(47, 94%, 63%, 1) 20%, #fcaa29 100%);
    padding: 1.5rem;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 20px 8px #311d0b;
    overflow: hidden;
    color: #06324b;
    gap: 1em;
    width: 100%;
    padding-bottom: 4rem;
    padding-top: 2rem;

    min-height: max(50%, 500px);
    justify-content: center;
}

#page7 .bg {
    opacity: .025;
    width: 110%;
    height: 110%;
    background-image: url(/public/assets/seamless.webp);
    background-repeat: repeat;
    background-size: 500px;
}

#page7 .content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4em;
    width: 100%;
    justify-content: space-evenly;
    padding: 2em 0;
}

#page7 a {
    color: unset;
    text-decoration: unset;
}

#page7 .content #team {
    gap: 1em;
}

#page7 .content #team:hover {
    cursor: pointer;
}

#page7 .content #team div.label > img {
    max-height: 60px;
    filter: brightness(.5);
}

#page7 .content #team div.label {
    display: flex;
    align-items: center;
    gap: 0.25em;
    flex-direction: row;
}

#page7 .content #team .faces {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}

#page7 .content #team .faces img {
    max-height: 125px;
}

#page7 .content #team .faces *:first-child img {
    border-radius: 10px 0 0 10px;
}

#page7 .content #team .faces *:last-child img {
    border-radius: 0 10px 10px 0;
}

#page7 .content #team .faces * {
    gap: .25em;
}

#page7 div.label {
    font-size: 2rem;
}

/**
*/
#ultimate-footer {
    font-size: .9em;
    width: 100%;
    flex-direction: row;
    position: absolute;
    bottom: .4rem;
    justify-content: space-between;
    background-color: #e5894826;
    box-shadow: inset 0px 0px 9px 0px #c98408;
}

#ultimate-footer > div {
    flex-direction: row;
    gap: 1vmin;
    padding: 0 1rem;
    color: #383838;
}

#ultimate-footer a {
    text-decoration: underline;
    color: #383838;
}

#ultimate-footer > img {
    background: linear-gradient(146deg, #ffed48 0%, hsla(47, 94%, 63%, 1) 20%, #fcaa29 100%);
    height: 32px;
    margin-left: 5vmin;
    padding: .25rem;
    box-shadow: 0px 0px 20px 0px #ffbe00;
}
