        * {
            box-sizing: border-box;
            padding: 0;
            font-family: "Inter", sans-serif;
            margin: 0;
        }

        html,
        body {
            background: #fff;
            margin: 0;
            padding: 0;
            scroll-behavior: smooth;
            font-family: "Inter", sans-serif;
            scroll-behavior: smooth;
        }

        button {
            cursor: pointer;
        }

        a {
            cursor: pointer;
            text-decoration: none;
            color: inherit;
            transition: 0.3s;
        }


        modal {
            position: relative;
            width: 400px;
            height: 550px;
            display: flex;
            z-index: 1;
            justify-content: space-between;
            align-items: center;
            overflow: hidden;
            flex-direction: column;
            background: #F5F8FF;
            backdrop-filter: blur(5px);
            border-radius: 5px;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
        }

        .mhead {
            z-index: 5;
            position: absolute;
            top: 0;
            width: 100%;
            background: transparent;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding: 15px;
        }

        .mlogo {
            height: 16px;
        }


        #modal {
            top: 30px;
            position: absolute;
            right: 0px;
            z-index: -1;
        }

        .name {
            font-size: 28px;
            font-weight: 200;
            color: #000;
            text-align: center;
        }

        .mcontent {
            padding: 20px;
            padding-top: 30px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            position: relative;
            width: 100%;
        }


        .mtitle {
            font-size: 52px;
            width: 100%;
            color: white;
        }

        .experience {
            letter-spacing: 2px;
            color: #000;
            text-align: center;
            font-size: 16px;
        }

        .mbuttons {
            padding: 20px;
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            justify-content: center;
            align-items: center;
        }

        .mbuttons a {
            height: 50px;
            background: #88CBF5;
            font-size: 18px;
            border-radius: 4px;
            font-weight: 400;
            width: 100%;
            display: flex;
            justify-content: center;
            color: #fff;
            align-items: center;
        }

        .mbuttons a:hover {
            background: #000;
        }

        .insert img {
            height: 60px;
        }

        .mcontent .insert {
            background: #88CBF5;
            font-size: 24px;
            border-radius: 6px;
            width: 100%;
            height: 65px;
            display: flex;
            border: none;
            justify-content: center;
            align-items: center;

        }

        ._ygD8z7QIm {
            border: 1px solid rgba(255, 0, 0, 0.5)
        }

        .mcontent .insert img {
            height: 50px;
        }

        #chooser {
            height: 100px;
            width: auto;
        }

        .whiteline {
            padding: 10px;
            border: 0;
            background: #88CBF5;
            color: #484848;
            font-size: 16px;
            border-radius: 5px;
        }

        textarea {
            width: 100%;
            background: #88CBF5;
            gap: 10px;
            border: 0;
            border-radius: 6px;
            color: #484848;
            font-size: 16px;
            padding: 10px;
            height: 150px;
            outline: none;
            font-family: "Roboto",
                sans-serif;
        }

        #inserter .mcontent {
            gap: 10px;
        }

        .insertitle {
            font-size: 46px;
            line-height: 50px;
            font-weight: bold;
            color: #000;
            margin-top: 20px;
            text-align: center;
        }

        overlay {
            position: fixed;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(255, 255, 255, 0.74);
            z-index: 99;
        }

        .modalimage {
            width: 200px;
            margin: 0 auto;
        }

        header {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 20px 0px;
        }

        .container {
            display: flex;
            max-width: 1400px;
            width: 100%;
        }

        section {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

        header .container {
            justify-content: space-between;
            align-items: center;
        }

        header .container .nav {
            display: flex;
            align-items: center;
            gap: 50px;
            align-items: center;
        }

        header .container .nav nav {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        header .container .nav nav a {
            display: flex;
            align-items: center;
            color: #202120;
            font-family: Inter;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            gap: 10px;
        }

        header .container button {
            padding: 15px 30px;
            border-radius: 14px;
            background: #F7F7F7;
            outline: none;
            border: 0;
            color: #202120;
            text-align: center;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
        }

        section {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .banner {
            margin-bottom: 30px;
        }

        .banner .container {
            display: grid;
            border-radius: 12px;
            background: #F7F7F7;
            grid-template-columns: 1fr 1fr;
        }

        .banner .container .left {
            border-radius: 12px;
            background: #16192E;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px 0px;
        }

        .banner .container .right {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            color: #202120;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
        }

        .banner .container .right b {
            color: #2D74FF;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
        }

        .banner .container .right a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .exchange .container {
            flex-direction: column;
            gap: 24px;
        }

        .exchange .container .tag {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .exchange .container .tag div {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .exchange .container .tag div span {
            color: #202120;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

        .exchange .container .tag div p {
            color: #202120;
            font-family: Inter;
            font-size: 36px;
            font-style: normal;
            font-weight: 500;
            line-height: 40px;
        }

        .exchange .container a {
            padding: 16px 24px;
            border-radius: 14px;
            color: #202120;
            text-align: center;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            background: #F7F7F7;
        }

        .exchange .container .grid {
            margin-top: 24px;
            margin-bottom: 32px;
            display: grid;
            grid-template-columns: 7fr 3fr;
            gap: 12px;
        }

        .exchange .container .grid .changer {
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.02);
            box-shadow: 0 4px 27.9px 0 rgba(53, 53, 53, 0.05);
            background: rgba(255, 255, 255, 0.02);
            padding: 32px;
        }

        .exchange .container .grid .changer .inputs {
            display: flex;
            align-items: start;
            justify-content: center;
            gap: 12px;
            width: 100%;
        }

        .exchange .container .grid .changer .inputs .value .input {
            background: #F7F7F7;
            padding-left: 16px;
            border-radius: 14px;
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

        .exchange .container .grid .changer .inputs .value .input button {
            padding: 20px 22px;
            border-radius: 14px;
            border: 2px solid #F2814E;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            background: #FFF;
            color: #F2814E;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
        }

        .exchange .container .grid .changer .inputs .value .input input {
            width: 100%;
            background: transparent;
            outline: none;
            border: 0;
            color: #202120;
            font-family: Inter;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 32px;
        }

        .exchange .container .grid .changer .inputs .value {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 100%;
        }


        .exchange .container .grid .changer .inputs .for .input {
            background: #F7F7F7;
            padding-left: 16px;
            border-radius: 14px;
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

        .exchange .container .grid .changer .inputs .for .input button {
            padding: 20px 22px;
            border-radius: 14px;
            border: 2px solid #F2814E;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            background: #FFF;
            color: #F2814E;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
        }

        .exchange .container .grid .changer .inputs .for .input input {
            width: 100%;
            background: transparent;
            outline: none;
            border: 0;
            color: #202120;
            font-family: Inter;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 32px;
        }

        .exchange .container .grid .changer .inputs .for {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 100%;
        }

        .exchange .container .grid .changer .change {
            padding: 10px;
            border-radius: 1000px;
            background: #F7F7F7;
            width: 56px;
            margin: 6px 0px;
            height: 56px;
        }

        .exchange .container .grid .changer .inputs .values {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .exchange .container .grid .changer .inputs .values div {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .exchange .container .grid .changer .inputs .values div p {
            color: #929292;
            text-align: center;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

        .exchange .container .grid .changer .inputs .values div span {
            padding: 8px 6px;
            border-radius: 6px;
            background: #F7F7F7;
            color: #202120;
            text-align: center;
            font-family: Inter;
            cursor: pointer;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
        }

        .exchange .container .grid .user {
            margin-top: 48px;
        }

        .exchange .container .grid .user .fields {
            gap: 32px;
            display: flex;
            align-items: center;
        }

        .exchange .container .grid .user .fields .data {
            display: grid;
            grid-template-columns: 1fr 1fr;
            width: 100%;
            gap: 8px;
        }

        .exchange .container .grid .user .fields .data .selector {
            width: 100%;
            border-radius: 14px;
            padding: 18px 20px;
            background: #F7F7F7;
            outline: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 0;
        }

        .exchange .container .grid .user .fields .data .selector span {
            color: #202120;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
        }

        .exchange .container .grid .user .fields .data .input input {
            padding: 20px 24px;
            width: 100%;
            color: #000;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            outline: none;
            border: 0;
            background: #F7F7F7;
            border-radius: 14px;
            line-height: normal;
        }

        .exchange .container .grid .start {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .exchange .container .grid .start a {
            padding: 18px;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .exchange .container .grid .start button {
            outline: none;
            border: 0;
            background: #F2814E;
            color: #FFF;
            text-align: center;
            height: 60px;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 0;
            border-radius: 14px;
            padding: 20px 80px;
        }

        .exchange .container .current {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 32px;
            border-radius: 24px;
            box-shadow: 0 4px 27.9px 0 rgba(53, 53, 53, 0.05);
            background: rgba(255, 255, 255, 0.02);
        }

        .exchange .container .current div {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .exchange .container .current div p {
            color: #202120;
            text-align: center;
            font-family: Inter;
            font-size: 28px;
            font-style: normal;
            font-weight: 500;
            line-height: 32px;
        }

        .exchange .container .current div span {
            color: #929292;
            text-align: center;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

        .exchange .container .current .timer {
            padding: 16px 36px;
            border-radius: 14px;
            background: #F24E4E;
            color: #FFF;
            text-align: center;
            font-family: Inter;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px;
        }

        .advantages .container {
            flex-direction: column;
            gap: 20px;
        }

        .advantages .container h2 {
            color: #202120;
            font-family: Inter;
            font-size: 36px;
            font-style: normal;
            font-weight: 500;
            line-height: 40px;
        }

        .advantages .container .grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
            gap: 12px;
        }

        .advantages .container .grid .cell {
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.00);
            padding: 16px;
            box-shadow: 0 0 27.9px 0 rgba(53, 53, 53, 0.05);
            background: rgba(255, 255, 255, 0.02);
        }

        .advantages .container .grid .cell p {
            color: #202120;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            margin-bottom: 6px;
            line-height: 28px;
        }

        .advantages .container .grid .cell span {
            color: #202120;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

        .advantages .container .grid .cell div {
            height: 48px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-bottom: 12px;
        }

        .rules {
            margin-top: 80px;
        }

        .rules .container {
            display: grid;
            gap: 12px;
            grid-template-columns: 6fr 4fr;
        }

        .rules .container .read {
            display: flex;
            flex-direction: column;
            gap: 30px;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.02);
            padding: 48px;
            box-shadow: 0 0 27.9px 0 rgba(53, 53, 53, 0.05);
        }

        .rules .container .services {
            display: flex;
            flex-direction: column;
            gap: 30px;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.02);
            padding: 48px;
            box-shadow: 0 0 27.9px 0 rgba(53, 53, 53, 0.05);
        }

        .rules .container .read h2 {
            max-width: 440px;
            color: #202120;
            font-family: Inter;
            font-size: 36px;
            font-style: normal;
            font-weight: 500;
            line-height: 40px;
        }

        .rules .container .read h2 b {
            color: #F2814E;
            font-family: Inter;
            font-size: 36px;
            font-style: normal;
            font-weight: 500;
            line-height: 40px;
        }

        .rules .container .services .texts {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .rules .container .services .texts .li {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .rules .container .services .texts .li div b {
            border-radius: 9999px;
            background: #FACDB8;
            width: 10px;
            height: 10px;
            display: block;
            aspect-ratio: 1/1;
            margin-top: 5px;
        }

        .rules .container .services .texts .option {
            color: #929292;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

        .rules .container .services .texts .li div {
            display: flex;
            align-items: start;
            gap: 12px;
        }

        .rules .container .services .texts .li div p {
            color: #202120;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
        }

        .rules .container .services .texts .li span {
            color: #929292;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

        .rules .container .read .texts .li {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .rules .container .read .texts .li div b {
            border-radius: 9999px;
            background: #FACDB8;
            width: 19px;
            height: 19px;
            display: block;
            aspect-ratio: 1/1;
        }

        .rules .container .read .texts .li div {
            display: flex;
            align-items: start;
            gap: 12px;
        }

        .rules .container .read .texts .li div p {
            color: #202120;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

        .rules .container .read .texts .li span {
            color: #929292;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

        .rules .container .services h2 {
            color: #202120;
            font-family: Inter;
            font-size: 28px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

        .rules .container .services h2 b {
            color: #F2814E;
            font-family: Inter;
            font-size: 28px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

        footer {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 33px 0px;
            border-top: 1px solid rgba(146, 146, 146, 0.10);
            margin-top: 32px;
        }

        footer .container {
            display: flex;
            justify-content: space-between;
            align-items: start;
            width: 100%;
        }

        footer .container .left {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        footer .container .left h3 {
            color: #F2814E;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

        footer .container .left .partners {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        footer .container .left .partners div {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 8px;
        }

        footer .container .left .partners div a {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            height: 52px;
            width: 100%;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.02);
            box-shadow: 0 0 27.9px 0 rgba(53, 53, 53, 0.05);
        }

        footer .container .left .partners div a span {
            color: #202120;
            font-family: Inter;
            font-size: 9px;
            font-style: normal;
            font-weight: 400;
            line-height: 13.5px;
        }

        footer .container .left .copyright {
            color: #929292;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

        footer .container .right {
            display: flex;
            gap: 32px;
            align-items: start;
        }

        footer .container .right .col {
            display: flex;
            flex-direction: column;
            align-items: start;
        }

        footer .container .right .col p {
            color: #F2814E;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            margin-bottom: 16px;
            line-height: 28px;
        }

        footer .container .right .col a {
            margin-top: 12px;
            color: #454545;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

modal {
    position: relative;
    width: 400px;
    height: 550px;
    display: flex;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(5px);
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.mhead {
    z-index: 5;
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px;
}

.mlogo {
    height: 16px;
}


#modal {
    top: 30px;
    position: absolute;
    right: 0px;
    z-index: -1;
}

.mcontent {
    padding: 20px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    width: 100%;
    margin: auto 0;
}


.mtitle {
    font-size: 52px;
    width: 100%;
    color: #111111;
}

.experience {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.mbuttons {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.mbuttons a {
    height: 50px;
    background: #F2814E;
    font-size: 14px;
    border-radius: 14px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    align-items: center;
}

.mbuttons a:hover {
    opacity: 0.9;
}

.insert img {
    height: 60px;
}

.mcontent .insert {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    font-size: 24px;
    border: 0;
    border-radius: 4px;
    width: 100%;
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
}

._ygD8z7QIm {
    border: 1px solid rgba(255, 0, 0, 0.5)
}

.mcontent .insert img {
    height: 50px;
}

#chooser {
    height: 100px;
    width: auto;
}

.whiteline {
    padding: 10px;
    border: 0;
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #000;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 500;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}

textarea {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #000;
    gap: 10px;
    border-radius: 4px;
    font-size: 16px;
    border: 0;
    outline: none;
    padding: 10px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    height: 150px;
    outline: none;
    font-family: "Figtree",
        sans-serif;
}

#inserter .mcontent {
    gap: 10px;
}

.insertitle {
    font-size: 46px;
    line-height: 50px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
    text-align: center;
}

overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    top: 0;
}

.modalimage {
    width: 100%;
    margin: 0 auto;
}


._ygD8z7QIm {
    animation: shake 0.5s;
    border-color: #ff4444 !important;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}