    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    img,
    svg,
    svg * {
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        user-select: none;
        font-family: 'Poppins', sans-serif;

    }

    .navbar {
        background-color: transparent;
        width: 100%;
        height: 70px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    .navbar-container {
        background-color: transparent;
        width: 1294px;
        max-width: 1294px;
        max-height: 70px;
        height: 70px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar.scrolled,
    .navbar.collapsed {
        background-color: white;
        height: auto;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .navbar-toggler {
        border: none;
        padding: 3px;
        color: white;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 3px;
        transition: background-color 0.3s ease;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-toggler:hover {
        background-color: #ffffff;
    }

    .navbar-toggler-icon {
        background-image: url("../img/hamburger-rounded2.svg");
        width: 18px;
        height: 18px;
        display: inline-block;
    }

    .navbar-collapse.show {
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 15px 20px;
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
        right: auto;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show .navbar-nav {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-collapse.show .nav-item {
        width: 100%;
    }

    .navbar-collapse.show .nav-link {
        text-align: left;
        padding: 0;
        width: 100%;
        display: block;
        color: #333;
    }

    .navbar-collapse.show .navbar-buttons {
        margin: 20px 0 0 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
        width: 100%;

    }

    .navbar .container-fluid {
        padding: 0;
    }

    .navbar-nav {
        margin-left: 66px;
        gap: 46px;
        margin-top: 2px;
        display: flex;
        flex-direction: row;
        white-space: nowrap;
    }

    .navbar .nav-link {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        position: relative;
        transition: color 0.2s ease, transform 0.2s ease;
    }

    .navbar .nav-link:hover {
        color: #474EEB;
    }

    .navbar-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        margin-left: auto;
    }

    .btn-get-started {
        background-color: #24223E;
        color: white;
        font-size: 19.5px;

        font-weight: 550;
        border-radius: 60px;
        max-width: 289px;
        width: 289px;
        height: 50px;
        padding: 12px 30px;
        margin: 0;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .btn-get-started:hover {
        background-color: white;
        color: #24223E;
        border-color: #24223E;
        transform: scale(1.03);
        border-width: 2px;
    }

    .btn-sign-up {
        background: linear-gradient(to bottom right, #666CF7, #6699FF);
        color: white;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        border-radius: 60px;
        max-width: 129px;
        width: 129px;
        height: 50px;
        /*48*/
        padding: 12px 30px;
        margin: 0;
        transition: all 0.2s ease;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-sign-up:hover {
        background: white;
        color: #24223E;
        border: 2px solid #474EEB;
        transform: scale(1.03);
    }

    .navbar-brand {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        margin-right: 0;
        color: transparent;
    }

    .navbar-brand img {
        max-width: 132px;
        height: 22px;
        margin: 0 auto;
        transition: opacity 0.3s ease;
    }

    #section1 {
        background-image: url(../img/Section1bg.webp);
        background-size: cover;
        background-position: center;
        position: relative;
        padding-top: 73px;
        padding-bottom: 49px;
    }

    .textbox1 {
        max-width: 1294px;
        max-height: 104px;
        text-align: left;
        margin: 73px auto 0 auto;
    }

    .textbox1 .first-line {
        color: #24223E;
        font-size: 56px;
        font-weight: 700;
        gap: 6px;
    }

    .textbox1 .second-line {
        color: #24223E;
        font-size: 17px;
        font-weight: 600;
    }

    .button.container1 {
        max-width: 1062px;
        width: 1062px;
        height: 164px;
        margin: 0 auto;
        margin-top: 43px;
        margin-bottom: 28px;
        padding: 30px 40px;
        border-radius: 30px;
        border: 0px solid rgba(255, 255, 255, 0.10);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.10) 100%);
        box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.10);
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        justify-content: flex-start;
        align-content: flex-start;
        box-sizing: border-box;
    }

    .button.container1 .btn-primary {
        color: #131A29;
        background-color: transparent;
        border-color: transparent;
        border-top: 2.8px solid rgba(255, 255, 255, 0.6);
        border-right: 1.4px solid rgba(255, 255, 255, 0.4);
        border-left: 1.4px solid rgba(255, 255, 255, 0.4);
        outline-offset: -1.50px;
        border-radius: 60px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        max-height: 46px;
        min-height: 46px;
        height: 46px;
        max-width: 152px;
        min-width: 152px;
        width: 152px;
        padding: 10px 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.20);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        transition: all 0.2s ease-in-out;
        box-sizing: border-box;
    }

    .button.container1 .btn-primary:hover {
        background-color: #FFFFFF;
        color: #000000;
        border-color: #474eeb;
        transform: scale(1.03);
        border-width: 2px;
    }

    .button.container1 .btn-primary img {
        width: 23px;
        height: 22px;
        margin-right: 9px;
    }

    .top-container {
        width: 1294px;
        max-width: 1294px;
        max-height: 1467px;
        height: 467px;
        margin: 0 auto 0px;
        padding-top: 24px;
        padding-right: 40px;
        padding-left: 40px;
        gap: 0;
        border-radius: 20px;
        border: 2px solid rgba(255, 255, 255, 0.50);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.80) 83.2%);
        box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.10);
        box-sizing: border-box;
    }

    .content-box {
        border-radius: 10px;
        background-color: transparent;
    }

    .explanation {
        list-style-type: none;
        width: 348px;
        padding-left: 38px;
    }

    .explanation li {
        position: relative;
        margin-bottom: 10px;
    }

    .explanation li::before {
        content: '';
        background-image: url('../img/Checkcircle.svg');
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        left: -36px;
        top: 1.4px;
    }

    .highlight-text {
        font-weight: bold;
        color: #007bff;
    }

    .text-title {
        color: #474eeb;
        font-weight: 650;
        font-size: 19.5px;
    }

    .text-content {
        color: #474eeb;
        font-size: 16px;
        font-weight: 500;
        gap: 5px;
        line-height: 24px;
        align-items: center;
        vertical-align: middle;
    }

    .custom-border {
        display: flex;
        width: 348px;
        height: 53px;
        padding: 10px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 35px;
        border-radius: 16px;
        border: 2px solid #474EEB;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    }

    .gif-container {
        display: block;
        opacity: 0;
        transition: opacity 0.3s ease;
        width: 100%;
        max-width: 825px;
        max-height: 415px;
        border-radius: 10px;
        margin: auto;
        box-sizing: border-box;
    }

    .gif-container.active {
        opacity: 1;
    }

    #gifPlayer {
        height: 415px;
        max-height: 415px;
        will-change: transform;
        /*Avoid flicker*/
        transform: translateZ(0);
        transition: opacity 0.3s ease;
    }

    #product {
        min-height: 130px;
        padding-top: 49px;
        padding-bottom: 49px;
    }

    .textbox2 {
        background-color: transparent;
        gap: 10px;
        margin: 49px auto 21px auto;
        max-width: 1102px;
        text-align: center;
    }

    .textbox2 .first-line,
    .textbox2 .second-line {
        color: #24223E;
        font-size: 46px;
        font-weight: 700;
        line-height: 54px;
    }

    .textbox2 .third-line {
        color: #24223E;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
    }

    .textbox2 .highlight-text {
        background: linear-gradient(90deg, #7544FF 0.5%, #3273FF 32.67%, #76BBFF 72.67%, #8FD3FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .feature-section {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 14px 0;
        margin: 0 auto;
    }

    .content-wrapper1 {
        display: flex;
        flex-direction: row;
        max-width: 1294px;
        width: 1294px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        position: relative;
        gap: 144px;
    }

    .left-half,
    .right-half {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .circle-container {
        position: relative;
        width: 575px;
        height: 575px;
        max-width: 575px;
        max-height: 575px;
        aspect-ratio: 1 / 1;
    }

    .center-circle {
        position: absolute;
        width: 182px;
        height: 182px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        box-shadow: 12px 12px 16px 4px rgba(0, 0, 0, 0.11);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
    }

    .center-circle.blink-zoom {
        animation: blinkZoom 0.7s ease-in-out;
    }

    @keyframes blinkZoom {
        0% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }

        50% {
            transform: translate(-50%, -50%) scale(1.2);
            opacity: 0.7;
        }

        100% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }
    }

    .center-circle img {
        width: 100%;
        height: 100%;
        border: 2px;
    }

    .yellow-ring {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: none;
        transform: translate(-50%, 7%);
        width: 512px;
        height: 512px;
        border: 54px solid rgb(241, 243, 243);
        border-radius: 50%;
        z-index: 1;
    }

    .purple-ring {
        position: absolute;
        width: 211px;
        height: 211px;
        border: 4px solid #6699ff;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 87%);
        z-index: 2;
    }

    .circle-button {
        position: absolute;
        width: 86px;
        height: 86px;
        background-color: #F7F8F8;
        border-radius: 50%;
        border: 2px solid transparent;
        display: flex;
        justify-content: center;
        align-items: center;

        box-shadow: 12px 12px 12px 0 rgba(0, 0, 0, 0.11);
        z-index: 5;
        cursor: pointer;
        will-change: transform;
        /*Avoid flicker*/
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .circle-button:hover {
        background-color: #FFFFFF;
        color: #000000;
        transform: scale(1.05);
        border-width: 1.5px;
    }

    .circle-button:hover img {
        border-color: #474eeb;
    }

    .circle-button img {
        width: 103px;
        height: 103px;
        max-width: 103px;
        max-height: 103px;
        object-fit: contain;
        background: transparent;
        border: 2px solid transparent;
        border-radius: 50%;
        transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease, border-width 0.3s ease;
    }

    .feature-box {
        border-radius: 20px;
        border: 1.5px solid #DDD;
        background: #FFF;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
        max-width: 575px;
        max-height: 94px;
        padding: 18px 22px;
        margin-bottom: 20px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .explanation-box {
        background-color: transparent;
        width: 575px;
        max-width: 575px;
    }

    #explanation-title {
        color: #24223E;
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        gap: 12px;
    }

    #explanation-subtitle {
        color: #24223E;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
    }

    .feature-box p {
        margin: 0;
        color: #24223E;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
    }

    .feature-icon {
        width: 48px;
        height: 48px;
        margin-right: 0px;
        vertical-align: middle;
    }

    #section3 {
        background-image: url('../img/Section1bg.webp');
        background-size: cover;
        background-position: center;
        max-height: 979px;
        height: 979px;
        position: relative;
        padding-top: 182px;
        overflow: hidden;
    }

    .content-wrapper2 {
        max-width: 1294px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        gap: 47px;
        align-items: flex-start;
    }

    .textbox3 {
        background-color: transparent;
        padding: 0;
        max-width: 375px;
        max-height: 120px;
        text-align: left;
    }

    .textbox3 .first-line,
    .textbox3 .second-line {
        color: #24223E;
        font-size: 50px;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 0px;
        white-space: nowrap;
    }

    .textbox4 {
        background-color: transparent;
        padding-top: 27px;
        padding-bottom: 27px;
        max-width: 700px;
        text-align: left;
    }

    .textbox4 .first-line,
    .textbox4 .second-line {
        color: #24223E;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        /*width: 525px;*/
        margin: 0;
    }

    .content-wrapper3 {
        max-width: 1294px;
        margin: 44px auto;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 56px;
        justify-content: center;
        align-items: center;
    }

    .textbox5,
    .textbox6 {
        background-color: #FFFFFF;
        border-radius: 15px;
        padding: 36px 30px;
        max-width: 619px;
        width: 619px;
        max-height: 399px;
        height: 399px;
        text-align: left;
    }

    .textbox5 .first-line,
    .textbox6 .first-line {
        color: #24223E;
        font-size: 36px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 2px;
    }

    .textbox5 .first-line::before {
        content: '';
        display: inline-block;
        width: 100px;
        height: 100px;
        margin-right: 14px;
        background-image: url('../img/BlueDesktop.ico');
        background-size: cover;
        vertical-align: middle;
    }

    .textbox6 .first-line::before {
        content: '';
        display: inline-block;
        width: 100px;
        height: 100px;
        margin-right: 14px;
        background-image: url('../img/Bluecloud.ico');
        background-size: cover;
        vertical-align: middle;
    }

    .textbox5 ul,
    .textbox6 ul {
        align-self: stretch;
        color: rgba(36, 34, 62, 0.80);
        font-family: Poppins;
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
    }

    .btn-get-started2 {
        background-color: #24223E;
        color: white;
        font-size: 19.5px;
        font-weight: 550;
        border-radius: 60px;
        padding: 12px 30px;
        max-width: 289px;
        width: 289px;
        max-height: 54px;
        height: 54px;
        margin: auto;
        display: block;
        transform: translateY(30px);
    }

    .btn-get-started2:hover {
        background-color: white;
        color: #24223E;
        border-color: #24223E;
        transform: scale(1.03);
        border-width: 2.5px;
        transform: translateY(30px);
    }

    #section4 {
        background-color: #EDF3FC;
        background-size: cover;
        background-position: center;
        max-height: 1983px;
        height: 983px;
        position: relative;
        padding-top: 133px;
    }

    .textbox7 {
        margin: 0px auto;
        max-width: 1102px;
        text-align: center;
    }

    .textbox7 .first-line,
    .textbox7 .second-line {
        color: #24223E;
        font-size: 50px;
        font-weight: 700;
        line-height: 60px;
        gap: 10px;
    }

    .textbox7 .third-line {
        color: #24223E;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
    }

    .content-wrapper4 {
        max-width: 1061px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 83px;
        display: flex;
        flex-direction: row;
        gap: 119px;
        justify-content: center;
    }

    .textbox8,
    .textbox9 {
        background-color: #FFFFFF;
        border-radius: 30px;
        padding: 27px 40px;
        margin: 0px auto;
        max-width: 471px;
        width: 471px;
        height: 458px;
        text-align: left;
        box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.15);
    }

    .textbox8 .first-line,
    .textbox9 .first-line {
        color: #24223E;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        line-height: normal;
    }

    .textbox8 .second-line,
    .textbox9 .second-line {
        color: #24223E;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        line-height: normal;
    }

    .textbox8 .third-line,
    .textbox9 .third-line {
        color: #24223E;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 30px;
    }

    .textbox8 .fourth-line,
    .textbox8 .fifth-line,
    .textbox8 .sixth-line,
    .textbox9 .fourth-line,
    .textbox9 .fifth-line,
    .textbox9 .sixth-line {
        color: #24223E;
        font-size: 18px;
        font-weight: 500;
        text-align: left;
        line-height: 27px;
    }

    .textbox8 .fourth-line,
    .textbox8 .fifth-line,
    .textbox9 .fourth-line,
    .textbox9 .fifth-line {
        margin-bottom: 8.5px;
    }

    .textbox8 .fourth-line::before,
    .textbox8 .fifth-line::before,
    .textbox8 .sixth-line::before,
    .textbox9 .fourth-line::before,
    .textbox9 .fifth-line::before,
    .textbox9 .sixth-line::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        /*21px*/
        margin-right: 6px;
        margin-bottom: 3px;
        background-image: url('../img/check3.svg');
        background-size: cover;
        vertical-align: middle;
    }

    .textbox8 .first-line::before {
        content: '';
        display: block;
        width: 205px;
        height: 149px;
        margin: 0 auto 30px auto;
        background-image: url('../img/On-Premises Solutions.ico');
        background-size: cover;
    }

    .textbox9 .first-line::before {
        content: '';
        display: block;
        width: 203px;
        height: 149px;
        margin: 0 auto 30px auto;
        background-image: url('../img/cloud solution.ico');
        background-size: cover;
    }

    #section5 {
        background-color: #FFFFFF;
        background-size: cover;
        background-position: center;
        /*min-height: 979px;*/
        max-height: 1082px;
        height: 892px;
        position: relative;
        /*padding-top: 71px;*/
        /*padding-bottom: 140px;*/
        justify-content: center;
    }

    .textbox10 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        margin: 71px auto 32px auto;
        max-width: 757px;
        max-height: 129px;
        text-align: center;
    }

    .textbox10 .first-line {
        color: #24223E;
        font-size: 50px;
        font-weight: 700;
        line-height: normal;
        /*  height: 75px; */
    }

    .textbox10 .first-line::after {
        content: '';
        display: inline-block;
        max-width: 584px;
        width: 240px;
        height: 41px;
        margin-left: 19px;
        background-image: url('../img/OLtop.svg');

        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

    .textbox10 .second-line,
    .textbox10 .third-line {
        color: #24223E;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
    }

    .iframe-container {
        position: relative;
        max-width: 946px;
        width: 924px;
        max-height: 525px;
        height: 520px;
        margin: 0 auto;
    }

    .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .btn-get-started3 {
        background-color: #24223E;
        color: white;
        font-size: 19.5px;
        font-weight: 550;
        border-radius: 60px;
        padding: 12px 30px;
        max-width: 289px;
        width: 289px;
        max-height: 54px;
        height: 54px;
        margin: auto;
        display: block;
        transform: translateY(50px);
    }

    .btn-get-started3:hover {
        background-color: white;
        color: #24223E;
        border-color: #24223E;
        transform: scale(1.03);
        border-width: 2.5px;
        transform: translateY(50px);
    }

    #section6 {
        height: 816px;
        background-image: url('../img/Section6bg.webp');
        background-size: cover;
        background-position: center;
    }

    .textbox11 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .textbox11 .first-line {
        margin-top: 86px;
        font-size: 50px;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
    }

    .textbox11 .second-line {
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        color: #ffffff;
    }

    .main-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        max-height: 387px;
        max-width: 1294px;
        margin: 92px auto;
        flex-wrap: nowrap;
    }

    .box-left {
        max-height: 387px;
        height: 387px;
        padding: 59px 62px;
        position: relative;
        max-width: 497px;
        border-radius: 20px;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background-color: #FFFFFF;
        box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.30);
    }

    .box-left img {
        max-width: 400px;
        transform: translateY(10px);
    }

    .box-left .first-line::before {
        content: '';
        /* Required for ::before */
        display: block;
        width: 232px;
        height: 40px;
        margin-bottom: 26px;
        background-image: url('../img/OLtop.svg');
        background-size: cover;
        transform: translateX(0px);
    }

    .box-left .first-line,
    .box-left .second-line,
    .box-left .third-line,
    .box-left .forth-line {
        font-size: 30px;
        font-weight: 600;
        line-height: normal;
        text-align: left;
        color: #131a29;
        white-space: nowrap;
    }

    .box-right {
        flex: 1;
        max-width: 607px;
        width: 607px;
        max-height: 387px;
        height: 387px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
        gap: 28px 20px;
        background-color: transparent;
    }

    .vs-text {
        flex: 0 0 90px;
        width: 81px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 53px;
        margin-right: 53px;
        font-size: 60px;
        font-weight: 700;
        line-height: normal;
        color: #ffffff;
        background-color: transparent;
        transform: translateY(0%);
    }

    .button-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }

    .grid-button {
        position: relative;
        display: flex;
        width: 189px;
        max-width: 189px;
        max-height: 55px;
        height: 55px;
        padding: 12px 21px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 60px;
        background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(to bottom, #bbbefd 0%, #abaefd 25%, #9296fc 50%, #767bfb 75%, #6a70fa 100%) border-box;
        border: 2px solid transparent;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s, box-shadow 0.2s;
        cursor: pointer;
        overflow: visible;
    }

    .grid-button:hover {
        transform: scale(1.05);
        box-shadow: 6px 6px 12px 3px rgba(0, 0, 0, 0.3);
    }

    .button-image {
        width: 90px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        margin-left: 2px;
        top: 50%;
        left: calc(50% + 15px);
        transform: translate(-50%, -50%);
    }


    input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        min-width: 26px;
        width: 26px;
        min-height: 26px;
        height: 26px;
        margin-left: 25px;
        border-radius: 6px;
        border: 1.5px solid #474EEB;
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: -5px;
        transform: translateY(-50%);
        z-index: 3;
        background-color: #ffffff;
    }

    input[type="checkbox"]:checked {
        background-color: #474eeb;
    }

    input[type="checkbox"]:checked::after {
        content: '';
        background-image: url('../img/check6.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-color: transparent;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
    }

    #comparison {
        background-color: #FFFFFF;
        background-size: cover;
        background-position: center;
        position: relative;
        padding-top: 80px;
        padding-bottom: 140px;
        justify-content: center;
    }

    .table-container {
        margin: 0 auto;
        max-width: 1227.5px;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

    .combined-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        width: auto;
        max-width: 750px;
    }

    .textbox12 {
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
        color: #131a29;
        width: 100%;
        margin: 0px;
    }

    .textbox12 .first-line {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .textbox12 .first-line .highlight {
        color: #3679FF;
    }

    .textbox12 .second-line,
    .textbox12 .third-line {
        color: #131A29;
        font-size: 24px;
        font-weight: 500;
    }

    .btn-get-started4 {
        background-color: #24223E;
        color: white;
        font-size: 19.5px;
        font-weight: 550;
        border-radius: 60px;
        padding: 12px 30px;
        max-width: 289px;
        width: 289px;
        max-height: 54px;
        height: 54px;
        margin: 0 auto 0 auto;
        display: block;
        transform: translateY(40px);
        gap: 0;
    }

    .btn-get-started4:hover {
        background-color: white;
        color: #24223E;
        border-color: #24223E;
        transform: scale(1.03);
        border-width: 2.5px;
        transform: translateY(40px);
    }

    .comparison-table {
        width: 692.5px;
        /* Shrink to min-width */
        max-width: 692.5px;
        min-width: 200px;
        /* 170px + 3px + 170px + 170px */
        margin: 65px auto 0px auto;
        border-collapse: separate;
        background-color: #ffffff;
        table-layout: auto;
        /* Natural sizing */
        height: 982px;
        max-height: 982px;
        flex-shrink: 0;
        /*gap: 6px 5px;*/
    }

    .comparison-table td:nth-child(3),
    .comparison-table td:nth-child(4) {
        padding: 6px 5px;
        max-width: 236px;
        width: 236px;
        min-width: 170px;
        height: 70px;
        box-sizing: border-box;
        vertical-align: middle;
        text-align: center;
        white-space: nowrap;
        background: #FFF;
        box-shadow: 0px 0px 3.886px 0px rgba(0, 0, 0, 0.15);
    }

    .comparison-table td:nth-child(1) {
        border: 1.5px solid rgb(235, 230, 230);
        padding: 20px 19px;
        box-sizing: border-box;
        vertical-align: middle;
        text-align: center;
        white-space: nowrap;
        max-width: 200px;
        width: 200px;
        min-width: 150px;
        height: 70px;
        display: flex;
        align-items: center;
        gap: 7px;
        border-radius: 10px;
    }

    .comparison-table td.spacer {
        width: 3px;
        min-width: 3px;
        max-width: 3px;
        border: none;
        padding: 0;
    }

    .comparison-table tr:first-child td:nth-child(1),
    .comparison-table tr:first-child td:nth-child(3),
    .comparison-table tr:first-child td:nth-child(4) {
        border-radius: 20px 20px 0px 0px;
    }

    .comparison-table td:nth-child(1) span {
        color: #131a29;
        font-family: 'Noto Sans', sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
    }

    .comparison-table td:nth-child(1) img {
        width: 25px;
        height: 25px;

    }

    .comparison-table td img {
        width: 30px;
        height: 30px;
        object-fit: contain;
        display: block;
        margin-left: 8px;
        margin-right: 4px;

    }

    .comparison-table tr:first-child td:nth-child(3) img {
        width: 117px;
        height: 21px;
        object-fit: contain;
        flex-direction: column;
        align-items: center;
    }


    .comparison-table tr:first-child td:nth-child(4) img {
        width: 164px;
        height: 28px;
        object-fit: contain;
        flex-direction: column;
        align-items: center;
    }


    .comparison-table tr:nth-child(1) td:nth-child(1) {
        border-color: transparent;
    }

    .comparison-table tr:nth-child(2) td:nth-child(1) {
        border-color: #3EBF8F;
    }

    .comparison-table tr:nth-child(3) td:nth-child(1) {
        border-color: #FCD426;
    }

    .comparison-table tr:nth-child(4) td:nth-child(1) {
        border-color: #FCD426;
    }

    .comparison-table tr:nth-child(5) td:nth-child(1) {
        border-color: #FC9BD4;
    }

    .comparison-table tr:nth-child(6) td:nth-child(1) {
        border-color: #7AA5D6;
    }

    .comparison-table tr:nth-child(7) td:nth-child(1) {
        border-color: #A77DB7;
    }

    .comparison-table tr:nth-child(8) td:nth-child(1) {
        border-color: #3BBC8D;
    }

    .comparison-table tr:nth-child(9) td:nth-child(1) {
        border-color: #7AA5D6;
    }

    .comparison-table tr:nth-child(10) td:nth-child(1) {
        border-color: #4FCCF0;
    }

    .comparison-table tr:nth-child(11) td:nth-child(1) {
        border-color: #FEB1B4;
    }

    .comparison-table tr:nth-child(12) td:nth-child(1) {
        border-color: #FCD426;
    }

    .comparison-table tr:nth-child(13) td:nth-child(1) {
        border-color: #666CF7;
    }

    .comparison-table tr:nth-child(14) td:nth-child(1) {
        border-color: #F05F68;
    }

    .comparison-table td:nth-child(3) img,
    .comparison-table td:nth-child(4) img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }


    footer {
        background-color: #f8f9fa;
        padding: 50px 0 80px 0;
        border-top: 7px solid;
        border-image: linear-gradient(to right, orange, orange, green, #7695cc, #7695cc) 1;
    }

    .footer-container {
        max-width: 1294px;
        width: 100%;
        margin: 0 auto;
        padding: 0 40px 0 0;
    }

    .footer-row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        width: 140px;
        height: 20px;
    }

    .footer-column {
        flex: 1;
        min-width: 150px;
        margin-bottom: 20px;
        justify-content: right;
    }

    .footer-column h5 {
        color: #4986FF;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: left;
        margin-left: 158px;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        text-align: left;
        margin-left: 158px;
    }

    .footer-column ul li {
        margin-bottom: 10px;
    }

    .footer-column ul li a {
        color: rgba(19, 26, 41, 0.70);
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
    }

    .footer-column ul li a:hover {
        text-decoration: underline;
    }

    .copyright {
        text-align: right;
        color: rgba(19, 26, 41, 0.70);
        font-size: 14px;
        font-weight: 500;
        margin-top: 48px;
        margin-bottom: 60px;
        margin-left: 56px;
        width: 100%;

    }



    @media (max-width: 1280px) {
        .navbar-container {
            max-width: 1080px;
            width: 100%;
            padding: 0px;
        }

        .navbar-brand img {
            max-width: 120px;
            height: 20px;
        }

        .navbar-nav {
            margin-left: 50px;
            gap: 25px;
        }

        .navbar .nav-link {
            font-size: 16px;
        }

        .navbar-buttons {
            padding-left: 56px;
            gap: 10px;
        }

        .btn-get-started {
            max-width: 240px;
            width: 240px;
            font-size: 17px;
            height: 45px;
            white-space: nowrap;
        }

        .btn-sign-up {
            max-width: 110px;
            width: 110px;
            font-size: 17px;
            height: 45px;
        }

        .textbox1 {
            width: 1080px;
            margin: 50px auto 0;
            padding: 0px;
        }

        .textbox1 .first-line {
            font-size: 46.5px;
            line-height: 64px;
        }

        .textbox1 .second-line {
            font-size: 14px;
            line-height: 22px;
        }

        .button.container1 {
            max-width: 960px;
            width: 960px;
            min-height: 140px;
            height: 100%;
            padding: 25px 35px;
            margin-top: 28px;
            margin-bottom: 22px;

        }

        .button.container1 .btn-primary {
            flex: none;
            width: 135px;
            min-width: 135px;
            max-width: 135px;
            height: 42px;
            min-height: 42px;
            max-height: 42px;
            margin: 0;
            box-sizing: border-box;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 10px 8px;
            font-size: 15px;
        }

        .button.container1 .btn-primary img {
            width: 20px;
            height: 19px;
            margin-right: 8px;

        }

        .top-container {
            width: 1080px;
            height: 360px;
            padding: 20px 25px 0px 31px;
        }

        .text-title {
            border-radius: 15px;
            font-size: 17px;
            width: 300px;
            height: 45px;
            margin: 0 auto 20px 0;
        }

        .explanation {
            width: 300px;
            padding-left: 38px;
        }

        .explanation li {
            font-size: 15px;
            line-height: 20px;
        }

        .explanation li::before {
            background-size: 15px 15px;
            width: 15px;
            height: 15px;
            top: 2.4px;
        }

        .gif-container,
        #gifPlayer {
            height: 310px;
        }

        .textbox2 {
            gap: 2px;
            margin-bottom: 32px;
        }

        .textbox2 .first-line,
        .textbox2 .second-line {
            color: #24223E;
            font-size: 38px;
            font-weight: 700;
            line-height: 44px;
        }

        .textbox2 .third-line {
            font-size: 16px;
            font-weight: 500;
        }

        .content-wrapper1 {
            max-width: 1080px;
            width: 1080px;
            gap: 100px;
        }

        .circle-container {
            width: 490px;
            height: 490px;
        }

        .center-circle {
            width: 155px;
            height: 155px;
        }

        .yellow-ring {
            width: 436px;
            height: 436px;
            border-width: 46px;
        }

        .purple-ring {
            width: 180px;
            height: 180px;
            border: 3.5px solid #6699ff;
        }

        .circle-button {
            width: 73px;
            height: 73px;
        }

        .circle-button img {
            width: 88px;
            height: 88px;
        }

        .explanation-box {
            max-width: 490px;
            width: 490px;
            margin: 0px;
        }

        .feature-box {
            max-width: 490px;
            width: 100%;
            height: 74px;
        }

        #explanation-title {
            font-size: 24px;
            line-height: 24px;
        }

        #explanation-subtitle {
            font-size: 16px;
            line-height: 16px;
        }

        .feature-box p {
            font-size: 14px;
            line-height: 16px;

        }

        .feature-icon {
            width: 40px;
            height: 40px;
            display: block;
        }

        #section3 {
            height: 820px;
            padding-top: 150px;
        }

        .content-wrapper2 {
            max-width: 1080px;
            width: 95%;
        }

        .textbox3 {
            max-width: 540px;
        }

        .textbox3 .first-line,
        .textbox3 .second-line {
            font-size: 40px;
            line-height: 50px;
        }

        .textbox4 {
            max-width: 540px;
        }

        .textbox4 .first-line,
        .textbox4 .second-line {
            font-size: 18px;
            line-height: 28px;
        }

        .content-wrapper3 {
            max-width: 1080px;
            width: 100%;
            margin: 30px auto;
        }

        .textbox5,
        .textbox6 {
            width: 515px;
            height: 310px;
            padding: 30px 20px;
        }

        .textbox5 .first-line,
        .textbox6 .first-line {
            font-size: 28px;

        }

        .textbox5 .first-line::before,
        .textbox6 .first-line::before {
            width: 74px;
            height: 74px;
            margin-right: 11px;
        }

        .textbox5 ul,
        .textbox6 ul {
            font-size: 16px;
            line-height: 28px;
        }

        #section4 {
            height: 780px;
            padding-top: 80px;
        }

        .textbox7 .first-line,
        .textbox7 .second-line {
            font-size: 40px;
            line-height: 50px;
        }

        .textbox7 .third-line {
            font-size: 17px;
        }

        .content-wrapper4 {
            width: 1000px;
            margin-top: 50px;
            gap: 50px;
        }

        .textbox8,
        .textbox9 {
            width: 430px;
            height: 385px;
            padding: 30px 35px;
        }

        .textbox8 .first-line,
        .textbox9 .first-line {
            font-size: 26px;
        }

        .textbox8 .second-line,
        .textbox9 .second-line {
            font-size: 16px;
        }

        .textbox8 .third-line,
        .textbox9 .third-line {
            font-size: 16px;
            margin-bottom: 24px;
        }

        .textbox8 .fourth-line,
        .textbox8 .fifth-line,
        .textbox8 .sixth-line,
        .textbox9 .fourth-line,
        .textbox9 .fifth-line,
        .textbox9 .sixth-line {
            font-size: 16px;
        }

        .textbox8 .first-line::before,
        .textbox9 .first-line::before {
            width: 138px;
            height: 100px;
            margin-bottom: 20px;
        }

        #section5 {
            height: 780px;
        }

        .textbox10 .first-line {
            font-size: 40px;
            height: 55px;
        }

        .textbox10 .first-line::after {
            width: 175px;
            height: 30px;
            margin-left: 16px;
        }

        .textbox10 .second-line,
        .textbox10 .third-line {
            font-size: 17px;
        }

        .iframe-container {
            width: 750px;
            height: 422px;
        }

        #section6 {
            height: 660px;
        }

        .textbox11 {
            gap: 0px;
        }

        .textbox11 .first-line {
            font-size: 40px;
        }

        .textbox11 .second-line {
            font-size: 17px;
            font-weight: 400;
        }

        .main-container {
            width: 1080px;
            margin-top: 50px;
        }

        .box-left {
            width: 414px;
            height: 320px;
        }

        .box-left .first-line::before {
            width: 181px;
            height: 31px;
        }

        .box-left .first-line,
        .box-left .second-line,
        .box-left .third-line,
        .box-left .forth-line {
            font-size: 24px;
            line-height: 38px;
        }

        .box-right {
            width: 506px;
            height: 320px;
            gap: 17px 13px;
        }

        .vs-text {
            font-size: 46px;
            margin-left: 35px;
            margin-right: 35px;
            width: 46px;
            height: 90px;
        }

        .grid-button {
            width: 160px;
            height: 50px;
            padding: 10px 14px;
        }

        .button-image {
            width: 84px;
            height: 21px;
            margin-left: 0px;
        }

        input[type="checkbox"] {
            min-width: 22px;
            width: 22px;
            min-height: 22px;
            height: 22px;
            margin-left: 17px;
            left: 3px;
        }

        .textbox12 .first-line {
            font-size: 40px;
            margin-bottom: 5px;
        }

        .textbox12 .second-line,
        .textbox12 .third-line {
            font-size: 19px;
        }

        .btn-get-started4,
        .btn-get-started4:hover {
            transform: translateY(30px);
        }

        .comparison-table {
            margin-top: 45px;
            width: 535px;
            height: 800px;
        }

        .comparison-table td:nth-child(3),
        .comparison-table td:nth-child(4) {
            width: 175px;
            height: 55px;
        }

        .comparison-table td:nth-child(1) {
            width: 175px;
            height: 55px;
        }

        .comparison-table td:nth-child(1) span {
            font-size: 16px;
        }

        .comparison-table td:nth-child(1) img {
            width: 23px;
            height: 23px;
        }

        .comparison-table td img {
            width: 22px;
            height: 22px;
        }

        .comparison-table tr:first-child td:nth-child(3) img {
            width: 100px;
            height: 16px;
        }

        .comparison-table tr:first-child td:nth-child(4) img {
            width: 135px;
            height: 23px;
        }


        .footer-container {
            max-width: 1000px;
            padding: 0 15px;
        }

        .footer-logo img {
            width: 132px;
            height: 18px;
        }

        .footer-column {
            flex: 1 1 100px;
            min-width: 120px;
            margin-bottom: 30px;
        }

        .footer-column h5,
        .footer-column ul {
            margin-left: 80px;
        }

        .copyright {
            font-size: 13px;
        }

    }

    @media (max-width: 1110px) {

        /*1035px*/
        .navbar-container {
            width: 944px;
        }

        .navbar .nav-link {
            font-size: 15px;
            margin-top: 1px;
        }

        .navbar-buttons {
            padding-left: 40px;
        }

        .btn-get-started {
            width: 220px;
            font-size: 16px;
        }

        .btn-sign-up {
            font-size: 16px;
        }

        .textbox1 {
            width: 944px;
        }

        .button.container1 {
            max-width: 860px;
            width: 860px;
        }

        .button.container1 .btn-primary {
            min-width: 120px;
            max-width: 120px;
            width: 120px;
            height: 43px;
            font-size: 14px;
        }

        .button.container1 .btn-primary img {
            width: 20px;
            height: 19px;
            margin-right: 5px;
        }

        .top-container {
            width: 944px;
            height: 360px;
            padding: 22px 25px 10px 25px;
        }

        .text-title {
            border-radius: 14px;
            font-size: 15px;
            width: 260px;
            height: 42px;
            margin: 0 auto 17px;
        }

        .explanation {
            width: 260px;
        }

        .explanation li {
            font-size: 14px;
            line-height: 21px;
        }

        .explanation li::before {
            left: -26px;
            top: 2.6px;
        }

        .purple-ring {
            width: 165px;
            height: 165px;
            border: 3px solid #6699ff;
            transform: translate(-50%, 96%);
        }

        .content-wrapper1 {
            width: 944px;
            gap: 24px;
        }

        .circle-container {
            width: 460px;
            height: 460px;
        }

        .center-circle {
            width: 145px;
            height: 145px;
        }

        .yellow-ring {
            width: 410px;
            height: 410px;
            border-width: 42px;
        }

        .purple-ring {
            width: 168px;
            height: 168px;
            border: 3.2px solid #6699ff;
            transform: translate(-50%, 87%);
        }

        .circle-button {
            width: 67px;
            height: 67px;
        }

        .circle-button img {
            width: 81px;
            height: 81px;
        }

        .feature-box {
            width: 460px;
            gap: 15px;
        }

        .explanation-box {
            width: 460x;
        }

        #explanation-subtitle {
            font-size: 14.5px;
            gap: 10px;
        }

        #section3 {
            padding-top: 140px;
            height: 800px;
        }

        .content-wrapper2,
        .content-wrapper3 {
            width: 944px;
            max-width: 944px;
        }

        .textbox5,
        .textbox6 {
            padding: 30px 30px;
            height: 330px;
        }

        .textbox5 .first-line,
        .textbox6 .first-line {
            font-size: 26px;
        }

        .textbox5 .first-line::before,
        .textbox6 .first-line::before {
            width: 80px;
            height: 80px;
        }

        .textbox5 ul,
        .textbox6 ul {
            font-size: 16px;
            line-height: 26px;
        }

        .content-wrapper4 {
            width: 944px;
            gap: 30px;
        }

        .main-container {
            width: 944px;
            margin-top: 50px;
        }

        .box-left {
            width: 350px;
            padding: 50px 40px;
            height: 310px;
        }

        .vs-text {
            margin-left: 22px;
            margin-right: 22px;
        }

        .box-right {
            width: 450px;
            gap: 14px 10px;
            height: 310px;
        }

        .grid-button {
            min-width: 144px;
            width: 144px;
        }

        .button-image {
            width: 80px;
            height: 20px;
            margin-left: 0px;
        }

        input[type="checkbox"] {
            left: -1px;
        }

        .feature-list li {
            font-size: 14px;
        }

        .footer-container {
            width: 944px;
            padding: 0px;
            margin-left: 30px;
        }

        .copyright {
            margin-left: 35px;
        }
    }

    @media (max-width: 980px) {

        .navbar {
            height: 50px;
            padding: 0px;
        }

        .navbar-container {
            max-width: 920px;
            width: 920px;
            height: 50px;

        }

        .navbar-brand img {
            margin-left: 16px;
        }

        .navbar-collapse.show {
            background-color: white;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 15px 20px;
            width: 100%;
            height: 255px;
            position: absolute;
            top: 50px;
            left: 0;
            right: auto;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

        .navbar-collapse.show .navbar-nav {
            margin: 0;
            padding: 0;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .navbar-collapse.show .nav-item {
            width: 100%;
        }

        .navbar-collapse.show .nav-link {
            text-align: left;
            padding: 0;
            width: 100%;
            display: block;
            color: #333;
        }

        .navbar .nav-link {
            font-size: 18px;
        }

        .navbar-collapse.show .navbar-buttons {
            margin: 20px 0 0 0;
            padding-left: 0;
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 10px;
            width: 100%;
        }

        .navbar .container-fluid {
            padding: 0;
        }

        .navbar-nav {
            margin-left: 66px;
            gap: 10px;
            margin-top: 1px;
            display: flex;
            flex-direction: row;
            white-space: nowrap;
        }

        .navbar .nav-link:hover {
            color: #474EEB;

        }

        .navbar-buttons {
            padding-left: 230px;
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            gap: 15px;
            height: 40px;
        }

        .btn-get-started {
            background-color: #24223E;
            color: white;
            font-size: 18px;
            font-weight: 500;
            border-radius: 60px;
            max-width: 240px;
            width: 240px;
            height: 48px;
            padding: 8px 16px;
            margin: 0;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .btn-sign-up {
            background: linear-gradient(to bottom right, #666CF7, #6699FF);
            color: white;
            font-size: 18px;
            font-weight: 500;
            line-height: 24px;
            border-radius: 60px;
            max-width: 129px;
            width: 129px;
            height: 48px;
            padding: 12px 30px;
            margin: 0;
            transition: all 0.2s ease;
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: center;
        }



        .navbar-collapse {
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s linear 0.3s, opacity 0.3s ease;
        }

        .navbar-collapse.show {
            visibility: visible;
            opacity: 1;
            transition: visibility 0s linear 0s, opacity 0.3s ease;
        }

        .textbox1 {
            width: 832px;
            margin: 60px auto 0;
        }

        .textbox1 .first-line {
            font-size: 46px;
            line-height: 58px;
        }

        .textbox1 .second-line {
            font-size: 14px;
            line-height: 21px;
        }

        .button.container1 {
            width: 770px;
            height: 42px;
            padding: 26px 26px;
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 8px;
            justify-items: center;
            flex-wrap: nowrap;
            justify-content: normal;
            align-content: normal;
        }

        .button.container1 .btn-primary {
            width: 110px;
            min-width: 110px;
            max-width: 110px;
            height: 38px;
            min-height: 38px;
            max-height: 38px;
            font-size: 12px;
        }

        .button.container1 .btn-primary img {
            width: 16px;
            height: 15px;
            margin-right: 7px;
        }

        .top-container {
            width: 832px;
            height: 350px;
            padding: 22px 25px;
        }

        .text-title {
            border-radius: 10px;
            font-size: 14px;
            width: 240px;
            height: 40px;
            margin: 0 auto 17px;
        }

        .explanation {
            width: 240px;
        }

        .explanation li {
            font-size: 13px;
            line-height: 20px;
        }

        .explanation li::before {
            background-size: 15px 15px;
            width: 15px;
            height: 15px;
        }

        .gif-container,
        #gifPlayer {
            height: 300px;
        }

        .textbox2 .first-line,
        .textbox2 .second-line {
            font-size: 36px;
            line-height: 42px;
        }

        .textbox2 .third-line {
            font-size: 15px;
        }

        .content-wrapper1 {
            max-width: 832px;
            width: 832px;
            gap: 20px;
        }

        .circle-container {
            width: 406px;
            height: 406px;
        }

        .center-circle {
            width: 128px;
            height: 128px;
        }

        .yellow-ring {
            width: 362px;
            height: 362px;
            border-width: 38px;
        }

        .purple-ring {
            width: 149px;
            height: 149px;
            border: 2.9px solid #6699ff;
        }

        .circle-button {
            width: 60px;
            height: 60px;
        }

        .circle-button img {
            width: 73px;
            height: 73px;
        }

        .right-half {
            width: 406px;
        }

        .feature-box {
            border-radius: 16px;
            width: 406px;
            height: 65px;
            margin-bottom: 13px;
            margin-top: 13px;
            padding: 16px 18px;
            gap: 10px;
        }

        .explanation-box {
            width: 406px;
        }

        #explanation-subtitle {
            font-size: 14px;
        }

        .feature-box p {
            font-size: 13.5px;
        }

        .feature-icon {
            width: 34px;
            height: 34px;
        }

        #section3 {
            padding-top: 110px;
            height: 740px;
        }

        .content-wrapper2 {
            width: 832px;
        }

        .content-wrapper3 {
            width: 832px;
        }

        .textbox5,
        .textbox6 {
            padding: 20px 15px;
            height: 300px;
        }

        .textbox5 ul,
        .textbox6 ul {
            font-size: 13.5px;
            line-height: 24px;
        }

        .textbox7 .first-line,
        .textbox7 .second-line {
            font-size: 40px;
            line-height: 50px;
        }

        .textbox7 .third-line {
            font-size: 15px;
        }

        .content-wrapper4 {
            width: 820px;
        }


        .textbox8,
        .textbox9 {
            border-radius: 20px;
            padding: 30px;
            width: 380px;
            height: 377px;
        }

        .textbox8 .first-line,
        .textbox9 .first-line {
            font-size: 24px;
        }

        .textbox8 .second-line,
        .textbox9 .second-line {
            font-size: 15px;
        }

        .textbox8 .third-line,
        .textbox9 .third-line {
            font-size: 15px;
            margin-bottom: 20px;
        }

        .textbox8 .fourth-line,
        .textbox8 .fifth-line,
        .textbox8 .sixth-line,
        .textbox9 .fourth-line,
        .textbox9 .fifth-line,
        .textbox9 .sixth-line {
            line-height: 22px;
        }

        .textbox8 .fourth-line,
        .textbox8 .fifth-line,
        .textbox9 .fourth-line,
        .textbox9 .fifth-line {
            margin-bottom: 7.5px;
        }

        .textbox8 .fourth-line::before,
        .textbox8 .fifth-line::before,
        .textbox8 .sixth-line::before,
        .textbox9 .fourth-line::before,
        .textbox9 .fifth-line::before,
        .textbox9 .sixth-line::before {
            width: 19px;
            height: 19px;
            margin-bottom: 2px;
        }

        .textbox8 .first-line::before {
            width: 160px;
            height: 115px;
            margin: 0 auto 22px auto;
        }

        .textbox9 .first-line::before {
            width: 158px;
            height: 115px;
            margin: 0 auto 22px auto;
        }


        .iframe-container {
            width: 652px;
            height: 367px;
        }

        .textbox10 .second-line,
        .textbox10 .third-line {
            font-size: 15px;

        }

        #section5 {
            height: 700px;
        }

        #section6 {
            height: 630px;
        }

        .main-container {
            width: 832px;
            margin-top: 40px;
        }

        .box-left {
            width: 300px;
            padding: 30px 30px;
        }

        .box-left .first-line::before {
            width: 137px;
            height: 23px;
            margin: 20px 0;
        }

        .box-left .first-line,
        .box-left .second-line,
        .box-left .third-line,
        .box-left .forth-line {
            font-size: 20px;
            line-height: 34px;
        }

        .vs-text {
            margin-left: 12px;
            margin-right: 12px;
            font-size: 40px;
        }

        .box-right {
            max-width: 450px;
            gap: 14px 10px;
        }

        input[type="checkbox"] {
            left: 0px;
        }

        .footer-container {
            width: 93%;
            margin-left: 5px;
        }

        .footer-column ul li a {
            font-size: 12px;
        }
    }

    @media (max-width: 890px) {

        /*860px*/
        .textbox1 {
            width: 800px;
            margin: 50px auto 0;
        }

        .button.container1 {
            width: 700px;
        }

        .button.container1 .btn-primary {
            width: 98px;
            min-width: 98px;
            max-width: 98px;
            font-size: 11px;
        }

        .button.container1 .btn-primary img {
            width: 15px;
            height: 14px;
            margin-right: 5px;
        }

        .top-container {
            width: 800px;
            height: auto;
        }

        .gif-container,
        #gifPlayer {
            width: 480px;
            height: 290px;
        }

        .content-wrapper1 {
            width: 800px;
            gap: auto;
        }

        .circle-container {
            width: 370px;
            height: 370px;
        }

        .yellow-ring {
            width: 328px;
            height: 328px;
        }

        .purple-ring {
            width: 155px;
            height: 155px;
            transform: translate(-50%, 69.5%);
        }

        .center-circle {
            width: 130px;
            height: 130px;
        }

        .circle-button img {
            width: 69px;
            height: 69px;
            max-width: 69px;
            max-height: 69px;
        }

        .right-half,
        .feature-box,
        .explanation-box {
            width: 380px;
        }

        .feature-box p {
            font-size: 13px;
        }

        .content-wrapper2 {
            width: 800px;
            margin: 0 auto;
            display: flex;
            flex-direction: row;
            gap: 20px;
            align-items: flex-start;
        }

        .textbox3 .first-line,
        .textbox3 .second-line {
            font-size: 40px;
            white-space: nowrap;
        }

        .textbox4 .first-line,
        .textbox4 .second-line {
            font-size: 16px;
            line-height: 26px;
        }

        .content-wrapper3 {
            width: 800px;
            flex-direction: row;
            gap: 15px;
        }

        .content-wrapper4 {
            width: 800px;
        }

        #section6 {
            height: 610px;
        }

        .main-container {
            width: 800px;
        }

        .box-left {
            width: 260px;
            min-height: 260px;
            padding: 20px 30px;
        }

        .box-left .first-line::before {
            width: 123px;
            height: 21px;
        }

        .box-left .first-line,
        .box-left .second-line,
        .box-left .third-line,
        .box-left .forth-line {
            font-size: 19px;
        }

        .vs-text {
            font-size: 36px;
        }

        .box-right {
            max-width: 440px;
            min-height: 260px;
        }

        .grid-button {
            min-width: 130px;
            width: 130px;
            height: 45px;
        }

        .button-image {
            width: 75px;
            height: 21px;
        }

        .content-wrapper4 {
            gap: 12px;
        }

        .textbox8,
        .textbox9 {
            padding: 30px;
            width: 370px;
        }

        .textbox11 .second-line {
            font-size: 16px;
        }

        .textbox12 .second-line,
        .textbox12 .third-line {
            font-size: 18px;

        }

        .table-container {
            max-width: 760px;
            width: 90%;
        }

        .comparison-table {
            max-width: 490px;
            min-width: 200px;
        }

        .comparison-table td:nth-child(1) {
            min-width: 160px;
            width: 160px;
            font-size: 14px;
            padding: 6px 10px;
        }

        .footer-container {
            max-width: 820px;
            padding: 0 20px;
        }

        .copyright {
            margin-left: 60px;
        }

    }

    @media (max-width: 840px) {
        .textbox1 {
            width: 760px;
        }

        .top-container {
            width: 760px;
            height: 320px;
            padding: 22px 27px;
        }

        .text-title {
            width: 227px;
            height: 38px;
        }

        .explanation {
            width: 227px;
        }

        .explanation li {
            font-size: 12.5px;
            line-height: 17.5px;
        }

        .explanation li::before {
            left: -35px;
        }

        .gif-container,
        #gifPlayer {
            width: 460px;
            height: 270px;
        }

        .content-wrapper1 {
            width: 760px;
        }

        .textbox2 {
            margin-bottom: 40px;
        }

        .textbox2 .third-line {
            font-size: 14px;
        }

        .circle-container {
            width: 360px;
            height: 360px;
        }

        .yellow-ring {
            width: 317px;
            height: 317px;
            border-width: 34px;
            transform: translate(-50%, 7%);
        }

        .purple-ring {
            width: 150px;
            height: 150px;
            transform: translate(-50%, 70.5%);
        }

        .center-circle {
            width: 125px;
            height: 125px;
        }

        .circle-button img {
            width: 66px;
            height: 66px;
            max-width: 66px;
            max-height: 66px;
        }

        .explanation-box {
            background-color: transparent;
            width: 370px;
        }

        .feature-box {
            width: 370px;
            height: 60px;
            padding: 16px 15px;
            margin-bottom: 12px;
            margin-top: 12px;
            gap: 8px;
        }

        #explanation-title {
            font-size: 24px;
        }

        #explanation-subtitle {
            font-size: 12.5px;
        }

        .feature-icon {
            width: 32px;
            height: 32px;
        }

        .content-wrapper2 {
            width: 760px;
        }

        .content-wrapper3 {
            width: 760px;
        }

        .textbox4 .first-line,
        .textbox4 .second-line {
            font-size: 14px;
            line-height: 24px;
        }

        .textbox5,
        .textbox6 {
            padding: 20px;
            width: 365px;
            height: 290px;
        }

        .textbox5 ul,
        .textbox6 ul {
            line-height: 23px;
        }

        .content-wrapper4 {
            width: 760px;
        }

        #section6 {
            height: 600px;
        }

        .main-container {
            min-height: 280px;
            max-width: 760px;
        }

        .box-left {
            max-width: 240px;
            height: 280px;
            padding: 22px 25px;
        }

        .vs-text {
            margin-left: 0px;
            margin-right: 0px;
        }

        .box-right {
            min-width: 400px;
            height: 280px;
            gap: 12px 9px;
        }

        .box-left .first-line,
        .box-left .second-line,
        .box-left .third-line,
        .box-left .forth-line {
            font-size: 17px;
        }

        input[type="checkbox"] {
            left: -1px;
        }

    }

    @media (max-width: 800px) {
        .footer-container {
            margin-left: 0px;
        }
    }

    @media (max-width: 785px) {

        /*768px*/
        .btn-get-started {
            width: 220px;
            font-size: 16px;
        }

        .btn-sign-up {
            width: 110px;
            font-size: 16px;
        }

        .textbox1 {
            width: 730px;
            margin: 30px auto 0;
        }

        .textbox1 .first-line {
            font-size: 38px;
            line-height: 53px;
        }

        .textbox1 .second-line {
            font-size: 12px;
            line-height: 18px;
            letter-spacing: -0.01px;
        }

        .top-container {
            width: 730px;
            padding: auto;
        }

        .custom-border {
            width: 220px;
            height: 38px;
        }

        .text-title {
            width: 220px;
            font-size: 13px;
        }

        .explanation {
            width: 220px;
        }

        .gif-container,
        #gifPlayer {
            width: 446px;
            height: 268px;
        }

        .explanation li {
            font-size: 12px;
            margin-bottom: 8px;
        }

        .explanation li::before {
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            top: 1.5px;

        }

        .textbox2 {
            margin-bottom: 30px;
        }

        .textbox2 .first-line,
        .textbox2 .second-line {
            font-size: 28px;
            line-height: 34px;
        }

        .textbox2 .third-line {
            font-size: 13px;
        }

        .content-wrapper1 {
            flex-direction: column;
        }

        .explanation-box {
            width: 395px;
        }

        .feature-box {
            width: 395px;
        }

        #explanation-title {
            font-size: 20px;
            line-height: 22px;
        }

        #explanation-subtitle {
            font-size: 13.5px;

        }

        .content-wrapper2,
        .content-wrapper3 {
            width: 730px;
        }

        .textbox3 .first-line,
        .textbox3 .second-line {
            font-size: 32px;
            line-height: 43px;
        }

        .btn-get-started2,
        .btn-get-started3,
        .btn-get-started4 {
            font-size: 16.5px;
            border-radius: 50px;
            padding: 10px 22px;
            width: 240px;
            height: 45px;
        }

        .textbox4 .first-line,
        .textbox4 .second-line {
            font-size: 13.5px;
            line-height: 23px;
        }

        #section3 {
            padding-top: 100px;
            height: 700px;
        }

        #section4 {
            height: 660px;
        }

        .textbox7 .first-line,
        .textbox7 .second-line {
            font-size: 32px;
            line-height: 43px;
        }

        .content-wrapper4 {
            width: 720px;
        }

        .textbox8,
        .textbox9 {
            border-radius: 17px;
            padding: 26px 24px;
            width: 330px;
            height: 330px;
        }

        .textbox8 .first-line,
        .textbox9 .first-line {
            font-size: 21px;
        }

        .textbox8 .second-line,
        .textbox9 .second-line {
            font-size: 13.5px;
        }

        .textbox8 .third-line,
        .textbox9 .third-line {
            font-size: 14px;
            margin-bottom: 16px;
        }

        .textbox8 .fourth-line,
        .textbox8 .fifth-line,
        .textbox8 .sixth-line,
        .textbox9 .fourth-line,
        .textbox9 .fifth-line,
        .textbox9 .sixth-line {
            font-size: 14px;
            line-height: 22px;
        }

        .textbox8 .fourth-line,
        .textbox8 .fifth-line,
        .textbox9 .fourth-line,
        .textbox9 .fifth-line {
            margin-bottom: 6.5px;
        }

        .textbox8 .first-line::before {
            width: 138px;
            height: 98px;
            margin: 0 auto 18px auto;
        }

        .textbox9 .first-line::before {
            width: 136px;
            height: 98px;
            margin: 0 auto 18px auto;
        }

        #section5 {
            height: 660px;
        }

        .textbox10 .first-line {
            font-size: 32px;
        }

        .textbox10 .first-line::after {
            width: 160px;
            height: 27px;
            margin-left: 14px;
        }

        .textbox10 .second-line,
        .textbox10 .third-line {
            font-size: 14px;
            align-items: center;
        }

        #section6 {
            height: 590px;
        }

        .main-container {
            width: 730px;
        }

        .vs-text {
            font-size: 34px;
        }

        .box-right {
            max-width: 350px;
        }

        .grid-button {
            min-width: 125px;
            width: 125px;
        }

        .button-image {
            width: 70px;
            height: 19.5px;
        }

        input[type="checkbox"] {
            left: -2px;
        }

        .textbox7 .third-line {
            font-size: 13.5px;
        }

        .textbox11 .first-line {
            font-size: 32px;
        }

        .textbox12 .first-line {
            font-size: 32px;
        }

        .footer-container {
            padding: 0 15px;
        }

        .footer-logo img {
            width: 110px;
            height: 16px;
            margin-left: 0px;
        }

        .footer-column h5,
        .footer-column ul {
            margin-left: 60px;
            text-align: left;
            font-size: 13px;
        }

        .footer-column h5 {
            font-size: 16px;
        }

        .copyright {
            font-size: 13px;
        }
    }

    @media (max-width: 767px) {

        /*749px*/
        .textbox1 {
            width: 700px;
        }

        .button.container1 {
            margin-top: 20px;
        }

        .top-container {
            height: auto;
            width: 700px;
        }

        .text-title {
            font-size: 15px;
            width: auto;
            height: auto;
        }

        .explanation,
        .custom-border {
            width: auto;
        }

        .explanation li {
            font-size: 13px;
            line-height: 17px;
        }

        .explanation li::before {
            top: 0.7px;
        }

        .gif-container,
        #gifPlayer {
            width: auto;
            height: auto;
        }

        .main-container {
            width: 700px;
        }

        .content-wrapper2,
        .content-wrapper3,
        .content-wrapper4 {
            width: 700px;
        }

        .textbox4 .first-line {
            white-space: nowrap;
        }

        .textbox5,
        .textbox6 {
            padding: 18px 14px;
            height: 280px;
        }

        .textbox5 ul,
        .textbox6 ul {
            font-size: 12.5px;
            line-height: 22px;
        }

        .textbox7 .first-line,
        .textbox7 .second-line {
            font-size: 36px;
            line-height: 45px;
            margin: 0 auto 0 auto;
        }

        .textbox7 .third-line {
            font-size: 14px;
        }

        .content-wrapper4 {
            width: 700px;
        }

        .textbox8,
        .textbox9 {
            border-radius: 15px;
            padding: 25px 19px;
            width: 320px;
            height: 308px;
        }

        .textbox8 .first-line,
        .textbox9 .first-line {
            font-size: 18px;
        }

        .textbox8 .second-line,
        .textbox9 .second-line {
            font-size: 13.5px;
        }

        .textbox8 .third-line,
        .textbox9 .third-line {
            font-size: 13.5px;
            margin-bottom: 14px;
        }

        .textbox8 .fourth-line,
        .textbox8 .fifth-line,
        .textbox8 .sixth-line,
        .textbox9 .fourth-line,
        .textbox9 .fifth-line,
        .textbox9 .sixth-line {
            font-size: 13.5px;
            line-height: 19px;
        }

        .textbox8 .fourth-line,
        .textbox8 .fifth-line,
        .textbox9 .fourth-line,
        .textbox9 .fifth-line {
            margin-bottom: 5.5px;
        }

        .textbox8 .fourth-line::before,
        .textbox8 .fifth-line::before,
        .textbox8 .sixth-line::before,
        .textbox9 .fourth-line::before,
        .textbox9 .fifth-line::before,
        .textbox9 .sixth-line::before {
            width: 18px;
            height: 18px;
        }

        .textbox8 .first-line::before {
            width: 126px;
            height: 90px;
            margin: 0 auto 16px auto;
        }

        .textbox9 .first-line::before {
            width: 124px;
            height: 90px;
            margin: 0 auto 16px auto;
        }
    }

    @media (max-width: 767px) {
        .footer-logo img {
            margin-left: 50px;
        }
    }

    @media (max-width: 730px) {

        /*576px*/
        .textbox1 {
            max-width: 540px;
            width: 90%;
            padding: 0 10px;
            text-align: left;
        }

        .textbox1 .first-line {
            font-size: 28px;
            line-height: 36px;
        }

        .textbox1 .second-line {
            font-size: 11px;
            letter-spacing: 0px;
        }

        .button.container1 {
            margin-top: 15px;
            width: 500px;
            height: auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
        }

        .button.container1 .btn-primary {
            font-size: 11px;
            padding: 2px 5px;
        }

        .button.container1 .btn-primary img {
            width: 15px;
            height: 14px;
        }

        .top-container {
            width: 500px;
            padding: 25px 20px;
        }

        .explanation li {
            font-size: 12px;
        }

        .textbox2 {
            width: 500px;
        }

        .textbox2 .first-line,
        .textbox2 .second-line {
            font-size: 26px;
            line-height: 36px;
        }

        .textbox2 .third-line {
            white-space: wrap;
        }

        #section3 {
            height: 980px;
        }

        .content-wrapper2 {
            width: auto;
            flex-direction: column;
            align-items: center;
            gap: 0px;
        }

        .textbox4 {
            padding-top: 10px;
            padding-bottom: 0px;
            padding-right: 0px;
            padding-left: 0px;
        }


        .textbox3 .first-line,
        .textbox3 .second-line {
            font-size: 28px;
            line-height: 38px;
        }

        .textbox4 .first-line,
        .textbox4 .second-line {
            font-size: 12px;
            line-height: 20px;
        }

        .content-wrapper3,
        .content-wrapper4 {
            flex-direction: column;
            width: 500px;
            max-width: 500px;
        }

        .content-wrapper4 {
            margin-top: 40px;
        }

        .textbox5,
        .textbox6 {
            height: auto;
        }

        #section4 {
            height: 950px;
        }

        .textbox7 {
            width: 500px;
        }

        .textbox7 .first-line,
        .textbox7 .second-line {
            font-size: 28px;
            line-height: 38px;
        }

        .textbox7 .third-line {
            font-size: 12px;
            line-height: 20px;
            white-space: wrap;
        }

        .textbox8 {
            margin-bottom: 6px;
        }

        #section5 {
            height: 550px;
        }

        .textbox10 {
            width: auto;
            /*       width: 540px;*/
            height: 110px;
            margin: 40px auto 6px auto;
        }

        .textbox10 .first-line {
            font-size: 28px;
        }

        .textbox10 .first-line::after {
            width: 140px;
            height: 23.6px;
        }

        .textbox10 .second-line,
        .textbox10 .third-line {
            font-size: 12px;
        }

        .iframe-container {
            width: 480px;
            height: 270px;
        }

        #section6 {
            height: 860px;
        }

        .textbox11 .first-line {
            margin-top: 74px;
            font-size: 28px;
        }

        .textbox11 .second-line {
            font-size: 13px;
        }

        .main-container {
            flex-direction: column;
            width: 500px;
            transform: translate(0%, 25%);
        }

        .box-left {
            min-width: 280px;
            min-height: 230px;
            padding: 20px 40px;
        }

        .box-left .first-line,
        .box-left .second-line,
        .box-left .third-line,
        .box-left .forth-line {
            line-height: 28px;
        }

        #comparison {
            padding-bottom: 100px;
        }

        .textbox12 .first-line {
            font-size: 28px;
        }

        .textbox12 .second-line,
        .textbox12 .third-line {
            font-size: 15px;
        }

        .comparison-table {
            width: 440px;
        }

        .comparison-table td:nth-child(1),
        .comparison-table td:nth-child(3),
        .comparison-table td:nth-child(4) {
            min-width: 150px;
            width: 150px;
        }

        .comparison-table td:nth-child(1) span {
            font-size: 14px;
        }
    }

    @media (max-width: 576px) {

        .footer-container {
            margin-left: -30px;
        }
    }

    @media (max-width: 540px) {

        .footer-container {
            margin-left: -35px;
        }
    }

    @media (max-width: 520px) {
        /*445px*/

        .navbar .nav-link {
            font-size: 15px;
        }

        .btn-get-started {
            font-size: 15px;
            width: 202px;
            height: 37px;
            letter-spacing: -0.2px;
        }

        .btn-sign-up {
            font-size: 15px;
            width: 98px;
            height: 37px;
            letter-spacing: -0.2px;
        }

        .navbar-collapse.show {
            height: 223px;
        }


        .textbox1 .first-line {
            font-size: 26px;
            letter-spacing: -0.02px;
        }

        .textbox1 .second-line {
            line-height: 17px;
            font-weight: 550;
        }

        .button.container1 {
            width: 380px;
            padding: 18px;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }

        .explanation li {
            white-space: wrap;
            width: 300px;
        }

        #product {
            padding: 20px 0;
            height: auto;
        }

        .textbox2 {
            width: 380px;
            margin-left: auto;
            margin-right: auto;
        }

        .textbox2 .first-line,
        .textbox2 .second-line {
            white-space: nowrap;
        }

        .textbox2 .first-line,
        .textbox2 .second-line {
            font-size: 23px;
            line-height: 30px;
        }

        .top-container {
            width: 380px;
        }

        .explanation {
            width: 365px;
        }

        .explanation-box {
            width: 365px;
        }

        .feature-box {
            width: 365px;
            border-radius: 16px;
        }

        #explanation-title {
            font-size: 19px;
        }

        #explanation-subtitle {
            font-size: 12.5px;
            letter-spacing: -0.02px;
        }

        .feature-box p {
            font-size: 12.5px;
            line-height: 15px;
        }

        #section3 {
            height: 925px;
        }

        .textbox3 .first-line,
        .textbox3 .second-line {
            font-size: 24px;
            line-height: 32px;
        }

        .textbox4 .first-line,
        .textbox4 .second-line {
            letter-spacing: 0px;
            line-height: 16px;
        }

        .textbox5 .first-line,
        .textbox6 .first-line {
            font-size: 20px;
        }

        .textbox5 ul,
        .textbox6 ul {
            font-size: 13px;
        }

        .content-wrapper3,
        .content-wrapper4 {
            max-width: 95%;
            width: 100%;
        }

        .content-wrapper4 {
            margin-top: 30px;
        }

        .textbox5 .first-line::before,
        .textbox6 .first-line::before {
            width: 65px;
            height: 65px;
        }

        .textbox7 {
            width: 380px;
        }

        .textbox7 .first-line,
        .textbox7 .second-line {
            font-size: 24px;
            line-height: 32px;
        }

        .textbox7 .first-line,
        .textbox7 .second-line,
        .textbox7 .third-line,
        .textbox10 .first-line,
        .textbox11 .first-line,
        .textbox12 .first-line {
            align-items: center;
        }

        .textbox12 .first-line {
            margin-left: auto;
            margin-right: auto;
            letter-spacing: -0.3px;
        }

        #section4 {
            height: 965px;
        }

        .textbox8,
        .textbox9 {
            height: 320px;
            width: 350px;
            padding: 25px;
        }

        .textbox8 .first-line,
        .textbox9 .first-line {
            font-size: 20px;
        }

        .textbox8 .second-line,
        .textbox9 .second-line {
            font-size: 14px;
        }

        .textbox8 .third-line,
        .textbox9 .third-line {
            font-size: 14px;
        }

        .textbox8 .fourth-line,
        .textbox8 .fifth-line,
        .textbox8 .sixth-line,
        .textbox9 .fourth-line,
        .textbox9 .fifth-line,
        .textbox9 .sixth-line {
            font-size: 14px;
            line-height: 22px;
        }

        .textbox8 .fourth-line::before,
        .textbox8 .fifth-line::before,
        .textbox8 .sixth-line::before,
        .textbox9 .fourth-line::before,
        .textbox9 .fifth-line::before,
        .textbox9 .sixth-line::before {
            overflow: visible;
            width: 16px;
            height: 16px;
            margin-bottom: 2px;
        }

        #section5 {
            height: 500px;
        }

        .textbox10 {
            width: 380px;
        }

        .textbox10 .first-line {
            font-size: 24px;
            height: 38px;
            width: 380px;
        }

        .textbox10 .first-line::after {
            width: 122px;
            height: 20px;
            margin-left: 9px;
        }

        .textbox10 {
            width: 380px;
        }

        .textbox10 .second-line,
        .textbox10 .third-line {
            line-height: 14.5px;
            letter-spacing: 0px;
        }

        .iframe-container {
            width: 370px;
            height: 208px;
        }

        .main-container {
            width: 400px;
        }

        .textbox11 .first-line {
            margin-top: 74px;
            font-size: 24px;
        }

        .textbox12 .first-line {
            font-size: 24px;
        }

        .textbox12 .second-line,
        .textbox12 .third-line {
            font-size: 14px;
        }

        .table-container {
            max-width: 390px;
            width: 100%;
        }

        .comparison-table {
            margin: 38px auto 0px auto;
            width: 390px;
            width: 100%;
            min-width: 260px;
            height: 100px;
        }

        .comparison-table td:nth-child(1),
        .comparison-table td:nth-child(3),
        .comparison-table td:nth-child(4) {
            min-width: 20px;
            width: 120px;
            height: 40px;
            padding: 2px 6px;
            font-size: 10px;
        }

        .comparison-table td:nth-child(1) {
            border-radius: 8px;
            border: 1px solid rgb(235, 230, 230);
        }

        .comparison-table td:nth-child(1) span {
            font-size: 12px;
        }

        .comparison-table td:nth-child(1) img {
            margin-left: 4px;
            margin-right: 1.5px;
            width: 19px;
            height: 20px;

        }

        .comparison-table td img {
            /*check*/
            width: 15px;
            height: 15px;
        }


        .comparison-table tr:first-child td:nth-child(1),
        .comparison-table tr:first-child td:nth-child(3),
        .comparison-table tr:first-child td:nth-child(4) {
            border-radius: 15px 15px 0px 0px;
            height: 39px;
            margin-left: 0;
            margin-right: 0;
            padding: 0;
        }

        .comparison-table tr:first-child td:nth-child(3) img {
            width: 85px;
            height: 33px;
            min-width: 84px;
            min-height: 33px;
            padding: 8px 9px;

        }

        .comparison-table tr:first-child td:nth-child(4) img {
            width: 85px;
            height: 33px;
            min-width: 84px;
            min-height: 33px;
            margin-left: 0;
            margin-right: 0;
            padding: 8px 0px;
        }


        .footer-container {
            margin-left: -5px;
        }

        .footer-column {
            flex: 0 0 50%;
            max-width: 50%;
            text-align: left;
        }

        .copyright {
            text-align: center;
            margin-left: 21.5px;
        }
    }

    @media (max-width: 440px) {
        .textbox2 .third-line {
            font-size: 12px;
        }
    }

    @media (max-width: 414px) {
        .textbox1 .first-line {
            font-size: 24.5px;
        }

        .textbox2 .first-line,
        .textbox2 .second-line {
            letter-spacing: -0.2px;
        }


        .explanation {
            width: 340px;
        }

        .explanation-box {
            width: 340px;
        }

        .feature-box {
            width: 340px;
        }

        #explanation-subtitle {
            font-size: 12px;

        }

        .feature-box p {
            font-size: 12px;

        }

        #section5 {
            height: 460px;
        }

        .textbox10,
        .textbox10 .first-line {
            width: 335px;
        }

        .textbox10 .second-line,
        .textbox10 .third-line {
            font-size: 11.5px;
            line-height: 15.5px;
        }

        .textbox11 .second-line {
            font-size: 12px;
        }

        .iframe-container {
            width: 338px;
            height: 190px;
        }

        .main-container {
            width: 365px;
            transform: translate(0%, 19%);
        }

        .box-right {
            min-width: 350px;
            min-height: 230px;
        }

        .grid-button {
            min-width: 110px;
            width: 112px;
            padding: 8px 10px;
        }

        .button-image {
            width: 63px;
            height: 16.7px;
        }

        input[type="checkbox"] {
            left: -5px;
        }

        #section6 {
            height: 840px;
        }

        #comparison {
            padding-top: 60px;
            padding-bottom: 80px;
        }
    }

    @media (max-width: 400px) {
        .textbox1 .first-line {
            font-size: 23.5px;
            line-height: 30px;
        }

        .button.container1 {
            border-radius: 24px;
        }

        .content-wrapper1 {
            width: 380px;
        }

        .circle-container {
            width: 336px;
            height: 336px;
            margin-bottom: 0px;
        }

        .yellow-ring {
            width: 302.4px;
            height: 302.4px;
            border-width: 33.6px;
            transform: translate(-50%, 6.5%);
        }

        .center-circle {
            width: 106.4px;
            height: 106.4px;
        }

        .purple-ring {
            width: 128.8px;
            height: 128.8px;
            transform: translate(-50%, 81%);
        }

        .circle-button {
            width: 44.8px;
            height: 44.8px;
        }

        .circle-button img {
            width: 65px;
            height: 65px;
        }



        .textbox8 .first-line::before,
        .textbox9 .first-line::before {
            width: 130px;
            height: 93px;
        }

        .iframe-container {
            width: 338px;
            height: 190px;
        }

        .main-container {
            width: 350px;
        }
    }

    @media (max-width: 395px) {
        .textbox1 {
            margin: 15px auto 0 auto;
            width: 360px;
        }

        .top-container {
            width: 360px;
        }

        .explanation li {
            width: 280px;
        }

        .textbox2,
        .content-wrapper1 {
            width: 340px;
        }

        .textbox2 .first-line,
        .textbox2 .second-line {
            font-size: 22px;
        }

        .button.container1 {
            width: 360px;
        }

        .textbox7 .first-line,
        .textbox7 .second-line {
            white-space: nowrap;
        }

        .textbox10 .first-line::after {
            width: 115px;
            height: 19.5px;

        }

        .iframe-container {
            width: 320px;
            height: 180px;
        }

        .footer-container {
            margin-left: -10px;
        }

        .copyright {
            margin-left: 27.5px;
        }

    }

    @media (max-width: 380px) {
        .button.container1 .btn-primary {
            transition: none;
        }

        .button.container1 .btn-primary:hover {
            transform: none;
        }

        .textbox1 .first-line {
            font-size: 22.5px;
        }

        .textbox2 .first-line,
        .textbox2 .second-line {
            font-size: 20px;
            line-height: 25px;
        }



        .circle-container {
            width: 300px;
            height: 300px;
            margin-bottom: 0px;
        }

        .yellow-ring {
            width: 270px;
            height: 270px;
            border-width: 30px;
            transform: translate(-50%, 6.5%);
        }

        .center-circle {
            width: 95px;
            height: 95px;
        }

        .purple-ring {
            width: 115px;
            height: 115px;
            transform: translate(-50%, 81%);
        }

        .circle-button {
            width: 40px;
            height: 40px;
        }

        .circle-button img {
            width: 58px;
            height: 58px;
        }




        .top-container {
            width: 360px;
        }

        #explanation-title {
            font-size: 16px;
            line-height: 10px;
        }

        #explanation-subtitle {
            font-size: 11px;
            line-height: 11px;
        }

        .explanation-box {
            width: 320px;
        }

        .feature-box {
            border-radius: 14px;
            width: 320px;
            height: 54px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .feature-box p {
            font-size: 11.5px;
            line-height: 14px;
        }

        .feature-icon {
            width: 30px;
            height: 30px;
        }

        #section3 {
            padding-top: 95px;
            height: 920px;
        }

        .textbox3 .first-line,
        .textbox3 .second-line {
            font-size: 22px;
            line-height: 28px;
        }

        .textbox5,
        .textbox6 {
            width: 320px;
            height: 250px;
            padding: 18px 13px;
        }

        .textbox5 .first-line,
        .textbox6 .first-line {
            font-size: 19px;
        }

        .textbox5 ul,
        .textbox6 ul {
            font-size: 12px;
            line-height: 20px;
        }

        .textbox7 {
            width: 310px;
        }

        .textbox7 .first-line,
        .textbox7 .second-line,
        .textbox10 .first-line,
        .textbox11 .first-line,
        .textbox12 .first-line {
            font-size: 22px;
            line-height: 30px;
        }

        .textbox7 .third-line {
            font-size: 12px;
            width: 305px;
        }

        .btn-get-started2,
        .btn-get-started3,
        .btn-get-started4 {
            font-size: 14.5px;
            border-radius: 40px;
            padding: 8px 18px;
            width: 210px;
            height: 40px;
        }

        .btn-get-started2,
        .btn-get-started2:hover {
            border-width: 2.2px;
            transform: translateY(20px);
        }

        .btn-get-started3,
        .btn-get-started3:hover {
            border-width: 2.2px;
            transform: translateY(50px);
        }

        .btn-get-started4,
        .btn-get-started4:hover {
            border-width: 2.2px;
            transform: translateY(24px);
        }

        #section4 {
            height: 920px;
        }

        .textbox8,
        .textbox9 {
            height: 303px;
            width: 320px;
            padding: 22px;
        }

        .textbox8 .first-line,
        .textbox9 .first-line {
            font-size: 18px;
        }

        .textbox8 .second-line,
        .textbox9 .second-line {
            font-size: 13px;
        }

        .textbox8 .third-line,
        .textbox9 .third-line {
            font-size: 13px;
        }

        .textbox8 .fourth-line,
        .textbox8 .fifth-line,
        .textbox8 .sixth-line,
        .textbox9 .fourth-line,
        .textbox9 .fifth-line,
        .textbox9 .sixth-line {
            font-size: 13px;
            line-height: 20px;
        }

        .textbox10 .first-line::after {
            width: 108px;
            height: 18px;
            line-height: 30px;
            margin-left: 9px;
        }

        #section6 {
            height: 820px;
        }

        .textbox11 .second-line {
            font-size: 12px;
        }

        .textbox12 .second-line,
        .textbox12 .third-line {
            font-size: 13px;
        }

    }

    @media (max-width: 360px) {
        .button.container1 {
            width: 324px;
            padding: 11px 15px;
            border-radius: 20px;
        }

        .top-container,
        .textbox1,
        .textbox2 {
            width: 324px;
        }

        .textbox1 .first-line {
            font-size: 21px;
            line-height: 28px;
        }

        .textbox1 .second-line {
            font-size: 11px;
            line-height: 16px;
        }

        .button.container1 .btn-primary {
            min-width: 93px;
            width: 93px;
            height: 36px;
            font-size: 10px;
        }

        .button.container1 .btn-primary img {
            width: 14px;
            height: 13px;
            margin-right: 4px;
        }

        .text-title {
            font-size: 14px;
        }

        .explanation {
            width: 324px;
        }

        .explanation li {

            width: 240px;
        }

        .explanation li::before {
            top: 0.8px;
        }

        .content-wrapper1 {
            width: 330px;
        }

        .textbox2 .first-line,
        .textbox2 .second-line {
            font-size: 19px;
            line-height: 24px;
        }

        .textbox2 .third-line {
            font-size: 11px;
        }

        .explanation-box {
            width: 280px;
        }

        #explanation-title {
            font-size: 14px;
            line-height: 9.5px;
        }

        #explanation-subtitle {
            font-size: 10px;
        }

        .feature-box {
            width: 280px;
            height: 50px;
            margin-top: 8px;
            margin-bottom: 8px;
        }

        .feature-box p {
            font-size: 10.3px;
            line-height: 13px;
        }

        .feature-icon {
            width: 28px;
            height: 28px;
        }

        .textbox3 .first-line,
        .textbox3 .second-line {
            font-size: 20px;
            line-height: 28px;
        }

        .textbox4 .first-line,
        .textbox4 .second-line {
            font-size: 12px;
        }

        #section5 {
            height: 440px;
        }

        #section6 {
            height: 760px;
        }

        .textbox7 .first-line,
        .textbox7 .second-line,
        .textbox10 .first-line,
        .textbox11 .first-line,
        .textbox12 .first-line {
            font-size: 20px;
            line-height: 28px;
            width: 320px;
        }


        .textbox10,
        .textbox10 .first-line,
        .textbox10 .second-line {
            width: 320px;
        }

        .textbox10 .first-line::after {
            width: 105px;
            height: 17px;
        }

        .textbox11 .second-line {
            font-size: 11px;
            white-space: wrap;
        }

        .textbox12 .second-line,
        .textbox12 .third-line {
            font-size: 12px;
        }

        .main-container {
            width: 320px;
            margin: auto;
        }

        .box-left {
            min-width: 200px;
            min-height: 200px;
            padding: 13px 30px;
        }

        .box-left .first-line,
        .box-left .second-line,
        .box-left .third-line,
        .box-left .forth-line {
            font-size: 16px;
            line-height: 25px;
        }

        .vs-text {
            font-size: 24px;
        }

        .box-right {
            min-width: 320px;
            width: 320px;
            min-height: 200px;
            gap: 10px 8px;
        }

        .grid-button {
            min-width: 100px;
            width: 100px;
            padding: 2px 7px;
            transition: none;
        }

        .button-image {
            width: 54px;
            height: 15px;
            transform: translate(-55%, -50%);
        }

        input[type="checkbox"] {
            min-width: 19px;
            width: 19px;
            min-height: 19px;
            height: 19px;
        }

        #comparison {
            padding-top: 50px;
            padding-bottom: 75px;
        }

        .table-container {
            max-width: 320px;
        }

        .comparison-table td:nth-child(1),
        .comparison-table td:nth-child(3),
        .comparison-table td:nth-child(4) {
            min-width: 18px;
            width: 102px;
            height: 36px;
            padding: 2px 5px;
            font-size: 9.5px;
        }

        .comparison-table td:nth-child(1) span {
            font-size: 11px;
        }

        .comparison-table td:nth-child(1) img {
            margin-left: 4px;
            margin-right: 1px;
            width: 17px;
            height: 18px;
        }

        .comparison-table td img {
            width: 13px;
            height: 13px;
        }

        .comparison-table tr:first-child td:nth-child(1),
        .comparison-table tr:first-child td:nth-child(3),
        .comparison-table tr:first-child td:nth-child(4) {
            height: 36px;
        }

        .comparison-table tr:first-child td:nth-child(3) img {
            width: 80px;
            height: 30px;
            min-width: 80px;
            min-height: 30px;
            padding: 7px 8px;
        }

        .comparison-table tr:first-child td:nth-child(4) img {
            width: 80px;
            height: 30px;
            min-width: 80px;
            min-height: 30px;
            padding: 7px 5px;
        }

        .footer-container {
            margin-left: -20px;
        }

        .copyright {
            margin-left: 32.5px;
        }

    }

    @media (max-width: 350px) {

        .textbox1 {
            margin: 10px auto 0px;
        }

        .textbox2 {
            width: 320px;
        }

        .textbox2 .first-line,
        .textbox2 .second-line {
            font-size: 17px;
        }

        .btn-get-started2,
        .btn-get-started3,
        .btn-get-started4 {
            font-size: 12.5px;
            border-radius: 32px;
            padding: 6px 14px;
            width: 180px;
            height: 36px;
        }


        #section3 {
            height: 800px;
        }

        .textbox3 .first-line,
        .textbox3 .second-line {
            font-size: 19px;
            line-height: 26px;
        }

        .textbox4 .first-line,
        .textbox4 .second-line {
            font-size: 11px;
            line-height: 18px;
        }

        .textbox5,
        .textbox6 {
            width: 275px;
            height: 205px;
            padding: 13px 12px;
        }

        .textbox5 .first-line::before,
        .textbox6 .first-line::before {
            width: 53px;
            height: 53px;
        }

        .textbox5 .first-line,
        .textbox6 .first-line {
            font-size: 16px;
        }

        .textbox5 ul,
        .textbox6 ul {
            font-size: 11px;
            line-height: 17px;
        }

        .textbox7 .first-line,
        .textbox7 .second-line,
        .textbox10 .first-line,
        .textbox11 .first-line,
        .textbox12 .first-line {
            font-size: 19px;
            line-height: 27px;
            width: auto;
        }

        .textbox7 .third-line {
            font-size: 11px;
            line-height: 18px;
        }

        .textbox8,
        .textbox9 {
            border-radius: 20px;
            width: 275px;
            height: 260px;
            padding: 18px 20px;
        }

        .textbox8 .first-line,
        .textbox9 .first-line {
            font-size: 17px;
        }

        .textbox8 .first-line::before,
        .textbox9 .first-line::before {
            width: 100px;
            height: 72px;
        }

        .textbox8 .second-line,
        .textbox9 .second-line,
        .textbox8 .third-line,
        .textbox9 .third-line {
            font-size: 11px;
        }

        .textbox8 .fourth-line,
        .textbox8 .fifth-line,
        .textbox8 .sixth-line,
        .textbox9 .fourth-line,
        .textbox9 .fifth-line,
        .textbox9 .sixth-line {
            font-size: 11px;
            line-height: 18px;
        }

        .textbox8 .fourth-line::before,
        .textbox8 .fifth-line::before,
        .textbox8 .sixth-line::before,
        .textbox9 .fourth-line::before,
        .textbox9 .fifth-line::before,
        .textbox9 .sixth-line::before {
            width: 15px;
            height: 15px;
        }

        #section4 {
            height: 810px;
        }

        #section5 {
            height: 420px
        }

        .btn-get-started3,
        .btn-get-started3:hover {
            transform: translateY(40px);
        }

        .textbox10 {
            width: 310px;
            margin: 30px auto 10px auto;
        }

        .textbox10 .first-line {
            font-size: 19px;
            line-height: 32px;
        }

        .iframe-container {
            width: 310px;
            height: 174px;
        }

        .textbox11 .first-line {
            margin-top: 70px;
        }

        .comparison-table {
            margin: 26px auto 0px auto;
            width: 100%;
            min-width: 260px;
            max-width: 320px;
            height: auto;
        }

        .comparison-table td:nth-child(1),
        .comparison-table td:nth-child(3),
        .comparison-table td:nth-child(4) {
            min-width: 16px;
            width: 95px;
            height: 34px;
            padding: 1.5px 4px;
            font-size: 8.8px;
        }

        .comparison-table td:nth-child(1) span {
            font-size: 10px;
        }

        .comparison-table td:nth-child(1) img {
            margin-left: 2.5px;
            margin-right: 1px;
            width: 15px;
            height: 16px;
        }

        .comparison-table td img {
            width: 12px;
            height: 12px;
        }

        .comparison-table tr:first-child td:nth-child(1),
        .comparison-table tr:first-child td:nth-child(3),
        .comparison-table tr:first-child td:nth-child(4) {
            border-radius: 10px 10px 0px 0px;
            height: 34px;
        }

        .comparison-table tr:first-child td:nth-child(3) img,
        .comparison-table tr:first-child td:nth-child(4) img {
            width: 70px;
            height: 27px;
            min-width: 70px;
            min-height: 27px;
            padding: 6px 7px;
            align-items: center;
        }

        .footer-container {
            margin-left: -25px;
        }

        .copyright {
            margin-left: 37.5px;
        }

    }

    @media (max-width: 340px) {
        .navbar .nav-link {
            font-size: 14.8px;
        }

        .btn-get-started {
            font-size: 14.8px;
            width: 189px;
        }

        .btn-sign-up {
            font-size: 14.8px;
            width: 85px;
        }

    }

    @media (max-width: 320px) {
        .textbox1 {
            margin: 0px auto 0px;
        }

        .textbox1,
        .top-container {
            width: 288px;
        }

        .button.container1 {
            width: 304px;
            height: 210px;
            border-radius: 20px;
            padding: 13px 14px;
        }

        .textbox1 .first-line {
            font-size: 18.5px;
        }

        .button.container1 .btn-primary {
            width: 85px;
            min-width: 85px;
            max-width: 85px;
            height: 30px;
            font-size: 10px;
            padding: 2px 4px;
        }

        .button.container1 .btn-primary img {
            width: 12px;
            height: 13px;
        }

        .top-container {
            max-width: 95%;
            width: 100%;
        }

        #product {
            padding: auto 0;
        }

        .textbox2 {
            width: 280px;
        }

        .textbox2,
        .textbox7 .third-line,
        .textbox10,
        .textbox10 .second-line,
        .textbox10 .third-line,
        .textbox11 .second-line {
            width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        .text-title {
            font-size: 13.5px;
        }

        .explanation li {
            width: 220px;
        }

        .content-wrapper2 {
            width: 290px;
        }

        .circle-container {
            width: 280px;
            height: 280px;
        }

        .yellow-ring {
            width: 250px;
            height: 250px;
            border-width: 28px;
            transform: translate(-50%, 6.5%);
        }

        .center-circle {
            width: 85px;
            height: 85px;
        }

        .purple-ring {
            width: 105px;
            height: 105px;
            border: 2.5px solid #6699ff;
            transform: translate(-50%, 84%);
        }

        .circle-button {
            width: 36px;
            height: 36px;
        }

        .circle-button img {
            width: 52px;
            height: 52px;
        }


        .textbox5,
        .textbox6 {
            width: 300px;
        }

        .iframe-container {
            width: 284px;
            height: 160px;
        }

        .textbox7,
        .content-wrapper1 {
            margin: 0 auto 0 auto;
            width: 300px;
            white-space: wrap;
        }


        .main-container {
            width: 300px;
            margin: auto;
        }

        .box-left {
            min-width: 180px;
            min-height: 180px;
            padding: 10px 20px;
            /* reduced padding */
        }

        .box-left .first-line,
        .box-left .second-line,
        .box-left .third-line,
        .box-left .forth-line {
            font-size: 15px;
            line-height: 22px;
        }

        .vs-text {
            font-size: 22px;
        }

        .box-right {
            min-width: 300px;
            width: 300px;
            min-height: 180px;
            gap: 8px 6px;
        }

        .grid-button {
            min-width: 94px;
            width: 94px;
            padding: 2px 6px;
        }

        .button-image {
            width: 54px;
            height: 15px;

        }

        input[type="checkbox"] {
            min-width: 18px;
            width: 18px;
            min-height: 18px;
            height: 18px;
            left: -7px;
        }
    }