.about-content[data-v-4d00c7c9] {
    padding: 0 16px 8px
}

.about-content.expand .about-content__item.is-more[data-v-4d00c7c9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-content.no-siderbar[data-v-4d00c7c9] {
    padding: var(--space-m12-w16)
}

.about-content__item[data-v-4d00c7c9] {
    padding: 8px 0;
    border-top: 1px solid var(--gray-80);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-content__item.is-more[data-v-4d00c7c9] {
    display: none
}

.about-content__item[data-v-4d00c7c9]:first-child {
    padding-top: 0;
    border-top: none
}

.about-content__item.is-expanded[data-v-4d00c7c9] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-content__item-label[data-v-4d00c7c9] {
    font-size: 12px;
    line-height: 1.35em;
    color: var(--gray-20);
    letter-spacing: .24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.about-content__item-value[data-v-4d00c7c9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white-title);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.about-content__item-icon[data-v-4d00c7c9] {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    color: var(--white-pure);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

[data-v-4d00c7c9] .about-content__item-link {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.about-content__item-text[data-v-4d00c7c9] {
    font-size: 12px;
    line-height: 1.35em;
    color: var(--white-title);
    letter-spacing: .24px
}