.page[name='team'] > .content {
    background-color: #f3f2ff;
}
.page[name='team'] > .content > .hero > .title {
    background: linear-gradient(180deg, #e6087b 0%, #c0066a 30%, #3e3a8e 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page[name='team'] > .content > .hero > .description {
    color: #6e6f8d;
}
.page[name='team'] > .content > .teamSection > .filters {
    background-color: #ebe9f7;
}
.page[name='team'] > .content > .teamSection > .filters > .button:hover {
    background: rgba(62, 58, 142, 0.06);
}
.page[name='team'] > .content > .teamSection > .filters > .button.active {
    background-color: #302777;
    color: #ffffff;
}
.page[name='team'] > .content > .teamSection > .filters > .button:not(.active) {
    color: #363636;
}
.page[name='team'] > .content > .teamSection > .section > .sectionTitle {
    color: #17152c;
}
.page[name='team'] > .content > .teamSection > .section:nth-child(2n) > .sectionTitle {
    border-left-color: #3ad5f7;
}
.page[name='team'] > .content > .teamSection > .section:nth-child(3n) > .sectionTitle {
    border-left-color: #f01882;
}
.page[name='team'] > .content > .teamSection > .section > .teamMembers > .button {
    background-color: #ffffff;
}
.page[name='team'] > .content > .teamSection > .section > .teamMembers > .button > .imageWrapper {
    background-color: #ebe9f7;
}
.page[name='team'] > .content > .teamSection > .section > .teamMembers > .button > .information > .name {
    color: #17152c;
}
.page[name='team'] > .content > .teamSection > .section > .teamMembers > .button > .information > .subRole {
    color: #302777;
}
.page[name='team'] > .content > .career {
    color: #ffffff;
    background: linear-gradient(90deg, #4B4698 0%, #38255D 100%);
}
.page[name='team'] > .content > .career > .information > .title {
    color: #ffffff;
}
.page[name='team'] > .content > .career > .information > .description {
    color: #e2e1f3;
}
.page[name='team'] > .content > .career > .button {
    background-color: #f51883;
    box-shadow: 0 12px 24px rgba(245, 24, 131, 0.28);
}
.page[name='team'] > .content > .career > .button > a {
    color: #ffffff;
}