body {
    margin: 0;

      font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: rgba(227, 227, 227, 1);
    -webkit-font-smoothing: antialiased;

    background-color: #0D0D0D;
/*
    background-image: url(../assets/image/bg.png);
    background-size: cover;
*/
    overflow-x: hidden;
}

html, body {
    overscroll-behavior-y: none; /* Запрещает оттягивание по вертикали */
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0px;
}

a, button {
    all: unset;
    cursor: pointer;
}

c {
  background: linear-gradient(90deg, #F701A5 0%, #FF3EBC 51%, #FF69D4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; 
}

/* Container
===================*/
.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

#bgCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.light01 {
    position: absolute;
    right: 0;
    bottom: 0
}

.light02 {
    position: absolute;
    left: 0;
    bottom: 0
}

.light03 {
    position: absolute;
    top: 0;
    right: 0
}

.light04 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.light05 {
    position: absolute;
    top: 0;
    right: 0
}

.light06 {
    top: 0;
    left: 0;
    position: absolute
}

.light07 {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.light02,
.light03,
.light04 {
    animation: lightBlinkSoft 4s ease-in-out infinite;
}

.light05,
.light06,
.light07 {
    animation: lightBlinkWide 5s ease-in-out infinite;
}

@keyframes lightBlinkSoft {
    0%, 100% {
        filter: brightness(0.95);
    }
    50% {
        filter: brightness(1.15);
    }
}

@keyframes lightBlinkWide {
    0%, 100% {
        filter: brightness(0.9);
    }
    50% {
        filter: brightness(1.3);
    }
}


.light08 {
    position: absolute;
    top: 0;
    right: 0
}

.light09 {
    position: absolute;
    bottom: 0;
    left: 0
}

.light10 {
    position: absolute;
    top: 0;
    left: 0    
}

.light11 {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
}

.light12 {
    position: absolute;
    bottom: 0;
    right: 0
}

.light08,
.light09,
.light10 {
    animation: lightBlinkSoft 6.5s ease-in-out infinite;
}

.light11,
.light12 {
    animation: lightBlinkWide 9s ease-in-out infinite;
}

@keyframes lightBlinkSoft {
    0%, 100% {
        filter: brightness(0.95);
    }
    50% {
        filter: brightness(1.15);
    }
}

@keyframes lightBlinkWide {
    0%, 100% {
        filter: brightness(0.9);
    }
    50% {
        filter: brightness(1.3);
    }
}


.light13 {
    position: absolute;
    bottom: 0;
    right: 0
}

.light14 {
    position: absolute;
    bottom: 0;
    left: 0
}

.light15 {
    position: absolute;
    top: 0;
    right: 0
}

.light16 {
    position: absolute;
    top: 0;
    left: 0
}

.light13,
.light14,
.light15,
.light16 {
    animation: lightBlinkUniform 7s ease-in-out infinite;
}

@keyframes lightBlinkUniform {
    0%, 100% {
        filter: brightness(0.95);
    }
    50% {
        filter: brightness(1.3);
    }
}


.light17 {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: -1;
}

.step-coin {
    position: absolute;
    bottom: 0;
    left: 78px;
    max-width: 420px;
    animation: stepCoinBlink 7s ease-in-out infinite;
}

@keyframes stepCoinBlink {
    0%, 100% {
        filter: brightness(0.95);
    }
    50% {
        filter: brightness(1.25);
    }
}


header {
    padding-top: 36px;
    position: relative;
    z-index: 999;
}

.header_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header_l,
.header_r {
  flex: 0 0 auto;
}

.header_c {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


.header_l {
    font-family: Onest;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}

.header_c {
    display: flex;
    gap: 58.5px;
}

.header_c a {
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 96%;
    letter-spacing: -3%;

}

.header_r button {
    padding: 20px 45px;
    border-radius: 72px;
    background: #FFFFFF;

    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12.75px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: right;
    color: #000000
}

.intro {
    padding-top: 172px;
    padding-bottom: 300px;
}

.intro_col {
    display: flex;
    flex-direction: column;
    align-items: center
}

.intro_col h1 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 152.54px;
    leading-trim: NONE;
    line-height: 119.35px;
    letter-spacing: -7%;
    text-align: center;
    padding-bottom: 30px     
}

.intro_col h1 span {
    margin-left: 22px;
    margin-right: 15px;
}

button, .tasks_action a, .footer_title a {
    transition: .3s ease;
    outline: 5px solid rgb(255, 255, 255, 0)
}

button:hover, .tasks_action a:hover, .footer_title a:hover {
    filter: brightness(1.05);
    outline: 5px solid rgb(255, 255, 255, 0.1)
}

.intro_col button {
    text-align: center;
    padding: 27px 70px;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: right;
    background: linear-gradient(90deg, #F701A5 0%, #FF3EBC 51.38%, #FF69D4 100%);
    border-radius: 96.76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.steps {
    padding-bottom: 225px
}

.steps_title h2  {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
    margin-bottom: 42px;
}

.steps_header {
    display: flex;
    gap: 8.25px;
}

.steps_header_block {
    padding: 30px 35px 45px 30px;
    background: rgba(15, 15, 15, 1);
    border: 0.75px solid rgba(66, 36, 51, 1);
    flex: 1;
    border-radius: 11.25px;
    position: relative;
    overflow: hidden
}

.steps_header_subtitle {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.steps_header_subtitle span {
    display: block;
    width: 41.5px;
    height: 41.5px;
    aspect-ratio: 1;
    border-radius: 100%;
    background: linear-gradient(90deg, #F701A5 0%, #FF3EBC 51.38%, #FF69D4 100%);
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 15.75px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -7%;    
}

.steps_header_block p {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 15.75px;
    leading-trim: NONE;
    line-height: 26.25px;
    letter-spacing: -1%;
    position: relative;
    z-index: 1;
}

.steps_header_block p a {
    text-decoration: underline;
}

.steps_header_subtext {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    margin-top: 50px;
    color: rgba(119, 119, 119, 1);
}

.steps_footer {
    display: flex;
    gap: 9px;
    margin-top: 9px;
}

.steps_footer_block {
    display: flex;
    flex: 1;
    background: rgba(15, 15, 15, 1);
    border: 0.75px solid rgba(66, 36, 51, 1)
}

.steps_footer_block {
    padding: 50px 45px 11px 45px;
    border-radius: 11.25px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.steps_footer_block p {
    max-width: 519px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 15.75px;
    leading-trim: NONE;
    line-height: 26.25px;
    letter-spacing: -1%;
    position: relative;
    z-index: 1;
}

.steps_footer .steps_footer_block:first-child {
    padding: 30px;
}

.steps_footer_block_title {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 29.25px;
    letter-spacing: -5%;
    text-align: center;
    text-transform: uppercase;

}


.steps_footer_timer {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
    max-width: fit-content;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}

.steps_footer_timer div .steps_footer_timer_number {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 37.62px;
    leading-trim: NONE;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #F80AA8;
    gap: 5px;
    margin-bottom: 5px;
    position: relative;
    right: -3px;
}

.steps_footer_timer span {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 37.62px;
    leading-trim: NONE;
    line-height: 0px;
    letter-spacing: 20%;
    text-transform: uppercase;
    height: fit-content;
    color: #F80AA8;
    position: relative;
    bottom: 12px;
}

.steps_footer_timer_col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 26.25px;
    letter-spacing: -1%;
    text-transform: uppercase;
    color: #fff;
}

.steps_footer_form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14.25px;
}

.steps_footer_form_input {
    background: #1B1B1B;
    width: -webkit-fill-available;
    display: flex;
    padding: 3.5px 4.5px 3.5px 23px;
    display: flex;
    border-radius: 23.25px;
    justify-content: space-between;
    align-items: center;
}

.steps_footer_form_input input {
    all: unset;
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 26.25px;
    letter-spacing: -1%;
    text-transform: uppercase;
    width: -webkit-fill-available;
}

.steps_footer_form_input button {
    padding: 12px 0px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: right;
    color: #FFFFFF;
    background: linear-gradient(90deg, #F701A5 0%, #FF3EBC 51.38%, #FF69D4 100%);
    border-radius: 37.7px;

    min-width: 100px;
    max-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps_footer_form {
    margin-top: 20px;
}

.steps_footer_line_top {
    margin-top: 30px;
    margin-bottom: 6.5px;
}

.steps_footer_line_top span {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 13.5px;
    leading-trim: NONE;
    letter-spacing: -5%;
    text-transform: uppercase;

}

.steps_footer_line_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.steps_footer_line_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 17px;
    background: #1B1B1B;
    border-radius: 23.25px;
}

.steps_footer_line_bottom span {
    font-family: Onest;
    font-weight: 800;
    font-size: 10.5px;
    letter-spacing: -5%;
    text-transform: uppercase;
    position: relative;
    color: #4A4A4A;
    z-index: 1;
}

.steps_footer_line_bottom span::before {
    content: "";
    position: absolute;
    inset: -8px -16px;
    background: linear-gradient(90deg, #F701A5 0%, #FF3EBC 51.38%, #FF69D4 100%);
    border-radius: 23.25px;
    opacity: 0;
    z-index: -1;
}

.steps_footer_line_bottom span.active {
    color: #E3E3E3;
}

.steps_footer_line_bottom span.active::before {
    opacity: 1;
}

.steps_footer_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 22.5px;
    margin-bottom: 17.5px;
}

.steps_footer_content_title {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -5%;
    text-transform: uppercase;

}

.steps_footer_content_subtitle {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 22.5px;
    letter-spacing: -1%;
    text-align: center;

}

.steps_footer_content_2 {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 15.75px;
    letter-spacing: -1%;
    text-align: center;

}

.steps_footer_block_title, .steps_footer_timer, .steps_footer_form, .steps_footer_line, .steps_footer_content, .steps_footer_content_2 {
    position: relative;
    z-index: 1;
}

.tasks {
    padding-bottom: 162px;
}

.tasks_col {
    display: flex;
    gap: 20px;
    position: relative;
}

.tasks_l {
    position: sticky;
    top: 50vh;
    align-self: flex-start;
}

.tasks_l, .tasks_r {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tasks_r {
    gap: 12px;
}


.tasks_title {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-transform: uppercase;
    padding-right: 74px;
}

.tasks_block {
    padding: 40px 30px 20px 30px;
    background: #0F0F0F;
    border: 0.75px solid #422433;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}

.tasks_block_content_title {
    display: flex;
    gap: 13px;
    align-items: center;
}

.tasks_block_number {
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #F701A5 0%, #FF3EBC 51.38%, #FF69D4 100%);
    border-radius: 100%;

    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 15.75px;
    leading-trim: NONE;
    letter-spacing: -7%;

}

.tasks_block_title {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    leading-trim: NONE;
    letter-spacing: -4%;
    gap: 5px;
    text-transform: uppercase;

    display: flex;
    flex-direction: column;

}

.tasks_block_text {
    display: flex;
    flex-direction: column;
    gap: 27px;
    margin-top: 14px;

    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14.25px;
    letter-spacing: -1%;


    color: #DCDCDC;
    max-width: 400px;

}

.tasks_action {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 9px;
    margin-top: 18px;
}

.tasks_link {
    padding: 17px 0px;
    width: 150px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 10.86px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: right;
    color: #FFFFFF;
    background: linear-gradient(90deg, #F701A5 0%, #FF3EBC 51.38%, #FF69D4 100%);
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tasks_link.disabled {
    background: #1B1B1B;
}

.tasks_r .tasks_block:last-child {
    min-height: 210px;
}

.tasks_action .tasks_link.disabled:first-child {
    cursor: inherit;
}

.tasks_link.disabled:hover {
    outline: 0px;
}

.tasks_block_content_title, .tasks_block_text, .tasks_action {
    position: relative;
    z-index: 1;
}

.key {
    margin-bottom: 294px;
}

.key_title h2 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
}

.key_title p {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 18.75px;
    letter-spacing: -1%;
    text-align: center;
    max-width: 412px;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 66px;
    color: #999999;
}

.key_col {
    display: flex;
    gap: 18px;
}

.key_l {
    width: 45%;
}

.key_r {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 8px;
    position: relative;
    z-index: 1;
}

.key_block {
    padding: 18px;
    background: #0F0F0F;
    border: 0.45px solid #422433;
    border-radius: 6.78px;
    padding-right: 6px;
    min-height: 228px;
    position: relative;
    overflow: hidden;
}

.key_block_title {
    display: flex;
    align-items: center;
    gap: 9px;
}

.key_block_title span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #F701A5 0%, #FF3EBC 51.38%, #FF69D4 100%);
    border-radius: 100%;
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 15.75px;
    leading-trim: NONE;
    letter-spacing: -7%;
}

.key_block_title div {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 14.43px;
    leading-trim: NONE;
    letter-spacing: -4%;
    text-transform: uppercase;
    color: #E3E3E3;
    
}

.key_block p {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 15.33px;
    leading-trim: NONE;
    line-height: 18.03px;
    letter-spacing: -1%;
    max-width: 280px;
    display: block;
    margin-top: 14px;
}

.key_block_title, .key_block p {
    position: relative;
    z-index: 1;
}

.key_l img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18.75px;
}

.roadmap {
    margin-bottom: calc(250px + 132px);
}

.roadmap_title {
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.roadmap_title h2 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
}

.roadmap_title p {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 17.25px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #999999;
    max-width: 323px;
    margin: 0 auto;
    margin-top: 21px;
}

.roadmap_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 76px 0px;
    align-items: center;
    justify-items: center;

    position: relative;
}

.roadmap_light {
    position: absolute;
    animation: roadmapLightBlink 8s ease-in-out infinite;
}

@keyframes roadmapLightBlink {
    0%, 100% {
        filter: brightness(0.95);
    }
    50% {
        filter: brightness(1.2);
    }
}

.roadmap_rocket {
    position: absolute;
    z-index: 0;
    transform: translate(110px, 170px);
    animation: rocketFloat 7s ease-in-out infinite;
}

@keyframes rocketFloat {
    0%, 100% {
        transform: translate(110px, 170px);
    }
    50% {
        transform: translate(118px, 158px);
    }
}

.roadmap_card {
    width: 405px;  
    max-width: 405px;
    padding: 20px 25px;
    min-height: 460px;
    background: #0F0F0F;
    border: 0.75px solid #422433;
    position: relative;
    border-radius: 25.5px;
    overflow: hidden;
}

.roadmap_number {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
}

.roadmap_number span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #F701A5 0%, #FF3EBC 51.38%, #FF69D4 100%);
    border-radius: 100%;
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 15.75px;
    leading-trim: NONE;
    letter-spacing: -7%;
}

.roadmap_number div {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 14.43px;
    leading-trim: NONE;
    line-height: 29.4px;
    letter-spacing: -4%;
    text-transform: uppercase;

}

.roadmap_block {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 15.75px;
    leading-trim: NONE;
    line-height: 20.25px;
    letter-spacing: -1%;

}

.roadmap_card[data-slide="1"]  {
    padding-right: 60px;
}

.roadmap_card[data-slide="1"] .roadmap_block:nth-child(5) {
    max-width: 293px;
}
.roadmap_card[data-slide="1"] .roadmap_block:nth-child(6) {
    max-width: 250px;
}

.roadmap_coin {
    position: absolute;
    width: 181px;
    bottom: -1px;
    right: -11px
}

.roadmap_card[data-slide="2"] {
    position: relative;
    top: 144px;
}

.roadmap_card[data-slide="4"] {
    position: relative;
    top: 132px;
}

.planet {
    padding-bottom: 420px;
}

.planet_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.planet_title h2 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
}

.planet_title span {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 122.57px;
    leading-trim: NONE;
    line-height: 111.86px;
    letter-spacing: -1%;
    text-align: center;

}

.planet_col {
    gap: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.planet_block {
    display: flex;
    flex-direction: column;
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 67.5px;
    leading-trim: NONE;
    letter-spacing: -1%;
    text-align: left;
    line-height: 1;
}

.planet_block span {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 14.43px;
    leading-trim: NONE;
    letter-spacing: -4%;
    text-transform: uppercase;

}

.planet_l {
    display: flex;
    gap: 65px;
    flex-direction: column;
}

.planet_r {
    display: flex;
    gap: 65px;
    flex-direction: column;

}

.planet_r .planet_block {
    text-align: right;
}

.planet_c img {
    width: 100%;
    animation: planetFloat 14s ease-in-out infinite;
}

@keyframes planetFloat {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-10px, 8px) rotate(4deg);
    }
}

.planet_c {
    flex: 1;
}

.impact {
    padding-bottom: 320px;
}


.impact_col {
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center;
    text-align: center;
}

.impact_col h2 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;

}

.impact_col p {
    max-width: 487px;   
    color: #999999;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 18.75px;
    letter-spacing: -1%;
    text-align: center;
    margin-top: 14px;
}

.faq {
    padding-bottom: 350px;
}

.faq_title {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.faq_col {
    display: flex;
    gap: 18px;
    padding: 0 100px;
}

.faq_l, .faq_r {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.faq_block {
    padding: 21px 21px 21px 32px;
    background: #0F0F0F;
    border: 0.91px solid #422433;
    box-shadow: 0px 0.91px 3.66px 0px #19213D0F;
    width: 100%;
    border-radius: 14.63px;
    cursor: pointer;
}

.faq_head {
    display: flex;
    align-items: center;
    justify-content: space-between;   
    transition: .3s ease;

    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18.29px;
    leading-trim: CAP_HEIGHT;
    line-height: 135%;
    letter-spacing: 0%;

}

.faq_head span {
    width: 41px;
    height: 41px;
    background: linear-gradient(90deg, #F701A5 0%, #FF3EBC 51.38%, #FF69D4 100%);
    border-radius: 7.32px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.faq_head span img {
    transform: rotate(180deg);
    transition: .3s ease;
}

.faq_answer {
    padding-top: 0px;
    overflow: hidden;
    max-height: 0;
    transition: .3s ease;
    font-weight: 400;
    font-style: Regular;
    font-size: 14.63px;
    leading-trim: CAP_HEIGHT;
    line-height: 166%;
    padding-right: 40px;
    letter-spacing: 0%;

}

.faq_block.active .faq_answer {
    max-height: 300px;
    padding-top: 18px;
}

.faq_block.active .faq_head span img {
    transform: rotate(0deg);
}

.faq_block.active .faq_head {
    color: #FF3EBC;
}

footer {
    padding-bottom: 223px;
    position: relative;
}

.footer_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer_title h2 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 152.54px;
    leading-trim: NONE;
    line-height: 119.35px;
    letter-spacing: -7%;
    text-align: center;
    margin-bottom: 32px;
}

.footer_title a {
    padding: 27px 73px;
    box-shadow: 0px 0px 22.5px 0px #FFFFFF80;
    background: #FFFFFF;
    border-radius: 1000px;

    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 17.14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: right;
    color: #0D0D0D;

    display: flex;
    gap: 6px;
}

.intro_animation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro_a_1 {
    position: absolute;
    right: -330px;
    top: -220px;
}

.intro_a_2 {
    position: absolute;
    left: 30px;
    top: -160px;
    z-index: -1;
}

.intro_a_3 {
    position: absolute;
    top: -200px;
    transform: translateX(30px);
}

.intro_a_4 {
    position: absolute;
    top: 180px;
    left: 300px;
    z-index: -1;
}

.intro_a_5 {
    position: absolute;
    top: 315px;
    right: 300px;
}

.intro_a_6 {
    position: absolute;
    top: 180px;
    left: -120px;
}

.tasks_animation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tasks_a_1 {
    position: absolute;
    z-index: -1;
}

.roadmap_animation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.roadmap_a_1 {
    position: absolute;
    top: -500px;
    z-index: -1;
}

.impact_animation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.impact_a_1 {
    position: absolute;
    top: -250px;
    left: 150px;
    z-index: -1;
    filter: blur(58px);
}

.impact_a_2 {
    position: absolute;
    left: 220px;
    top: -150px;
}

.impact_a_3 {
    right: -100px;
    top: -270px;
    position: absolute;
}   

.footer_animation {
    position: relative;
    justify-content: center;
    align-items: center;
}

.footer_a_1 {
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: -1;
}

.intro_animation .intro_a_1 img { animation: coinMove1 6s ease-in-out infinite; }
.intro_animation .intro_a_2 img { animation: coinMove2 7s ease-in-out infinite; }
.intro_animation .intro_a_3 img { animation: coinMove3 5.5s ease-in-out infinite; }
.intro_animation .intro_a_4 img { animation: coinMove4 6.5s ease-in-out infinite; }
.intro_animation .intro_a_5 img { animation: coinMove5 7.5s ease-in-out infinite; }
.intro_animation .intro_a_6 img { animation: coinMove6 8s ease-in-out infinite; }


@keyframes coinMove1 {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(6px, -8px); }
}

@keyframes coinMove2 {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(-7px, 5px); }
}

@keyframes coinMove3 {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(4px, 9px); }
}

@keyframes coinMove4 {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(-6px, -6px); }
}

@keyframes coinMove5 {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(8px, 4px); }
}

@keyframes coinMove6 {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(-9px, -3px); }
}

.impact_a_2 img {
    animation: impactCoinFloat 6.5s ease-in-out infinite;
}

@keyframes impactCoinFloat {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(6px, -8px);
    }
}

.impact_a_3 img {
    animation: impactRocketDrift 7.5s ease-in-out infinite;
}

@keyframes impactRocketDrift {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10px, 6px);
    }
}

.footer_a_1 img {
    animation: footerGlowBlink 7s ease-in-out infinite;
    display: flex;
}

@keyframes footerGlowBlink {
    0%, 100% {
        filter: brightness(0.95);
    }
    50% {
        filter: brightness(1.2);
    }
}

.footer_a_2 {
    position: absolute;
    right: -260px;
    top: -200px;
}

.footer_a_3 {
    position: absolute;
    left: 0px;
    top: -120px;
}

.footer_a_4 {
    position: absolute;
    left: 0;
    top: 250px;
}

.footer_a_2 img { animation: footerCoinMove1 6.5s ease-in-out infinite; }
.footer_a_3 img { animation: footerCoinMove2 7.5s ease-in-out infinite; }
.footer_a_4 img { animation: footerCoinMove3 8.5s ease-in-out infinite; }

@keyframes footerCoinMove1 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(6px, -7px); }
}

@keyframes footerCoinMove2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-8px, 5px); }
}

@keyframes footerCoinMove3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(5px, 9px); }
}

.tasks_input {
    background: #1B1B1B;
    width: -webkit-fill-available;
    display: flex;
    padding: 3.5px 4.5px 3.5px 23px;
    display: flex;
    border-radius: 23.25px;
    justify-content: space-between;
    align-items: center;
    max-width: 370px;
}

.tasks_input input {
    all: unset;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: left;

    width: -webkit-fill-available;
}

.tasks_input button {
    padding: 12px 0px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 9px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: right;

    color: #FFFFFF;
    background: linear-gradient(90deg, #F701A5 0%, #FF3EBC 51.38%, #FF69D4 100%);
    border-radius: 37.7px;
    min-width: 100px;
    max-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}











/* --- СТИЛИ ДЛЯ ЗАДАЧ --- */

/* 1. Блокировка (Locked State) */
.task-locked {
    position: relative;
    opacity: 0.6;
    pointer-events: none; /* Запрещает клики */
    transition: all 0.5s ease;
}

/* Иконка замка */
.lock-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    display: block; /* Показываем замок */
}

.lock-icon {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    border: 1px solid #422433;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Когда разблокировано - убираем замок и возвращаем яркость */
.tasks_block:not(.task-locked) .lock-overlay {
    display: none;
}
.tasks_block:not(.task-locked) {
    opacity: 1;
    pointer-events: all;
}


/* 3. Успешное выполнение (Галочка) */
.task-success {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #00FF88; /* Ярко-зеленый */
    font-family: 'Onest', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    animation: fadeInUp 0.5s ease;
}

.task-success span {
    width: 32px;
    height: 32px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid #00FF88;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* 4. Кнопка Check (для Tasks 2 и 3) */
.check-btn {
    background: #1B1B1B; /* Темная пока не активна */
    border: 1px solid #F701A5;
}
.check-btn:hover {
    background: #F701A5;
}

.roadmap_controllers {
    display: none;
}

.menu {
    display: none;
}

@media(max-width: 768px) {
    body {
        background-image: url(../assets/image/lights/25.png);
        background-repeat: no-repeat;
        background-position: bottom right;      
                background-size: 100%;
    }
    .footer_a_1 {
        display: none;
    }
    .header_c, .header_r  {
        display: none;
    }
    header {
        padding-top: 20px;
    }
    .intro_col h1 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 66px;
        leading-trim: NONE;
        line-height: 55.42px;
        letter-spacing: -0.07em;
        text-align: center;

    }
    .intro_col h1 span { 
        margin: 0px 15px;
        margin-right: 6px;
    }
    .light17 {
        content: url(../assets/image/lights/18.png);
        display: block;
        width: 100%;
        top: 91px;
    }
    .intro_a_6, .intro_a_5 {
        display: none;
    }
    .intro_a_2 {
        position: absolute;
        left: -120px;
        top: -200px;
        z-index: -1;
        transform: scale(.35);
    }
    .intro_a_1 {
        position: absolute;
        right: -380px;
        top: -192px;
        transform: scale(.3);
    }
    .intro_col button {
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -1%;
        text-align: right;
        padding: 23px 48px;
    }
    .intro_a_3 {
        position: absolute;
        top: -110px;
        transform: scale(.5);
        right: 36px;
    }
    .intro_a_4 {
        position: absolute;
        top: 192px;
        left: -6px;
        z-index: -1;
        transform: scale(.8) rotate(308deg);
    }
    .intro {
        padding-top: 250px;
        padding-bottom: 300px;
    }
    .steps_title h2 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 35.61px;
        leading-trim: NONE;
        line-height: 32.5px;
        letter-spacing: -1%;
        text-align: center;
        margin-bottom: 15px;
    }
    .steps_title h2 br {
        display: none;
    }
    .steps_header {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
    .light01 {
        content: url(../assets/image/lights/19.png);
    }
    .light02 {
        content: url(../assets/image/lights/20.png);
        left: inherit;
        right: 0;
        top: 0;
    }
    .steps_header_block {
        min-height: 300px;
    }
    .steps_header_block p {
        font-family: Inter;
        font-weight: 500;
        font-style: Medium;
        font-size: 13px;
        leading-trim: NONE;
        line-height: 20.6px;
        letter-spacing: -1%;

    }
    .steps_header_subtitle h3 {
            font-family: Onest;
            font-weight: 800;
            font-style: ExtraBold;
            font-size: 16px;
            leading-trim: NONE;
            line-height: 38.25px;
            letter-spacing: -4%;

    }
    .steps_header_subtitle span {
        width: 30px;
        height: 30px;
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 12.36px;
        leading-trim: NONE;
        line-height: 38.25px;
        letter-spacing: -7%;

    }
    .steps_header_subtitle {
        gap: 11px;
    }
    .steps_header_block {
        padding: 23px;
    }
    .steps_footer {
        display: flex;
        gap: 5px;
        margin-top: 5px;
        flex-direction: column;
    }
    .steps_header_subtext {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 11px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -1%;

    }
    .steps_footer .steps_footer_block:first-child {
        min-height: 294px;
    }
    .light04 {
        display: none;
    }
    .light03 {
        content: url(../assets/image/lights/21.png);
        top: inherit;
        bottom: 0;
    }
    .step-coin {
        position: absolute;
        bottom: 0;
        left: inherit;
        max-width: 180px;
        animation: stepCoinBlink 7s ease-in-out infinite;
        right: 0;
    }
    .light05 {
        content: url(../assets/image/lights/23.png);
    }
    .steps_footer_timer div .steps_footer_timer_number {
        font-size: 25px;
    }
    .steps_footer_timer {
        gap: 10px;
    }
    .light07 {
        display: none;
    }
    .steps {

    }
    .light06 {
        left: inherit;
        right: 0;
        content: url(../assets/image/lights/24.png);
    }
    .steps_footer_block {
        padding: 15px 10px 30px 10px;
    }
    .steps_footer_timer_col {
        font-size: 9px;
    }
    .steps_footer_timer div .steps_footer_timer_number {
        margin-bottom: -5px;
    }
    .steps_footer_timer span {
        font-size: 25px;
    }
    .steps_footer_form_input input {
        font-size: 10px;
    }
    .steps_footer_content_title {
        font-size: 14px;
    }
    .steps_footer_content_subtitle {
        line-height: inherit
    }
    .steps_footer_content_2 {
        font-family: Inter;
        font-weight: 500;
        font-style: Medium;
        font-size: 8px;
        leading-trim: NONE;
        line-height: 12.88px;
        letter-spacing: -1%;
        text-align: center;

    }
    .tasks_col {
        display: flex;
        gap: 20px;
        position: relative;
        flex-direction: column;
    }
    .tasks_title {
        padding-right: 0;
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 35.61px;
        leading-trim: NONE;
        line-height: 32.5px;
        letter-spacing: -1%;
        text-align: center;
        text-transform: uppercase;

    }
    .tasks_block {
        padding: 11px 15px 12px 15px;
    }
    .tasks_block_number {
        width: 25px;
        height: 25px;
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 9.61px;
        leading-trim: NONE;
        line-height: inherit;
        letter-spacing: -7%;

    }
    .tasks_block_title {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 12px;
        leading-trim: NONE;
        line-height: inherit;
        letter-spacing: -4%;
        text-transform: uppercase;
        gap: 0;
    }
    .tasks_block_text {
        gap: 10px;
    }
    .tasks_link {
        padding: 13px 0;
        width: 116px;
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 8.07px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -1%;
        text-align: right;

    }
    .tasks_r .tasks_block:last-child {
        min-height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .tasks {
        padding-bottom: 80px;
    }
    .key_title h2 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 35.61px;
        leading-trim: NONE;
        line-height: 31px;
        letter-spacing: -1%;
        text-align: center;
        text-transform: uppercase;
    }
    .key_title p {
        margin: 20px 0px;
        font-family: Inter;
        font-weight: 500;
        font-style: Medium;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 14px;
        letter-spacing: -1%;
        text-align: center;

    }
    .key_col {
        display: flex;
        gap: 12px;
        flex-direction: column-reverse;
    }
    .key_r, .key_l {
        width: 100%;
    }
    .key_block_title div {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 21px;
        letter-spacing: -4%;
        text-transform: uppercase;

    }
    .key_r {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 8px;
    }
    .light13 {
        bottom: inherit;
        right: 0;
        top: 0;
        content: url(../assets/image/lights/15.png);
    }
    .light15 {
        bottom: inherit;
        left: 0;
        top: 0;
        content: url(../assets/image/lights/16.png);
    }
    .light16 {
        bottom: inherit;
        right: 0;
        bottom: 0;
        left: inherit;
        top: inherit;
        content: url(../assets/image/lights/13.png);
    }
    .key {
        margin-bottom: 220px;
    }
    .roadmap_title h2 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 38.03px;
        leading-trim: NONE;
        line-height: 34.71px;
        letter-spacing: -1%;
        text-align: center;
    }
    .roadmap_title p {
        margin-top: 13px;
    }
    .roadmap_rocket {
        display: none;
    }
    .roadmap_container {
        display: flex;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 76px 0px;
        align-items: center;
        justify-items: center;
        position: relative;
    }
    .roadmap_card {
        width: 100%;
        max-width: inherit;
        padding: 20px 25px;
        min-height: 460px;
        background: #0F0F0F;
        border: 0.75px solid #422433;
        position: relative;
        border-radius: 25.5px;
        overflow: hidden;
    }
    .roadmap_card[data-slide="2"], .roadmap_card[data-slide="4"] {
        top: 0;
    }
    .roadmap_controllers {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 11px;
        margin-top: 24px;
        position: relative;
        z-index: 1;
    }
    #roadmap_right {
        transform: rotate(180deg)
    }
    .roadmap_controllers button {
                border-radius: 100%;
    }
    .roadmap_controllers button img {
        display: flex;
        border-radius: 100%;
    }
    .roadmap_card.is-active {
        display: block!important;
        opacity: 1!important;
        transform: translateY(0)!important;
        visibility: inherit!important;
    }
    .roadmap {
        margin-bottom: 120px;
    }
    .planet_title h2 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 23.68px;
        leading-trim: NONE;
        line-height: 21.61px;
        letter-spacing: -1%;
        text-align: center;

    }
    .planet_title span {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 54.33px;
        leading-trim: NONE;
        line-height: 49.58px;
        letter-spacing: -1%;
        text-align: center;
    }
    .planet_c {
        position: absolute;
        right: 0;
    }
    .planet_col {
        gap: 25px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 30px;
    }
    .planet_block {
        text-align: center;
        display: flex;
        flex-direction: column;
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 67.5px;
        leading-trim: NONE;
        letter-spacing: -1%;
        text-align: left;
        line-height: 1;
        align-items: center;
    }
    .planet_l, .planet_r {
        width: 30%;
    }
    .planet_c {
        position: absolute;
        right: -30%;
        width: 70%;
        transform: scaleX(-1);
    }
    .planet_block {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 29.79px;
        leading-trim: NONE;
        line-height: 1;
        letter-spacing: -1%;
        text-align: center;

    }
    .planet_block span {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 11.15px;
        leading-trim: NONE;
        line-height: 15px;
        letter-spacing: -4%;
        text-transform: uppercase;

    }
    .planet_col {
        gap: 5px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 30px;
    }
    .impact_col h2 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 44.47px;
        leading-trim: NONE;
        line-height: 40.58px;
        letter-spacing: -1%;
        text-align: center;
        text-transform: uppercase;

    }
    .impact_col p {
        font-family: Inter;
        font-weight: 500;
        font-style: Medium;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 15.61px;
        letter-spacing: -1%;
        text-align: center;
        max-width: 284px;
    }
    .impact_col p br {
        display: none;
    }
    .roadmap_card[data-slide="1"] .roadmap_block:nth-child(6) {
    max-width: 70%;
}
    .impact_a_3 {
        right: -296px;
        top: -116px;
        position: absolute;
        transform: scaleX(-1) scale(.5);
    }
    .lock-overlay {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    display: block;
}
    .impact_a_2 {
        position: absolute;
        left: -55px;
        top: -175px;
        transform: scale(.5);
    }
    .impact {
        padding-bottom: 290px;
    }
    .faq_title {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 38px;
        leading-trim: NONE;
        line-height: 40.58px;
        letter-spacing: -1%;
        text-align: center;
        text-transform: uppercase;

    }
    .faq_col {
        padding: 0;
        gap: 11px;
        flex-direction: column;
    }
    .faq_head {
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 11.31px;
        leading-trim: CAP_HEIGHT;
        line-height: 135%;
        letter-spacing: 0%;

    }
    .faq_block {
        padding: 17px 20px;
    }
    .faq_head span {
        width: 20px;
        height: 20px;
    }
    .faq_answer {
        font-weight: 700;
        font-style: Bold;
        font-size: 10px;
        leading-trim: CAP_HEIGHT;
        line-height: 166%;
        letter-spacing: 0%;

    }
    .faq_block.active .faq_answer {
        padding-top: 11px;
    }
    .footer_title h2 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 61.21px;
        leading-trim: NONE;
        line-height: 47.89px;
        letter-spacing: -7%;
        text-align: center;

    }
    .footer_a_1 img {
        content: url(../assets/image/lights/25.png);
        width: 100%;
        position: relative;
        bottom: -20px;
    }
    .footer_a_1 {
        position: absolute;
        bottom: -50px;
        right: 0;
        z-index: -1;
        width: 100%;
    }
    .footer_a_4 {
        display: none;
    }
    footer {
        padding-bottom: 100px;
        position: relative;
    }
    .footer_title a {
        padding: 20px 50px;
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 13px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -1%;
        text-align: right;

    }
    .footer_a_2 {
        position: absolute;
        right: -260px;
        top: -308px;
        transform: scale(.5);
    }
    .footer_a_3 {
        position: absolute;
        left: -99px;
        top: 53px;
        transform: scale(.7) rotate(327deg);
    }
    main {
        overflow: hidden;
    }
    .header_c {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #000;
        top: 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 162px 30px 0px 30px;
        align-items: flex-start;
        background-image: url(/assets/image/lights/26.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .header_c a {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 30px;
        leading-trim: NONE;
        line-height: 96%;
        letter-spacing: -3%;
        text-transform: uppercase;

    }
    .header_l {
        position: relative;
        z-index: 5;
        width: 100%;
    }
    .menu {
        position: absolute;
        display: flex;
        top: 0;
        right: 0;
    }
    .header_c {
        display: none;
    }
    main {
        overflow: hidden;
        position: relative; 
        width: 100%;
    }












}