.page[name='teamMember'] > .content > .hero > .breadcrumb {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='teamMember'] > .content > .profileSection {
    width: 100%;
    padding-top: 39px;
    padding-bottom: 84px;
}
.page[name='teamMember'] > .content > .profileSection > .container {
    white-space: nowrap;
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='teamMember'] > .content > .profileSection > .container > .summary {
    display: inline-block;
    width: calc(25% - 24px);
    vertical-align: top;
    white-space: normal;
}
.page[name='teamMember'] > .content > .profileSection > .container > .summary > .imageWrapper {
    width: 220px;
    height: 220px;
    border-radius: 50%;
}
.page[name='teamMember'] > .content > .profileSection > .container > .summary > .imageWrapper > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.page[name='teamMember'] > .content > .profileSection > .container > .summary > .role {
    display: inline-block;
    margin-top: 22px;
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.page[name='teamMember'] > .content > .profileSection > .container > .summary > .name {
    margin-top: 14px;
    font-size: 30px;
    font-weight: 800;
}
.page[name='teamMember'] > .content > .profileSection > .container > .summary > .subRole {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
}
.page[name='teamMember'] > .content > .profileSection > .container > .summary > .links {
    margin-top: 20px;
    white-space: nowrap;
}
.page[name='teamMember'] > .content > .profileSection > .container > .summary > .links > .button {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}
.page[name='teamMember'] > .content > .profileSection > .container > .summary > .links > .button > img {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-top: 10px;
}
.page[name='teamMember'] > .content > .profileSection > .container > .about {
    display: inline-block;
    width: 75%;
    padding-top: 4px;
    vertical-align: top;
    white-space: normal;
}
.page[name='teamMember'] > .content > .profileSection > .container > .about > .title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.page[name='teamMember'] > .content > .profileSection > .container > .about > .divider {
    width: 100%;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 22px;
}
.page[name='teamMember'] > .content > .profileSection > .container > .about > .bio {
    max-width: 910px;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
}
.page[name='teamMember'] > .content > .profileSection > .container > .about > .slogan {
    position: relative;
    margin-top: 50px;
    padding-top: 28px;
    padding-bottom: 28px;
    border-width: 1px;
    border-style: solid;
    border-radius: 18px;
}
.page[name='teamMember'] > .content > .profileSection > .container > .about > .slogan > .mark {
    position: absolute;
    top: 22px;
    width: 28px;
    height: 24px;
}
.page[name='teamMember'] > .content > .profileSection > .container > .about > .slogan > .text {
    font-size: 18px;
    font-style: italic;
}
.page[name='teamMember'] > .content > .teamSection {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 102px;
}
.page[name='teamMember'] > .content > .teamSection > .container {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='teamMember'] > .content > .teamSection > .container > .sectionTitle {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.page[name='teamMember'] > .content > .teamSection > .container > .members {
    width: 100%;
    margin-top: 30px;
    white-space: nowrap;
}
.page[name='teamMember'] > .content > .teamSection > .container > .members > .button {
    display: inline-block;
    width: calc(25% - 10px);
    min-height: 144px;
    padding-top: 24px;
    padding-bottom: 23px;
    border-width: 1px;
    border-style: solid;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: normal;
}
.page[name='teamMember'] > .content > .teamSection > .container > .members > .button > .imageWrapper {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
}
.page[name='teamMember'] > .content > .teamSection > .container > .members > .button > .imageWrapper > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.page[name='teamMember'] > .content > .teamSection > .container > .members > .button > .name {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
}
.page[name='teamMember'] > .content > .teamSection > .container > .members > .button > .role {
    margin-top: 8px;
}
.page[name='teamMember'] > .content > .teamSection > .container > .members > .button > .subRole {
    margin-top: 8px;
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .page[name='teamMember'] > .content > .profileSection > .container {
        width: 94%;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .summary {
        width: 24%;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .about {
        width: 75%;
    }
    .page[name='teamMember'] > .content > .teamSection > .container {
        width: 94%;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .page[name='teamMember'] > .content > .profileSection > .container {
        width: 94%;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .summary {
        width: 28%;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .summary > .imageWrapper > img {
        width: 190px;
        height: 190px;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .about {
        width: 71%;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .about > .bio {
        font-size: 15px;
    }
    .page[name='teamMember'] > .content > .teamSection > .container {
        width: 94%;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .page[name='teamMember'] > .content > .profileSection {
        padding-top: 24px;
        padding-bottom: 64px;
    }
    .page[name='teamMember'] > .content > .profileSection > .container {
        width: 92%;
        white-space: normal;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .summary {
        display: block;
        width: 100%;
        text-align: center;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .summary > .imageWrapper > img {
        width: 190px;
        height: 190px;
        margin-right: auto;
        margin-left: auto;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .about {
        display: block;
        width: 100%;
        margin-top: 48px;
    }
    .page[name='teamMember'] > .content > .teamSection > .container {
        width: 92%;
    }
    .page[name='teamMember'] > .content > .teamSection > .container > .members {
        white-space: normal;
    }
    .page[name='teamMember'] > .content > .teamSection > .container > .members > .button {
        display: block;
        width: 100%;
        margin-bottom: 18px;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .page[name='teamMember'] > .content > .profileSection {
        padding-top: 18px;
        padding-bottom: 54px;
    }
    .page[name='teamMember'] > .content > .profileSection > .container {
        width: 90%;
        white-space: normal;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .summary {
        display: block;
        width: 100%;
        text-align: center;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .summary > .name {
        font-size: 25px;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .about {
        display: block;
        width: 100%;
        margin-top: 44px;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .about > .bio {
        font-size: 14px;
        line-height: 25px;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .about > .slogan {
        margin-top: 34px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .page[name='teamMember'] > .content > .profileSection > .container > .about > .slogan > .text {
        font-size: 14px;
        line-height: 24px;
    }
    .page[name='teamMember'] > .content > .teamSection {
        padding-top: 54px;
        padding-bottom: 64px;
    }
    .page[name='teamMember'] > .content > .teamSection > .container {
        width: 90%;
    }
    .page[name='teamMember'] > .content > .teamSection > .container > .members {
        white-space: normal;
    }
    .page[name='teamMember'] > .content > .teamSection > .container > .members > .button {
        display: block;
        width: 100%;
        margin-bottom: 16px;
    }
}
@media (max-width: 1200px) {
    .page[name='teamMember'] > .content > .profileSection > .container > .summary > .imageWrapper {
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 1201px) {
}