* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #f5f5f7;
    font-family: Inter;
}

:root {
    --content-width: 980px;
    --content-width2: 692px;
}

body {
    background-color: #000;
    min-width: 320px;
}

ul {
    list-style: none;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #151516;
    height: 52px;
    z-index: 2;
}

.header {
    box-sizing: content-box;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-headline {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: -.04em;
}

.header-content {
    display: flex;
}

.header-list {
    display: flex;
    column-gap: 24px;
    margin-right: 24px;
}

.header-list li {
    color: #fff;
    opacity: .92;
    font-size: 12px;
    line-height: 23px;
    font-family: Inter;
    font-weight: 400;
    cursor: pointer;
}

.header-list li:hover {
    color: #2997ff;
    opacity: 1;
}

.header-text2 {
    display: none;
    letter-spacing: -.04em;
    font-size: 14px;
    font-family: Inter;
    line-height: 25px;
}

.header-button {
    border: none;
    background-color: #333336;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.04em;
    font-family: Inter;
    align-items: center;
}

.header-button:hover {
    background-color: #515154;
}

.section-1 {
    background-color: #0D0D0E;
}

.section1-content {
    display: flex;
    margin: 0 auto;
    max-width: 980px;
    padding: 40px 0;
}

.section1-description {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-left: 56px;
    margin-right: auto;
    width: 980px;
}

.section1-img-content {
    margin: unset;
    border-radius: 16px;
    overflow: hidden;
    max-width: 95%;
    min-width: min-content;
    width: max-content;
}

.section1-img-content img {
    max-width: 285px;
    display: block;
}

.section1-content-top {
    width: 100%;
}

.section1-content-left {
    display: block;
    flex-direction: column;
    width: 100%;
}

.section1-content-right {
    display: block;
    margin-left: 0;
    width: 100%;
    flex: 1 0 auto;
    align-self: flex-start;
    order: 2;
}

.content-top-txt {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 700;
    letter-spacing: -.04em;
    font-family: Inter;
    color: #86868b;
    margin-bottom: 8px;
    max-width: 376px;
    width: max-content;
}

.top-txt {
    border: 1px solid #86868b;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
    color: #86868b;
    font-family: Inter;
}

.content-left-headline {
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 1.125;
    font-weight: 700;
    margin-bottom: 8px;
}

.content-left-subtitle {
    color: #86868b;
    font-size: 19px;
    line-height: 1.21053;
    font-weight: 600;
    letter-spacing: -.02em;
    margin-bottom: 18px;
}

.content-left-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
    margin-bottom: 28px;
    align-items: center;
    
}

.content-left-btn {
    margin-right: 16px;
    margin-top: 18px;
    border-radius: 980px;
    transition: all 0.3s ease;
    background-color: #333336;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.42859;
    font-weight: 700;
    letter-spacing: -.016em;
    border: none;
    cursor: pointer;
}

.content-left-btn:hover {
    background-color: #424245;
}

.content-left-link {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: -0.024em;
    max-width: 280px;
    margin-top: 18px;
    font-family: Inter;
    font-weight: 400;
    cursor: pointer;
}

.content-left-link:hover {
    text-decoration: underline;
}

.content-right-item {
    font-size: 19px;
    line-height: 1.4211;
    font-weight: 400;
    letter-spacing: -.02em;
}

.content-right-item2 {
    display: flex;
    flex-wrap: wrap;
}

.item2-content-headline {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 700;
    letter-spacing: -.01em;
    font-family: Inter;
    color: #86868b;
    margin-top: 36px;
}

.item2-content-subtitle {
    font-size: 19px;
    line-height: 1.4211;
    font-weight: 400;
    letter-spacing: .012em;
}

.right-item2-content {
    width: 242px;
}

.content-right-item2 .right-item2-content:last-child {
    margin-left: 64px;
}

.section-2 {
    padding-top: 58px;
    padding-bottom: 120px;
}

.section2-headline {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 700;
    letter-spacing: .004em;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.section2-content {
    overflow: hidden;
    z-index: 1;
    border-radius: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    margin-top: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
}

.section2-content-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    border-radius: 19px;
    overflow: hidden;
}

.section2-content-img img {
    width: 100%;
}

.section2-content-img::before {
    position: absolute;
    content: '';
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: opacity 300ms ease-in-out;
    z-index: 3;
}

.section2-content-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.content-txt {
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 36px 36px 36px;
    position: relative;
    z-index: 9;
    width: 100%;
    display: flex;
    height: 100%;
    text-align: left;
}

.content-txt::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.901961), rgba(0,0,0,0.201961) 100%);
}

.content-txt-top {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 700;
    letter-spacing: -.01em;
    font-family: Inter;
    margin-bottom: 8px;
    z-index: 3;
}

.content-txt-headline {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 700;
    letter-spacing: .004em;
    margin-bottom: 8px;
    z-index: 3;
}

.content-txt-sub {
    font-size: 21px;
    line-height: 1.19048;
    font-weight: 600;
    letter-spacing: .011em;
    z-index: 3;
}

.section2-content:hover .section2-content-img::before {
    opacity: 0.3;
}

.section2-content:hover .content-txt-sub {
    text-decoration: underline;
}

.section2-button {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    margin-top: 44px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.section-btn {
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 24px;
    max-width: 280px;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: transparent;
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -.022em;
    font-family: Inter;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.section-btn:hover {
    border-color: transparent;
    background-color: #f5f5f7;
    color: #1d1d1f;
}

.section-3 {
    display: flex;
    flex-direction: column;
    margin: 98px auto 56px;
    width: var(--content-width);
}

.section3-headline::after {
    content: '';
    display: block;
    height: 1px;
    background-color: white;
    opacity: 0.2;
    margin-top: 24px;
}

.section3-headline-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.section3-headline-txt {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 700;
    letter-spacing: -.02em;
}

.section3-content-item {
    margin-top: 36px;
}

.section3-content-top {
    color: #86868b;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 700;
    letter-spacing: -.01em;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.section3-content-headline {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-top: 8px;
}

.section3-content-sub {
    padding-right: 80px;
    font-size: 19px;
    line-height: 1.4211;
    font-weight: 400;
    letter-spacing: .012em;
}

.section3-content-item-content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.section3-content-item-content2 {
    margin-top: 24px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.section3-content-item-content2-item {
    display: flex;
}

.section3-content-item::after {
    content: '';
    display: block;
    height: 1px;
    background-color: white;
    opacity: 0.2;
    position: relative;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    width: var(--content-width);
}

.section3-content-img {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.section3-content-img-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.section3-content-img-item {
    width: 472px;
}

.section3-content-img-item-content {
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
    border-radius: 16px;
    border: none;
    cursor: pointer;
}

.section3-content-img-item-content img {
    display: block;
    width: 100%;
}

.section3-content-img-item-content::after {
    position: absolute;
    content: '';
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: opacity 300ms ease-in-out;
}

.section3-content-img-item-content:hover::after {
    opacity: 0.3;
}

.section3-content-img-item-txt {
    display: flex;
    flex-wrap: wrap;
}

.section3-content-img-sub {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #86868b;
    flex: 1;
    font-family: Inter;
}

.section3-content-img-btn {
    margin-left: 24px;
}

.section3-content-img-btn-img {
    align-items: center;
    background-color: #1d1d1f;
    border: none;
    border-radius: 24px;
    color: #f5f5f7;
    display: flex;
    font-size: 12px;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.section3-content-img-btn-img:hover {
    background-color: #333336;
}

.section3-btn {
    padding: 8px 24px;
    max-width: 280px;
    font-weight: 600;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-top: 44px;
    background-color: transparent;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -.022em;
    font-family: "SF Pro Text";
    transition: all 0.2s ease-in-out;
}

.section3-content .section3-content-item:last-of-type::after {
    display: none;
}

.section3-btn:hover {
    border-color: transparent;
    background-color: #f5f5f7;
    color: #1d1d1f;
}

.section-4 {
    padding-top: 68px;
    padding-bottom: 68px;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.section4-headline {
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid #333;
    font-size: 32px;
    line-height: 1.125;
    font-weight: 700;
    letter-spacing: .004em;
}

.section4-list {
    margin-bottom: 46px;
    padding-bottom: 31px;
    column-gap: 44px;
    border-bottom: 1px solid #333;
    list-style: none;
    row-gap: 36px;
    display: flex;
    margin-top: 14px;
    flex-wrap: wrap;
}

.section4-btn {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: "SF Pro Text";
    text-align: center;
    margin-top: 14px;
}

.section4-btn-content {
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 24px;
    max-width: 280px;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: transparent;
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -.022em;
    font-family: Inter;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.section4-btn-content:hover {
    border-color: transparent;
    background-color: #f5f5f7;
    color: #1d1d1f;
}

.section4-list li {
    width: 21%;
}

.section4-list li:last-child {
    margin-bottom: 0;
}

.section4-list-headline {
    font-size: 19px;
    line-height: 1.21053;
    font-weight: 600;
    letter-spacing: .012em;
    margin-bottom: 4px;
}

.section4-list-sub-txt {
    color: #6e6e73;
    margin-bottom: 4px;
    font-size: 19px;
    line-height: 1.21053;
    font-weight: 600;
    letter-spacing: .012em;
}

.section5-content {
    background-color: #0D0D0E;
    padding-top: 80px;
    padding-bottom: 60px;
}

.section5-content-block {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.section5-content-headline {
    padding-bottom: 26px;
    margin-bottom: 36px;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    width: 100%;
    position: relative;
}

.section5-content-headline::after {
    background-color: #3d3d3e;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: '';
    display: block;
    height: 1px;
}

.section5-headline-txt {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 700;
    letter-spacing: .004em;
}

.section5-list {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    gap: 36px;
}

.section5-list-content {
    display: flex;
    cursor: pointer;
}

.section5-list-img {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    margin-right: 36px;
    width: 354px;
}

.section5-list-img::after {
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: opacity 300ms ease-in-out;
    content: '';
    z-index: 1;
    position: absolute;
}

.section5-list-txt {
    flex-direction: column;
    justify-content: center;
    display: flex;
    flex: 1;
    flex-basis: 641px;
}

.section5-list-txt-top {
    margin-bottom: 8px;
    color: #86868b;
    min-height: 16px;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 700;
    letter-spacing: -.01em;
    font-family: Inter;
}

.section5-list-txt-headline {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 700;
    letter-spacing: .022em;
}

.section5-list-txt-sub {
    margin-top: 8px;
    color: #86868b;
    font-size: 14px;
    line-height: 1.42859;
    font-weight: 600;
    letter-spacing: -.022em;
    font-family: Inter;
}

.section5-list-img img {
    display: block;
    width: 100%;
}

.section5-list-content:hover .section5-list-img::after {
    opacity: 0.3;
}

.section5-list li {
    padding-bottom: 36px;
    width: 100%;
    position: relative;
}

.section5-list li:last-child {
    padding-bottom: 0;
}

.section5-list li:not(:last-child):after {
    background-color: #3d3d3e;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: '';
    display: block;
    height: 1px;
}

.section-6 {
    background-color: #0D0D0E;
}

.section6-content {
    padding: 56px 0 20px 0;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.section6-headline {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 700;
    letter-spacing: .004em;
}

.section6-headline::after {
    margin-top: 24px;
    content: '';
    display: block;
    height: 1px;
    background-color: white;
    opacity: 0.2;
    width: 100%;
}

.section6-list {
    margin: 36px 0 56px;
    padding: 0;
    column-gap: 0;
    row-gap: 36px;
    align-items: end;
    display: flex;
}

.section6-list li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: -6px;
    padding-left: 6px;
    width: 245px;
}

.section6-list-top {
    color: #f56300;
    height: 16px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 700;
    letter-spacing: -.01em;
    font-family: Inter;
}

.section6-list-headline {
    font-size: 19px;
    line-height: 1.21053;
    font-weight: 700;
    letter-spacing: .012em;
    margin-bottom: 4px;
}

.section6-list-sub {
    color: #2997ff;
    font-size: 14px;
    line-height: 1.42859;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: Inter;
    cursor: pointer;
}

.section6-list-sub:hover {
    text-decoration: underline;
}

@media (max-width:1068px) {
    .section1-content {
        padding: 36px 0;
        max-width: 692px;
    }

    .section1-description {
        margin-left: 34px;
        margin-top: 0px;
        margin-right: auto;
        width: 692px;
    }

    .section1-img-content {
        min-width: min-content;
    }

    .section1-img-content img {
        max-width: 215px;
    }

    .section1-content-left {
        display: block;
        width: 100%;
    }

    .section1-content-right {
        margin-left: 0px;
        width: 400px;
    }

    .content-left-headline {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 700;
        letter-spacing: -.04em;
    }

    .content-left-subtitle {
        margin-bottom: 16px;
        font-size: 17px;
        line-height: 1.47059;
        font-weight: 600;
        letter-spacing: -.02em;
    }

    .content-left-buttons {
        margin-top: -16px;
    }

    .content-left-btn {
        margin-right: auto;
        margin-top: 16px;
    }

    .content-left-link {
        margin-top: 16px;
    }

    .content-right-item {
        font-size: 15px;
        line-height: 1.4;
        font-weight: 400;
        letter-spacing: -.02em;
    }

    .right-item2-content {
        width: 170px;
    }

    .content-right-item2 .right-item2-content:last-child {
        margin-left: 48px;
    }

    .item2-content-headline {
        margin-top: 32px;
    }

    .item2-content-subtitle {
        font-size: 15px;
        line-height: 1.4;
        font-weight: 400;
        letter-spacing: -.02em;
        font-family: Inter;
        margin-top: 8px;
    }

    .section-2 {
        padding-top: 36px;
        padding-bottom: 80px;
    }

    .section2-headline {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 700;
        letter-spacing: .007em;
        margin-left: auto;
        margin-right: auto;
        width: 692px;
    }

    .section2-content {
        margin-left: auto;
        margin-right: auto;
        width: 692px;
    }

    .section2-content-txt {
        margin-left: auto;
        margin-right: auto;
        width: 692px;
    }

    .content-txt {
        padding: 0 32px 32px 32px;
    }

    .content-txt-headline {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 700;
        letter-spacing: .007em;
    }

    .section2-button {
        margin-top: 36px;
        margin-left: auto;
        margin-right: auto;
        width: 692px;
    }

    .section-3 {
        margin: 64px auto 44px;
        width: var(--content-width2);
    }

    .section3-headline::after {
        margin-top: 16px;
    }

    .section3-headline-txt {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 700;
        letter-spacing: -.02em;
    }

    .section3-content-item {
        margin-top: 56px;
        margin-bottom: 56px;
    }

    .section3-content-item::after {
        width: var(--content-width2);
    }

    .section3-content-item-content2 {
        width: 692px;
        margin-top: 20px;
    }

    .section3-content-headline {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 700;
        letter-spacing: -.02em;
    }

    .section3-content-sub {
        padding-right: 56px;
        font-size: 15px;
        line-height: 1.4;
        font-weight: 400;
        letter-spacing: -0.008em;
        font-family: Inter;
    }
    
    .section3-content-img-item {
        width: 334px;
    }

    .section3-content li:last-child {
        margin-bottom: 0;
    }

    .section-4 {
        padding-top: 42px;
        padding-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        width: 692px;
    }

    .section4-headline {
        padding-bottom: 16px;
        margin-bottom: 32px;
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 700;
        letter-spacing: .007em;
    }

    .section4-list {
        padding-bottom: 32px;
        margin-bottom: 36px;
        text-align: left;
        row-gap: 24px;
    }

    .section4-list li {
        width: 46%;
    }

    .section5-content {
        padding-bottom: 40px;
    }

    .section5-content-block {
        margin-left: auto;
        margin-right: auto;
        width: 692px;
    }

    .section5-content-headline {
        padding-bottom: 20px;
        margin-bottom: 24px;
    }

    .section5-headline-txt {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 700;
        letter-spacing: .007em;
    }

    .section5-list {
        gap: 24px;
    }

    .section5-list li {
        padding-bottom: 24px;
    }

    .section5-list-txt {
        flex-basis: 453px;
    }

    .section5-list-txt-headline {
        font-size: 19px;
        line-height: 1.21053;
        font-weight: 700;
        letter-spacing: .023em;
    }

    .section5-list-img {
        margin-right: 24px;
        width: 268px;
    }

    .section6-content {
        padding-bottom: 15px;
        padding-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 692px;
    }

    .section6-headline::after {
        margin-top: 24px;
    }

    .section6-headline {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 700;
        letter-spacing: .007em;
    }

    .section6-list {
        margin: 26px 0 48px;
        row-gap: 24px;
    }

    .section6-list-headline {
        font-size: 17px;
        line-height: 1.23536;
        font-weight: 700;
        letter-spacing: -.022em;
        font-family: Inter;
    }
}

@media (max-width:767px) {
    .header-list {
        display: none;
    }

    .header {
        padding: 0 16px;
    }

    .header-text2 {
        display: block;
    }
    
    .header-text {
        display: none;
    }
}

@media (max-width: 734px) {
    .section1-content {
        display: block;
        padding-bottom: 26px;
        padding-top: 24px;
    }

    .section1-description {
        max-width: 428px;
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
    }

    .section1-img-content {
        margin: 0 auto;
        width: max-content;
        max-width: 428px;
        min-width: 0;
        border-radius: 12px;
    }

    .section1-content-left {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .section1-content-right {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        width: 100%;
    }

    .content-top-txt {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .content-left-headline {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 700;
        letter-spacing: -.04em;
    }

    .content-left-subtitle {
        margin-bottom: 12px;
        font-size: 17px;
        line-height: 1.47059;
        font-weight: 600;
        letter-spacing: -.02em;
        font-family: Inter;
    }

    .content-left-buttons {
        align-items: center;
        flex-direction: column;
        margin-top: -12px;
    }

    .content-left-btn {
        margin-top: 12px;
    }

    .content-left-link {
        margin-left: auto;
        margin-right: auto;
        margin-top: 16px;
        line-height: 25px;
    }

    .content-right-item {
        font-size: 17px;
        line-height: 1.47059;
        font-weight: 400;
        letter-spacing: -.02em;
        font-family: Inter;
    }

    .content-right-item2 {
        flex-direction: column;
    }

    .right-item2-content {
        width: 100%;
    }

    .content-right-item2 .right-item2-content:last-child {
        margin-left: 0;
    }

    .item2-content-headline {
        margin-top: 24px;
    }

    .item2-content-subtitle {
        font-size: 17px;
        line-height: 1.47059;
        font-weight: 400;
        letter-spacing: -.02em;
    }

    .section-2 {
        margin: 0 auto;
        padding-top: 28px;
        padding-bottom: 60px;
        width: 100%;
    }

    .section2-headline {
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
        max-width: 428px;
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 700;
        letter-spacing: -.04em;
    }

    .section2-content {
        flex-direction: column;
        max-width: 428px;
        width: 100%;
        border-radius: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .section2-button {
        margin-top: 28px;
        max-width: 428px;
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
    }

    .section2-content-img {
        border-radius: 12px;
    }

    .section2-content-txt {
        max-width: 428px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .content-txt {
        display: none;
    }

    .section-3 {
        margin: 54px auto 24px;
        max-width: 100%;
        width: 100%;
    }

    .section3-headline {
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
        max-width: 428px;
    }

    .section3-btn {
        margin-top: 28px;
    }

    .section3-headline-content {
        display: block;
    }

    .section3-headline-txt {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 700;
        letter-spacing: -.02em;
    }

    .section3-content-item {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .section3-content-item-content {
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
        max-width: 428px;
        display: block;
    }

    .section3-content-item-content2 {
        width: 100%;
        margin-top: 24px;
    }

    .section3-content-item::after {
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
        margin-top: 24px;
        max-width: 428px;
    }

    .section3-content-sub {
        padding-top: 8px;
        padding-right: 0;
        letter-spacing: -0.037em;
        font-size: 17px;
        line-height: 1.47059;
        font-weight: 400;
    }

    .section3-content-headline {
        font-size: 21px;
        line-height: 1.19048;
        font-weight: 700;
        letter-spacing: -.02em;
    }

    .section3-content-img-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .section3-content-img-item {
        width: auto;
    }

    .section3-content-img-item-content {
        max-width: 428px;
        border-radius: 12px;
        margin-bottom: 0;
    }

    .section3-content-img-item-txt {
        margin-top: 12px;
        max-width: 428px;
    }

    .section-4 {
        max-width: 428px;
        padding-top: 32px;
        padding-bottom: 28px;
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
    }

    .section4-headline {
        padding-bottom: 16px;
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 700;
        letter-spacing: .009em;
    }

    .section4-list {
        padding-bottom: 24px;
        margin-bottom: 28px;
        display: block;
    }

    .section4-list li {
        margin-bottom: 14px;
        width: 100%;
    }

    .section4-list-headline {
        font-size: 17px;
        line-height: 1.47059;
        font-weight: 600;
        letter-spacing: -.022em;
        font-family: Inter;
        margin-bottom: 2px;
    }

    .section4-list-sub {
        font-size: 17px;
        line-height: 1.47059;
        font-weight: 600;
        letter-spacing: -.022em;
        font-family: Inter;
    }

    .section4-list-sub-txt {
        font-size: 17px;
        line-height: 1.47059;
        font-weight: 600;
        letter-spacing: -.022em;
        font-family: Inter;
        margin-bottom: 2px;
    }

    .section5-content {
        padding-top: 36px;
        padding-bottom: 32px;
    }

    .section5-content-block {
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
        max-width: 428px;
    }

    .section5-content-headline {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .section5-headline-txt {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 700;
        letter-spacing: .009em;
    }

    .section5-list {
        flex-wrap: nowrap;
    }

    .section5-list-img {
        border-radius: 12px;
        margin-right: 0;
        align-self: auto;
        margin-top: 28px;
        max-width: 428px;
        width: 110px;
    }

    .section5-list-img::after {
        position: absolute;
        content: '';
        background-color: #000;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        transition: opacity 300ms ease-in-out;
        z-index: 1;
    }

    .section5-list-txt {
        margin-left: 16px;
        flex-basis: 0;
    }

    .section5-list-img img {
        height: 61px;
        width: 110px;
    }

    .section5-list-txt-top {
        min-height: 0;
    }

    .section5-list-txt-headline {
        font-size: 17px;
        line-height: 1.23536;
        font-weight: 700;
        letter-spacing: -.037em;
        font-family: Inter;
    }

    .section6-content {
        max-width: 428px;
        padding: 24px 0 32px;
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
    }

    .section6-headline::after {
        margin-top: 16px;
    }

    .section6-headline {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 700;
        letter-spacing: .009em;
    }

    .section6-list {
        margin: 24px 0 26px;
        flex-wrap: wrap;
    }

    .section6-list li {
        width: 100%;
    }

    .section6-list-headline {
        font-size: 17px;
        line-height: 1.23536;
        font-weight: 700;
        letter-spacing: -.022em;
    }
}

@media (max-width:427px) {
    .header-headline {
        font-size: 17px;
    }
    
    .content-left-buttons {
    }

    .section1-content {
        margin-bottom: 36px;
    }

    .section1-img-content {
    }

    .section2-content {
        width: 100%;
        border-radius: 0;
        overflow: visible;
    }

    .section2-button {
        max-width: 100%;
    }

    .section2-content-img {
        border-radius: 0;
        width: 100%;
        overflow: hidden;
    }

    .section2-content-txt {
        max-width: 100%;
    }

    .section3-content-item {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .section3-content-img-item-content {
        border-radius: 0;
        overflow: visible;
    }

    .section3-content-img-item-txt {
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
    }
}