body {
    margin: 0;
    background-color: #1D1E22;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
p,
span {
    margin: 0;
    /* letter-spacing: -0.02em; */
}

a {
    text-decoration: none;
}

section {}

/* custom scrollbar */
.our_team_about::-webkit-scrollbar {
    width: 20px;
}

.our_team_about::-webkit-scrollbar-track {
    background-color: #3b3b3b;
}

.our_team_about::-webkit-scrollbar-thumb {
    background-color: #33B6E1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.our_team_about::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.succes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    height: 100%;
}

.succes img {
    margin-bottom: 1em;
}

.succes__soc a {
    color: #33B6E1;
}

.succes__back {
    margin-top: 2em;
    color: white;
    border: 1px solid #33B6E1;
    padding: 1em;
    border-radius: 0.5em;
}

.container {
    max-width: 95em;
    padding: 0 5em;
    margin: 0 auto;
}

.container_partners {
    margin: 1em auto;
}

.coming_soon {
    position: relative;
    height: 100vh;
    padding: 44px 0;
}

.bg_img {
    position: absolute;
    top: -16em;
    right: -20em;
    z-index: -1;
    overflow: hidden;
    width: 69em;
    opacity: 0.8;
}

.bg_img img {
    width: 100%;
}

.bg_img_front {
    animation: 8s cubic-bezier(0.66, 0, 0, 1) 0s infinite alternate oct-back;
}

.bg_img_middle {
    position: absolute;
    top: -0.5em;
    left: 0;
}

.bg_img_back {
    position: absolute;
    top: 0;
    left: 0;
    animation: 4s cubic-bezier(0.66, 0, 0, 1) 0s infinite alternate oct-back;
}

@keyframes oct-back {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(2deg) scale(1.01);
    }

}

.coming_soon_wrapper {
    max-width: 570px;
    z-index: 1;
}

#octopus-logo {
    margin-left: -2em;
}

.logo_icon {
    width: 17em;
}

.logo_icon img {
    width: 100%;
}

.coming_soon_wrapper .coming_soon_title {
    color: #fff;
    font-weight: 500;
    font-size: 140px;
    letter-spacing: -0.02em;
    line-height: 148px;
    margin-top: 155px;
    margin-bottom: 55px;
}

.enter_mail form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 29em;
    margin-right: 2em;
}

.enter_mail form input {
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    background-color: #242529;
    FONT-WEIGHT: 200;
    height: 3.2em;
    padding: 0 1.5em;
    border-radius: 0.5em;
    color: #fff;
    outline: none;
    margin-right: 0.5em;
    border: 0;
}

.enter_mail form button {
    background-color: #33B6E1;
    border: none;
    outline: none;
    width: 15em;
    border-radius: 0.5em;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: -0.02em;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.enter_mail form button:hover {
    background-color: #309abd;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.enter_mail .form_title {
    color: #fff;
    font-size: 1.2em;
    display: inline-block;
    margin-bottom: 1em;
}

.social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.2em;
}

.social_links a {
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: .2s;
    margin-right: 1em;
    -o-transition: .2s;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_links a svg {
    margin: auto;
    width: 50%;
}

.social_links a:hover {
    background-color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.social_links a:hover svg path {
    fill: #33B6E1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

body.light_theme .our_team_block .our_team_item .links {
    background: #f1f1f1;
}

body.light_theme .social_links a:hover {
    background-color: #33B6E1;
    border-color: #33B6E1;
}

body.light_theme .social_links a:hover svg path {
    fill: #fff;
}

body.light_theme .block_steps_item {
    border-color: black;
}

body.light_theme .our_team_container .our_team_item {
    background-color: #f1f1f1;
}

/* index */
.header {
    position: absolute;
    top: 0;
    z-index: 100;
    padding: 2em 0 1em;
    /* background: #1d1e22c4; */

    /* backdrop-filter: blur(5px); */
    width: 100%;
}

.navigation_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation_right {
    display: flex;
    align-items: center;
}

.navigation_wrapper .logo_index {
    z-index: 30;
}

.navigation_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 30;
}

.navigation_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1em;
}

.navigation_list li a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    position: relative;
}

.navigation_list li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #33B6E1;
    bottom: -3px;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.navigation_list li a:hover {
    color: #33B6E1;
}

.navigation_list li a:hover::after {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.navigation_list>li+li {}

.navigation_list li:last-child a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    text-align: center;
}

.navigation_list li:last-child a::after {
    display: none;
}

.navigation_list li:last-child a svg {
    margin-top: 9px;
}

.top_head {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.top_head_wrapper {
    margin-right: 28em;
    margin-top: 9em;
}

.top_head_wrapper a {
    font-size: 1.2em;
}

.top_head_wrapper._active {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.change_theme:hover {
    background-color: #fff;
}

.change_theme:hover svg path {
    fill: #33B6E1;
}

body.light_theme .change_theme:hover {
    background-color: #202020;
}

body.light_theme .change_theme:hover svg path {
    fill: #fff !important;
}

.top_head_wrapper p {
    font-size: 2.1em;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.5em;
    margin-bottom: 1.25em;
}

.top_head_wrapper p a {
    color: #33B6E1;
}

.top_head_wrapper .enter_mail {}

/* .protocol_features,
.coming_up_octopus,
.tokenimics,
.token,
.roadmap,
.our_team,
.our_partners,
.faq{
margin-top: 100px;

transform: translate(0px, 150px);
transition: all 0.8s ease 0s;
}

.protocol_features._active,
.coming_up_octopus._active,
.tokenimics._active,
.token._active,
.roadmap._active,
.our_team._active,
.our_partners._active,
.faq._active{
transform: translate(0px,0px);
} */
.protocol_features {
    margin-top: 0;
    padding: 2em 0 7em;
    overflow: hidden;
}

.protocol_features_wrapper {
    display: flex;
    justify-content: space-between;
}

.protocol_features_wrapper,
.coming_up_octopus_wrapper,
.tokenimics_wrapper,
.token_wrapper,
.roadmap_wrapper,
.our_team_wrapper,
.our_partners_wrapper,
.faq_wrapper,
.in_the_news_wrapper {
    transition: all 0.8s ease 0s;
}

.protocol_features._active .protocol_features_wrapper,
.coming_up_octopus._active .coming_up_octopus_wrapper,
.tokenimics._active .tokenimics_wrapper,
.token._active .token_wrapper,
.roadmap._active .roadmap_wrapper,
.our_team._active .our_team_wrapper,
.our_partners._active .our_partners_wrapper,
.faq._active .faq_wrapper,
.in_the_news._active .in_the_news_wrapper {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.token_wrapper .token_schedule {
    -webkit-transform: translate(-140%);
    -ms-transform: translate(-140%);
    transform: translate(-140%);
    -webkit-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
}

.token._active .token_schedule {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.footer_links .change_theme:hover {
    background-color: transparent;
}

.footer_links .change_theme:hover {
    background-color: transparent;
}

body.light_theme .footer_links .change_theme:hover {
    background-color: transparent;
}

.protocol_features_wrapper .text {
    max-width: 20em;
    margin-top: 5em;
}

.protocol_features_wrapper .text h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 4em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.protocol_features_wrapper .text p {
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 0.04em;
}

.block_circles {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.block_circles_inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 50em;
}

.circle span {
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: -0.02em;
    margin-bottom: 3em;
}

.circle span:nth-child(1) {
    opacity: 0;
}

.circle .title {
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.circle .txt {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(35%);
    transition: 1s;
}

.circle.circle_active .txt {
    transform: translateY(0%);
}

.circle .subtitle {
    font-weight: 400;
    font-size: 0.8em;
    color: #fff;
    width: 80%;
    letter-spacing: 0.04em;
    margin-top: 0.1em;
    transition: 0.5s;
    opacity: 0;
}

.circle {
    width: 22em;
    height: 22em;
    border-radius: 50%;
    background-color: #1D1E22;
    border: 0.05em solid #fff;
    /* padding: 3em 0; */
    position: relative;
    transition: 0.5s;
    margin: 0 0 -1em 1em;
}

.circle-1 {}

.circle-2 {}

.circle-3 {
    margin-left: -10.5em;
}

.circle-4 {}

.circle_body {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    top: 0;
    width: 100%;
}

.block_circles .top_circles,
.block_circles .bot_circles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block_circles .bot_circles {
    margin-left: -24em;
    margin-top: -2em;
}

.circle .subtitle {

    /* display: none; */
}

.circle.circle_active .subtitle {
    display: block;
    opacity: 1;
}

.circle.circle_active .title {
    color: #33B6E1 !important;
}

.circle.circle_active {
    border-color: #33b6e1 !important;
    box-shadow: 0 0 10px #33b6e1;
}

.circle.circle_active .circle-trim {
    animation: offset 3s infinite normal forwards;
}

.circle svg {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.circle-trim {
    stroke-dasharray: 1311px;
    stroke-dashoffset: 1311px;
    stroke-linecap: round;
}

.circle-2 .circle-trim {

    /* animation-delay: 8s; */
}

.circle-3 .circle-trim {

    /*  animation-delay: 16s; */
}

.circle-4 .circle-trim {

    /*  animation-delay: 24s; */
}

@keyframes offset {
    90% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 0;
    }

}

/* @-webkit-keyframes line {
 0%{

 }
 100%{
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg);
 }
}


@keyframes line {
 0%{

 }
 100%{
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg);
 }
}

@-webkit-keyframes mask_left {
 0%{
     visibility: visible;
 }
 50%,
 100%{
     visibility: hidden;
 }
}

@keyframes mask_left {
 0%{
     visibility: visible;
 }
 50%,
 100%{
     visibility: hidden;
 }
}

@-webkit-keyframes mask_right {
 0%{
     visibility: hidden;
 }
 50%,
 100%{
     visibility: visible;
 }
}

@keyframes mask_right {
 0%{
     visibility: hidden;
 }
 50%,
 100%{
     visibility: visible;
 }
} */
#wavebg {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.coming_up_octopus {
    margin-top: 0;
    padding-top: 10em;
    position: relative;
}

.bg_img_coming {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 38%;
}

.bg_img_coming img {
    width: 100%;
}

.coming_up_octopus_wrapper .title {
    color: #fff;
    font-size: 4em;
    text-align: center;
}

.coming_up_octopus_wrapper .block_tabs {
    margin-top: 1.5em;
    display: flex;
    flex-direction: column;
}

.tab_links,
.faq_links {
    display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.tab_links a,
.faq_links a {
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    padding: 1em;
    border-bottom: 2px solid #535353;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.tab_links a:hover,
.faq_links a:hover {
    color: #33B6E1 !important;
    letter-spacing: 0.02em;
}

.tab_links a.active-tab,
.faq_links a.active-tab {
    color: #33B6E1 !important;
    border-color: #33B6E1 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.coming_up_octopus_wrapper .tab_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1em;
    margin-top: 1em;
    display: none;
}

.coming_up_octopus_wrapper .tab_content.content-tab-active {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.coming_up_octopus_wrapper .tab_content .tab_item {
    -ms-flex-preferred-size: 32%;
    flex-basis: 30%;
    width: 100%;
    margin: 1em;
    background-color: #23242899;
    border-radius: 2em;
    overflow: hidden;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    position: relative;
    padding: 1em 1em 1em 0.5em;
    box-sizing: border-box;
    transition: 0.5s;
    backdrop-filter: blur(10px);
}

.coming_up_octopus_wrapper .tab_content a {}

/* .coming_up_octopus_wrapper .tab_content .tab_item::after{
 content: "";
 position: absolute;
 width: 100%;
 left: 0;
 top: 0;
 height: 5px;
 background-color: #fff;
}

.coming_up_octopus_wrapper .tab_content .tab_item::before{
 content: "";
 position: absolute;
 width: 100%;
 left: -100%;
 top: 0;
 height: 5px;
 background-color: #33B6E1;
 z-index: 2;
 transition: .3s;

} */

/* .coming_up_octopus_wrapper .tab_content .tab_item:hover::before{
 left: 0;
} */

.coming_up_octopus_wrapper .tab_content .tab_item .item_icon {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background-color: #1C1D22;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-right: 0.5em;
}

.coming_up_octopus_wrapper .tab_content .tab_item .item_icon svg {
    width: 45px;
    filter: drop-shadow(0px 0px 16px #49BEE4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.coming_up_octopus_wrapper .tab_content .tab_item .item_txt {

    /* margin-top: 1em; */
}

.coming_up_octopus_wrapper .tab_content .tab_item .item_txt p {
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.coming_up_octopus_wrapper .tab_content .tab_item .item_txt span {
    font-weight: 400;
    font-size: 0.8em;
    line-height: 21px;
    letter-spacing: 0.035em;
    color: #ffffff;
    opacity: 0.8;
}

.tokenimics {
    margin-top: 0;
    padding-top: 250px;
}

.tokenimics_wrapper .title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.tokenimics_wrapper table p {
    color: #dedede;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 21px 0;
}

.tokenimics_wrapper table {
    margin: 0 auto;
    border-spacing: 0;
}

.tokenimics_wrapper table span {
    color: #dedede;
    font-size: 20px;
    font-weight: 400;
}

.tokenimics_wrapper table span:first-child {
    margin-right: 19px;
}

.tokenimics_wrapper table tr:nth-child(2n) {
    background-color: #2C2D33;
}

.tokenimics_wrapper table tr:nth-child(2n+1) {
    background-color: #33343A;
}

.tokenimics_wrapper table tr:nth-child(2n) td,
.tokenimics_wrapper table tr:nth-child(2n+1) td {
    border: 1px solid #3D3F46;
    border-top: none;
    border-bottom: none;
}

.tokenimics_wrapper table tr:nth-child(2n) td:first-child,
.tokenimics_wrapper table tr:nth-child(2n+1) td:first-child {
    border: none;
}

.tokenimics_wrapper table tr:nth-child(2n) td,
.tokenimics_wrapper table tr:nth-child(2n+1) td {
    border-right: none;
}

.tokenimics_wrapper table tr:nth-child(2n) td:nth-child(2),
.tokenimics_wrapper table tr:nth-child(2n+1) td:nth-child(2) {
    border-left: none;
}

.tokenimics_wrapper table tr:nth-child(2n) td:nth-child(3),
.tokenimics_wrapper table tr:nth-child(2n+1) td:nth-child(3) {
    border: none;
}

.tokenimics_wrapper table tr:first-child,
.tokenimics_wrapper table tr:last-child {
    background-color: #232428;
}

.tokenimics_wrapper table tr:first-child td span,
.tokenimics_wrapper table tr:last-child td span {
    font-weight: 800;
}

.tokenimics_wrapper table tr {
    padding: 0 0;
}

.tokenimics_wrapper table tr:first-child td,
.tokenimics_wrapper table tr:last-child td {
    border: none;
}

.tokenimics_wrapper table tr td {
    padding: 0 30px;
}

.tokenimics_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1310px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 85px auto;
}

.tokenimics_list .tokenimics_list_item p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.tokenimics_list .tokenimics_list_item span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.03em;
}

.token {
    position: relative;
    margin-top: 80px;
}

.bg_token {
    position: absolute;
    width: 100%;
    top: -90%;
    z-index: -1;
}

.bg_token img {
    width: 100%;
}

.token_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.token_schedule {
    width: 696px;
    height: 696px;
    background-image: url('../img/circle.png');
    position: relative;
    background-position: center;
    margin-right: 180px;
}

.token_schedule p {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
}

.token_info {
    padding-top: 85px;
}

.token_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.token_info ul li span {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    letter-spacing: 0.02em;
}

.token_info ul li span:last-child {
    color: #ACA9BD;
    font-weight: 400;
    font-size: 18px;
}

.token_info ul li span:first-child {
    padding-left: 43px;
    margin-bottom: 15px;
}

.token_info ul li span:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    background-color: #fff;
}

.token_info ul li:nth-child(1) span:first-child:before {
    background-color: #33B6E1;
    -webkit-box-shadow: 0px 0px 40px rgba(51, 182, 225, 0.4);
    box-shadow: 0px 0px 40px rgba(51, 182, 225, 0.4);
}

.token_info ul li:nth-child(2) span:first-child:before {
    background-color: #33E183;
    -webkit-box-shadow: 0px 0px 40px rgba(51, 225, 131, 0.4);
    box-shadow: 0px 0px 40px rgba(51, 225, 131, 0.4);
}

.token_info ul li:nth-child(3) span:first-child:before {
    background-color: #E133DA;
    -webkit-box-shadow: 0px 0px 40px rgba(225, 51, 218, 0.4);
    box-shadow: 0px 0px 40px rgba(225, 51, 218, 0.4)
}

.token_info ul li:nth-child(4) span:first-child:before {
    background-color: #E13352;
    -webkit-box-shadow: 0px 0px 40px rgba(225, 51, 82, 0.4);
    box-shadow: 0px 0px 40px rgba(225, 51, 82, 0.4);
}

.token_info ul li:nth-child(5) span:first-child:before {
    background-color: #4FF8E3;
    -webkit-box-shadow: 0px 0px 40px rgba(79, 248, 227, 0.4);
    box-shadow: 0px 0px 40px rgba(79, 248, 227, 0.4);
}

.token_info ul>li+li {
    margin-top: 40px;
}

.roadmap {
    margin-top: 0;
    padding-top: 7em;
}

.roadmap_wrapper .title {
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 4em;
}

.roadmap_wrapper .table_block_content {
    cursor: grab;
    margin-top: 1em;
    font-size: 0.8em;
    padding: 0 10%;
}

.roadmap_wrapper .table_block_content:active {
    cursor: grabbing;
}

.roadmap_wrapper .table_block {
    display: flex;
    padding-bottom: 2em;
    box-sizing: border-box;
}

.table_block ul {
    transition: 0.5s;
}

.table_block:hover ul {
    opacity: 0.5;
}

.table_block:hover ul:hover {
    opacity: 1;
}

#road-button-next {
    background-color: rgba(29, 30, 34, 0.6);
    height: 100%;
    top: 1em;
    width: 10em;
    right: 0;
    outline: none;
}

body.light_theme #road-button-next {
    background-color: rgba(253, 253, 253, 0.6);
}

.swiper-container-horizontal>.swiper-scrollbar {
    background-color: #E8E8E8;
    left: 10%;
    width: 80%;
    height: 0.1em;
    bottom: 0em;
}

.swiper-scrollbar-drag {
    background-color: #33B6E1 !important;
}

/* .roadmap_wrapper .table_block_content .simplebar-track.simplebar-horizontal{
background-color: #4A4D56;
height: 10px;
width: 92%;
border-radius: 7px;
}

.roadmap_wrapper .table_block_content .simplebar-scrollbar:before{
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 1;
background-color: #33B6E1;
} */
.table_block_item {

    /* width: 15em !important; */
}

.table_block_item:nth-child(1) {}

.table_block_item:nth-child(3) {}

.table_block_item .title {
    text-align: left;
    padding-bottom: 0em;
    border-bottom: 0.1em solid #FFFFFF;
}

.table_block_item:nth-child(-n+5) .title {
    border-color: #33B6E1 !important;
}

.table_block_item .title::after,
.table_block_item .title::before {
    content: "";
    position: absolute;
    bottom: -0.2em;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background-color: #fff;
}

.table_block_item .title::after {
    right: 0;
    display: none;
}

.table_block_item .title::before {
    left: 0;
}

.table_block_item:first-child .title::after {
    display: none;
}

.table_block_item:last-child .title::after {
    display: block;
}

.table_block_item_mod .title::before {
    background-color: #33B6E1 !important;
    box-shadow: 0 0 20px 0px rgb(51 182 225);
    animation: 1s cubic-bezier(0.66, 0, 0, 1) 0s infinite alternate dot-pulse;
}

@keyframes dot-pulse {
    from {
        box-shadow: 0 0 0px 0px rgb(51 182 225);
    }

    to {
        box-shadow: 0 0 30px 0px rgb(51 182 225);
    }

}

.table_block_item .title span {
    font-weight: 700;
    color: #fff;
    font-size: 0.3em;
}

.table_block_item .body {
    padding-top: 3em;
    padding-bottom: 2em;
    padding-right: 1em;
    margin-right: 3em;
    width: 100%;
}

.table_block_item_mod .title span {
    color: #33B6E1 !important;
}

.table_block_item .body span {
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 1.5em;
}

.table_block_item_mod .body span {

    /* color: #33B6E1 !important; */
}

.table_block_item .body ul li span {
    font-weight: 400;
    font-size: 1em;
    color: #ffffff;
}

.table_block_item .body ul {
    margin: 0;
    padding: 0;
}

.table_block_item .body ul li {
    list-style-type: none;
    position: relative;
    padding-left: 1em;
}

.table_block_item .body ul li::before {
    content: "";
    width: 0.4em;
    height: 0.4em;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 40%;
}

.table_block_item .body ul>li+li {
    margin-top: 12px;
}

.our_team {
    margin-top: 300px;
}

.our_team_more {
    width: 2em;
    margin-top: 1em;
    cursor: pointer;
    transition: 0.2s;
}

.our_team_more.active {
    transform: scaleY(-1);
}

.our_team_wrapper {
    width: 100%;
}

.our_team_container {
    max-width: 1747px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}

.our_team_container .our_team_item {
    margin: 0.5em;
    width: 20em;
    text-align: left;
    background: #232428;
    border-radius: 1em;
    padding: 2em 1em;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.our_team_wrapper .our_team_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4em;
}

.our_team_wrapper .title {
    color: #fff;
    font-weight: 700;
    font-size: 4em;
    text-align: center;
    margin-bottom: 1em;
}

.our_team_block .our_team_item .img {
    text-align: center;
    /* overflow: hidden; */

    /* width: 7em; */

    /* height: 7em; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.our_team_item:hover,
.tab_item:hover {
    transform: scale(1.05);
}

.our_team_block .our_team_item .img img {
    width: 60%;
    border-radius: 50%;
}

.our_team_block .our_team_item .links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1.2em;
    background: #232428;
    width: 3em;
    height: 3em;
    padding: 1em;
    border-radius: 50%;
    position: absolute;
    bottom: -1.5em;
}

body.light_theme .our_team_block .our_team_item .links a svg path {
    fill: #202020;
}

.our_team_block .our_team_item .links a:nth-child(1):hover svg path {
    fill: #33b6e1;
}

.our_team_block .our_team_item .links a:nth-child(2) {
    margin: 0 20px;
}

.our_team_block .our_team_item .links a:nth-child(2):hover svg path {
    fill: #00acee;
}

.our_team_block .our_team_item .links a:nth-child(3):hover svg path {
    fill: #0077B0;
}

.our_team_block .our_team_item .txt {
    margin-top: 2em;
    text-align: center;
}

.our_team_block .our_team_item .txt span {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.02em;
    display: block;
}

.our_team_about {
    color: white;
    text-align: left;
    font-size: 0.8em;
    opacity: 1;
    margin-top: 0.5em;
    margin-right: 0.5em;
    height: 7em;
    width: 100%;
    overflow: auto;
}

.our_team_about p {
    margin-right: 0.5em;
    opacity: 0.8;
}

.our_team_visible {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.our_team_block .our_team_item .txt .name {
    font-weight: 700;
    margin-bottom: 5px;
}

.advisors {
    margin-top: 128px;
}

.our_partners {
    margin-top: 12em;
}

.our_partners_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1em;
}

.our_partners_wrapper .title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}

.our_partners_wrapper .descript {
    margin-top: 1em;
    color: white;
    text-align: center;
}

.our_partners_wrapper .our_partners_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2em 4em 4em;
}

.our_partners_wrapper .our_partners_list div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2em;
    width: 10em;
    height: 6em;
    filter: saturate(0) contrast(0) brightness(1.8);
}

.our_partners_list div img {
    width: 100%;
    height: auto;
}

.light_theme .our_partners_wrapper .our_partners_list div {
    filter: saturate(0) contrast(0) brightness(0.4);
}

.faq {
    margin-top: 8em;
}

.faq_wrapper .title {
    color: #fff;
    font-size: 4em;
    font-weight: 700;
    text-align: center;
}

.faq_links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3em;
    margin-bottom: 4em;
}

.faq_links a {
    padding: 0 2em 1em;
}

.faq_content {
    display: none;
    width: 80%;
    margin: 0 auto;
}

.faq_content.faq_content-active {
    display: block;
}

.faq_content .faq_content_item {
    border-bottom: 0.01em solid #565656;
    padding-bottom: 1em;
    margin-top: 1em;
}

.faq_item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq_item_title span {
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    display: block;
    width: 90%;
    letter-spacing: 0.01em;
    transition: 0.2s
}

.faq_item_title:hover span {
    color: #33b6e1;
}

.faq_content .faq_content_item .faq_item_title .btn_open {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    border: 0.04em solid #565656;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq_content .faq_content_item .faq_item_title .btn_open svg {}

.faq_content .faq_content_item .faq_item_description {
    display: none;
}

.faq_content .faq_content_item .faq_item_description p {
    color: #f2f2f2;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0.035em;
    margin-top: 1em;
}

.faq_content .faq_content_item .faq_item_title.active .btn_open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.faq_item_title.active span {
    color: #33B6E1 !important;
}

.footer {
    background-color: #33B6E1;
    padding: 130px 0;
    margin-top: 256px;
}

.footer_top_block {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 3em;
    align-items: center;
}

.footer_top_block .footer_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_top_block .footer_links li a {
    color: #fff;
    font-weight: 600;
    position: relative;
}

.footer_top_block .footer_links li {
    display: flex;
    justify-content: center;
}

.footer_top_block .footer_links>li+li {
    margin-left: 5em;
}

.footer_top_block .footer_links li a::after {
    content: "";
    position: absolute;
    width: 0;
    background-color: #fff;
    height: 2px;
    bottom: -4px;
    left: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.footer_top_block .footer_links li a:hover::after {
    width: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.footer_bot_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
}

.footer_bot_block .social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
}

.footer_bot_block .social_links a:hover svg path {
    fill: #33B6E1;
}

.footer_bot_block .page_desctiption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_bot_block .page_desctiption span {
    font-weight: 600;
    color: #fff;
    font-size: 0.8em;
}

.mobil_block_steps {
    display: none;
}

.block_steps_item {
    text-align: center;
}

.block_steps_item span {
    font-size: 3em;
    font-weight: 700;
    color: #fff;
}

.block_steps_item p {
    font-weight: 700;
    color: #33B6E1;
    margin: 12px 0 10px 0;
}

.block_steps_item .dscription {
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.04em;
    margin: 0;
}

.mobil_block_steps>.block_steps_item+.block_steps_item {
    margin-top: 60px;
}

.tokenimics .simplebar-track.simplebar-horizontal {
    background-color: #4A4D56;
    height: 10px;
    opacity: 1;
    border-radius: 7px;
}

.tokenimics .simplebar-scrollbar:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background-color: #33B6E1;
}

.footer .social_links a {
    border-color: #fff !important;
}

.footer .social_links a svg path {
    fill: #fff !important;
}

.footer_top_block .logo {
    width: 14em;
}

.footer_top_block .logo img {
    width: 100%;
}

.footer .social_links a:hover svg path {
    fill: #95ddf5 !important;
}

.footer__legal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 3em;
}

.footer__legal a {
    color: white;
    margin-left: 1em;
}

body.light_theme {
    background-color: #FDFDFD;
}

body.light_theme p,
body.light_theme h3,
body.light_theme span {
    color: #202020;
}

body.light_theme .navigation_list a {
    color: #202020;
    font-weight: 700;
}

body.light_theme .navigation_list li:last-child a {
    border-color: #202020;
}

body.light_theme .navigation_list li:last-child a svg path {
    fill: #202020;
}

body.light_theme .social_links a {
    border-color: #202020;
}

body.light_theme .social_links a svg path {
    fill: #202020;
}

body.light_theme .form_title {
    color: #202020;
}

body.light_theme .enter_mail form input {
    background-color: #F4F4F4;
    color: black;
}

body.light_theme .protocol_features_wrapper .text h3,
body.light_theme .protocol_features_wrapper .text p {
    color: #202020;
}

body.light_theme .circle {
    background-color: #FDFDFD;
    border-color: #C1C1C1;
}

body.light_theme .circle {
    background-color: #FDFDFD;
    border-color: #C1C1C1;
}

body.light_theme .protocol_features_wrapper .block_circles .circle span,
body.light_theme .protocol_features_wrapper .block_circles .circle .title,
body.light_theme .protocol_features_wrapper .block_circles .circle .subtitle {
    color: #202020 !important;
}

body.light_theme .coming_up_octopus_wrapper .title,
body.light_theme .tokenimics_wrapper .title,
body.light_theme .roadmap_wrapper .title,
body.light_theme .our_team_wrapper .title,
body.light_theme .our_team_block .our_team_item .txt span,
body.light_theme .our_partners_wrapper .title,
body.light_theme .faq_wrapper .title,
body.light_theme .faq_content .faq_content_item .faq_item_title span,
body.light_theme .faq_content .faq_content_item .faq_item_description p,
body.light_theme .block_steps_item .dscription {
    color: #202020;
}

body.light_theme .tab_links a,
body.light_theme .faq_links a {
    color: #202020;
    border-bottom: 2px solid #E7E7E7;
}

/* body.light_theme .coming_up_octopus_wrapper .tab_content .tab_item{
background-color: rgba(244, 244, 244, 0.9);
} */
body.light_theme .coming_up_octopus_wrapper .tab_content .tab_item .item_txt p {
    color: #202020;
}

body.light_theme .coming_up_octopus_wrapper .tab_content .tab_item .item_txt span {
    color: #000000;
}

body.light_theme .coming_up_octopus_wrapper .tab_content .tab_item .item_icon {
    background: #ECECF0;
}

body.light_theme .coming_up_octopus_wrapper .tab_content .tab_item::after {
    background: #08ADE7;
}

body.light_theme .tokenimics_list_item p,
body.light_theme .tokenimics_list_item span {
    color: #202020;
}

body.light_theme .tokenimics_wrapper table tr:nth-child(2n) {
    background-color: #F5F5F5;
}

body.light_theme .tokenimics_wrapper table tr:nth-child(2n+1) {
    background-color: #FCFCFC;
}

body.light_theme .tokenimics_wrapper table tr:first-child,
body.light_theme .tokenimics_wrapper table tr:last-child {
    background-color: #EAEAEA;
}

body.light_theme .tokenimics_wrapper table tr:nth-child(2n) td,
body.light_theme .tokenimics_wrapper table tr:nth-child(2n+1) td {
    border-color: #DFDFDF;
}

body.light_theme .token_info ul li span {
    color: #202020;
}

body.light_theme .token_info ul li span:last-child {
    color: #ACA9BD;
}

.bg_token .bg_token_light {
    display: none;
}

body.light_theme .bg_token .bg_token_light {
    display: block;
}

body.light_theme .bg_token .bg_token_img {
    display: none;
}

body.light_theme .table_block_item .title span {
    color: #202020;
}

body.light_theme .table_block_item .title::after,
body.light_theme .table_block_item .title::before {
    background-color: #202020;
}

body.light_theme .table_block_item .title {
    border-color: #e7e7e7;
}

body.light_theme .table_block_item .body span {
    color: #202020;
}

body.light_theme .table_block_item .body ul li span {
    color: #3e3e3e !important;
}

body.light_theme .roadmap_wrapper .table_block_content .simplebar-track.simplebar-horizontal {
    background-color: #e7e7e7;
}

body.light_theme .our_partners_wrapper .our_partners_list a img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

body.light_theme .faq_content .faq_content_item .faq_item_title .btn_open svg path {
    stroke: #202020;
}

body.light_theme .block_steps_item p {
    color: #33B6E1;
}

body.light_theme .tokenimics .simplebar-track.simplebar-horizontal {
    background-color: #e7e7e7;
}

body.light_theme .burger_button div {
    background-color: #202020;
}

.burger {
    cursor: pointer;
    display: none;
    /* position: absolute; */
    right: 0;
    padding: 10px;
    padding-top: 15px;
    border-radius: 7px 7px 0 0;
    margin-left: 1em;
}

.burger_button {
    width: 30px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.burger_button div {
    background-color: #fff;
    width: 100%;
    height: 3px;
    border-radius: 7px;
    z-index: 30;
}

.burger_wrapper {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #1D1E22;
    z-index: 20;
    border-radius: 7px 0 7px 7px;
    display: none;
    box-shadow: 0 0 10px #33B6E1;
}

.burger_wrapper_active {
    display: flex;
}

.burger_button:hover div {}

.burger_button div {
    transition: 0.5s;
}

.burger.burger_active .burger_button div:nth-child(1) {
    transform: rotate(45deg) translate(6.5px, 6px);
}

.burger.burger_active .burger_button div:nth-child(2) {
    transform: scaleX(0);
}

.burger.burger_active .burger_button div:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.burger .burger_active {
    opacity: 0.2;
}

body.light_theme .burger_wrapper {
    background-color: #FDFDFD;
}

.burger_body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 6em;
}

.burger_body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.burger_body ul li {
    text-align: center;
    transition: 0.5s;
    opacity: 1;
}

.burger_body ul li:nth-child(1) {
    transition-delay: 1s
}

.burger.burger_active .burger_body ul li {

    /* opacity:0.5; */
}

.burger_body ul li a {
    font-weight: 600;
    font-size: 2em;
    color: #fff;
}

body.light_theme .burger_body ul li a {
    color: #33B6E1;
}

.burger_body ul>li+li {
    margin-top: 0px;
}

.burger_body .social_links {
    margin-top: 40px;
}

.burger_body .octopus2021 {
    color: #fff;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-top: 3em;
}

body.light_theme .burger_body .octopus2021 {
    color: #33B6E1;
}

.ecosystem-scheme {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 0px 25px rgba(70, 179, 217, 0.2));
    padding: 2em;
}

.ecosystem-scheme__desk {
    width: 65%;
    margin: 2em;
}

.ecosystem-scheme__mob {
    display: none;
}

.tokenimics,
.token {
    display: none;
}

.in_the_news {
    margin-top: 256px;
}

.in_the_news_wrapper .title {
    font-size: 4em;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.in_the_news_wrapper .in_the_news_content {

    /* margin-left: 5em; */
    margin-top: 3em;
    cursor: grab;
    padding-bottom: 5em;
}

.in_the_news_wrapper .in_the_news_content:active {
    cursor: grabbing;
}

.in_the_news_wrapper .in_the_news_list {
    display: flex;
    margin-left: 10%;
}

.in_the_news_wrapper .in_the_news_item {
    margin-right: 2em;
}

.in_the_news_wrapper .in_the_news_item .img {
    background-color: #232428;
    min-height: 19em;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 1em;
}

.in_the_news_wrapper .in_the_news_item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.in_the_news_wrapper .in_the_news_item .txt p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 20px;
}

.in_the_news_wrapper .in_the_news_item .txt span {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

body.light_theme .in_the_news_wrapper .in_the_news_item .txt p {
    color: #202020;
}

body.light_theme .in_the_news_wrapper .in_the_news_item .txt span {
    color: #202020;
}

.in_the_news_content .simplebar-track.simplebar-horizontal {
    background-color: #4A4D56;
    height: 10px;
    width: 92%;
    border-radius: 7px;
}

.in_the_news_content .simplebar-scrollbar:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background-color: #33B6E1;
}

#in_the_news-btn-next {
    background-color: rgba(29, 30, 34, 0.6);
    height: 100%;
    top: 1em;
    width: 12em;
    right: 0;
    outline: none;
}

body.light_theme #in_the_news-btn-next {
    background-color: rgba(253, 253, 253, 0.6);
}

body.light_theme .coming_up_octopus_wrapper .tab_content .tab_item {
    background-color: rgb(241 241 241 / 50%);
}

body.light_theme .header {}

body.light_theme .in_the_news_wrapper .title {
    color: #202020;
}

body.light_theme .our_partners_wrapper .descript {
    color: #202020;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #33B6E1;
}

@media screen and (min-width:1000px) and (orientation:portrait) {
    .top_head {

        /* height: 100%; */
        margin-top: 7em;
    }

}

@media screen and (min-width:1700px) {
    .roadmap_wrapper .table_block_content {
        font-size: 0.9em;
    }

}

@media screen and (min-width:1440px) {
    .faq_content_item {
        font-size: 0.9em;
    }

    .top_head_wrapper {
        margin-right: 34em;
    }

    body {
        font-size: 16px;
    }

    .bg_img {
        width: 77em;
        top: -21em;
    }

    .top_head {}

    .roadmap_wrapper .table_block_content {}

    .coming_up_octopus_wrapper .tab_content .tab_item {
        -ms-flex-preferred-size: 31%;
        margin: 0 1em;
        margin-bottom: 2em;
    }

    .bg_token {
        top: -65%;
    }

    .bg_img_coming {
        top: 43%;
    }

    .circle {}

    /* .circle_body{
        width: 332px;
        height: 332px;
    } */
    .protocol_features_wrapper .block_circles .circle .subtitle {}

    .protocol_features_wrapper .block_circles .circle:nth-child(3) {}

    .our_team_wrapper .our_team_block {
        flex-wrap: wrap;
    }

    .our_team_container .our_team_item {}

    .in_the_news_wrapper .in_the_news_item {}

    .tab_links a {
        padding: 0 1.5em 1em;
    }

}

@media screen and (min-width:1680px) {

    /* .roadmap_wrapper .table_block_content{
        width: 83%;
    } */
    body {
        font-size: 18px;
    }

    .container_partners {
        padding: 0 40px;
    }

    .bg_token {
        top: -80%;
    }

    .in_the_news_wrapper .in_the_news_item {}

}

@media 1screen and (max-width:1366px) {
    .coming_soon {
        height: auto;
    }

    .coming_soon_wrapper .coming_soon_title {
        margin-top: 30px;
    }

    .bg_img {
        width: 840px;
    }

    .circle {
        width: 341px;
        height: 341px;
    }

    /* .circle_body{
        width: 333px;
        height: 333px;
    } */
    .protocol_features_wrapper .block_circles .circle .title {
        font-size: 30px;
    }

    .protocol_features_wrapper .block_circles .circle .subtitle {
        font-size: 12px;
        padding: 0 40px;
    }

    .protocol_features_wrapper .block_circles .circle span {
        font-size: 14px;
    }

    .protocol_features_wrapper .text h3,
    .coming_up_octopus_wrapper .title,
    .tokenimics_wrapper .title,
    .roadmap_wrapper .title,
    .our_team_wrapper .title,
    .our_team_wrapper .title,
    .our_partners_wrapper .title,
    .faq_wrapper .title {
        font-size: 40px;
    }

    .protocol_features_wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .tab_links a,
    .faq_links a {
        font-size: 20px;
    }

    .tab_links,
    .faq_links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .faq_links {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .coming_up_octopus_wrapper .tab_content .tab_item .item_txt p {
        font-size: 16px;
    }

    .coming_up_octopus_wrapper .tab_content .tab_item .item_txt span {
        font-size: 13px;
    }

    .coming_up_octopus_wrapper .tab_content .tab_item {
        padding: 35px 20px 27px;
    }

    .tokenimics_wrapper table p,
    .tokenimics_wrapper table span {
        font-size: 16px;
    }

    .tokenimics_list {
        padding: 0 60px;
    }

    .token_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .token_info ul li span {
        font-size: 22px;
    }

    .token_info ul li span:first-child:before {
        width: 20px;
        height: 20px;
    }

    .token_schedule {
        margin-right: 0;
        background-size: 100%;
        width: 550px;
        height: 550px;
    }

    .token_schedule p {
        font-size: 28px;
    }

    .token_info ul li span:first-child {
        padding-left: 35px;
        margin-bottom: 8px;
    }

    .token_info ul li span:first-child:before {
        top: 4px;
    }

    .token_info ul>li+li {
        margin-top: 20px;
    }

    .bg_token {
        top: -100%;
        overflow: hidden;
    }

    .bg_token img {
        -webkit-transform: translateX(17%);
        -ms-transform: translateX(17%);
        transform: translateX(17%);
    }

    .our_team_block .our_team_item .txt .name {
        font-size: 20px;
    }

    .our_team_block .our_team_item .txt span {
        font-size: 18px;
    }

    .container_partners {
        padding: 0 80px;
    }

    .faq_content .faq_content_item .faq_item_title span {
        font-size: 24px;
        padding: 10px 0;
    }

    .faq_content .faq_content_item {
        padding-bottom: 27px;
        margin-top: 27px;
    }

    .faq_content .faq_content_item .faq_item_description p {
        font-size: 15px;
    }

    .protocol_features_wrapper .block_circles .bot_circle {
        margin: -30px 0 0 -180px;
    }

    .coming_up_octopus_wrapper .tab_content .tab_item .item_icon {
        width: 80px;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .coming_up_octopus_wrapper .tab_content .tab_item .item_icon svg {
        width: 45px;
    }

    /* .coming_up_octopus_wrapper .tab_content .tab_item{
        min-height: 364px;
    } */
    .tokenimics {
        padding-top: 248px;
    }

    .container {

        /* padding: 0 40px; */
    }

    .in_the_news_wrapper .in_the_news_item {
        width: 390px !important;
    }

}

@media screen and (max-width:1280px) {
    .block_circles_inner {
        transform: rotate(45deg) translate(6em, 1em);
    }

    .protocol_features_wrapper {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .circle_body {
        transform: rotate(-45deg);
    }

    .protocol_features_wrapper .text {
        margin: 0;
        margin-bottom: 65px;
        max-width: unset;
    }

    .roadmap_wrapper .table_block {}

    .circle {
        width: 18em;
        height: 18em;
        margin-left: 0;
        margin: 0 0 1em 1em;
    }

    .protocol_features_wrapper .block_circles .bot_circle {
        margin: -30px 0 0 -160px;
    }

    .coming_up_octopus_wrapper .tab_content .tab_item {}

    .tokenimics_wrapper table p,
    .tokenimics_wrapper table span {
        font-size: 14px;
    }

    .tokenimics_list .tokenimics_list_item p {
        font-size: 20px;
    }

    .tokenimics_list .tokenimics_list_item span {
        font-size: 14px;
    }

    .faq_links {
        margin-bottom: 2em;
    }

    .our_partners_wrapper .our_partners_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 5em 2em;
        justify-content: center;
    }

    .protocol_features_wrapper .block_circles .circle:nth-child(3) {}

    .coming_up_octopus_wrapper .tab_content .tab_item .item_txt {
        text-align: left;
    }

    .our_team_wrapper .our_team_block {
        margin: 0 auto;
        justify-content: center;
    }

    .our_team_container .our_team_item {
        width: 47%;
    }

    .block_circles .bot_circles {
        margin-left: -310px;
    }

    .in_the_news_wrapper .in_the_news_item {
        width: 355px !important;
    }

}

@media screen and (max-width:1024px) {
    .ecosystem-scheme__desk {
        width: 100%;
        margin: 4em 0 0 0;
    }

    .top_head_wrapper {
        margin-right: 10em;
    }

    .container {
        max-width: 100%;
        padding: 0 2em;
    }

    .roadmap_wrapper .table_block_content {}

    .bg_img img {}

    .circle {}

    .header {}

    .block_circles {}

    .protocol_features_wrapper .block_circles .bot_circle {
        margin: -10px 0 0 -142px;
    }

    .coming_up_octopus_wrapper .tab_content .tab_item {
        flex-basis: 46%;
    }

    .tab_links a {}

    .coming_up_octopus_wrapper .tab_content {}

    .roadmap_wrapper .table_block_content {
        padding: 0 3em;
        box-sizing: border-box;
    }

    .tokenimics_wrapper table p,
    .tokenimics_wrapper table span {
        font-size: 10px;
    }

    .tokenimics_wrapper table span:first-child {
        margin-right: 5px;
    }

    .token_info ul li span:first-child {
        font-size: 16px;
    }

    .token_info ul li span:last-child {
        font-size: 14px;
    }

    .token_schedule {
        width: 480px;
        height: 480px;
    }

    .token_schedule p {
        font-size: 20px;
    }

    .roadmap {}

    .our_team {
        margin-top: 170px;
    }

    .advisors {
        margin-top: 128px;
    }

    .footer_top_block .footer_links>li+li {
        margin-left: 35px;
    }

    .our_partners_wrapper .our_partners_list a {
        margin: 2em;
    }

    .our_partners_wrapper .our_partners_list a img {
        width: 100%;
    }

    .faq {
        margin-top: 160px;
    }

    .protocol_features_wrapper .block_circles .circle:nth-child(3),
    .protocol_features_wrapper .block_circles .circle:nth-child(4) {}

    .protocol_features_wrapper .block_circles .circle:nth-child(3) {}

    .protocol_features_wrapper .block_circles .circle .subtitle {}

    .block_circles .bot_circles {
        margin-left: 0;
        margin-top: 20px;
    }

    .in_the_news_wrapper .in_the_news_item {
        width: 420px !important;
    }

    .roadmap_wrapper .table_block_content,
    .in_the_news_wrapper .in_the_news_content {}

    .tab_links {
        width: 100%;
        font-size: 0.8em;
    }

    .tab_links a {}

}

@media screen and (max-width:800px) {
    .our_team_about {
        margin-top: 2em;
        height: 15em;
    }

    .our_team_visible {
        flex-direction: row;
        align-items: flex-start;
    }

    .our_team_block .our_team_item .txt p {
        height: auto;
    }

    .ecosystem-scheme__desk {
        display: none;
    }

    .ecosystem-scheme__mob {
        display: flex;
        width: 70%;
    }

    .our_team_block .our_team_item .links {}

    .our_team_item:hover,
    .tab_item:hover {
        transform: translateY(0em);
    }

    .our_team_block .our_team_item .img img {
        width: 100%;
    }

    .our_team_block .our_team_item .txt {
        margin-top: 0;
        width: auto;
        text-align: left;
    }

    .our_team_block .our_team_item .img {
        margin-right: 2em;
        width: 8em;
        margin-left: 0;
    }

    .faq_content {
        width: 100%;
    }

    .in_the_news_wrapper .in_the_news_content {

        /* margin-left: 20px; */
    }

    .container {}

    .bg_img img {}

    .coming_soon_wrapper .coming_soon_title {
        font-size: 100px;
        line-height: 110px;
    }

    .coming_up_octopus_wrapper .tab_content .tab_item {
        flex-basis: 100%;
    }

    .tab_links a {}

    .navigation_list li:nth-child(-n+6) {
        display: none;
    }

    .top_head {}

    .top_head_wrapper p {}

    .top_head_wrapper .enter_mail {}

    .social_links {}

    .bg_img_index {
        width: 240%;
        top: -13em;
        right: -23em;
        opacity: 0.8;
    }

    .bg_img_index img {

        /* position: relative; */
        left: 3em;
        top: 0em;
        opacity: 0.5;
    }

    .logo_index .logo_icon {
        width: 185px;
    }

    .enter_mail form input {}

    .enter_mail form button {
        font-size: 0.9em;
    }

    .top_head_wrapper .enter_mail {}

    .tokenimics_list .tokenimics_list_item p {
        font-size: 18px;
    }

    .tokenimics_list .tokenimics_list_item span {
        font-size: 12px;
    }

    .tokenimics_wrapper table tr td {
        padding: 0 20px;
    }

    .token_schedule {
        width: 360px;
        height: 360px;
        background-size: 124%;
    }

    .token_info {
        padding-top: 25px;
    }

    .bg_token img {
        -webkit-transform: translateX(23%);
        -ms-transform: translateX(23%);
        transform: translateX(23%);
    }

    .roadmap_wrapper .table_block_content {}

    .faq_links a {
        padding: 0 1em 1em;
    }

    .our_team_block .our_team_item .txt .name {
        font-size: 15px;
        text-align: left;
    }

    .our_team_block .our_team_item .txt span {}

    .navigation_wrapper {
        position: relative;
    }

    .navigation_list li {}

    .burger {
        display: block;
        padding: 0 0 0 16px;
    }

    .block_circles .bot_circles {
        margin-left: -280px;
    }

    .circle {
        margin: 0 0 1em 1em;
    }

    .protocol_features_wrapper .block_circles .circle .subtitle {}

    .protocol_features_wrapper .block_circles .circle .title {
        font-size: 20px;
    }

    .block_circles .bot_circles {
        margin-left: 0;
        margin-top: 30px;
    }

    .block_circles {
        margin-left: 0;
        width: 100%;
    }

    .protocol_features {
        padding-top: 0;
    }

    .coming_up_octopus {
        padding-top: 10em;
    }

    .our_team_wrapper .our_team_block {
        justify-content: center;
        width: 100%;
    }

    .our_team_container .our_team_item {
        width: 47%;
        margin: 0.5em;
        padding: 2em 1em;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .in_the_news_wrapper .in_the_news_item {
        width: 358px !important;
    }

    .protocol_features_wrapper .text {
        max-width: 100%;
    }

    #road-button-next,
    #in_the_news-btn-next {
        width: 80px;
    }

    .our_partners {
        margin-top: 6em;
    }

    .in_the_news {
        margin-top: 140px;
    }

}

@media screen and (max-width:600px) {
    .social_links {
        margin-top: 1em;
    }

    .enter_mail .form_title {
        font-size: 1em;
        margin-bottom: 1em;
    }

    .footer__legal {
        justify-content: center;
        margin-bottom: 0.5em;
        margin-left: -2em;
    }

    .tab_links {}

    .block_circles_inner {
        flex-wrap: nowrap;
        flex-direction: column;
        transform: none;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .circle_body {
        transform: none;
    }

    .ecosystem-scheme__mob {
        width: 87%;
    }

    .block_steps_item span {
        display: none;
    }

    .mobil_block_steps>.block_steps_item+.block_steps_item {
        margin: 0.5em;
    }

    .in_the_news_wrapper .title {
        font-size: 3em;
        text-align: left;
        margin-left: 0.7em;
    }

    .our_partners_wrapper .our_partners_list {
        margin: 3em 0em;
    }

    .our_team_block .our_team_item .img {
        width: 6em;
    }

    .our_team_block .our_team_item .txt {
        margin-top: 0;
        text-align: left;
    }

    .our_team_block .our_team_item .txt a {
        text-align: left;
    }

    .our_team_block .our_team_item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }

    .roadmap_wrapper h3 {
        margin-left: 0.8em;
    }

    .top_head_wrapper {
        margin-right: 0em;
        margin-top: 2em;
    }

    .burger_body ul {}

    .top_head_wrapper {}

    .enter_mail form input {
        font-size: 1em;
    }

    .top_head_wrapper p {
        font-size: 1.8em;
    }

    .item_txt {}

    .block_steps_item {
        text-align: left;
        border: 0.02em solid white;
        border-radius: 50%;
        display: flex;
        height: 18em;
        width: 18em;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2em;
        text-align: center;
        margin: 0.5em;
    }

    .tab_content content-tab-active {}

    .coming_up_octopus_wrapper {}

    .protocol_features_wrapper {
        text-align: left;
    }

    .block_circles {
        transform: none;
    }

    .mobil_block_steps {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .coming_up_octopus_wrapper .tab_content .tab_item {
        flex-basis: 100%;
        margin: 0;
        align-items: center;
    }

    .container {}

    .in_the_news {
        margin-top: 100px;
    }

    .protocol_features {}

}

@media screen and (max-width:500px) {
    .our_partners_wrapper .descript {
        text-align: left;
    }

    .our_partners_wrapper .our_partners_list div {
        margin: 0.5em;
        width: 8em;
    }

    .logo_icon {
        width: 258px;
    }

    .bg_img img {}

    .coming_soon_wrapper .coming_soon_title {
        font-size: 80px;
        line-height: 90px;
    }

    .top_head {
        padding: 0;
    }

    .protocol_features_wrapper .block_circles .top_circle,
    .protocol_features_wrapper .block_circles .bot_circle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block_table {
        width: 100%;
        overflow: auto;
        padding-bottom: 25px;
    }

    .tokenimics_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .our_team_wrapper .our_team_block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .faq_links a {
        padding: 0 0 26px;
        width: 33%;
        font-size: 1.1em;
    }

    .protocol_features_wrapper .text h3,
    .coming_up_octopus_wrapper .title,
    .tokenimics_wrapper .title,
    .roadmap_wrapper .title,
    .our_team_wrapper .title,
    .our_team_wrapper .title,
    .our_partners_wrapper .title,
    .faq_wrapper .title {
        font-size: 3em;
        text-align: left;
    }

    .tab_links a {
        font-size: 0.9em;
    }

    .tab_links a {}

    .coming_up_octopus_wrapper .tab_content {
        margin: 60px 0 0 0;
    }

    .coming_up_octopus_wrapper .tab_content .tab_item {
        margin: 0 0 20px 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .tokenimics_list .tokenimics_list_item p {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .tokenimics_list {
        padding: 0;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .tokenimics_list_item {
        margin: 0 18px;
        margin-bottom: 16px;
    }

    .token_wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .roadmap_wrapper .table_block_content {
        margin-left: 0;
        width: 100%;
        margin: 0 auto;
    }

    .roadmap_wrapper .table_block_content .simplebar-track.simplebar-horizontal {
        width: 100%;
    }

    .our_team_wrapper {
        margin: 0;
    }

    .our_team_block .our_team_item {
        margin: 0;
        margin-bottom: 0.5em;
    }

    .our_team_block .our_team_item .txt .name {
        font-size: 20px;
    }

    .our_team_block .our_team_item .txt span {}

    .our_partners {
        margin-top: 140px;
    }

    .our_partners_wrapper .our_partners_list a {
        width: 40%;
        margin-bottom: 30px;
        margin: 0 2em 2em 0;
    }

    .faq {
        margin-top: 140px;
    }

    .faq_links a {}

    .faq_content .faq_content_item {
        padding-bottom: 16px;
        margin-top: 16px;
    }

    .faq_content .faq_content_item .faq_item_title span {
        font-size: 15px;
    }

    .faq_content .faq_content_item .faq_item_title .btn_open {
        width: 36px;
        height: 36px;
    }

    .faq_content .faq_content_item .faq_item_title .btn_open svg {}

    .faq_content .faq_content_item .faq_item_description p {
        font-size: 1em;
    }

    .footer_top_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer_top_block .footer_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 32px;
    }

    .footer_top_block .footer_links>li+li {
        margin-left: 0;
        margin-top: 12px;
    }

    .footer_top_block .footer_links li a {
        text-align: center;
    }

    .footer_top_block {
        padding-bottom: 32px;
        border: none;
    }

    .footer_bot_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }

    .social_links a {
        margin-right: 1em;
    }

    .footer_bot_block .social_links {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }

    .social_links a svg {}

    .footer_bot_block .page_desctiption span {
        text-align: center;
        margin-top: 32px;
    }

    .footer {
        padding: 30px 0;
        margin-top: 140px;
    }

    .header {}

    .coming_up_octopus {
        padding-top: 120px;
    }

    .tokenimics {
        padding-top: 140px;
    }

    .container_partners {
        padding: 0 20px;
    }

    .social_links {}

    #road-button-next {
        width: 50px;
    }

    #in_the_news-btn-next {
        width: 50px;
    }

    .in_the_news_wrapper .in_the_news_content {
        margin-left: 20px;
    }

    .in_the_news_wrapper .in_the_news_item .img {
        min-height: 200px;
    }

    .in_the_news_wrapper .in_the_news_item {
        width: 300px;
    }

    .in_the_news_wrapper .in_the_news_item .txt p {
        font-size: 14px;
    }

    .in_the_news_wrapper .in_the_news_item .txt span {
        font-size: 12px;
    }

    .in_the_news_wrapper .in_the_news_item .img img {
        width: 70%;
    }

    .table_block_item {

        /* width: 186px !important; */
    }

    .in_the_news_wrapper .in_the_news_item {
        width: 181px !important;
    }

    .footer_top_block .logo {
        margin: 0 auto;
    }

}

@media screen and (max-width:400px) {
    .top_head_wrapper {
        margin-top: 4em;
    }

    .container {
        padding: 0 1em;
    }

    .tokenimics_list_item {
        margin: 0 13px;
        margin-bottom: 16px;
    }

    .burger {
        right: -33px;
    }

}

.change_theme_wrapper a {
    display: block !important;
}

/*asmi*/
.grid-cotainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    margin-bottom: 160px;
}

.banner-text {
    color: #fff;
    text-align: center;
    margin-top: 140px;
}

.banner-text:first-of-type {
    margin-top: 170px;
}

.banner-text h1,
.banner-text h2 {
    font-weight: bold;
    font-size: 48px;
    line-height: 66px;
    letter-spacing: -0.02em;
}

.banner-text h1 span {
    color: #49BEE4;
    text-shadow: 0px 0px 40px rgba(51, 182, 225, 0.4);
}

.banner-text p {
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.04em;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.sale-count {
    margin-top: 80px;
    display: flex;
    width: 100%;
    align-items: center;
}

.count-inner {
    background: #232428;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding-top: 56px;
}

.count-logo {
    text-align: center;
}

.count-logo img {
    display: block;
    margin: 0 auto;
    color: #fff;
}

.count-logo h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #49BEE4;
    text-shadow: 0px 0px 40px rgba(51, 182, 225, 0.4);
}

.count-down p {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.02em;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 44px;
    color: #FFFFFF;
    font-weight: bold;

}

.count-down ul {
    list-style-type: none;
    padding: 0 10px;
    margin: 10px auto 0;
    text-align: center;
}

.count-down li {
    display: inline-block;
    margin-right: 5px;
    width: 4.1em;
    color: #fff;
}

.count-down .numbers {
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.02em;
}

.count-down .name {
    font-weight: 600;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #A9A9A9;
    margin-top: 0;
}

.sale-button {
    padding: 60px 28px;
    padding-left: 0px;
}

.sale-button a {
    width: 100%;
    height: 71px;
    background: #33B6E1;
    box-shadow: 0px 0px 40px rgba(51, 182, 225, 0.4);
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    border-radius: 11px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 71px;
}

.sale-text {
    padding-left: 5rem;
}

.sale-text p {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #FFFFFF;

    margin-bottom: 0;
}

.sub-text {
    margin-top: 24px;
}

.sub-text:first-of-type {
    margin-top: 0;
}

.sale-text label {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #49BEE4;
}

.mt-2 {
    margin-top: 15px;
}

.chart-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

text.highcharts-credits {
    display: none !important;
}

.wave-bg {
    background: url(../img/waves.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.chart-box img {
    max-width: 100%;
    padding: 0 15px;

}

.vesting-item {
    display: none;
}

a.vesting-arrow.active-arrow img {
    transform: rotate(180deg);
}

.vesting-schedule .chart-box img {
    max-width: 100%;
    padding: 0 15px;
    width: 80%;
}

.chart-inner {
    text-align: center;
    color: #fff;
}

.text-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.chart-inner h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #49BEE4;
    margin-top: 80px;
    margin-bottom: 20px;
}

.chart-text {
    margin-top: 60px;
}

.chart-text p {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #49BEE4;
    margin-bottom: 12px;
}

.chart-text label {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.vesting-schedule .chart-text {
    margin-top: 12px;
    position: relative;
}

.vesting-schedule .chart-text p::before {
    /* background: #fff; */
    background: #8C5A61;
    box-shadow: 0px 0px 20px rgba(140, 90, 97, 0.6);
    width: 8px;
    content: '';
    height: 8px;
    position: absolute;
    left: 0;
    top: 15px;
}

.vesting-schedule .chart-text:first-child p::before {
    background: #277895;
    box-shadow: 0px 0px 20px rgba(39, 120, 149, 0.6);
}

.vesting-schedule .chart-text:nth-child(2) p::before {
    background: #8C8343;
    box-shadow: 0px 0px 20px rgba(140, 131, 67, 0.6);
}

.vesting-schedule .chart-text:nth-child(3) p::before {
    background: #9171DE;
    box-shadow: 0px 0px 20px rgba(145, 113, 222, 0.6);
}

.vesting-schedule .chart-text:nth-child(4) p::before {
    background: #8C5A61;
    box-shadow: 0px 0px 20px rgba(140, 90, 97, 0.6);
}

.vesting-schedule .chart-text:nth-child(5) p::before {
    background: #8C767E;
    box-shadow: 0px 0px 20px rgba(140, 118, 126, 0.6)
}

.vesting-schedule .chart-content:nth-child(2) .chart-text:first-child p::before {
    background: #5D7B89;
    box-shadow: 0px 0px 20px rgba(93, 123, 137, 0.6);
}

.vesting-schedule .chart-content:nth-child(2) .chart-text:nth-child(2) p::before {
    background: #8C9DA2;
    box-shadow: 0px 0px 20px rgba(140, 157, 162, 0.6);
}

.vesting-schedule .chart-content:nth-child(2) .chart-text:nth-child(3) p::before {
    background: #0B1FC1;
    box-shadow: 0px 0px 20px rgba(11, 31, 193, 0.6);
}

.vesting-schedule .chart-content:nth-child(2) .chart-text:nth-child(4) p::before {
    background: #8B7A24;
    box-shadow: 0px 0px 20px rgba(139, 122, 36, 0.6);
}

.vesting-schedule .chart-content:nth-child(3) .chart-text:first-child p::before {
    background: #606EA5;
    box-shadow: 0px 0px 20px rgba(96, 110, 165, 0.6);
}

.vesting-schedule .chart-content:nth-child(3) .chart-text:nth-child(2) p::before {
    background: #208988;
    box-shadow: 0px 0px 20px rgba(32, 137, 136, 0.6);
}

.vesting-schedule .chart-content:nth-child(3) .chart-text:nth-child(3) p::before {
    background: #4B8CA2;
    box-shadow: 0px 0px 20px rgba(75, 140, 162, 0.6);
}

.vesting-schedule .chart-content:nth-child(3) .chart-text:nth-child(4) p::before {
    background: #0D9474;
    box-shadow: 0px 0px 20px rgba(13, 148, 116, 0.6);
}

.vesting-schedule h3 {
    margin-bottom: 80px;
    color: #fff;
}

.vesting-schedule .text-container {
    margin-top: 80px;
    margin-bottom: 30px;
}

a.vesting-arrow {
    margin: 50px 0;
    display: block;
}

.vesting-schedule .chart-text p {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: left;
    padding-left: 20px;
    margin: 0;
    white-space: nowrap;
    padding-right: 15px;
}

.fund-item h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 16px;
    margin-top: 0;
}

.fund-item label {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #49BEE4;
    margin-bottom: 0;
}

.fund-item p {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-top: 40px;
    margin-bottom: 0;
    color: #FFFFFF;
}

.section-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.fund-item {
    text-align: center;
    position: relative;
    padding-top: 40px;
}

.fund-container::before {
    width: 67%;
    content: '';
    height: 2px;
    background-color: #49BEE4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fund-item::before {
    width: 18px;
    content: '';
    height: 18px;
    background-color: #49BEE4;
    position: absolute;
    border-radius: 50px;
    top: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fundraising {
    margin-top: 200px;
}

.fund-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    position: relative;
}

a.colapse-text {
    display: none;
}

.vesting-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
}

.vesting-item:first-child {
    padding-right: 10px;
}

.vesting-item:last-child {
    padding-left: 10px;
}

.vesting-text {
    margin: 32px 0 0 0;
    display: block;

}

.vesting-text p {
    font-weight: 600;
    font-size: 18px;
    line-height: 162.1%;
    letter-spacing: -0.02em;
    color: #fff;
}

.vesting-text p span {
    color: #49BEE4;
}

@media (min-width:1200px) and (max-width:1366px) {
    .chart-text p {
        font-size: 16px;
    }

    .chart-text label {
        font-size: 26px;
        line-height: 20px;
    }

    .sale-text {
        padding-left: 2rem;
    }

    .count-down .name {
        font-size: 15px;
    }

    .count-down .numbers {
        font-size: 20px;

    }

    .count-down li {
        width: 3.7em;
    }

    .sale-text label {
        font-size: 15px;
    }

    .sale-text p {
        font-size: 17px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .chart-text p {
        font-size: 16px;
    }

    .chart-text label {
        font-size: 26px;
        line-height: 20px;
    }

    .vesting-schedule .chart-text p {
        white-space: normal;
    }

    .sale-text {
        padding-left: 2rem;
    }

    .count-down .name {
        font-size: 12px;
    }

    .count-down .numbers {
        font-size: 16px;

    }

    .count-down li {
        width: 3.3em;
    }

    .sale-text label {
        font-size: 13px;
    }

    .sale-text p {
        font-size: 15px;
    }
}

@media (max-width:991px) {
    .grid-cotainer {
        display: grid;
        grid-template-columns: 1fr;
    }

}

@media(min-width:768px) and (max-width:991px) {
    .chart-text p {
        font-size: 16px;
    }

    .chart-text label {
        font-size: 26px;
        line-height: 20px;
    }

    .vesting-schedule .chart-text p {
        white-space: normal;
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .chart-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .chart-inner h3,
    .section-title {
        margin-top: 50px;
        font-size: 24px;
        line-height: 40px;
    }

    .text-container {
        grid-template-columns: 1fr 1fr;

    }

    .fund-item h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .fund-item label {
        font-size: 15px;
        line-height: 20px;
    }

    .fund-item p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 12px;
    }

    .grid-cotainer {
        margin-bottom: 60px;
    }

    .chart-text {
        margin-top: 30px;
    }

    .chart-text p {
        font-size: 15px;
        line-height: 20px;
    }

    .chart-text label {
        font-size: 17px;
        line-height: 30px;
    }

    .fund-container {
        display: grid;
        grid-template-columns: 1fr;
        position: relative;
    }

    .fund-item:first-child {
        margin-top: 0px;
    }

    .fund-item {
        margin-top: 0;
        padding-left: 30px;
        text-align: left;
        margin-bottom: 60px;
        padding-top: 0;
    }

    .sale-text {
        display: none;
    }

    a.colapse-text {
        text-align: center;
        display: block;
        padding: 0 0 30px 0;
    }

    .fund-item::before {
        top: 0;
        left: -6px;
        right: auto;
    }

    .vesting-schedule .text-container {
        margin-top: 20px;
        margin-bottom: 30px;
        grid-template-columns: 1fr;
    }

    .fundraising {
        margin-top: 80px;
    }

    .vesting-schedule h3 {
        margin-bottom: 40px;
    }

    .fund-container::before {
        width: 2px;
        content: '';
        height: 90%;
        background-color: #49BEE4;
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
    }

    .vesting-schedule .chart-text p {
        font-size: 16px;
        line-height: 22px;
        padding-right: 15px;
        white-space: normal;
    }

    .vesting-schedule .chart-text p::before {
        top: 8px;
    }

    .sale-count {
        flex-direction: column;
        margin-top: 40px;
    }

    .sale-text {
        padding-left: 0;
        padding-top: 30px;
        width: 100%;
        text-align: left;
    }

    .banner-text h1,
    .banner-text h2 {
        font-size: 24px;
        line-height: 33px;
    }

    .banner-text p {
        font-size: 11px;
        line-height: 15px;
    }

    .banner-text:first-of-type p {
        display: none;
    }

    .banner-text {
        margin-top: 87px;
    }

    .count-inner {
        padding-top: 56px;
        width: 100%;
    }

    .sale-button {
        padding: 40px 20px;
        padding-left: 0px;
    }

    .count-logo h3 {
        font-size: 22px;
        line-height: 40px;
    }

    .count-down p {
        font-size: 16px;
        line-height: 40px;
    }

    .count-down .numbers {
        font-size: 18px;
        line-height: 40px;
    }

    .count-down .name {
        font-size: 11px;
        line-height: 15px;
    }
}

@media(max-width:380px) {

    .count-down li {
        width: 4em;
    }
}

body.light_theme .banner-text h1, body.light_theme .banner-text h2, body.light_theme .chart-text label, body.light_theme .fund-item h4, body.light_theme .vesting-schedule .chart-text p {
    color: #202020;
}

body.light_theme .count-logo h3 {
  
    color: #49BEE4;
}
body.light_theme .count-down p, body.light_theme .count-down .numbers {
    color: #fff;
}