.page {
    width: 100%;
    padding-top: 180px;
}

.page .ds-container {
    min-height: calc(100vh - 200px);
    padding-bottom: 20px;
}

.page .ds-container .top-wrap {
    box-sizing: border-box;
    padding: 48px;
    border-radius: 4px;
    height: 502px;
    display: flex;
    background-color: #ffffff;
}

.page .ds-container .top-wrap .left-container {
    flex: 1;
    padding-right: 20px;
}

.page .ds-container .top-wrap .left-container .ds-sub-title {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Gotham';
}

.page .ds-container .top-wrap .left-container .ds-title {
    font-size: 30px;
    font-weight: 500px;
    line-height: 56px;
    margin: 24px 0;
}

.page .ds-container .top-wrap .left-container .ds-text {
    color: var(--regular-text-color);
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 55px;
}

.page .ds-container .top-wrap .left-container .ds-box-group {
    width: 360px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.page .ds-container .top-wrap .left-container .ds-box {
    border-radius: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Gotham';
}

.page .ds-container .top-wrap .left-container .ds-box-blue {
    background-color: #2a89e7;
}

.page .ds-container .top-wrap .left-container .ds-box-green {
    background-color: #34a853;
}

.page .ds-container .top-wrap .left-container .ds-box-yellow {
    background-color: #ecba0b;
}

.page .ds-container .top-wrap .left-container .ds-box-red {
    background-color: #ff6773;
}

.page .ds-container .top-wrap .left-container .ds-gradient {
    width: 360px;
    height: 24px;
    border-radius: 16px;
    background: linear-gradient(90deg, #2a89e7 7.5%, #34a853 27.97%, #46aa4c 41.72%, #ecba0b 57.32%, #fbbc05 74.1%, #ff6773 92.38%);
}

.page .ds-container .top-wrap .right-container {
    width: 393px;
    margin-top: 40px;
    flex-shrink: 0;
}

.page .ds-container .center-wrap {
    box-sizing: border-box;
    padding: 40px 50px;
    border-radius: 4px;
    height: 504px;
    background-color: #ffffff;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page .ds-container .center-wrap .ds-sub-title {
    font-size: 18px;
    color: var(--primary-color);
    line-height: 32px;
    font-family: 'Gotham';
}

.page .ds-container .center-wrap .ds-title {
    font-size: 24px;
    color: #000000;
    margin: 16px auto;
}

.page .ds-container .center-wrap .ds-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.page .ds-container .center-wrap .ds-content .ds-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page .ds-container .center-wrap .ds-content .ds-content-item img {
    width: 160px;
    height: 160px;
    margin: 20px auto;
}

.page .ds-container .center-wrap .ds-content .ds-content-item .ds-content-title {
    font-size: 20px;
    color: #000000;
    margin: 20px auto;
}

.page .ds-container .center-wrap .ds-content .ds-content-item .ds-content-text {
    width: 280px;
    font-size: 14px;
    color: var(--regular-text-color);
    text-align: center;
}

.page .ds-container .bottom-wrap {
    box-sizing: border-box;
    padding: 24px 20px;
    border-radius: 4px;
    background-color: #ffffff;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page .ds-container .bottom-wrap .ds-sub-title {
    font-size: 18px;
    color: var(--primary-color);
    line-height: 32px;
    font-family: 'Gotham';
}

.page .ds-container .bottom-wrap .ds-title {
    font-size: 24px;
    color: #000000;
    margin: 20px auto;
}

.page .ds-container .bottom-wrap .ds-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.page .ds-container .bottom-wrap .ds-content .ds-content-item {
    display: flex;
    width: 368px;
    margin: 8px;
    background-color: var(--input-background-color);
    border-radius: 8px;
    padding: 16px;
    flex-direction: column;
}

.page .ds-container .bottom-wrap .ds-content .ds-content-item .ds-content-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-text-color);
}

.page .ds-container .bottom-wrap .ds-content .ds-content-item .ds-content-title .ds-content-title-l {
    width: 20px;
    display: inline-block;
    font-family: 'Gotham';
}

.page .ds-container .bottom-wrap .ds-content .ds-content-item .ds-content-line {
    width: 336px;
    border-top: 1px solid #e3e3e3;
    margin: 16px auto;
}

.page .ds-container .bottom-wrap .ds-content .ds-content-item .ds-content-text {
    width: 340px;
    font-size: 14px;
    font-weight: 400;
    color: var(--regular-text-color);
    display: flex;
    justify-content: left;
}

.page .ds-container .bottom-wrap .ds-content .ds-content-item .ds-content-text .ds-content-text-l {
    color: var(--primary-text-color);
    font-family: 'Gotham';
}

.page .ds-container .ds-protocol-container {
    margin: 24px auto;
    width: 60%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 22px;
    color: var(--regular-text-color);
}

.page .ds-container .ds-protocol-container a {
    color: var(--regular-text-color);
}

.page .ds-container .ds-protocol-container a:hover {
    color: var(--primary-text-color);
}