/* header */
.header__spot:nth-child(1) {
    top: -128px;
    left: 0px;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 39px;
}

.logo {
    font-family: Montserrat;
    font-size: clamp(1rem, 0.694rem + 1.306vw, 2rem);
    font-weight: 400;
    line-height: clamp(1.219rem, 0.845rem + 1.593vw, 2.438rem);
}

.logo__labs {
    font-weight: 600;

    background: linear-gradient(174.48deg, #08E0FF 39.3%, #0591E2 87.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav {
    position: relative;
}

.nav__list {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 11px;
    margin-bottom: 7px;
    padding-right: 20px;

    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.2px;
}

.nav__item {
    cursor: pointer;
}

/* main-header */
.main-header {
    position: relative;
}

.main-header__container {
    position: relative;
    padding-top: clamp(3.75rem, 0rem + 16vw, 16rem);
    padding-bottom: clamp(6.25rem, 5.676rem + 2.449vw, 8.125rem);
}

.main-header__header {

    font-size: clamp(3.125rem, 0.829rem + 9.796vw, 10.625rem);
    font-weight: 400;
    line-height: 0.95;
    /* line-height: 195.48px; */
    letter-spacing: -0.02em;
    /* text-align: center; */
    margin-left: clamp(0rem, -1.052rem + 4.49vw, 3.438rem);
    text-transform: uppercase;
    margin-bottom: 40px;
}


.main-header__star-left {
    width: clamp(1.563rem, -0.944rem + 10.694vw, 9.75rem);
    aspect-ratio: 1;
    left: 60px;
    top: clamp(9.375rem, 2.679rem + 28.571vw, 31.25rem);
}

.main-header__star-right {
    width: clamp(1.563rem, -0.944rem + 10.694vw, 9.75rem);
    aspect-ratio: 1;
    left: clamp(20.938rem, 3.24rem + 75.51vw, 78.75rem);
    top: clamp(2.188rem, -0.128rem + 9.878vw, 9.75rem);
}

.main-header__gradient-text {

    font-weight: 700;
    background: linear-gradient(150.1deg, #08E0FF -16.22%, #07AEEB 52.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-header__market {
    margin-left: 7px;
}

.main-header__makers {
    margin-left: -5px;
}


.main-header__subheader {
    display: inline-block;
    text-wrap: balance;
    max-width: 288px;
    font-family: Helvetica;
    font-size: clamp(0.563rem, 0.352rem + 0.898vw, 1.25rem);
    font-weight: 400;
    line-height: clamp(0.563rem, 0.237rem + 1.388vw, 1.625rem);
    letter-spacing: -0.05em;
    text-align: right;
    text-transform: none;
    color: #788A9F;
    vertical-align: top;
    margin-top: 1.2em;
    margin-left: clamp(0rem, -2.736rem + 11.673vw, 8.938rem);
}

.main-header__header-bottom {
    margin-left: clamp(0rem, -3.061rem + 13.061vw, 10rem);
}

/* statistics */
.statistics {
    position: relative;
}

.statistics__container {
    background-color: #081018;
    min-height: 490px;
    display: flex;
    justify-content: space-between;

    padding: 48px 46px 4px 122px;
    border: 1px solid;

    border-color: #0C6ECD;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;

}



.statistics__header {
    padding-top: 52px;
    width: 365px;
    margin-bottom: 53px;

    font-size: clamp(0.875rem, 0.76rem + 0.49vw, 1.25rem);
    font-weight: 400;
    line-height: clamp(1.05rem, 0.912rem + 0.588vw, 1.5rem);
    letter-spacing: -0.05em;
}

.statistics__list {
    width: 800px;
    display: grid;
    gap: 1.5px;
    grid-template-columns: 1.1fr 1fr;
    grid-template-rows: 0.71fr 1fr;

    background: radial-gradient(at 60% 45%, #0C6ECD 30%, transparent 60%);
}

.statistics__item {
    width: 100%;
    background-color: #081018;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.statistics__item {
    padding-bottom: 35px;
}

.statistics__item__hidde {
    display: none;
}

.statistics__subtitle {
    font-family: Inter;
    font-size: clamp(2.5rem, 1.926rem + 2.449vw, 4.375rem);
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0.1px;

    background: linear-gradient(174.48deg, #08E0FF 39.3%, #0591E2 87.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.statistics__subtitle4 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -2px;
}

.statistics__title {
    font-family: Arial;
    font-size: clamp(0.875rem, 0.76rem + 0.49vw, 1.25rem);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: center;
}

.statistics__plus {
    vertical-align: text-top;
}


/* problems */
.problems__container {
    padding-top: 130px;
}

.problems__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: repeat(2, 1fr); */
    column-gap: 10px;
    row-gap: 20px;
}

.problems .head {
    align-items: end;
    /* background-color: red; */
}

.box__description {
    max-width: 300px;
}



/* .box:nth-child(7) .box__description {
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.05em;
    text-align: left;
} */


/* different */
.different {
    position: relative;
}

.different__spot {
    right: 0;
    top: -500px;
}

.different {
    position: relative;
}

.different__container {
    padding-top: 130px;
}

.different__header {
    margin-bottom: 28px;
}

.difference-list {
    display: flex;
    flex-direction: column;
    /* gap: 73px; */
    gap: 11.5px;
}

.difference-list__item {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    /* background-color: red; */
    border-radius: 10px;

    padding-top: 35px;
    padding-bottom: 25px;
    /* padding-left: 10px; */
    transition: all 0.5s;
}

.difference-list__item:hover {
    background-color: #081018;
}

.difference-list__item:hover .difference-list__number {
    background: linear-gradient(174.48deg, #08E0FF 39.3%, #0591E2 87.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.difference-list__header {
    font-size: clamp(1rem, 0.732rem + 1.143vw, 1.875rem);
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    padding-right: 10px;
}

.difference-list__description {
    font-size: clamp(0.875rem, 0.76rem + 0.49vw, 1.25rem);
    font-weight: 400;
    line-height: clamp(1.05rem, 0.912rem + 0.588vw, 1.5rem);
    letter-spacing: -0.05em;
    max-width: 570px;
}

.difference-list__number {
    font-size: clamp(2.5rem, 0.969rem + 6.531vw, 7.5rem);
    font-weight: 700;
    line-height: 0.77;
    letter-spacing: 0.05em;
    margin-left: 5px;
}

/* offer */
.offer {
    position: relative;
}

.offer__container {
    padding-top: 125px;
}

.offer__spot:nth-child(2) {
    right: 0;
    bottom: 0;
}

.offer__header {
    margin-bottom: 40px;
}

.offer__list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.offer__item {
    background-color: #081018;
}

.offer__item:nth-child(-n+3) {
    grid-column: span 4;
}

.offer__item:nth-child(n+4) {
    grid-column: span 3;
}

.offer__item:nth-child(n+4) .offer__img {
    margin-bottom: 38px;
}

.offer__item:nth-child(n+4) .offer__learn-more {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}

.offer__item {
    border: 1px solid #788A9F;
    border-radius: 20px;
    overflow: hidden;
    flex-grow: 1;
    transition: all 0.5s;
}

.offer__item:hover {

    border: 1px solid #0C6ECD;
}

.offer__item:hover .offer__bottom {
    background: linear-gradient(262.29deg, #0C6ECD -8.64%, #45A5FF 93.04%);
}

.offer__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer__content {
    padding-top: 54px;
    padding-left: 45px;
}

.offer__img {
    height: clamp(5rem, 4.101rem + 3.837vw, 7.938rem);
    margin-bottom: 32px;
}

.offer__title {
    font-size: clamp(1.25rem, 1.059rem + 0.816vw, 1.875rem);
    font-weight: 700;
    line-height: clamp(1.375rem, 1.165rem + 0.898vw, 2.063rem);
    margin-bottom: 20px;
}

.offer__description {
    max-width: 310px;
    font-size: clamp(0.875rem, 0.76rem + 0.49vw, 1.25rem);
    font-weight: 400;
    line-height: clamp(1.05rem, 0.912rem + 0.588vw, 1.5rem);
    letter-spacing: -0.05em;
    margin-bottom: 44px;
}

.offer__bottom {
    display: flex;
    align-items: center;
    height: 78px;
    background-color: #788A9F;
    transition: background 1s;
}

.offer__learn-more {
    font-size: 25px;
    font-weight: 700;
    line-height: 28.75px;
    padding-left: 45px;
    cursor: pointer;
}

.offer__list {
    gap: 10px;
}

/* .offer__list:first-of-type {
    margin-bottom: 40px;
} */

.offer__arrow {
    padding-left: 23px;
}



/* partners */
.partners {
    position: relative;
}

.partners__spot:nth-child(1) {
    opacity: 0.5;
    bottom: 0;
}

.partners__container {
    padding-top: 135px;
    padding-top: 80px;
    padding-bottom: 120px;
}

.partners__list {

    display: grid;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
    row-gap: clamp(1.25rem, -0.089rem + 5.714vw, 5.625rem);
    column-gap: clamp(1.25rem, -17.5rem + 25vw, 7.5rem);

    grid-template-columns: repeat(4, 1fr);
    /* padding-inline: 20px; */
    margin-left: -40px;
}


/* help */
.help {
    position: relative;
    padding-bottom: 150px;
}

.help__spot:nth-child(1) {
    right: 0;
    bottom: 0;
}

.help__container {
    display: flex;
    gap: 83px;

    padding-top: 74px;
    padding-bottom: 82px;
    padding-left: 85px;
    background: linear-gradient(89.17deg, #01C8FF -26.15%, #0A3DAC 98.33%);
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
}

.help__header {
    margin-bottom: 0;
    /* font-size: 80px;
    font-weight: 400;
    line-height: 100px;
    text-transform: uppercase; */
}

.help__text {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.help__contact {
    gap: 15px;
}

.help__contact .contact__text {
    font-size: clamp(1.125rem, 0.704rem + 1.796vw, 2.5rem);
    font-weight: 400;
    line-height: clamp(1.25rem, 0.772rem + 2.041vw, 2.813rem);
    letter-spacing: 0.02em;
}

/* footer */
.footer__spot:nth-child(1) {
    bottom: 0;
}

.footer__spot:nth-child(2) {
    bottom: 0;
    right: 0;
}

.footer {
    overflow: hidden;
    position: relative;
    z-index: 100;
    border-top: 1px solid #ABAAAA;
    padding-top: 75px;
}

.footer__container {}

.footer__logo {
    font-size: 50px;
    line-height: 60.95px;
}

.footer__logo2 {
    font-size: clamp(1rem, 0.349rem + 2.776vw, 3.125rem);
    display: none;
}

.footer__logo .logo__labs {
    font-size: 50px;
    font-weight: 700;
    line-height: 60.95px;
    letter-spacing: 0.06em;
}

.footer__top {
    display: flex;
    justify-content: space-between;
}

.footer__nav {
    display: flex;
    gap: 95px;
    width: 49.5%;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding-bottom: 64px;
}

.footer-list__header {
    font-family: Helvetica;
    font-size: clamp(0.75rem, 0.559rem + 0.816vw, 1.375rem);
    font-weight: 400;
    line-height: 25.3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-bottom {
    border-top: 1px solid #ABAAAA;
}

.footer-bottom__container {
    padding-block: 28px;
    display: flex;
    justify-content: space-between;
}

.footer__spot {
    scale: 1.1;
}

.footer-bottom__copyright {
    font-family: Inter;
    font-size: clamp(0.5rem, 0.309rem + 0.816vw, 1.125rem);
    font-weight: 400;
    line-height: clamp(0.65rem, 0.07rem + 1.548vw, 1.462rem);
    text-transform: uppercase;
}

.footer-bottom__data {
    width: 49.5%;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;

    display: flex;
    gap: 100px;
}

.footer-bottom__data2 {
    display: none;
}

.footer__twiter-img {
    margin-left: 17px;
}

.footer__twiter-img2 {
    display: none;
}

.footer__twiter {
    vertical-align: top;
}

.footer-list__item {
    font-family: Inter;
    font-size: clamp(0.625rem, 0.51rem + 0.49vw, 1rem);
    font-weight: 400;
    line-height: clamp(0.813rem, 0.663rem + 0.637vw, 1.3rem);
}


/* market-making */
.market-making__header {}

.market-making__description {
    max-width: 620px;
    font-size: clamp(0.875rem, 0.665rem + 0.898vw, 1.563rem);
    font-weight: 700;
    line-height: clamp(1.125rem, 0.895rem + 0.98vw, 1.875rem);
    letter-spacing: -0.01em;
    margin-bottom: 60px;
}

.market-making__title {
    font-size: clamp(1.25rem, 0.676rem + 2.449vw, 3.125rem);
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.05em;
    margin-bottom: 40px;
}

.market-making-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 57px;
}

.market-making-list__item {
    padding: 1px;
    background: linear-gradient(138.85deg, rgba(11, 49, 89, 0) 2.17%, #1869BF 77.47%);
    border-radius: 20px;
}

.market-making-list__content {
    width: 100%;
    height: 100%;
    padding-top: 55px;
    padding-left: 81.3px;
    padding-bottom: 54px;
    padding-right: 5px;
    background-color: #081018;
    border-radius: 20px;
}

.market-making-list__link {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 50px;
    background: linear-gradient(268.46deg, #08E0FF -7.12%, #0591E2 99.09%);
    padding-left: 81.3px;
    border-radius: 10px;
    cursor: pointer;
}

.market-making-list__link-title {
    text-transform: uppercase;
    font-size: clamp(0.75rem, 0.406rem + 1.469vw, 1.875rem);
    font-weight: 700;
    line-height: clamp(0.863rem, 0.466rem + 1.69vw, 2.156rem);
}

.contact-img {
    height: 90px;
}

.market-making-list__title {
    font-size: clamp(1rem, 0.732rem + 1.143vw, 1.875rem);
    font-weight: 700;
    line-height: clamp(1.1rem, 0.748rem + 1.502vw, 2.25rem);
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.market-making-list__description {
    max-width: 418.44px;
    font-size: clamp(0.688rem, 0.42rem + 1.143vw, 1.563rem);
    font-weight: 400;
    line-height: clamp(0.756rem, 0.414rem + 1.461vw, 1.875rem);
    letter-spacing: -0.05em;
}

.market-making__spot {
    position: absolute;
    z-index: -100;
}

.market-making__spot:nth-of-type(1) {
    top: 0;
    left: 0;
}

.market-making__spot:nth-of-type(2) {
    top: 0;
    right: 0;
}

.market-making__spot:nth-of-type(3) {
    top: 200px;
    left: 0;
}

.market-making__spot:nth-of-type(4) {
    bottom: 0;
    right: 0;
}

.market-making__footer {
    text-wrap: balance;
    max-width: 880px;
    letter-spacing: -0.05em;
    font-size: clamp(0.875rem, -0.063rem + 2.5vw, 2.188rem);
    font-weight: 700;
    line-height: clamp(1.05rem, 0.568rem + 2.057vw, 2.625rem);
    vertical-align: middle;
}

.market-making__stars {
    width: clamp(1.25rem, 0.255rem + 4.245vw, 4.5rem);
    vertical-align: top;
    margin-right: 5px;
}

.market-making__button {
    display: none;
    cursor: pointer;
}

/* tokenomics */
.tokenomics__container {
    padding-bottom: 81px;
}

.tokenomics__header {
    margin-bottom: 48px;
}

.tokenomics__spot {
    position: absolute;
    z-index: -100;
}

.tokenomics__spot:nth-of-type(1) {
    top: 0;
    left: 0;
}

.tokenomics__spot:nth-of-type(2) {
    top: 0;
    right: 0;
}

.tokenomics__spot:nth-of-type(3) {
    bottom: 0;
    left: 0;
}

.tokenomics-head {
    display: flex;
    align-items: start;
    gap: 74px;
    margin-bottom: 40px;
}

.tokenomics-head__header {
    max-width: 550px;
    text-wrap: balance;
    font-size: clamp(1rem, 0.349rem + 2.776vw, 3.125rem);
    font-weight: 700;
    line-height: clamp(1.15rem, 0.354rem + 3.396vw, 3.75rem);
    letter-spacing: -0.05em;
}

.tokenomics-head__content {
    margin-top: 10px;
    display: flex;
    align-items: start;
    gap: 14px;
}

.tokenomics-head__divider {
    width: 2px;
    height: 81px;
    background: linear-gradient(transparent 0.5%, #0C6ECD 49.21%, transparent 99.5%);
}

.tokenomics-head__description {
    max-width: 392px;
    font-size: clamp(0.875rem, 0.76rem + 0.49vw, 1.25rem);
    font-weight: 400;
    line-height: clamp(1.125rem, 0.895rem + 0.98vw, 1.875rem);
    letter-spacing: -0.05em;
}

.tokenomics__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
}

.tokenomics__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.tokenomics__item {
    /* width: 276px; */
    height: 255px;
    /* aspect-ratio: 1.0823; */
    border-radius: 20px;
    padding: 1px;

    background: linear-gradient(138.85deg, rgba(11, 49, 89, 0) 2.17%, #1869BF 77.47%);
}

.tokenomics__content {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #081018;
    display: flex;
    align-items: center;
    text-align: center;
    padding-inline: 16px;

    font-size: clamp(0.688rem, 0.42rem + 1.143vw, 1.563rem);
    font-weight: 400;
    line-height: clamp(0.756rem, 0.414rem + 1.461vw, 1.875rem);
    letter-spacing: -0.05em;
}

.tokenomics__link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;

    background: linear-gradient(268.46deg, #08E0FF -7.12%, #0591E2 99.09%);

    border-radius: 10px;
    font-family: Helvetica;
    font-size: clamp(0.75rem, 0.406rem + 1.469vw, 1.875rem);
    font-weight: 700;
    line-height: clamp(0.863rem, 0.466rem + 1.69vw, 2.156rem);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

/* support */
.support__container {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
}

.support__spot {
    position: absolute;
    z-index: -100;
}

.support__spot:nth-of-type(1) {
    top: 0;
    left: 0;
}

.support__spot:nth-of-type(2) {
    top: 0;
    left: 0;
}

.support__spot:nth-of-type(3) {
    bottom: 0;
    left: 0;
    opacity: 0.65;
}

.support__spot:nth-of-type(4) {
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0.35;
}

.support__spot:nth-of-type(5) {
    bottom: 0;
    left: 0;
    opacity: 0.65;
}

.support__spot:nth-of-type(6) {
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0.35;
}

.support__spot:nth-of-type(7) {
    bottom: 0;
    right: 0;
    opacity: 0.65;
}

.support__spot:nth-of-type(8) {
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.35;
}

.support__header {}

.support__subheader {
    font-size: clamp(1rem, 0.349rem + 2.776vw, 3.125rem);
    font-weight: 700;
    line-height: clamp(1.15rem, 0.354rem + 3.396vw, 3.75rem);
    letter-spacing: -0.05em;
    margin-bottom: 34px;
}

.support__text {
    font-size: clamp(0.688rem, 0.515rem + 0.735vw, 1.25rem);
    font-weight: 400;
    line-height: clamp(0.825rem, 0.618rem + 0.882vw, 1.5rem);
    letter-spacing: -0.05em;
    margin-bottom: 60px;
}

.support__multiplier {
    color: #0591E2;
}

.support-statistics {
    height: 245px;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    background-color: #081018;
    margin-bottom: 60px;
}

.support-statistics__item {
    width: 100%;
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.support-statistics__number {
    background: linear-gradient(174.48deg, #08E0FF 39.3%, #0591E2 87.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: clamp(2.5rem, 1.352rem + 4.898vw, 6.25rem);
    font-weight: 300;
    line-height: clamp(2.5rem, 1.352rem + 4.898vw, 6.25rem);
    position: relative;
}

.support-statistics__cross {
    font-size: clamp(1.125rem, 0.513rem + 2.612vw, 3.125rem);
    font-weight: 400;
    line-height: 57.5px;
    vertical-align: top;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    position: absolute;
    top: -20px;
}

.support-statistics__title {
    font-size: clamp(0.75rem, 0.597rem + 0.653vw, 1.25rem);
    font-weight: 400;
    line-height: clamp(0.9rem, 0.716rem + 0.784vw, 1.5rem);
}

.support-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr 103px;
    gap: 30px;
    max-width: 888px;
}

.support-list__item {
    background: linear-gradient(138.85deg, rgba(11, 49, 89, 0) 2.17%, #1869BF 77.47%);
    padding: 1px;
    border-radius: 20px;
}

.support-list__content {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 76px;
    border-radius: 20px;
    background-color: #081018;
}

.support-list__img {
    margin-bottom: 15px;
}

.support-list__header {
    max-width: 150px;
    font-size: clamp(0.875rem, 0.76rem + 0.49vw, 1.25rem);
    font-weight: 700;
    line-height: clamp(0.875rem, 0.722rem + 0.653vw, 1.375rem);
    margin-bottom: 10px;
}

.support-list__text {
    font-size: clamp(0.625rem, 0.51rem + 0.49vw, 1rem);
    max-width: 241px;
    font-weight: 400;
    line-height: clamp(0.688rem, 0.531rem + 0.669vw, 1.2rem);
    letter-spacing: -0.05em;
}

.support-list__integration {
    grid-row: span 2;
}

.support-list__strategy {
    grid-column: span 2;
}

.support-list__img {
    width: clamp(1.313rem, 0.49rem + 3.51vw, 4rem);
}

:is(.support-list__integration, .support-list__strategy) .support-list__img {
    margin-bottom: 40px;
}

.support-list__integration .support-list__header {
    max-width: initial;
}

.support-list__strategy .support-list__header {
    max-width: initial;
}

.support-list__strategy .support-list__text {
    max-width: 296px;
}

.support-list__link {
    grid-column: span 2;
    background: linear-gradient(268.46deg, #08E0FF -7.12%, #0591E2 99.09%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.support-list__link-text {
    font-size: clamp(0.75rem, 0.406rem + 1.469vw, 1.875rem);
    font-weight: 700;
    line-height: clamp(0.863rem, 0.466rem + 1.69vw, 2.156rem);
    text-transform: uppercase;
    margin-right: 20px;
}

.support-list__link-img {
    width: clamp(1.313rem, 0.758rem + 2.367vw, 3.125rem);
}

/* ventures */
.ventures__container {
    padding-bottom: 58px;
}

.ventures__header {}

.ventures__subheader {
    font-size: clamp(1rem, 0.349rem + 2.776vw, 3.125rem);
    font-weight: 700;
    line-height: clamp(1.15rem, 0.354rem + 3.396vw, 3.75rem);
    letter-spacing: -0.05em;
    margin-bottom: 30px;
}

.ventures__text {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.05em;
    margin-bottom: 40px;
}

.ventures__title {
    font-size: clamp(0.688rem, 0.324rem + 1.551vw, 1.875rem);
    font-weight: 700;
    line-height: clamp(0.825rem, 0.389rem + 1.861vw, 2.25rem);
    letter-spacing: -0.05em;
    margin-bottom: 37px;
}

/* .requirements__wrap {
    display: flex;
    gap: 21px;
    flex-direction: column;
    
    position: relative;
    z-index: 1;
} */

.requirements {
    display: grid;
    grid-template-columns: repeat(12, auto);
    grid-template-rows: repeat(auto-fill, auto);
    row-gap: 20px;
    column-gap: 25px;
    margin-bottom: 40px;
}

.requirements__item {
    /* flex-grow: 1; */
    text-align: center;

    font-size: clamp(0.625rem, 0.338rem + 1.224vw, 1.563rem);
    font-weight: 400;
    line-height: clamp(0.75rem, 0.406rem + 1.469vw, 1.875rem);
    letter-spacing: -0.05em;

    border: 1px solid white;
    /* padding: 5px 20px; */
    padding-block: clamp(0rem, -0.096rem + 0.408vw, 0.313rem);
    padding-inline: clamp(0rem, -0.383rem + 1.633vw, 1.25rem);
    border-radius: 100px;
    order: 100;
}

.requirements__item:nth-child(1) {
    grid-column: span 1;
}

.requirements__item:nth-child(2) {
    grid-column: span 4;
}

.requirements__item:nth-child(3) {
    grid-column: span 7;
}

.requirements__item:nth-child(4) {
    grid-column: span 6;
}

.requirements__item:nth-child(5) {
    grid-column: span 6;
}

.requirements__item:nth-child(6) {
    grid-column: span 4;
}

.requirements__item:nth-child(7) {
    grid-column: span 8;
}


.ventures-footer {
    display: flex;
    gap: 168px;
    margin-bottom: 60px;
}

.ventures-footer__item {
    display: flex;
    position: relative;
}

.ventures-footer__img {
    position: absolute;
    top: -40px;
    left: -93px;
    z-index: -200;
}

.ventures-footer__text {
    position: relative;
    z-index: 2;
    max-width: 485px;
    font-size: clamp(0.688rem, 0.42rem + 1.143vw, 1.563rem);
    font-weight: 400;
    line-height: clamp(0.825rem, 0.504rem + 1.371vw, 1.875rem);
    letter-spacing: -0.05em;
}

.ventures-footer__item:nth-child(1) {
    margin-left: 60px;
}

.ventures-button {
    display: flex;
    align-items: center;
    gap: 20px;
    outline: none;
    border: none;
    background: linear-gradient(268.46deg, #08E0FF -7.12%, #0591E2 99.09%);
    padding-block: 16px;
    padding-left: 40px;
    padding-right: 35px;
    border-radius: 10px;
    cursor: pointer;
}

.ventures-button__img {
    width: clamp(1.313rem, 0.758rem + 2.367vw, 3.125rem);
}

.ventures-button__text {
    text-transform: uppercase;
    font-size: clamp(0.75rem, 0.406rem + 1.469vw, 1.875rem);
    font-weight: 700;
    line-height: clamp(0.863rem, 0.466rem + 1.69vw, 2.156rem);
}

.ventures__spot:nth-of-type(1) {
    top: 0;
    left: 0;
}

.ventures__spot:nth-of-type(2) {
    bottom: 0;
    left: 0;
}

.ventures__spot:nth-of-type(3) {
    bottom: 0;
    right: 0;
}


/* OTC-escrow */


.OTC-escrow__header {}

.OTC-escrow__statistics-header {
    display: none;
    font-size: clamp(0.688rem, 0.496rem + 0.816vw, 1.313rem);
    font-weight: 700;
    line-height: 13.2px;
    letter-spacing: -0.05em;
    margin-bottom: 6px;
}

.OTC-escrow__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.OTC-escrow__title {
    /* max-width:50%; */
    font-size: clamp(1rem, 0.349rem + 2.776vw, 3.125rem);
    font-weight: 700;
    line-height: clamp(1.15rem, 0.354rem + 3.396vw, 3.75rem);
    letter-spacing: -0.05em;
}

.OTC-escrow__content {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 5px;
}

.OTC-escrow__divider {
    height: 140px;
    width: 2px;
    background: linear-gradient(transparent 0.5%, #0C6ECD 49.21%, transparent 99.5%);
}

.OTC-escrow__description {
    max-width: 360px;
    font-size: clamp(0.688rem, 0.42rem + 1.143vw, 1.563rem);
    font-weight: 400;
    line-height: clamp(0.825rem, 0.504rem + 1.371vw, 1.875rem);
    letter-spacing: -0.05em;
}

.OTC-escrow__statistics-wrap {
    background-color: #081018;
    margin-bottom: 40px;
}

.OTC-escrow__statistics {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 53px;
    padding-bottom: 67px;
}

.OTC-escrow__item:nth-child(1) {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.05em;
}

.OTC-escrow__item:not(:first-child) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
}



.OTC-escrow__subnumber-text {
    text-align: center;
    max-width: 250px;
    text-wrap: balance;

    font-size: clamp(0.5rem, 0.27rem + 0.98vw, 1.25rem);
    font-weight: 400;
    line-height: clamp(0.6rem, 0.324rem + 1.176vw, 1.5rem);
    letter-spacing: -0.03em;
}

.OTC-escrow__number {
    text-align: center;
    background: linear-gradient(174.48deg, #08E0FF 39.3%, #0591E2 87.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-family: Inter;
    font-size: clamp(1.875rem, 0.823rem + 4.49vw, 5.313rem);
    font-weight: 500;
    line-height: clamp(1.875rem, 0.823rem + 4.49vw, 5.313rem);
}

.how-works {
    margin-bottom: 40px;
}

.how-works__header {
    margin-bottom: clamp(0.313rem, -0.357rem + 2.857vw, 2.5rem);
    font-size: clamp(1.25rem, 0.676rem + 2.449vw, 3.125rem);
    font-weight: 700;
    line-height: clamp(1.875rem, 1.301rem + 2.449vw, 3.75rem);
    letter-spacing: -0.05em;
}

.how-works__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.how-works__item {
    flex-grow: 1;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient(138.85deg, rgba(11, 49, 89, 0) 2.17%, #1869BF 77.47%);
}

.how-works__item:nth-child(1) {
    flex-grow: 2;
}

.how-works__content {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #081018;
    padding-top: 60px;
    padding-bottom: 53px;
    padding-left: 40px;
    padding-right: 20px;
}

.how-works__step {
    margin-bottom: 20px;
}

.how-works__step-number {
    background: linear-gradient(174.48deg, #08E0FF 39.3%, #0591E2 87.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: clamp(1.875rem, 0.153rem + 7.347vw, 7.5rem);
    font-weight: 300;
    line-height: clamp(1.875rem, -0.306rem + 9.306vw, 9rem);
    letter-spacing: -0.05em;
}

.how-works__step-text {
    vertical-align: top;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.05em;
}

.how-works__title {
    font-size: clamp(0.625rem, 0.242rem + 1.633vw, 1.875rem);
    font-weight: 700;
    line-height: clamp(0.688rem, 0.209rem + 2.041vw, 2.25rem);
    margin-bottom: 16px;
}

.how-works__description {
    font-size: clamp(0.625rem, 0.338rem + 1.224vw, 1.563rem);
    font-weight: 400;
    line-height: clamp(0.688rem, 0.324rem + 1.551vw, 1.875rem);
}

.OTC-escrow__button {
    background: linear-gradient(268.46deg, #08E0FF -7.12%, #0591E2 99.09%);
    display: flex;
    width: max-content;
    gap: 20px;
    padding: 19px 16px;
    border-radius: 10px;

    font-size: clamp(0.75rem, 0.501rem + 1.061vw, 1.563rem);
    font-weight: 400;
    line-height: clamp(0.863rem, 0.576rem + 1.22vw, 1.797rem);
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.OTC-escrow__button-arrow {
    width: clamp(1.313rem, 0.758rem + 2.367vw, 3.125rem);
}

.OTC-escrow__spot:nth-of-type(1) {
    top: 0;
    left: 0;
}

.OTC-escrow__spot:nth-of-type(2) {
    bottom: 0;
    left: 0;
}

.OTC-escrow__spot:nth-of-type(3) {
    top: 0;
    right: 0;
}



/* listing-strategy */

.listing-strategy__container {
    padding-bottom: 88px;
}

.listing_strategy__header {}

.listing-strategy__head {
    display: flex;
    gap: 145px;
    margin-bottom: 60px;
}

.listing-strategy__subheader {
    font-size: clamp(1rem, 0.349rem + 2.776vw, 3.125rem);
    font-weight: 700;
    line-height: clamp(1.15rem, 0.354rem + 3.396vw, 3.75rem);
    letter-spacing: -0.05em;
    grid-column: 1/3;
    margin-bottom: 50px;
    order: -100;
}

.listing-strategy__descriptions {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 1.059rem + 0.816vw, 1.875rem);
    grid-column: 3/5;
    order: -100;
}

.listing-strategy__description {
    font-size: clamp(0.688rem, 0.515rem + 0.735vw, 1.25rem);
    font-weight: 400;
    line-height: clamp(0.825rem, 0.618rem + 0.882vw, 1.5rem);
    letter-spacing: -0.05em;
}

.listing-strategy-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: clamp(0.496rem, 0.073rem + 1.802vw, 1.875rem);
}


.listing-strategy-list__item {
    background: linear-gradient(138.85deg, rgba(11, 49, 89, 0) 2.17%, #1869BF 77.47%);
    border-radius: 20px;
    padding: 1px;
}

.listing-strategy-list__item:nth-of-type(1) {
    grid-column: 1/2;
}

.listing-strategy-list__item:nth-of-type(2) {
    grid-column: 3/4;
}

.listing-strategy-list__item:nth-of-type(4) {
    grid-column: 2/3;
}

.listing-strategy-list__link {
    grid-column: span 2;
    background: linear-gradient(268.46deg, #08E0FF -7.12%, #0591E2 99.09%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-radius: 10px;

    text-transform: uppercase;
    font-size: clamp(0.625rem, 0.242rem + 1.633vw, 1.875rem);
    font-weight: 400;
    line-height: clamp(0.719rem, 0.279rem + 1.878vw, 2.156rem);
    cursor: pointer;
}

.listing-strategy-list__link-img {
    width: clamp(1.125rem, -0.348rem + 6.286vw, 5.938rem);
}

.listing-strategy-list__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #081018;
    border-radius: 20px;

    padding: 34.5px 17px;
}


.listing-strategy__spot:nth-child(1) {
    top: 0;
    left: 0;
}

.listing-strategy__spot:nth-child(2) {
    bottom: 0;
    right: 0;
}

.listing-strategy__spot:nth-child(3) {
    bottom: 0;
    right: 0;
}

.listing-strategy-list__img {
    height: clamp(0.625rem, 0.147rem + 2.041vw, 2.188rem);
}

.listing-strategy-list__img-mexc {
    height: clamp(0.438rem, -0.098rem + 2.286vw, 2.188rem);
}

.partnership__header {
    margin-bottom: 40px;
}

.partnership__list-header {
    font-size: clamp(1rem, 0.732rem + 1.143vw, 1.875rem);
    font-weight: 700;
    line-height: clamp(1.15rem, 0.813rem + 1.437vw, 2.25rem);
    letter-spacing: -0.05em;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.partnership-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* margin-bottom: 55px; */
}

.partnership-list__item {
    position: relative;
    display: flex;
}

.partnership-list__img {
    width: clamp(1.75rem, 0.602rem + 4.898vw, 5.5rem);
}

/* .partnership-list__item:nth-child(2n) .partnership-list__img {
    left: -5px;
} */

.partnership-list__img {
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -200;
}

.partnership-list .partnership-list__text {
    /* padding-top: 30px; */
    padding-top: clamp(0.625rem, 0.242rem + 1.633vw, 1.875rem);
    font-size: clamp(0.688rem, 0.42rem + 1.143vw, 1.563rem);
    font-weight: 400;
    line-height: clamp(0.825rem, 0.504rem + 1.371vw, 1.875rem);
    letter-spacing: -0.05em;
    margin-left: clamp(0.813rem, -0.508rem + 5.633vw, 5.125rem);
    position: relative;
    z-index: 1;
}

.partnership-footer {
    position: relative;
    align-items: end;
    z-index: 1;
    display: flex;
    gap: 154px;
}

.partnership-footer__header {
    font-size: clamp(0.875rem, 0.186rem + 2.939vw, 3.125rem);
    font-weight: 700;
    line-height: clamp(1.05rem, 0.223rem + 3.527vw, 3.75rem);
    letter-spacing: -0.05em;
    margin-top: 59px;
    order: 10;
    align-self: end;
    max-width:90%;
}

.partnership-footer__button {
    background: linear-gradient(268.46deg, #08E0FF -7.12%, #0591E2 99.09%);
    border-radius: 10px;
    padding: 18px 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
    width: max-content;
    height: max-content;
    align-self: end;
    order: 10;
    cursor: pointer;
}

.partnership__button-text {
    text-transform: uppercase;
    font-size: clamp(0.625rem, 0.242rem + 1.633vw, 1.875rem);
    font-weight: 400;
    line-height: clamp(0.719rem, 0.279rem + 1.878vw, 2.156rem);
}

.partnership__button-img {
    width: clamp(1.125rem, 0.589rem + 2.286vw, 2.875rem);
}


.partnership__spot:nth-child(1) {
    top: 0;
    left: 0;
}

.partnership__spot:nth-child(2) {
    bottom: 0;
    right: 0;
}

.partnership__spot:nth-child(3) {
    top: 0;
    right: 0;
}

/* project-form */
.project-form {
    background-color: white;
    color: black;
    /* width: initial; */
    /* width: calc(); */
    max-width: 47vw;
}



.project-form__container {
    padding: 50px 120px 40px 54px;

}

.project-form__form {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 20px;
    align-items: end;
    margin-bottom: 40px;
}

.project-form label:not(.project-form__label-checkbox) {
    display: flex;
    flex-direction: column;

    font-size: clamp(0.75rem, 0.54rem + 0.898vw, 1.438rem);
    font-weight: 400;
    line-height: clamp(0.9rem, 0.602rem + 1.273vw, 1.875rem);
}

.project-form input:not([type="file"]) {
    outline: none;
    border: none;
    border-bottom: 1px solid #ABAAAA;
    padding-bottom: 5px;

    font-size: clamp(0.75rem, 0.501rem + 1.061vw, 1.563rem);
    font-weight: 400;
    line-height: 30px;

}

.project-form select {
    min-height: 30px;
    margin-top: 7px;
    width: 100%;
    border-radius: 5px;
    background-color: #ECECEC;

    font-size: clamp(0.75rem, 0.501rem + 1.061vw, 1.563rem);
    font-weight: 400;
    line-height: 30px;

}

.project-form__file-text {
    /* text-wrap: nowrap; */
}

.project-form__file-min-text {
    font-size: clamp(0.75rem, 0.635rem + 0.49vw, 1.125rem);
    font-weight: 400;
    line-height: 24px;
}

.project-form__file-input {
    /* margin-top: 22px; */
    display: none;
}

.project-form__confirmed,
.project-form__description,
.project-form__linkedin,
.project-form__referral-source,
.project-form__token-info {
    grid-column: span 2;
}

.project-form__header {
    text-transform: uppercase;
    font-size: clamp(1rem, 0.349rem + 2.776vw, 3.125rem);
    font-weight: 400;
    line-height: clamp(1.15rem, 0.402rem + 3.192vw, 3.594rem);
    margin-bottom: 40px;
}

.project-form__required {
    color: #FF0000;
}

/* .project-form__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
} */

.project-form__footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;

    font-size: clamp(0.5rem, 0.347rem + 0.653vw, 1rem);
    font-weight: 400;
    line-height: clamp(0.6rem, 0.416rem + 0.784vw, 1.2rem);
}

.project-form__file-button {
    margin-top: clamp(0.313rem, -0.013rem + 1.388vw, 1.375rem);
    padding: 3px 20px;
    border: 0.2px solid rgb(0, 0, 0);
    border-radius: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: max-content;


    font-size: 16px;
    /* font-weight: 700; */
    line-height: 19.2px;
    cursor: pointer;

}

.project-form__CAPTCHA {
    padding: 7px 47px;
    font-family: Helvetica;
    font-size: clamp(1rem, 0.828rem + 0.735vw, 1.563rem);
    font-weight: 400;
    line-height: clamp(1.2rem, 0.993rem + 0.882vw, 1.875rem);
    text-align: left;
    background-color: #003CFF;
    border: none;
    color: white;
    width: max-content;
    cursor: pointer;
    margin-bottom: 34px;
}

.project-form__submit {
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 7px 35px;
    border: none;

    font-size: clamp(1.125rem, 0.991rem + 0.571vw, 1.563rem);
    font-weight: 400;
    line-height: clamp(1.35rem, 1.189rem + 0.686vw, 1.875rem);

}

.header__mobile-spot:nth-child(1) {
    left: 0;
    top: 0;
}

.main-header__mobile-spot:nth-child(1) {
    right: 0;
    bottom: 0;
}

.statistics__mobile-spot:nth-child(1) {
    left: 0;
    bottom: 0;
}

.problems__mobile-spot:nth-child(1) {
    width: 100vw;
}

.different__mobile-spot:nth-child(1) {
    right: 0;
}

.offer__mobile-spot:nth-child(1) {
    top: -90px;
}

.offer__mobile-spot:nth-child(2) {
    bottom: 70px;
    right: 0;
}

.partners__mobile-spot:nth-child(1) {
    top: 0;
    right: 0;
    opacity: 0.65;
}

.partners__mobile-spot:nth-child(2) {
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0.35;
}

.partners__mobile-spot:nth-child(3) {
    top: 150px;
    left: 0;
    opacity: 0.65;
}

.partners__mobile-spot:nth-child(4) {
    top: 150px;
    left: 0;
    z-index: 0;
    opacity: 0.35;
}

.help__mobile-spot:nth-child(1) {
    top: -50px;
    right: 0;
}

.footer {
    background-color: #081018;
}

.footer__mobile-spot:nth-child(1) {
    right: 0;
    top: 0;
}

.footer__mobile-spot:nth-child(2) {
    right: 0;
    bottom: 0;
}

.call-to-action__action {
    font-size: clamp(1rem, 0.152rem + 2.262vw, 2.188rem);
    font-weight: 700;
    line-height: clamp(1.15rem, 0.175rem + 2.601vw, 2.516rem);
}
.switch {
    display: none;
    gap: 10px;
    padding-right: 20px;
}
.switch__img {
    width: 26.8px;
    cursor: pointer;
    transition: scale 0.2s;
}
.switch__img:active {
    scale: 1.2;
}
.offer__list::-webkit-scrollbar {
    display: none;
}
dialog {
    /* transition: all 1s; */
}
.market-making__mobile-spot:nth-child(1) {
    top: 0;
    left: 0;
}
.market-making__mobile-spot:nth-child(2) {
    top: 0;
    right: 0;
}
.market-making__mobile-spot:nth-child(3) {
    top: 200px;
    left: 0;
}
.market-making__mobile-spot:nth-child(4) {
    bottom: 0;
    left: 0;
}

.tokenomics__mobile-spot:nth-child(1) {
    top: 0;
    left: 0;
}
.tokenomics__mobile-spot:nth-child(2) {
    bottom: 0;
    left: 0;
}
.tokenomics__mobile-spot:nth-child(3) {
    bottom: 0;
    right: 0;
}

.support__mobile-spot:nth-child(1) {
    top: 0;
    left: 0;
}
.support__mobile-spot:nth-child(2) {
    top: 250px;
    left: 0;
}
.support__mobile-spot:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 100%;
}
.support__mobile-spot:nth-child(4) {
    top: 80px;
    right: 0;
}


.ventures__mobile-spot:nth-child(1) {
    top: 0;
    left: 0;
}
.ventures__mobile-spot:nth-child(2) {
    bottom: 0;
    left: 0;
}
.ventures__mobile-spot:nth-child(3) {
    bottom: 0;
    right: 0;
}
.ventures__mobile-spot:nth-child(4) {
    bottom: 80px;
    right: 0;
}

.OTC-escrow__mobile-spot:nth-child(1) {
    top: 0;
    left: 0;
}

.OTC-escrow__mobile-spot:nth-child(2) {
    top: 200px;
    left: 0;
    opacity: 0.65;
}
.OTC-escrow__mobile-spot:nth-child(3) {
    top: 200px;
    left: 0;
    opacity: 0.35;
    z-index: 0;
}
.OTC-escrow__mobile-spot:nth-child(4) {
    top: 100px;
    right: 0;
    opacity: 0.65;
}
.OTC-escrow__mobile-spot:nth-child(5) {
    top: 100px;
    right: 0;
    opacity: 0.35;
    z-index: 0;
}

.listing-strategy__mobile-spot:nth-child(1) {
    top: 0;
    left: 0;
}
.listing-strategy__mobile-spot:nth-child(2) {
    bottom: 0;
    left: 0;
}
.listing-strategy__mobile-spot:nth-child(3) {
    bottom: 0;
    right: 0;
}

.partnership__mobile-spot:nth-child(1) {
    top: 0;
    left: 0;
}
.partnership__mobile-spot:nth-child(2) {
    bottom: 0;
    left: 0;
}
.partnership__mobile-spot:nth-child(3) {
    bottom: 0;
    right: 0;
}
.partners__head {
    align-items: center;
}

.market-making__container {
    padding-bottom: 100px;
}
.tokenomics-head__header {
    grid-column: 1/3;
}
.tokenomics-head__content {
    grid-column: 3/5;
}
.tokenomics__title {
    grid-column: 1/5;
}
.ventures__header {
    margin-bottom: 48px;
}
.footer-list__link {
    cursor: pointer;
}


.contact-us__header {
    margin-bottom: clamp(1.25rem, 0.867rem + 1.633vw, 2.5rem);
    font-weight: 400 !important;
}
.contact-us__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr auto;
    gap: 30px;
}
.contact-us__label {
    height: 100%;
    width: 100%;
}

.contact-us__label-text {
    font-size: clamp(0.875rem, 0.569rem + 1.306vw, 1.875rem);
    font-weight: 700;
    line-height: clamp(1.05rem, 0.683rem + 1.567vw, 2.25rem);
    display: block;
    margin-bottom: clamp(0.438rem, 0.38rem + 0.245vw, 0.625rem);
}
.contact-us__input-wrap {
    background: linear-gradient(-20deg, transparent 16.13%, #1869BF 56.56%);
    padding: 1px;
    border-radius: clamp(0.625rem, 0.434rem + 0.816vw, 1.25rem);
    /* height: max-content; */
}
.contact-us__input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    background-color: #081018;

    font-size: clamp(0.688rem, 0.42rem + 1.143vw, 1.563rem);
    font-weight: 300;
    line-height: clamp(0.825rem, 0.504rem + 1.371vw, 1.875rem);
    border-radius: clamp(0.625rem, 0.434rem + 0.816vw, 1.25rem);
    padding-top: clamp(0.75rem, 0.578rem + 0.735vw, 1.313rem);
    padding-bottom: clamp(0.813rem, 0.659rem + 0.653vw, 1.313rem);
    padding-left: clamp(0.625rem, 0.223rem + 1.714vw, 1.938rem);
}
.contact-us__textarea {
    resize: none;
}
.contact-us__textarea-wrap {
    background: linear-gradient(-40deg, transparent 16.13%, #1869BF 56.56%);
    height: clamp(6.25rem, 2.672rem + 15.265vw, 17.938rem);
}
.contact-us__label-textarea {
    margin-top: 10px;
    grid-column: 1/3;
}

.contact-us__button {
    width: max-content;
    margin-top: clamp(0.313rem, -0.166rem + 2.041vw, 1.875rem);
    background: linear-gradient(268.46deg, #08E0FF -7.12%, #0591E2 99.09%);
    border: none;
    border-radius: clamp(0.313rem, 0.217rem + 0.408vw, 0.625rem);
    cursor: pointer;

    /* padding-block: 25px;
    padding-inline: 137px;

    padding-block: 13.5px;
    padding-inline: 75px; */

    padding-block: clamp(0.844rem, 0.624rem + 0.939vw, 1.563rem);
    padding-inline: clamp(4.688rem, 3.501rem + 5.061vw, 8.563rem);

    font-size: clamp(0.938rem, 0.651rem + 1.224vw, 1.875rem);
    font-weight: 700;
    line-height: clamp(1.078rem, 0.748rem + 1.408vw, 2.156rem);
}

.contact-us__spot:nth-child(1) {
    top: 0;
    left: 0;
}
.contact-us__spot:nth-child(2) {
    bottom: 0;
    left: 0;
}
.contact-us__spot:nth-child(3) {
    top: 0;
    right: 0;
}
.contact-us__spot:nth-child(4) {
    bottom: 0;
    right: 0;
}

.contact-us__mobile-spot:nth-child(1) {
    top: 0;
    left: 0;
}
.contact-us__mobile-spot:nth-child(2) {
    bottom: 0;
    left: 0;
}
.contact-us__mobile-spot:nth-child(3) {
    bottom: 120px;
    right: 0;
}
.contact-us__mobile-spot:nth-child(4) {
    bottom: 0;
    right: 0;
}

.privacy-policy, .cookies-policy {
    color: #adadad;
}
.policy__header, .policy__title, .policy__contact {
    color: white;
}
.policy__subheader {
    margin-bottom: 30px;
}
.privacy-policy__last-updated {
    text-decoration: underline;
    margin-bottom: 30px;
}
.policy__group {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-bottom: 30px;
}
.policy__list {
    list-style-type: square;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}
.policy__list-number {
    list-style-type: decimal;
    gap: 20px;
}

.policy__item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-bottom__policy, .footer-bottom__cookies {
    cursor: pointer;
}

