.board__of-directors {
    background: #F4F3F1;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 120px;
    padding-bottom: 78px;
}

.board__of--list .board__of--list__item {
    display: -webkit-box;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 130px;
    grid-row-gap: 80px;
}

.board__of--list.leadership .board__of--list__item {
    margin-bottom: 120px;
}

.board__of--list .board__of--list__item img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    aspect-ratio: 556 / 368;
    object-fit: cover;
    object-position: center;
}

.board__of--list .board__of--background {
    width: 100%;
    background: #E9E7E7;
    padding-top: 41px;
    padding-bottom: 42px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 120px;
}

.leadership .board__of--list__item__box,
.independent .board__of--item-infomation {
    cursor: pointer;
}

.board__of--list__item__box--img {
    margin-bottom: 32px;
}

.board__of--heading .heading {
    font-family: 'Simplifica', sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 100px;
    text-align: center;
    letter-spacing: 1.55556px;
    text-transform: uppercase;
    color: #F0509C;
    margin-top: 0;
    margin-bottom: 39px;
}

.board__of--list__item__box--name {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #ABABAB;
    margin-bottom: 10px;
}

.board__of--list__item__box--position {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #464649;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.board__of--item-infomation .icon svg:last-child {
    display: none;
}

.board__of--item-infomation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
    row-gap: 20px;
}

.infomation__excerpt p {
    margin-bottom: 25px;
}

.infomation__excerpt p:last-child {
    margin: 0;
}

.independent .board__of--list__item__box .board__of--item-infomation {
    padding-bottom: 32px;
    border-bottom: 1px solid #ABABAB;
}

.infomation__excerpt {
    padding-bottom: 32px;
    border-bottom: 1px solid #ABABAB;
}

.board__of--list__item__box.active .board__of--item-infomation {
    border-bottom: 0;
}

.leadership .board__of--list__item__box:hover .board__of--list__item__box--position,
.board__of--list__item__box.active .board__of--list__item__box--position {
    color: #F0509C;
    transition: color 0.3s ease;
}

.board__of--list__item__box.active .board__of--item-infomation .icon svg:first-child {
    display: none;
}

.board__of--list__item__box.active .board__of--item-infomation .icon svg:last-child {
    display: block;
}

.independent .board__of--list__item {
    padding-top: 2px;
}

.board__of--list__item__box-infomation {
    position: relative;
}

.board__of-directors .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: #F4F3F1;
}

.board__of-directors.detail {
    padding-top: 109px;
    padding-bottom: 275px;
}

.board__of--directors--details .container {
    max-width: 1465px;
    padding: 0 30px;
}

.board__of--directors--details-image .inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

.board__of--directors--details-image {
    width: 741px;
    height: 741px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 80px;
    border: 1px solid #D8D8D8;
    flex-shrink: 0;
    flex-basis: 741px;
}

.board__of--directors--details-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.board__of--directors--details-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 65px;
    row-gap: 40px;
    justify-content: space-between;
}

.board__of--directors--details .board__of--detail {
    width: calc(100% - 741px);
}

.board__of--detail__box--name {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #464649;
    margin: 0;
    margin-top: 47px;
    text-transform: initial;
}

.board__of--detail__box {
    max-width: 554px;
    width: 100%;
}

.board__of--detail__box--position {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
}

.board__of--detail__box--infomation {
    margin-bottom: 40px;
}

.board__of--detail__box--content {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #464649;
}

.board__of--detail__box--content p {
    margin-bottom: 25px;
}

.board__of--detail__box--content p:last-child {
    margin-bottom: 0;
}

.independent .board__of--list__item__box .board__of--item-infomation:hover .board__of--list__item__box--position {
    color: #F0509C;
}

.back-to-board {
    margin-bottom: 180px;
}

.button--back-to-board {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    cursor: pointer;
}

.button--back-to-board:hover {
    color: #F0509C;
}

.detail .board__of--wrapper {
    display: none;
}

@media only screen and (max-width: 1280px) {
    .board__of--directors--details-image {
        width: 541px;
        height: 541px;
        flex-basis: 541px;
    }

    .board__of--directors--details .board__of--detail {
        width: calc(100% - 541px);
    }

    .board__of--detail__box {
        float: right;
    }
}

@media only screen and (max-width: 1024px) {
    .board__of--list .board__of--list__item {
        grid-column-gap: 80px;
    }

    .board__of--directors--details-image {
        width: 441px;
        height: 441px;
        flex-basis: 441px;
        padding: 50px;
    }
}

@media only screen and (max-width: 867.98px) {
    .board__of--directors--details-wrapper {
        flex-direction: column;
    }

    .board__of-directors.detail {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .back-to-board {
        margin-bottom: 100px;
    }

    .board__of--directors--details .board__of--detail {
        width: 100%;
    }

    .board__of--detail__box {
        max-width: 100%;
    }

    .board__of--detail__box--name {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .board__of--directors--details-image {
        width: calc(100vw - 60px);
        height: calc(100vw - 60px);
        flex-basis: calc(100vw - 60px);
        padding: 35px;
    }

    .board__of--list .board__of--list__item {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
    }

    .board__of--list .board__of--background,
    .board__of--list.leadership .board__of--list__item {
        margin-bottom: 39px;
    }

    .board__of--list.independent .board__of--list__item {
        row-gap: 0;
        padding-top: 20px;
    }

    .board__of--item-infomation .icon svg {
        width: 18px;
    }

    .infomation__excerpt {
        padding-bottom: 20px;
    }

    .independent .board__of--list__item .board__of--item-infomation {
        padding-bottom: 19px;
    }

    .independent .board__of--list__item__box {
        margin-bottom: 20px;
    }

    .infomation__excerpt p {
        margin-bottom: 20px;
    }

    .independent .board__of--list__item__box:last-child {
        margin-bottom: 0;
    }

    .board__of--list .board__of--background {
        padding: 29px 45px;
    }

    .board__of--list.leadership .board__of--background {
        padding-top: 43px;
        padding-bottom: 43px;
    }

    .board__of--background .text {
        display: block;
    }

    .board__of-directors {
        padding-top: 78px;
    }

    .board__of--heading .heading {
        font-size: 45px;
        line-height: 55px;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .board__of-directors .container {
        padding: 0 30px;
    }

    .board__of--list .board__of--list__item img {
        aspect-ratio: 330 / 231;
    }

    .board__of--list__item__box--img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 475.98px) {

    .board__of--list__item__box--name,
    .board__of--list__item__box--position {
        max-width: 297px;
        width: 100%;
    }
}