.header {
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.header>img {
    height: 57px;
}
.header>a>img {
    height: 57px;
}

.header .logo {
    margin: 0 auto 0 0;
}

.header>.gradient-color {
    width: 256px;
    margin-left: 8px;
    font-family: 'Barlow';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 110%;
color: white;
}

.block__gradient {
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, #000 0%, #121A26 86.22%);
}

.hero-section {
    display: flex;
    padding-top: 80px;
    padding-bottom: 60px;
}


.hero-section .container {
    justify-content: space-between;
}

.hero-section .info-part {
    display: flex;
    flex-direction: column;
    z-index: 5;
}

.hero-section>.container>img {
    margin: 0 -100px 0 0;
    width: 572px;
    height: 461px;
}


.hero-section .info-part>p {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
}

.hero-amount {
    transform: translateY(5px);
}

.hero-section .info-part>p:last-child {
    margin-top: 75px;
    color: #8E8E93;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    white-space: nowrap;
}

.button-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}

.button-wrapper .button {
    gap: 16px;
}

.button-wrapper .button img {
    width: 25px;
    height: 25px;
}

.hero-section .info-part>.button-wrapper>span {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

.hero-section .info-part>.button-wrapper>span>a {
    text-decoration: unset;
}

.hero-section.register .info-part>p {
    margin-bottom: 0;
}

.hero-section.register.page {
    box-sizing: border-box;
    background: linear-gradient(180deg, #000 0%, #09072C 86.22%);
}

.hero-section.register.page .container {
    height: max-content;
    min-height: 100%;
}

.hero-section.register.page .container {
    align-items: center;
}

.hero-section.register .container>img {
    display: none;
}

.hero-section.register:not(.page) .info-part>p:last-child {
    margin: 0 0 36px;
}

.hero-section.register.page .container>p {
    display: none;
}

.hero-section.register .info-part>*:not(img) {
    z-index: 5;
}

.hero-section.register .info-part>img {
    width: 490px;
    max-width: 100%;
    margin-top: 15px;
}

.hero-section.register.page .info-part>img {
    margin-top: 0;
}

.hero-section.register .info-part>img:first-child {
    width: 200px;
    margin-bottom: 70px;
}

.hero-section.register .info-part {
    width: 50%;
}

.rating {
    display: flex;
    gap: 15px;
}

.rating p {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}


.replicate {
    display: flex;
    padding-bottom: 100px;

}

.replicate__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 48px;
    line-height: 56px;
}

.replicate__container {
    display: flex;
    flex-direction: column;
}

.replicate__container>.button-wrapper {
    margin-top: 60px;
    justify-content: center;
}

.replicate__img {
    max-width: 932px;
    width: 100%;
    object-fit: cover;
    margin: 60px auto 0;
}

.replicate__text {
    color: #8E8E93;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 36px;
}

.believe {
    background-color: #010202;
}

.believe .scrollable {
    background-color: #1662FF;
    gap: 16px;
    justify-content: space-between;
}

.believe .scrollable>div {
    background-color: #1662FF;
    border-radius: 9px;
    padding: 19px 15px;
    width: 304px;
}

.believe .scrollable>div>p {
    color: #FFF;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    margin: 14px 0;
}

.believe .scrollable>div>span {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.invest {
    padding: 0 !important;
}

.invest .container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 66px;
    padding-bottom: 60px;
}

.invest .container h1 {
    margin-top: 0;
}

.invest .container>p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin: 0;
}

.logos {
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow: hidden;
}

.logos-line,
.logos-line-part {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    justify-content: center;
}

.bonuses-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}


.bonuses-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 15px;
    background-color: #121A26;
    max-width: 276px;
    width: 100%;
}

.bonuses-image {
    width: 60px;
    height: 60px;
}

.bonuses-title {
    font-family: Helvetica;
    font-size: 22px;
    margin-top: 24px;

}

.bonuses-txt {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 0px;
    letter-spacing: -0.32px;
}

.bonuses-footer {
    display: flex;
    align-items: center;
    margin-top: 24px;
    border-left: 1px solid #3083E8;
    padding-left: 16px;
    height: 36px;
    margin-top: auto;
}

.bonuses-free {
    font-family: Barlow;
    font-weight: 700;
    font-size: 20px;
    line-height: 33.6px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #34C19F;
    font-style: normal;
}

.bonuses-criest {
    color: #FFF;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 5px;
    position: relative;
}

.bonuses-criest::before {
    content: "";
    top: 10px;
    transform: rotate(-17deg);
    position: absolute;
    width: 54px;
    height: 2px;
    background: #7F7F7F;
}

.logos-line:first-child .logos-line-part:first-child {
    margin-left: 60px;
}

.logos-line:last-child .logos-line-part:first-child {
    margin-left: -60px;
}

.icon-cards {
    padding: 60px 0;
}

.icon-cards-wrapper {
    display: flex;
    border-radius: 15px;
    border: 1px solid rgba(142, 142, 147, 0.50);
}

.icon-cards-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px;
}

.icon-cards-item:not(:last-child) {
    border-right: 1px solid rgba(142, 142, 147, 0.50);
}

.icon-cards-item img {
    width: 36px;
    height: 36px;
}

.icon-cards-item p,
.icon-cards-item p span {
    margin: 40px 0 0;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.icon-cards-item p a {
    text-decoration: none;
}

.button-wrapper .container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.button-wrapper p {
    color: #8E8E93;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.24px;
}

.bordered-icons-wrapper .container {
    padding-bottom: 0;
}

.bordered-icons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 15px;
    border: 1px solid #1662FF;
    padding: 46px 52px;
    margin-top: 60px;
}

.believe.image-card-wrapper {
    background: #121A26;
}
.believe.invest.bonuses {
    background: #010202;
}

.image-card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
    gap: 23px;
    padding-bottom: 80px;
}

.image-card-item {
    width: calc(33.333% - 16px);
    display: block;
    position: relative;
    border-radius: 9px;
    background: linear-gradient(268.5deg, #FFF6DF, #E5CC9A, #C19F72, #DCC18D, #F5E4BF);
}

.image-card-item-inner {
    margin: 1px;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    border-radius: 9px;
    display: flex;
    background: linear-gradient(180deg, #000 0%, #09072C 100%);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    gap: 24px;
}

.image-card-item p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin: 24px 0 0;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px; */
    width: calc(100% - 30px);
}

.image-card-item span {
    display: inline-block;
    color: #8E8E93;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    top: calc(100% + 16px);
    position: absolute;
}

.image-card-item img {
    height: max-content;
}

.image-card-item:not(:nth-child(6)) img {
    max-width: calc(100% - 16px);
}

.image-card-item:nth-child(1) img {
    width: 271px;
    transform: translateX(36px);
}

.image-card-item:nth-child(2) img {
    width: 285px;
}

.image-card-item:nth-child(3) img {
    width: 334px;
}

.image-card-item:nth-child(4) img {
    width: 244px;
    transform: translateX(-13px);
}

.image-card-item:nth-child(5) img {
    width: 268px;
    transform: translateX(-21px);
}

.image-card-item:nth-child(6) img {
    width: 100%;
}

.why {
    background-color: #fff;
}

.why h2 {
    margin-bottom: 60px;
}

.why h2 span {
    color: #000;
}

.why h2 span.gold {
    color: #C3A275;
}

.icons-with-text {
    width: 100%;
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
}

.icons-with-text-item {
    display: flex;
    width: 25%;
    gap: 24px;
}

.icons-with-text-item>img {
    width: 60px;
    height: 60px;
}

.icons-with-text-item>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.why .icons-with-text-item>div p {
    color: #09072C;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    margin: 0;
}

.why .icons-with-text-item>div span {
    color: #111;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.icons-with-text.with-border {
    margin-top: 60px;
    flex-wrap: wrap;
}

.icons-with-text.with-border .icons-with-text-item {
    border-radius: 15px;
    border: 1px solid #3083E8;
    padding: 30px;
    width: calc(50% - 24px/2);
}

.icons-with-text.with-border .icons-with-text-item>img {
    align-self: center;
}

.icons-with-text.with-border .icons-with-text-item>div {
    gap: 24px;
}

.why.believe.button-wrapper {
    padding-top: 60px;
    padding-bottom: 100px;
}

.hero-section.stay {
    background-image: url(./assets/images/DEV_1.webp);
    background-size: 80%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 1050px;
    padding-top: 120px;
}

.hero-section.stay .container {
    align-items: flex-start;
    gap: 100px;
}

.stay.hero-section .info-part>p {
    margin-bottom: 36px;
}

.card-part {
    display: flex;
    gap: 24px;
}

.card-part-item {
    border-radius: 9px;
    border: 0.4px solid #5993FF;
    background: #CCDAEA;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    padding: 24px;
    width: 276px;
}

.card-part-item img:first-child {
    width: 90px;
    height: 90px;
    margin-top: -45px;
}

.card-part-item img:not(:first-child) {
    width: calc(50% - 4px);
    margin-top: 24px;
}

.card-part-item img:last-child {
    margin-left: auto;
}

.card-part-item>*:not(img) {
    width: 100%;
}

.card-part-item p {
    color: #09072C;
    text-align: center;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    margin-bottom: 14px;


}


.card-part-item p>span {
    color: #09072C;
    text-align: center;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    margin-bottom: 14px;
}

.card-part-item span {
    color: #111;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.ready-wrapper {
    background: linear-gradient(180deg, #000 0%, #09072C 86.22%);
    padding-top: 120px;
}

.ready {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 360px;
    border-radius: 9px;
    background: linear-gradient(270deg, #DAB763 0%, #F1DFB0 100%);
}

.ready>*:not(img) {
    position: relative;
    z-index: 5;
    max-width: 370px;
}

.ready>img {
    position: absolute;
    z-index: 3;
}

.ready>img:nth-child(1) {
    bottom: 0;
    left: 0;
}

.ready>img:nth-child(2) {
    top: 0;
    right: 0;
}

.ready>img:nth-child(3) {
    display: none;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 30px);
}

.ready p {
    color: #000;
    text-align: center;
    font-family: Helvetica;
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
}

.ready span {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 24px;
}

.ready .button {
    background-color: #000;
    margin-top: 46px;
}

.number-cards {
    display: flex;
    gap: 24px;
    width: 100%;
    margin-top: 40px;
}

.number-cards {
    display: flex;
    gap: 24px;
    width: 100%;
    margin-top: 40px;
}

.number-card-item {
    width: calc(33.333% - 16px);
    border-radius: 9px;
}

.number-card-item.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: 1px;
    padding: 0 60px 50px;
    border: 1px solid #8E8E93;
}

.number-card-item p {
    color: #FFF;
    text-align: center;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    margin: 0 0 24px;
}

.number-card-item span:not(.blue-text) {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.number-card-item span.blue-text {
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 110%;
    position: absolute;
    top: 18px;
    left: 20px;
}

.how-to-after-button-section {
    padding-bottom: 120px;
}

.believe .button-wrapper {
    margin-top: 60px;
}

.start {
    padding: 165px 0;
}

.start .container {
    align-items: center;
    align-content: center;
}

.start .container>img {
    object-fit: contain;
    width: 50%;
}

.start-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    margin-left: 70px;
    width: calc(50% - 70px);
}

.start-info h1 {
    color: #111;
    margin-top: 0;
}

.start-info p {
    color: #111;
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    margin: 8px 0 42px;
}

.start-info .button-wrapper {
    margin-bottom: 42px;
}

.start-info>span:last-child {
    color: #8E8E93;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

footer {
    background: #121A26;
    padding: 50px 0;
    color: white;
}

footer .container {
    flex-direction: column;
    gap: 16px;
}

footer p {
    color: #FFF;
    text-align: justify;
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

footer a {
    color: #3083E8 !important;
    text-decoration: underline;
}

@media (max-width: 1880px) {

    .ready>img:nth-child(1),
    .ready>img:nth-child(2) {
        width: 30%;
    }
}

@media (max-width: 1600px) {
    .bonuses-cards {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1440px) {
    .hero-section>.container>img {
        width: 400px;
        height: 320px;
        margin: 0 -100px 0 0;
    }

    .ready {
        height: 550px;
        padding-bottom: 190px;
    }

    .ready>img:nth-child(1),
    .ready>img:nth-child(2) {
        display: none;
    }

    .ready>img:nth-child(3) {
        display: block;
    }
}

@media (max-width: 1100px) {

    .header>.gradient-color,
    .header>a {
        display: none;
    }
	.header>a.visible {
        display: inline-block;
    }

    .header .headerIco_mob {
        display: block;
    }

    .hero-section>.container>img {
        margin: 0 -30px 0 0;
    }

    .believe {
        /* overflow: scroll; */
        padding: 60px 0;
    }

    .believe .scrollable {
        background-color: transparent;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: max-content;
    }

    .logos-line {
        flex-direction: column;
        align-items: flex-start;
        margin-left: -75px;
    }

    .logos-line .logos-line-part:last-child {
        flex-direction: row-reverse;
    }

    .logos-line .logos-line-part img {
        width: 200px;
    }

    .believe.button-wrapper {
        padding: 0;
    }

    .bordered-icons {
        flex-wrap: wrap;
        padding: 16px;
        margin-top: 18px;
        gap: 16px;
    }

    .bordered-icons img:nth-child(1),
    .bordered-icons img:nth-child(2),
    .bordered-icons img:nth-child(3),
    .bordered-icons img:nth-child(4) {
        width: 16%;
    }

    .bordered-icons img:nth-child(5),
    .bordered-icons img:nth-child(6),
    .bordered-icons img:nth-child(7) {
        width: calc(33.333% - 16px*2);
    }

    .icons-with-text {
        flex-wrap: wrap;
    }

    .icons-with-text-item {
        width: 100%;
    }

    .hero-section.stay .container {
        flex-direction: column;
        justify-content: flex-start;
    }

    .card-part-item {
        width: 50%;
    }

    .number-cards {
        flex-direction: column;
        align-items: center;
    }

    .number-card-item {
        width: 100%;

    }

    .number-card-item .inner {
        width: 100%;
        border: 1px solid #8E8E93;
    }

    .how-to-after-button-section {
        padding-bottom: 60px !important;
    }

    .start {
        padding: 54px 0 60px;
    }

    .start .container {
        flex-direction: column-reverse;
        gap: 36px;
    }

    .start .container>* {
        width: 100% !important;
    }

    .start-info {
        margin: 0;
    }

    .start-info .button-wrapper,
    .start-info .button-wrapper a {
        width: 100%;
        justify-content: center;
        margin: 0 0 12px 0;
    }

    .start-info p {
        margin: 18px 0 36px;
        font-size: 18px;
    }

     }

@media (max-width: 768px) { 
    h1 {
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 36px;
        align-items: center;
        letter-spacing: -0.01em;
        text-transform: uppercase;
    }
    .robohand {
        width: 36px !important;
        height: 36px !important;
    }
    h2 {
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
    }
    img.logo {
        width: 134px !important;
        height: 24px !important;
    }
    .hero__title {
        text-align: center;
    }
    .header>img {
    .header>a>img {
        height: 36px;
    }
        height: 36px;
    }
    .risk-declaration-parent {
        max-width: 100%  !important;
    }
    .legal-information {
        flex-direction: column !important;
    }
    .button-wrapper {
        width: 100%;
        max-width: 344px;
    }

    /* .hero-section.stay {
        background-image: url(./assets/images/DEV_1-mob.webp);
        background-position-y: bottom;


    } */

    .hero-section {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .hero-section>.container>img {
        margin: 0 auto;
        max-width: 335px;
        max-height: 268px;
        margin-top: 39px;
    }

    .hero-section .container,
    .button-wrapper {
        flex-direction: column;
        align-items: flex-start;
        align-self: center;
    }

    .button-wrapper {
        margin: 36px 0;
    }

    .button-wrapper .button {
        width: 100%;
        justify-content: center;
    }

    .hero-section .info-part>p {
        font-size: 18px;
        font-weight: 300;
        line-height: 140%;
        margin: 0;
    }

    .hero-section .info-part>p>br {
        display: none;
    }

    .hero-section .info-part>.button-wrapper>span,
    .hero-section .info-part>p:last-child {
        font-size: 16px;
        font-weight: 300;
        line-height: 140%;
        margin: 0;
    }

    .replicate__header {
        font-size: 36px;
        text-align: left;
        display: initial;
        margin-top: 55px;

    }

    .logos {
        gap: 6px;
    }

    .logos-line {
        margin-left: -54px;
    }

    .logos-line,
    .logos-line-part {
        gap: 6px;
    }

    .logos-line .logos-line-part img {
        width: 120px;
    }

    .invest .container {
        padding-top: 0px;
        padding-bottom: 36px;
    }

    .invest .container>p {
        font-size: 18px;
        font-weight: 300;
        line-height: 140%;
    }

    .icon-cards {
        padding-bottom: 30px;
    }

    .icon-cards-wrapper {
        flex-direction: column;
    }

    .icon-cards-item {
        width: 100%;
    }

    .icon-cards-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(142, 142, 147, 0.50);
    }

    .believe.button-wrapper {
        margin: 0;
    }

    .bordered-icons-wrapper .container {
        padding-top: 30px;
    }

    .image-card {
        margin-top: 36px;
        gap: 14px;
    }

    .image-card-item {
        width: 100%;
    }

    .image-card-item:nth-child(4) {
        margin-bottom: 45px;
    }

    .image-card-item span {
        text-align: left;
        font-size: 12px;
        top: calc(100% + 14px);
    }

    .why .icons-with-text-item>div p {
        font-size: 20px;
    }

    .icons-with-text.with-border .icons-with-text-item {
        width: 100%;
        flex-direction: column;
    }

    .icons-with-text.with-border .icons-with-text-item>img {
        align-self: flex-start;
    }

    .why.believe.button-wrapper {
        padding-top: 0;
        padding-bottom: 56px;
        max-width: unset !important;
    }

    .hero-section.stay {
        min-height: unset;
        padding-top: 30px;
        padding-bottom: 500px;

    }

    .hero-section.stay .info-part {
        width: 100%;
    }

    .how-to {
        padding-top: 120px !important;
    }

    .number-cards {
        margin-top: 18px;
    }

    .replicate {
        padding-bottom: 50px;
    }

    .replicate__text {
        font-size: 16px;
        text-align: left;
    }

    .hero-section.register .container>* {
        width: 100%;
    }

    .hero-section.register:not(.page) .container .info-part {
        margin-bottom: 36px;
    }

    .hero-section.register:not(.page) .container .info-part>img {
        display: none;
    }

    .hero-section.register .container>img {
        display: block;
    }

    .formWrapper {
        margin: 0 !important;
    }

    .hero-section.register.page .info-part>img {
        display: none;
    }

    .hero-section.register.page .info-part>p:last-child {
        display: none;
    }

    .hero-section.register.page .info-part {
        margin-bottom: 16px;
    }

    .hero-section.register.page .container>p {
        display: inline-block;
        font-size: 18px;
        font-weight: 300;
        line-height: 140%;
        color: #8E8E93;
        font-family: Inter;
        margin-top: 20px;
    }
    footer .container {
        gap: 48px;
    }
    .declaration {
        flex-direction: column;
        align-items: center;
        gap: 16px !important;
    }
}

@media (max-width: 550px) {
    .hero-section.stay {
        padding-bottom: 350px;
    }

    .bonuses-cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .support-cards {
        grid-template-columns: repeat(2, 1fr) !important;
     }

    .hero-section.stay .container {
        gap: 54px;
    }

    .card-part {
        flex-wrap: wrap;
        gap: 50px;
    }

    .card-part-item {
        width: 100%;
    }

    .bonuses-card {
        max-width: calc(100% - 2px);
    }

    .how-to {
        padding-top: 40px !important;
    }
    .rating {
        justify-content: center;
    }
    .hero-section .container, .button-wrapper {
        flex-direction: column;
        align-items: center;
    }
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .mobile-center {
        text-align: center;
    }
    .replicate__header, .bonuses__header {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .results__header, .info-header {
        font-size: 24px;
        line-height: 32px;
    }
    .mob-hidden {
        display: none !important;
    }
    .button-wrapper {
        width: 100%;
        max-width: 344px;
    }
    .hero-section .info-part>p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 425px) {
    .hero-section.stay {
        padding-bottom: 250px;
    }

    .bonuses__header,
    .how-to__header {
        max-width: 320px;
    }

    .number-card-item,
    .bonuses-card {
        max-width: 320px;
    }

    .hero__title>br {
        display: none;
    }

    .bonuses-cards {
        margin-top: 37px;
    }

    .bonuses .button-wrapper,
    .how-to .button-wrapper {
        width: 100%;
        max-width: 320px;
        align-self: center;
    }

    .hero__banner {
        max-width: 300px;
    }



    .replicate__header {
        max-width: 328px;
    }

    .replicate__text {
        margin-top: 0px;
    }



}

.overflow-hidden {
    overflow: hidden;
}
.size-auto {
    width: auto;
    height: auto;
}
.max-w-\[40px\] {
    max-width: 40px;
}
.w-full {
    width: 100%;
}
.inline-block {
    display: inline-block;
}
@media (min-width: 1024px) {
    .laptop\:max-w-\[50px\] {
        max-width: 50px;
    }
}
.green-text {
    color: #71EED0 !important;
}
.blue-text {
    color: #3083E8 !important;
}
.button-blue {
    background-color: #3083E8 !important;
    color: #FFF;
}
.center {
    text-align: center;
}

.support-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 12px;
}


.support-card-item {
    display: flex;
    flex-direction: column;
    max-width: 276px;
    height: 168px;
}

.support-txt {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 24px;
    margin-bottom: 0px;
    letter-spacing: -0.32px;
    text-align: center;
}

.support-card-item.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 24px 22px 24px 21px;
    border: 1px solid #8E8E93;
    background-color: #121A26;
    border-radius: 12px;
}
.declaration{
    display:flex;
    gap: 124px;
}
.risk-declaration {
    margin: 0;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-family: inherit;
    margin-bottom:16px;
  }
  .operations-offered-by {
    position: relative;
    line-height: 16px;
  }
  .risk-declaration-parent {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-16);
    min-width: 50%;
    max-width: 50%;
  }
  .the-site-fletradecom {
    margin: 0;
  }
  .the-site-fletradecom-container {
    align-self: stretch;
    position: relative;
    line-height: 16px;
  }
  .brand-info,
  .brand-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .brand-info {
    align-self: stretch;
    justify-content: flex-start;
    gap: var(--gap-16);
  }
  .brand-info-wrapper {
    justify-content: flex-end;
    padding: 0 0 16px;
    box-sizing: border-box;
  }
  .page {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 124px;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    font-size: var(--font-size-12);
    color: var(--color-white);
    font-family: var(--font-inter);
  }
  @media screen and (max-width: 950px) {
    .brand-info-wrapper {
      flex: 1;
    }
    .page {
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 700px) {
    .brand-info-wrapper {
      min-width: 100%;
    }
    .page {
      gap: 62px;
    }
  }
  @media screen and (max-width: 450px) {
    .risk-declaration-parent {
      min-width: 100%;
    }
    .page {
      gap: 31px;
    }
  }

.logo-1-icon {
    align-self: stretch;
    height: 24px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
  }
  .logo-1-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 16px 0 0;
  }
  .fletrade {
    position: relative;
    line-height: 16px;
  }
  .copyright-notice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 4px 22px 0 0;
    font-size: var(--font-size-12);
  }
  .more-ways-to {
    color: var(--color-white);
  }
  .contact-us {
    color: inherit;
  }
  .more-ways-to-container {
    position: relative;
    line-height: 20px;
  }
  .contact-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-2) 0 0;
    color: var(--color-dodgerblue);
  }
  .span {
    text-decoration: underline;
  }
  .contact-details1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-2) 8px 0 0;
  }
  .contact-details1,
  .supportfletradecom {
    color: var(--color-dodgerblue);
  }
  .contact-details2,
  .frame-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contact-details2 {
    flex-direction: column;
    padding: var(--padding-2) 0 0;
  }
  .frame-group {
    flex-direction: row;
    gap: 16px;
    max-width: 100%;
  }
  .privacy-policy-container {
    color: #3083E8;
    flex: 1;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    max-width: 100%;
  }
  .stationsplein-32-3511 {
    position: relative;
    text-decoration: underline;
    line-height: 16px;
    color: inherit;
  }
  .utrecht-netherlands-tower-container {
    position: relative;
    text-decoration: underline;
    line-height: 16px;
    display: inline-block;
    max-width: 100%;
  }
  .address-details {
    flex-direction: column;
    gap: 14px;
    position: relative;
    font-family: var(--font-inter);
  }
  .address-details,
  .frame-parent,
  .legal-information {
    font-size: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
  }
  .legal-information {
    align-self: stretch;
    flex-direction: column;
    gap: 14px;
    font-size: var(--font-size-12);
    color: var(--color-dodgerblue);
    font-family: var(--font-helvetica);
  }
  .frame-parent {
    width: 1144px;
    flex-direction: column;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    gap: 14px;
  }
  .background {
    align-self: stretch;
    height: 1px;
    position: relative;
    background-color: var(--color-darkslategray);
  }
  .website-structure {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-24);
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    font-size: var(--font-size-14);
    color: var(--color-white);
    font-family: var(--font-inter);
  }
  @media screen and (max-width: 951px) {
    .frame-group {
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 759px) {
    .address-details {
      flex-wrap: wrap;
    }
  }
  
.mb-16 {
    margin-bottom: 16px;
}
.styles_wrapper__O9D5N {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.max-w-maxContainerWidth {
    max-width: 1254px;
}
.overflow-hidden {
    overflow: hidden;
}

.mb-\[36px\] {
    margin-bottom: 36px;
}
.mb-\[48px\] {
    margin-bottom: 48px;
}
.-ml-\[12px\] {
    margin-left: -12px;
}
.pt-\[45px\] {
    padding-top: 45px;
}

.mx-\[12px\] {
    margin-left: 12px;
    margin-right: 12px;
}

.styles_wrapper__GT_ZS {
    position: relative;
    display: flex;
    height: 270px;
    width: 288px;
    flex-direction: column;
    align-items: center;
    border-radius: 21px;
    --tw-bg-opacity: 1;
    background-color: #121A26;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 36px;
    padding-top: 60px;
    transition-duration: 300ms;
    animation-duration: 300ms;
}

.slick-slide img {
    display: block;
}

.w-\[51px\] {
    width: 51px;
}
.h-auto {
    height: auto;
}
.top-0 {
    top: 0px;
}
.left-\[5px\] {
    left: 5px;
}
.absolute {
    position: absolute;
}
.slick-slide img {
    display: block;
}
.styles_imageStyled__xq_6N {
    transform: translate(-50%, 0);
    position: absolute;
    top: -41px;
    left: 50%;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    max-width: 83px;
    --tw-translate-x: -50%;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: #3083E8;
}

.flex-row {
    flex-direction: row;
}
.flex {
    display: flex
;
}
.mb-\[28px\] {
    margin-bottom: 28px;
}
.font-500 {
    font-weight: 500;
}

.text-lg {
    font-size: 22px;
}
.font-roobert {
    font-family: var(--font-roobert);
}
.styles_description__PhKMA {
    font-family: var(--font-inter);
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.styles_content__7t8YK {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 20px;
}
.text-center {
    text-align: center;
}

.styles_number__zTUL9 {
    margin-bottom: 0.25rem;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 600;
    line-height: 170%;
    --tw-text-opacity: 1;
    color: #3083E8;
}
.styles_description__PhKMA {
    font-family: var(--font-inter);
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.results__container {
    display:block !important;
}
.results__header {
    text-align: center;
}
.text-white {
    color: #FFFFFF;
}
.gap-\[8px\] {
    gap: 8px;
}
.styles_wrapper__GT_ZS p {
    margin-top: 0;
    margin-bottom: 0;
}
.items-center {
    align-items: center;
}
@media (min-width: 769px) {
    .tablet\:flex {
        display: flex
;
    }
}

.gap-3 {
    gap: 0.75rem;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.hidden {
    display: none;
}
.styles_baseButtonPrimary__XJXFG {
    --tw-bg-opacity: 1;
    background-color: rgb(0 85 251 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.styles_baseButtonLg__YOTzf {
    height: 56px;
}
.styles_baseButton__i5NAD {
    display: flex
;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    font-family: var(--font-roobert);
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    animation-duration: 300ms;
}
.max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.min-w-\[211px\] {
    min-width: 211px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.styles_button__XoRjb {
    -webkit-tap-highlight-color: transparent;
}

.styles_button__XoRjb {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px solid #8E8E93;
    border-radius: 6px;
    width: 64px;
height: 64px;
    padding: 12px;
    transition-duration: 300ms;
    animation-duration: 300ms;
    background: none;
}
.border-grey-700 {
    --tw-border-opacity: 1;
    border-color: rgb(202 205 216 / var(--tw-border-opacity));
}
.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}
.flex {
    display: flex
;
}
.right-0 {
    right: 0px;
}

.bottom-0 {
    bottom: 0px;
}
.believe.invest.support {
    background: linear-gradient(180deg, #000000 0%, #121A26 86.22%);
}