.aboutPage_aboutPage {
    overflow: hidden;
}

.aboutPage_aboutPage .aboutPage_crumbsHolder {
    display: none;
    margin-bottom: 31px;
}

@media screen and (min-width:767px) {
    .aboutPage_aboutPage .aboutPage_crumbsHolder {
        display: block;
    }
}

.aboutPage_aboutPage .aboutPage_hero {
    border-radius: 24px;
    background: linear-gradient(0deg, #3b71fe, #3b71fe);
    max-width: 1280px;
    width: 100%;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-gap: 24px;
    gap: 24px;
    margin: 25px auto;
    color: #fff;
    align-items: center;
    text-align: center;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_hero {
        grid-template-columns: auto 536px;
        padding: 58px 51px;
        text-align: start;
        gap: 42px;
    }
}

.aboutPage_aboutPage .aboutPage_heroImage {
    margin: 0 auto;
    max-width: 100%;
    width: 320px;
    height: 219px;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_heroImage {
        width: 536px;
        height: 355px;
    }
}

.aboutPage_aboutPage .aboutPage_heroCnt {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.aboutPage_aboutPage .aboutPage_heroCnt p:first-child {
    margin-top: 0;
}

.aboutPage_aboutPage .aboutPage_heroCnt p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_heroCnt {
        gap: 32px;
    }
}

.aboutPage_aboutPage .aboutPage_heroCnt h1 {
    margin-bottom: 0;
    color: #fcfcfd;
    font-size: 26px;
    line-height: 64px;
    letter-spacing: -1.28px;
}

.aboutPage_aboutPage .aboutPage_heroCnt h1 br {
    display: block;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_heroCnt h1 {
        font-size: 64px;
    }
}

.aboutPage_aboutPage .aboutPage_heroCnt div {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.16px;
}

.aboutPage_aboutPage h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.aboutPage_aboutPage .aboutPage_history {
    margin: 42px auto;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_history {
        margin: 100px auto;
    }
}

.aboutPage_aboutPage .aboutPage_historyTtl {
    text-align: center;
    margin-bottom: 32px;
    font-size: 22px;
    margin-top: 0;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_historyTtl {
        margin-bottom: 62px;
        font-size: 40px;
    }
}

.aboutPage_aboutPage .aboutPage_historyItems {
    position: relative;
}

.aboutPage_aboutPage .aboutPage_historyItems:after {
    content: "";
    box-sizing: border-box;
    width: 2px;
    height: calc(100% - 30px);
    position: absolute;
    top: 18px;
    left: 10px;
    border-left: 2px dashed #3b71fe;
    border-image: repeating-linear-gradient(180deg, #3b71fe 0, #3b71fe 6px, transparent 0, transparent 12px) 1;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_historyItems:after {
        top: 18px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.aboutPage_aboutPage .aboutPage_historyItem {
    width: 100%;
    position: relative;
    padding-left: 30px;
}

.aboutPage_aboutPage .aboutPage_historyItem:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #3b70fa;
    top: 28px;
    left: 10px;
}

.aboutPage_aboutPage .aboutPage_historyItem:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3b70fa;
    border-radius: 50%;
    top: 18px;
    left: 0;
}

.aboutPage_aboutPage .aboutPage_historyItem:not(:last-child) {
    margin-bottom: 32px;
}
@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_historyItem {
        width: 50%;
        padding-left: 0;
    }
    .aboutPage_aboutPage .aboutPage_historyItem:nth-child(2n) {
        padding-right: 30px;
        margin-right: auto;
    }
    .aboutPage_aboutPage .aboutPage_historyItem:nth-child(2n):before {
        right: 0;
        left: auto;
    }
    .aboutPage_aboutPage .aboutPage_historyItem:nth-child(2n):after {
        right: 0;
        left: auto;
        transform: translateX(50%);
    }
    .aboutPage_aboutPage .aboutPage_historyItem:nth-child(odd) {
        padding-left: 30px;
        margin-left: auto;
    }
    .aboutPage_aboutPage .aboutPage_historyItem:nth-child(odd):before {
        left: 0;
    }
    .aboutPage_aboutPage .aboutPage_historyItem:nth-child(odd):after {
        left: 0;
        transform: translateX(-50%);
    }
    .aboutPage_aboutPage .aboutPage_historyItem:not(:first-child) {
        margin-top: -18px;
    }
    .aboutPage_aboutPage .aboutPage_historyItem:not(:last-child) {
        margin-bottom: 0;
    }
}

.aboutPage_aboutPage .aboutPage_historyItemInner {
    border-radius: 24px;
    border: 1px solid #000;
    box-shadow: 0 20px 64px -32px hsla(0, 0%, 6%, .1);
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
    color: #777e90;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.aboutPage_aboutPage .aboutPage_historyItemTtl {
    color: #23262f;
    font-size: 14px;
    font-weight: 700;
}

.aboutPage_aboutPage .aboutPage_info {
    margin: 42px auto;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_info {
        margin: 100px auto 80px;
    }
}

.aboutPage_aboutPage .aboutPage_infoItems {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.aboutPage_aboutPage .aboutPage_infoImage {
    width: 100%;
    height: 265px;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_infoImage {
        height: 444px;
    }
}

.aboutPage_aboutPage .aboutPage_infoItem {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    align-items: center;
    grid-gap: 16px;
    gap: 16px;
}

@media screen and (min-width:1279px) {
    .aboutPage_aboutPage .aboutPage_infoItem {
        gap: 129px;
    }
    .aboutPage_aboutPage .aboutPage_infoItem:nth-child(odd) {
        grid-template-columns: auto 473px;
    }
    .aboutPage_aboutPage .aboutPage_infoItem:nth-child(2n) {
        grid-template-columns: 473px auto;
    }
    .aboutPage_aboutPage .aboutPage_infoItem:nth-child(2n) img {
        order: -1;
    }
}

.aboutPage_aboutPage .aboutPage_infoItemInner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #777e90;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_infoItemInner {
        font-size: 16px;
    }
}

.aboutPage_aboutPage .aboutPage_infoItemInner h2 {
    color: #23262f;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_infoItemInner h2 {
        font-size: 40px;
    }
}

.aboutPage_aboutPage .aboutPage_val {
    border-radius: 24px;
    background: linear-gradient(0deg, #3b71fe, #3b71fe);
    max-width: 1280px;
    width: 100%;
    padding: 42px 20px;
    margin: 42px auto;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_val {
        padding: 80px;
        margin: 80px auto 100px;
    }
}

.aboutPage_aboutPage .aboutPage_val h2 {
    color: #fcfcfd;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 64px;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_val h2 {
        font-size: 64px;
        margin-bottom: 32px;
    }
}

.aboutPage_aboutPage .aboutPage_valText {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_valText {
        font-size: 24px;
    }
}

.aboutPage_aboutPage .aboutPage_valItems {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-gap: 14px;
    gap: 14px;
    padding-top: 24px;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_valItems {
        padding-top: 60px;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px 22px;
    }
}

.aboutPage_aboutPage .aboutPage_valItem {
    border-radius: 24px;
    border: 1px solid #fcfcfd;
    background: linear-gradient(88deg, #fcfcfd 36.52%, rgba(252, 252, 253, .83) 98.8%);
    box-shadow: 0 40px 64px -32px hsla(0, 0%, 6%, .1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 24px 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.aboutPage_aboutPage .aboutPage_valItemTtl {
    color: #23262f;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 2px;
}

.aboutPage_aboutPage .aboutPage_bottom {
    text-align: center;
    margin: 42px auto;
}

.aboutPage_aboutPage .aboutPage_bottom h2 {
    margin: 0;
    display: inline;
    color: #23262f;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    font-size: 26px;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_bottom h2 {
        font-size: 64px;
    }
    .aboutPage_aboutPage .aboutPage_bottom {
        margin: 100px auto;
        font-size: 64px;
    }
}

.aboutPage_aboutPage .aboutPage_bottomImage {
    display: inline;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-left: 3px;
}

@media screen and (min-width:1023px) {
    .aboutPage_aboutPage .aboutPage_bottomImage {
        width: 64px;
        height: 64px;
    }
}
