.fc_team_bio  {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: clamp(15px, 5vw, 100px);
align-items: center;
}
.fc_team_bio .image {
padding-bottom: 100%;
}
@media (max-width: 640px) {
.fc_team_bio {
grid-template-columns: 1fr;
}
}.fc_full_logo > svg {
width: 100%;
}
.fc_full_logo {
display: flex;
overflow: hidden;
align-items: flex-end;
}
.fc_full_logo svg {
margin-bottom: -5px;
}.fc_quote .wp_content,
.fc_quote {
position: relative;
}
.fc_quote::before ,
.fc_quote::after {
content: '';
position: absolute;
width: 146px;
height: 115px;
background-size: 146px;
}
.fc_quote:before {
left: 10%;
top: 10%;
background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 146 115'%3E%3Cpath opacity='.1' d='M0 115V80.1124c0-9.6193 1.8553-19.4538 5.566-29.5038C9.4194 40.5587 14.343 31.1548 20.3372 22.397 26.4741 13.4956 32.825 6.03 39.39 0l31.4692 17.2285c-4.4242 8.1835-8.563 17.2284-12.4164 27.1348-3.7106 9.9064-5.566 21.8945-5.566 35.9644V115H0Zm75.1408 0V80.1124c0-9.6193 1.8553-19.4538 5.5659-29.5038 3.8534-10.0499 8.7772-19.4538 14.7713-28.2116C101.615 13.4956 107.966 6.03 114.531 0L146 17.2285c-4.424 8.1835-8.563 17.2284-12.416 27.1348-3.711 9.9064-5.566 21.8945-5.566 35.9644V115H75.1408Z' fill='%23fff'/%3E%3C/svg%3E");
}
.fc_quote:after {
right: 10%;
bottom: 10%;
background-image: url("data:image/svg+xml,%3Csvg width='146' height='115' viewBox='0 0 146 115' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' d='M146 3.54648e-06V34.8876C146 44.5069 144.145 54.3414 140.434 64.3914C136.581 74.4413 131.657 83.8452 125.663 92.603C119.526 101.504 113.175 108.97 106.61 115L75.1408 97.7715C79.565 89.588 83.7038 80.5431 87.5572 70.6367C91.2678 60.7303 93.1232 48.7422 93.1232 34.6723V3.54648e-06H146ZM70.8592 3.54648e-06V34.8876C70.8592 44.5069 69.0039 54.3414 65.2933 64.3914C61.4399 74.4413 56.5161 83.8452 50.522 92.603C44.3851 101.504 38.0342 108.97 31.4692 115L-3.03984e-06 97.7715C4.42424 89.588 8.56305 80.5431 12.4164 70.6367C16.1271 60.7303 17.9824 48.7422 17.9824 34.6723V3.54648e-06H70.8592Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
.fc_quote::before ,
.fc_quote::after {
content: '';
position: absolute;
width: 73px;
height: 58px;
background-size: 73px;
}
}.fc_related_team {
position: relative;
display: grid;
grid-template-columns: 380px 1.4fr;
grid-gap: clamp(15px, 5vw, 100px);
}
.fc_related_team > .wp_content {
padding-top: clamp(15px, 3vw, 50px)
}
.fc_related_team .team_archive_list  {
grid-template-columns: repeat(3,1fr);
}
@media (max-width: 1300px) {
.fc_related_team {
grid-gap: clamp(15px, 2vw, 100px);
}
}
@media (max-width: 1024px) {
.fc_related_team {
grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.fc_related_team .team_archive_list  {
grid-template-columns: repeat(2,1fr);
}
.fc_related_team .team_archive_list a:last-child  {
display: none;
}
}.team_archive_list {
display: grid;
grid-template-columns: repeat(4,1fr);
grid-gap: clamp(15px, 2vw, 30px);
}
.team-member {
position: relative;
padding-bottom: 125%;
transition: .3s;
}
.team-member .wp_content {
background: linear-gradient(180deg, rgba(3, 38, 73, 0) 0%, #032649 100%);
padding: 50px 20px 20px 20px;
width: 100%;
position: absolute;
bottom: 0;
box-sizing: border-box;
}
.team-member p:nth-child(2) {
color: #fff;
}
.team-member:hover {
opacity: 0.8;
}
@media (max-width: 1024px) {
.team_archive_list {
grid-template-columns: repeat(3,1fr);
;
}
}
@media (max-width: 768px) {
.team_archive_list {
grid-template-columns: repeat(2,1fr);
}
}
@media (max-width: 450px) {
.team_archive_list {
grid-template-columns: 1fr;
}
}