.h-text1 {
    padding: 20px;
    font-size: calc(18px + 2vw);
    letter-spacing: 0.025em;
    color: #CE5050;
}

.h-text2 {
    padding: 20px;
    font-size: calc(21px + 5vw);
    line-height: 8vw;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(221, 221, 221, 0.72) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.h-text2 span {

    background: linear-gradient(90deg, #06A2E6 0%, #D2F026 100%);
    -webkit-text-fill-color: black;
}

.h-text3 {
    text-align: justify;
    color: aliceblue;
    padding: 5vw;
    line-height: 30px;
    display: flex;
    justify-content: right;
}
.h-text3 .text{
    width: 50vw;
}

.s1-img {
    margin: 10vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 {
    margin: 5vw 0;
}

.section3 {
    margin: 5vw 0;
}

.s3-title,
.s2-title {
    text-align: center;
    color: white;
    font-size: calc(18px + 1.5vw);
    letter-spacing: 0.095em;
    padding: 4vw;
}

.s3-slide,
.s2-slide {
    min-height: 125px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 10px;
}

.s2-slide::-webkit-scrollbar {
    width: 0;
}

.s2-slide .items {
    min-width: 130px;
    min-height: 110px;
    background: rgba(255, 255, 255, 0.07);
    margin: 5px;
    width: 20vw;
    height: 13vw;
}

.s2-slide .items img {
    width: 100%;
    height: 100%;
}

.s3-slide .items {
    min-width: 200px;
    min-height: 310px;
    background: rgba(255, 255, 255, 0.07);
    margin: 5px;
    width: 20vw;
    height: 20vw;
}

.s3-slide .items .title {
    background: linear-gradient(180deg, #F18228 0%, #FFE600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 10px;
}

.s3-slide .text {
    color: white;
    margin: 10px;
}

.section4 {
    margin: 10vw 0;
}

.s4-title {
    text-align: center;
    letter-spacing: 0.095em;
    background: linear-gradient(180deg, #CFDAFF 0%, #2454FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 5vw;
}

.s4-flex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 5vw 0;
}

.s4-items {
    min-width: 15vw;
    text-align: center;
    margin: 3vw;
    background: linear-gradient(180deg, #FFFFFF 0%, #CABDFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section5 {
    padding: 5vw;
    background-color: black;
}

.s5-text1 {
    font-size: calc(18px + 2vw);
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.24) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.s5-text2 {
    font-size: calc(20px + 3vw);
    background: linear-gradient(90.57deg, #3145FF 3.07%, rgba(250, 0, 255, 0.67) 50.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.s5-flex {
    display: flex;
    margin: 5vw 0;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.s5-items {
    min-width: 100px;
    width: 13vw;
    padding: 5px 0;
}

.section6 {
    margin: 5vw;
}

.section6 img {
    float: right;
    width: 20vw;
}

.s6-text1 {
    font-size: calc(20px + 3vw);
    letter-spacing: 0.095em;
    margin: 3vw 5vw;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.24) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.s6-text2 {
    color: #FFFFFF;
    font-size: calc(12px + .8vw);
    letter-spacing: 0.095em;
    margin: 0 5vw;
}

.button-64 {
    align-items: center;
    background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 12px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    margin: 2vw 5vw;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}

.button-64:active,
.button-64:hover {
    outline: 0;
}

.button-64 span {
    background-color: rgb(5, 6, 45);
    padding: 12px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.button-64:hover span {
    background: none;
}

@media (min-width: 768px) {
    .button-64 {
        font-size: 16px;
        min-width: 150px;
    }
}

.section7 {
    margin: 15vw 0;
}

.section7 img {
    float: left;
    width: 12vw;
}

.s7-text1 {
    font-size: calc(20px + 3vw);
    letter-spacing: 0.095em;
    padding-top: 12vw;
    margin-left: 25vw;
    margin-right: 5vw;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.24) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.s7-text1 span {
    background: linear-gradient(180deg, rgba(91, 106, 243, 1), rgba(239, 104, 242, 1)100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.s7-text2 {
    font-size: calc(12px + .8vw);
    letter-spacing: 0.095em;
    color: #FFFFFF;
    margin-left: 25vw;
    margin-right: 5vw;
    margin-top: 3vw;
}

.section8 {
    padding: 5vw 0;
}

.s8-img {
    display: inline-block;
}

.s8-img img {
    width: 100%;
}

.s81 {
    width: 45vw;
}

.s82 {
    position: relative;
    bottom: 10vw;
    left: 2vw;
    width: 51vw;
}

.s83 {
    margin: 2vw 0;
    width: 53vw;
}

.s84 {
    position: relative;
    bottom: 16vw;
    left: 3vw;
    width: 42vw;
}

.s9-flex {
    display: flex;
    margin: 5vw 0;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.s9-items {
    width: 13vw;
    min-width: 110px;
    padding: 5px;
}

.s9-text1 {
    font-size: calc(20px + 3vw);
    letter-spacing: 0.095em;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.24) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 5vw;
}

.s9-text1 span {
    background: linear-gradient(180deg, rgba(78, 114, 242, 1) 0%, rgba(146, 50, 204, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.s9-text2 {
    font-size: calc(12px + .8vw);
    letter-spacing: 0.095em;
    color: #FFFFFF;
    margin: 0 5vw;
    text-align: right;
}

.section10 {
    display: flex;
    justify-content: center;
    background-image: url(/resources/home/Group\ 63.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.s10-img {
    width: 80vw;
    margin: 13vw 0;
}

.s10-img img {
    width: 100%;
}

.s10-btn {
    position: relative;
    top: -20vw;
    left: 5vw;
    background: rgba(0, 0, 0, 0.74);
    border: 2px solid #FFFFFF;
    border-radius: 56px;
    font-size: calc(12px + .8vw);
    color: #FFFFFF;
    letter-spacing: 0.095em;
    padding: 1vw;
    cursor: pointer;
}

@media (max-width: 800px) {
    .h-text2 {
        line-height: 45px;
    }

    .h-text3 {
        line-height: 18px;
        text-align: justify;
        padding: 10vw 5vw;
        justify-content: center;
    }
    .h-text3 .text{
        width: 70vw;
    }

    .s4-items {
        margin: 5vw;
    }

    .s3-slide .items {
        min-height: 220px;
    }

    .button-64 {
        margin: 10vw 5vw;
    }

    .s9-flex {
        margin: 13vw 0;
    }

    .s10-btn {
        padding: 2vw;
    }

    .section6 {
        margin: 15vw 5vw;
    }
}