input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.btn:active {
    transform: translateY(1px) !important
}

button:focus:not(:focus-visible) {
    outline: 0
}

.navbar-toggler:focus {
    box-shadow: none
}

.form-control:focus {
    box-shadow: none
}

a {
    text-decoration: none !important
}

@media screen and (max-width: 480px) {
    body {
        font-size: 13px
    }
}

@keyframes blink {
    0% {
        opacity: .1
    }

    25% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    95% {
        opacity: .5
    }

    100% {
        opacity: .1
    }
}

.blink {
    animation-name: blink;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

@keyframes floating {
    0% {
        transform: translate(0, 0px)
    }

    50% {
        transform: translate(0, 15px)
    }

    100% {
        transform: translate(0, 0px)
    }
}

.rotate {
    animation: rotate 5s infinite linear
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    border: none;
    cursor: pointer
}

#back-to-top:hover {
    background-color: #0056b3
}

.text-highline {
    color: #f6921e !important
}

:root,
[data-bs-theme=light] {
    --bs-border-radius: 20px;
    --bs-border-color: #F37920
}

header .navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 700;
    font-size: 20px
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #f6921e
}

header .navbar .navbar-nav .nav-item .active {
    color: #f6921e
}

header .navbar .dropdown-menu {
    background: #f6921e;
    min-width: 100% !important;
    border-radius: 10px
}

header .navbar .dropdown-menu .dropdown-item {
    color: #fff;
    border-bottom: 1px solid #fff
}

header .navbar .dropdown-menu .dropdown-item:hover {
    color: #f6921e
}

.h-right-action {
    text-align: right;
    padding-top: 23px
}

.h-right-action .dropdown .btn {
    border: 0;
    color: #fff;
    min-height: inherit;
    line-height: inherit;
    height: 52px;
    background: #172538;
    border-radius: 100px 0px 0px 100px;
    padding: 5px 45px 5px 5px
}

.h-right-action .dropdown .btn .avatar {
    width: 42px;
    height: 42px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 100%;
    overflow: hidden
}

.h-right-action .dropdown .btn .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.h-right-action .dropdown .btn .name {
    font-size: 16px;
    font-weight: inherit;
    margin: 0;
    line-height: inherit
}

.h-right-action .dropdown .dropdown-toggle::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    background: url(../images/office/down.svg) no-repeat center center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    border: 0
}

.h-right-action .dropdown .dropdown-toggle[aria-expanded=true] .name {
    font-size: 16px;
    font-weight: inherit;
    margin: 0;
    line-height: inherit
}

.h-right-action .dropdown .dropdown-toggle[aria-expanded=true] .dropdown-item {
    padding-left: 0
}

.h-right-action .dropdown .dropdown-toggle[aria-expanded=true] .dropdown-item .icon {
    width: 24px;
    font-size: 18px;
    margin-right: 15px
}

.h-right-action .dropdown .dropdown-toggle[aria-expanded=true] .dropdown-item:hover {
    background: rgba(0, 0, 0, 0);
    color: #4930c1
}

.h-right-action .dropdown .dropdown-menu {
    min-width: 290px;
    background: #18396a
}

.h-right-action .dropdown .dropdown-menu li a {
    color: #fff;
    padding: 10px 10px 10px 20px
}

.h-right-action .dropdown .dropdown-menu li a .icon {
    width: 35px
}

.h-right-action .dropdown .dropdown-menu li a:hover,
.h-right-action .dropdown .dropdown-menu li a:focus {
    background: #0f2e5c;
    color: #fff
}

@media screen and (max-width: 992px) {
    .h-right-action {
        position: absolute;
        top: 0;
        right: 80px;
        padding-top: 14px
    }
}

@media screen and (max-width: 767px) {
    .h-right-action {
        right: 70px
    }

    .h-right-action .user-id-main span {
        display: none
    }

    .h-right-action .dropdown .btn {
        padding-right: 22px
    }
}

header.custom-header {
    position: fixed;
    z-index: 4;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
    padding-top: 10px;
    background: #101113;
    min-height: 65px
}

header.custom-header .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 120px;
    padding: 0;
    margin: auto;
    display: inline-block;
    bottom: -40px;
    top: initial
}

header.custom-header .navbar-brand img {
    height: 90px
}

header.custom-header .navbar.custom {
    min-height: 80px;
    position: relative
}

header.custom-header .navbar.custom .navbar-nav {
    gap: 25px
}

header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: inherit;
    font-size: 14px
}

header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link .menu-item {
    display: flex;
    align-items: center !important
}

header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link .menu-item .icon {
    position: relative;
    width: 25px;
    margin-right: 7px
}

header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link .menu-item .icon img {
    width: 25px
}

header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link .menu-item .icon .hover {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link:hover,
header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link.active {
    color: #00611d
}

header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link:hover .menu-item .icon .basic,
header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link.active .menu-item .icon .basic {
    opacity: 0
}

header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link:hover .menu-item .icon .hover,
header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link.active .menu-item .icon .hover {
    opacity: 1
}

header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link:hover .menu-item .text,
header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link.active .menu-item .text {
    color: #00611d
}

header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link.custom-link-line {
    color: #00611d;
    border: 1px solid #00611d;
    border-radius: 100px;
    min-width: 96px;
    text-align: center;
    padding: 5px 10px
}

header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link.custom-link-line:hover,
header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link.custom-link-line.active {
    color: #fff;
    background: #00611d;
    border-color: #00611d
}

header.custom-header .navbar.custom .navbar-nav .nav-item .active {
    color: #00611d
}

header.custom-header .navbar.custom .navbar-nav .nav-item .dropdown-menu {
    background: #fff
}

header.custom-header .navbar.custom .navbar-nav .nav-item .dropdown-menu li {
    background: rgba(0, 0, 0, 0) !important
}

header.custom-header .navbar.custom .navbar-nav .nav-item .dropdown-menu li a.dropdown-item {
    color: #fff
}

header.custom-header .navbar.custom .navbar-nav .nav-item .dropdown-menu li a.dropdown-item:hover {
    background: #fff !important;
    color: #00611d
}

header.custom-header .navbar.custom .navbar-nav .custom-content-right {
    display: flex;
    position: absolute;
    right: 0;
    align-items: center !important;
    gap: 25px
}

header.custom-header .navbar.custom .navbar-nav .custom-content-right .list-top-mb {
    display: flex;
    align-items: center !important;
    gap: 30px
}

header.custom-header .navbar.custom .navbar-nav .custom-content-right .link-icon {
    color: #fff;
    font-weight: 600
}

header.custom-header .navbar.custom .navbar-nav .custom-content-right .link-icon img {
    height: 26px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

header.custom-header .navbar.custom .navbar-nav .custom-content-right .link-icon:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

header.custom-header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-toggle {
    color: #fff;
    font-weight: 600
}

header.custom-header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-toggle img {
    height: 26px
}

header.custom-header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu {
    background: #8543cd
}

header.custom-header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu li {
    background: rgba(0, 0, 0, 0) !important
}

header.custom-header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu li a.dropdown-item {
    color: #fff
}

header.custom-header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu li a.dropdown-item:hover {
    background: #8543cd !important;
    color: #b49dfa
}

header.custom-header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu li hr {
    margin: 5px 0
}

@media screen and (max-width: 480px) {
    header.custom-header .navbar.custom .navbar-nav {
        gap: initial
    }

    header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 0 10px
    }

    header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link .menu-item {
        gap: 5px
    }
}

@media screen and (max-width: 1024px) {
    header.custom-header .navbar.custom .navbar-nav {
        gap: initial
    }

    header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 0 10px
    }

    header.custom-header .navbar.custom .navbar-nav .nav-item .nav-link .menu-item {
        gap: 5px
    }
}

header.custom-header .offcanvas .offcanvas-header {
    text-align: center;
    background: #f6f6f6
}

header.custom-header .offcanvas .offcanvas-header .img-logo {
    height: 45px
}

header.custom-header .offcanvas.show .navbar-nav .nav-item {
    margin-bottom: 20px
}

header.custom-header .offcanvas.show .navbar-nav .custom-content-right {
    position: static;
    display: block
}

header.custom-header .offcanvas.show .navbar-nav .custom-content-right .list-top-mb {
    gap: 50px;
    margin-bottom: 20px
}

header.custom-header .offcanvas.show .navbar-nav .custom-content-right .list-top-mb .drop-lang .dropdown-menu {
    position: absolute
}

header.custom-header .offcanvas.show .navbar-nav .custom-content-right .box-search {
    width: 100%;
    max-width: initial !important
}

header.custom-header .navbar-toggler {
    position: absolute;
    right: 10px;
    padding: 5px
}

header.custom-header .navbar-toggler img {
    filter: brightness(0) invert(0);
    width: 30px;
    height: 30px
}

header.custom-header .btn-close-menu {
    position: absolute;
    right: 10px;
    padding: 5px
}

header.custom-header .btn-close-menu img {
    filter: brightness(0) invert(0);
    width: 20px;
    height: 20px
}

header.custom-header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(16, 17, 19, .9294117647);
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: inherit
}

header.custom-header.fixed-header .navbar.custom {
    min-height: 65px
}

header.custom-header.fixed-header .navbar-brand {
    bottom: -10px
}

header.custom-header.fixed-header .navbar-brand img {
    height: 60px
}

header.custom-header.fixed-header .offcanvas-backdrop {
    position: static
}

header.custom-header.fixed-header .logo-main .img-logo {
    height: 40px
}

header.custom-header.fixed-header .bg-h-innner {
    display: block
}

@media screen and (max-width: 480px) {
    header.custom-header .navbar-brand {
        right: inherit;
        left: 20px;
        text-align: left;
        bottom: inherit;
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: inherit
    }

    header.custom-header .navbar-brand img {
        height: 60px
    }

    header.custom-header.fixed-header .navbar-brand {
        bottom: inherit !important
    }
}

@media screen and (max-width: 1024px) {
    header.custom-header .navbar-brand {
        right: inherit;
        left: 20px;
        text-align: left;
        bottom: inherit;
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: inherit
    }

    header.custom-header .navbar-brand img {
        height: 60px
    }

    header.custom-header.fixed-header .navbar-brand {
        bottom: inherit !important
    }
}

header.custom-header .logo-main {
    text-align: center
}

header.custom-header .logo-main img {
    height: 45px;
    width: auto
}

header.custom-header .bg-h-innner {
    display: none
}

header.custom-header .bg-h-innner .bg-h {
    animation: slide 5s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #101113 50%, #674f01 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1
}

header.custom-header .bg-h-innner .bg-h2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s
}

header.custom-header .bg-h-innner .bg-h3 {
    animation-duration: 5s
}

img {
    max-width: 100%
}

.layout-main {
    color: #fff;
    background: #101113;
    position: relative;
    overflow-x: hidden
}

.layout-main .title-sec {
    margin-bottom: 25px;
    margin-top: 40px
}

.layout-main .title-sec h3.custom {
    font-size: 40px;
    font-weight: 600;
    color: #ffc60b;
    margin-bottom: 0
}

@media screen and (max-width: 480px) {
    .layout-main .title-sec h3.custom {
        font-size: 25px
    }
}

@media screen and (max-width: 1024px) {
    .layout-main .title-sec h3.custom {
        font-size: 25px
    }
}

.layout-main .bg-inner-left {
    position: absolute;
    left: -50%;
    top: calc(100vh + 90px)
}

.layout-main .bg-inner-left img {
    height: 1550px
}

.layout-main .bg-inner-right {
    position: absolute;
    right: -50%;
    top: calc(3236px - 100vh)
}

.layout-main .bg-inner-right img {
    height: 1550px
}

@media screen and (max-width: 480px) {

    .layout-main .bg-inner-left,
    .layout-main .bg-inner-right {
        display: none
    }
}

@media screen and (max-width: 1024px) {

    .layout-main .bg-inner-left,
    .layout-main .bg-inner-right {
        display: none
    }
}

.layout-footer {
    min-height: 100px;
    color: #fff;
    border-top: 1px solid #a5a5a5
}

.layout-footer .footer-logo {
    padding: 20px 0
}

.layout-footer .footer-logo img {
    height: 40px;
    width: auto
}

.layout-footer .copyright {
    text-align: center;
    padding: 43px 0px 20px
}

.layout-footer .footer-links {
    padding-top: 20px
}

.layout-footer a {
    color: #ffc60b
}

.social-list {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-bottom: 20px
}

.social-list a {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #000;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid rgba(0, 0, 0, 0)
}

.social-list a img {
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: top
}

.social-list a:hover {
    border: 1px solid #ffcb05;
    padding: 3px
}

.social-list a:hover img {
    width: 32px;
    height: 32px
}

@media screen and (max-width: 480px) {
    .social-list {
        justify-content: start
    }
}

@media screen and (max-width: 1024px) {
    .social-list {
        justify-content: start
    }
}

.eff-scale img {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.eff-scale:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.eff-translatey {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.eff-translatey:hover {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

@keyframes topBottom {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0px)
    }
}

.block-slick-main {
    position: relative
}

.block-slick-main .item-slider img {
    width: 100%
}

.block-slick-main .block-nav {
    opacity: .4;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-slick-main .block-nav a {
    display: inline-block;
    position: absolute;
    content: "";
    top: 155px
}

.block-slick-main .block-nav a img {
    width: 20px
}

.block-slick-main .block-nav a:first-child {
    left: 0px
}

.block-slick-main .block-nav a:last-child {
    right: 0px
}

.block-slick-main:hover .block-nav {
    opacity: 1
}

.block-slick-main .slick-dots {
    bottom: -74px
}

.block-slick-main .slick-dots li {
    width: 14px
}

.block-slick-main .slick-dots li button {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #707070;
    text-align: center;
    border-radius: 100%
}

.block-slick-main .slick-dots li button:after,
.block-slick-main .slick-dots li button::before {
    display: none
}

.block-slick-main .slick-dots li:hover button,
.block-slick-main .slick-dots li.slick-active button {
    background: #00611d;
    border-color: #00611d
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232323;
    z-index: 999
}

.preloader .box {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.block-home-main {
    min-height: 100vh
}

.block-home-main .bg-video .video-mb {
    display: none
}

.block-home-main .bg-video video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width: 480px) {
    .block-home-main .bg-video .video-dk {
        display: none
    }

    .block-home-main .bg-video .video-mb {
        display: block
    }
}

.block-home-main .content {
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    max-width: 656px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 15px
}

.block-home-main .content h1.custom {
    font-size: 32px;
    font-weight: bold;
    color: #ffc60b;
    margin-bottom: 5px
}

.block-home-main .content .sub {
    margin-bottom: 7px
}

.block-home-main .content .sub .logo-home {
    font-size: 32px;
    gap: 13px
}

.block-home-main .content .sub .logo-home img {
    height: 42px
}

@media screen and (max-width: 480px) {
    .block-home-main .content .sub .logo-home {
        font-size: 20px
    }

    .block-home-main .content .sub .logo-home img {
        height: 30px
    }
}

.block-home-main .content .desc {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 15px
}

.block-home-main .content .link-bottom {
    gap: 20px
}

.block-home-main .content .link-bottom a {
    min-width: 150px
}

@media screen and (max-width: 480px) {
    .block-home-main .content .sub {
        font-size: 16px
    }

    .block-home-main .content .desc {
        font-size: 13px
    }
}

.block-home-main .bg-overlay {
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.9) 23%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 350px
}

.block-home-main .bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh
}

.block-home-main .bg img {
    width: 100%
}

.block-home-main .bg img.mb {
    display: none
}

@media screen and (max-width: 480px) {
    .block-home-main .bg img.dk {
        display: none
    }

    .block-home-main .bg img.mb {
        display: block
    }
}

.block-why-main .item-why {
    border-radius: 10px;
    padding: 10px;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.block-why-main .item-why .icon {
    position: relative;
    z-index: 1
}

.block-why-main .item-why .icon img {
    height: 44px;
    display: block;
    margin: auto
}

.block-why-main .item-why .content {
    max-width: 210px;
    margin: auto;
    position: relative;
    z-index: 1
}

.block-why-main .item-why .content .title {
    color: #044d9a
}

.block-why-main .item-why::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 1;
    border-radius: 10px;
    background: #e5f6ff
}

.block-why-main .item-why:hover::before,
.block-why-main .item-why.active::before {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.block-why-main .post-about {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 45px
}

.block-why-main .post-about .block-main {
    max-width: 510px
}

@media screen and (max-width: 480px) {
    .block-why-main .post-about .block-main {
        text-align: justify
    }
}

@media screen and (max-width: 480px) {
    .block-why-main .post-about .padd:first-child {
        order: 2
    }

    .block-why-main .post-about .padd:last-child {
        order: 1
    }
}

@media screen and (max-width: 480px) {
    .block-why-main .post-about {
        text-align: center
    }

    .block-why-main .post-about .block-main {
        margin: auto
    }

    .block-why-main .post-about .block-main .content {
        text-align: justify
    }
}

@media screen and (max-width: 1024px) {
    .block-why-main .post-about {
        text-align: center
    }

    .block-why-main .post-about .block-main {
        margin: auto
    }

    .block-why-main .post-about .block-main .content {
        text-align: justify
    }
}

.block-why-main .post-features {
    padding-top: 15px;
    padding-bottom: 15px
}

.block-why-main .post-features .block-main {
    max-width: 510px;
    margin-left: auto
}

@media screen and (max-width: 480px) {
    .block-why-main .post-features .block-main {
        max-width: inherit
    }

    .block-why-main .post-features .block-main .title-sec {
        text-align: center
    }
}

@media screen and (max-width: 480px) {
    .block-why-main .post-features {
        text-align: center
    }

    .block-why-main .post-features .block-main {
        margin: auto
    }

    .block-why-main .post-features .block-main .content {
        text-align: justify
    }
}

@media screen and (max-width: 1024px) {
    .block-why-main .post-features {
        text-align: center
    }

    .block-why-main .post-features .block-main {
        margin: auto
    }

    .block-why-main .post-features .block-main .content {
        text-align: justify
    }
}

.block-getting-main {
    margin-bottom: 100px
}

.block-getting-main .title-sec {
    margin-bottom: 60px
}

.block-getting-main .item-getting {
    background: hsla(0, 0%, 100%, .1019607843);
    border-radius: 10px;
    min-height: 270px;
    padding: 70px 15px 15px;
    position: relative;
    color: #a5a5a5;
    margin-top: 50px
}

.block-getting-main .item-getting .banner {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -50px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-getting-main .item-getting .banner img {
    height: 100px
}

.block-getting-main .item-getting .content {
    position: relative;
    z-index: 1
}

.block-getting-main .item-getting .content .title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px
}

.block-getting-main .item-getting::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 10%;
    opacity: 0;
    background: #ffc60b;
    z-index: -1;
    transition: .9s ease-in-out;
    -moz-transition: .9s ease-in-out;
    -o-transition: .9s ease-in-out;
    -ms-transition: .9s ease-in-out;
    border-radius: 10px
}

.block-getting-main .item-getting:hover {
    color: #fff
}

.block-getting-main .item-getting:hover::before {
    top: 0%;
    opacity: .4
}

.block-getting-main .item-getting:hover .content .title {
    color: #ffc60b
}

.block-getting-main .list-item-getting {
    margin-left: -23px;
    margin-right: -23px;
    margin-bottom: 50px
}

.block-getting-main .list-item-getting .padd {
    padding-left: 23px;
    padding-right: 23px
}

.block-getting-main .list-item-getting .padd .item-getting::after {
    background: url(../images/arrows-right-getting.png) no-repeat center;
    height: 65px;
    width: 47px;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -47px;
    background-size: 47px 65px
}

@media screen and (max-width: 480px) {
    .block-getting-main .list-item-getting .padd .item-getting {
        margin-bottom: 65px;
        text-align: center
    }

    .block-getting-main .list-item-getting .padd .item-getting .banner {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center
    }

    .block-getting-main .list-item-getting .padd .item-getting::after {
        top: inherit;
        bottom: -66px;
        margin: auto;
        left: 0;
        right: 0;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(90deg);
        width: 55px;
        height: 80px;
        background-size: 55px 80px
    }
}

.block-getting-main .list-item-getting .padd:last-child .item-getting::after {
    display: none
}

.tp-btn,
.tp-btn-outline,
.tp-btn-black {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #101113;
    background: #ffc60b;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    font-weight: 600;
    transition: all .4s ease-in-out
}

.tp-btn span,
.tp-btn-outline span,
.tp-btn-black span {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity .35s ease, transform .35s ease
}

.tp-btn span:last-child,
.tp-btn-outline span:last-child,
.tp-btn-black span:last-child {
    position: absolute;
    opacity: 0;
    transform: translateY(50px)
}

.tp-btn:hover,
.tp-btn-outline:hover,
.tp-btn-black:hover {
    color: #101113;
    background: #cb9c01
}

.tp-btn:hover span:first-child,
.tp-btn-outline:hover span:first-child,
.tp-btn-black:hover span:first-child {
    opacity: 0;
    transform: translateY(-50px)
}

.tp-btn:hover span:last-child,
.tp-btn-outline:hover span:last-child,
.tp-btn-black:hover span:last-child {
    opacity: 1;
    transform: translateY(0)
}

.tp-btn.link-lg,
.tp-btn-outline.link-lg,
.tp-btn-black.link-lg {
    min-width: 320px
}

.tp-btn-black {
    background: #101113;
    color: #ffc60b
}

.tp-btn-black span {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity .35s ease, transform .35s ease
}

.tp-btn-black span:last-child {
    position: absolute;
    opacity: 0;
    transform: translateY(50px)
}

.tp-btn-black:hover {
    color: #101113;
    background: #cb9c01
}

.tp-btn-black:hover span:first-child {
    opacity: 0;
    transform: translateY(-50px)
}

.tp-btn-black:hover span:last-child {
    opacity: 1;
    transform: translateY(0)
}

.tp-btn-outline {
    border: 2px solid #ffd400;
    background: #101113;
    color: #ffd400;
    padding: 8px 25px
}

.typed-cursor {
    display: none !important
}

.preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.animation-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #101113;
    z-index: 20000;
    overflow-x: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.animation-preloader div {
    width: 20px;
    height: 20px;
    margin: 0 10px 0;
    border-radius: 50px;
    transform-origin: 50% 0;
    display: inline-block;
    animation: bouncing 1.4s linear infinite
}

.animation-preloader div:last-child {
    margin: 0
}

.animation-preloader div:nth-child(1) {
    background-color: #ffc60b
}

.animation-preloader div:nth-child(2) {
    background-color: rgba(255, 198, 11, .7019607843);
    animation-delay: .2s
}

.animation-preloader div:nth-child(3) {
    background-color: rgba(255, 198, 10, .4);
    animation-delay: .4s
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none
}

.loader .row {
    height: 100%
}

.loader .loader-section {
    padding: 0px
}

.loader .loader-section .bg {
    background-color: #000;
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1)
}

.loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

.loaded .loader-section .bg {
    width: 0;
    transition: .7s .3s allcubic-bezier(0.1, 0.1, 0.1, 1)
}

@keyframes bouncing {

    0%,
    100% {
        transform: translateY(0) scale(1, 1);
        animation-timing-function: ease-in
    }

    45% {
        transform: translateY(50px) scale(1, 1);
        animation-timing-function: linear
    }

    50% {
        transform: translateY(50px) scale(1.5, 0.5);
        animation-timing-function: linear
    }

    55% {
        transform: translateY(50px) scale(1, 1);
        animation-timing-function: ease-out
    }
}

.block-join-main {
    position: relative;
    margin-bottom: 70px;
    background: url(../images/bg-join-us.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px
}

.block-join-main .block-main {
    margin-top: 40px
}

.block-join-main .block-main .content {
    text-align: center
}

.block-join-main .block-main .content h3.custom {
    color: #101113;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px
}

@media screen and (max-width: 480px) {
    .block-join-main .block-main .content h3.custom {
        font-size: 25px
    }
}

@media screen and (max-width: 1024px) {
    .block-join-main .block-main .content h3.custom {
        font-size: 25px
    }
}

.block-join-main .block-main .list-app {
    display: flex;
    gap: 20px;
    margin-bottom: 40px
}

.block-join-main .block-main .list-app img {
    height: 50px
}

@media screen and (max-width: 480px) {
    .block-join-main .block-main .list-app {
        gap: 20px
    }
}

@media screen and (max-width: 1024px) {
    .block-join-main .block-main .list-app {
        gap: 20px
    }
}

.block-join-main .block-main .banner img {
    height: 365px;
    animation: topBottom 3s ease-in-out infinite
}

.block-join-main .block-main .link-bottom a {
    min-width: 320px
}

.block-roadmap-main .block-main {
    position: relative;
    background: hsla(0, 0%, 100%, .1019607843);
    border-radius: 10px;
    padding-top: 1px;
    min-height: 480px
}

.block-roadmap-main .block-main .title-sec {
    margin-top: 65px;
    margin-bottom: 40px
}

.block-roadmap-main .block-main .list-item-roadmap {
    position: relative
}

.block-roadmap-main .block-main .list-item-roadmap .item-roadmap {
    position: relative;
    min-height: 210px;
    padding-left: 90px;
    color: #a5a5a5;
    display: inline-block;
    vertical-align: bottom;
    min-width: 422px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-roadmap-main .block-main .list-item-roadmap .item-roadmap .icon {
    position: absolute;
    left: 0
}

.block-roadmap-main .block-main .list-item-roadmap .item-roadmap .icon img {
    height: 225px
}

.block-roadmap-main .block-main .list-item-roadmap .item-roadmap .content {
    padding-top: 5px;
    max-width: 300px
}

.block-roadmap-main .block-main .list-item-roadmap .item-roadmap .content .time {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px
}

.block-roadmap-main .block-main .list-item-roadmap .item-roadmap:first-child {
    margin-left: 45px
}

.block-roadmap-main .block-main .list-item-roadmap .item-roadmap:hover,
.block-roadmap-main .block-main .list-item-roadmap .item-roadmap.active {
    -moz-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.block-roadmap-main .block-main .list-item-roadmap .item-roadmap:hover .content .time,
.block-roadmap-main .block-main .list-item-roadmap .item-roadmap.active .content .time {
    color: #ffc60b
}

.block-roadmap-main .block-main .list-item-roadmap::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
    bottom: -14px
}

.block-roadmap-main .block-main .list-item-roadmap::after {
    position: absolute;
    content: "";
    background: url(../images/arrows-next.svg) no-repeat;
    bottom: -21px;
    right: 0;
    background-size: 10px 15px;
    width: 10px;
    height: 15px
}

.block-roadmap-main .block-main .list-item-roadmap .scroll-roadmap {
    overflow: auto;
    display: flex;
    padding-top: 40px
}

@media screen and (max-width: 480px) {
    .block-roadmap-main .block-main .list-item-roadmap {
        background: hsla(0, 0%, 100%, .1019607843);
        border-radius: 10px;
        margin-left: 40px;
        margin-right: 40px;
        padding-bottom: 30px
    }

    .block-roadmap-main .block-main .list-item-roadmap::before {
        left: 40px;
        height: 100%;
        width: 1px;
        top: 0;
        bottom: inherit
    }

    .block-roadmap-main .block-main .list-item-roadmap::after {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 35px
    }

    .block-roadmap-main .block-main .list-item-roadmap .scroll-roadmap {
        display: block;
        overflow: hidden
    }

    .block-roadmap-main .block-main .list-item-roadmap .item-roadmap {
        display: block;
        padding-left: 0;
        padding-top: 90px;
        margin-left: 0;
        margin-left: 45px
    }

    .block-roadmap-main .block-main .list-item-roadmap .item-roadmap .icon {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 41px;
        top: -50px
    }

    .block-roadmap-main .block-main .list-item-roadmap .item-roadmap .icon img {
        height: 167px
    }

    .block-roadmap-main .block-main .list-item-roadmap .item-roadmap .content {
        padding-left: 85px;
        max-width: inherit
    }

    .block-roadmap-main .block-main .list-item-roadmap .item-roadmap .content .desc {
        max-width: 120px
    }
}

@media screen and (max-width: 1024px) {
    .block-roadmap-main .block-main .list-item-roadmap {
        background: hsla(0, 0%, 100%, .1019607843);
        border-radius: 10px;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 30px
    }

    .block-roadmap-main .block-main .list-item-roadmap::before {
        left: 40px;
        height: 100%;
        width: 1px;
        top: 0;
        bottom: inherit
    }

    .block-roadmap-main .block-main .list-item-roadmap::after {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 18px;
        width: 46px;
    }

    .block-roadmap-main .block-main .list-item-roadmap .scroll-roadmap {
        display: block;
        overflow: hidden
    }

    .block-roadmap-main .block-main .list-item-roadmap .item-roadmap {
        display: block;
        padding-left: 0;
        padding-top: 130px;
        margin-left: 0;
        margin-left: 45px
    }

    .block-roadmap-main .block-main .list-item-roadmap .item-roadmap .icon {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 41px;
        top: -5px
    }

    .block-roadmap-main .block-main .list-item-roadmap .item-roadmap .icon img {
        height: 167px
    }

    .block-roadmap-main .block-main .list-item-roadmap .item-roadmap .content {
        padding-left: 35px;
        max-width: inherit
    }

    .block-roadmap-main .block-main .list-item-roadmap .item-roadmap .content .desc {
        max-width: 260px
    }
}

@media screen and (max-width: 480px) {
    .block-roadmap-main .block-main {
        background: rgba(0, 0, 0, 0)
    }
}

@media screen and (max-width: 1024px) {
    .block-roadmap-main .block-main {
        background: rgba(0, 0, 0, 0)
    }
}

.block-tokenomics-main {
    margin-bottom: 120px
}

.block-tokenomics-main .block-main {
    padding-left: 135px;
    position: relative
}

.block-tokenomics-main .block-main .list {
    color: #a5a5a5;
    margin-bottom: 30px
}

.block-tokenomics-main .block-main .list .item {
    display: flex;
    gap: 24px;
    margin-bottom: 12px;
    position: relative
}

.block-tokenomics-main .block-main .list .item .code-text {
    color: #ffc60b
}

.block-tokenomics-main .block-main .list .item .text-main {
    color: #fff
}

.block-tokenomics-main .block-main .list .item .text {
    display: flex
}

.block-tokenomics-main .block-main .list .item .text .detail {
    min-width: 99px;
    text-align: right;
    margin-right: 24px
}

.block-tokenomics-main .block-main .list .item .text .detail img {
    width: 64px
}

.block-tokenomics-main .block-main .list .item .text .detail .per {
    min-width: 40px
}

.block-tokenomics-main .block-main .list .item .text .symb {
    min-width: 7px
}

.block-tokenomics-main .block-main .list .item::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #ffc60b;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-tokenomics-main .block-main .list .item:hover::before {
    width: 100%
}

@media screen and (max-width: 480px) {
    .block-tokenomics-main .block-main {
        padding-left: 0
    }

    .block-tokenomics-main .block-main .title-sec {
        text-align: center
    }
}

@media screen and (max-width: 1024px) {
    .block-tokenomics-main .block-main {
        padding-left: 0
    }

    .block-tokenomics-main .block-main .title-sec {
        text-align: center
    }
}

.block-tokenomics-main .banenr {
    max-width: 430px;
    margin: auto
}

@media screen and (max-width: 480px) {
    .block-tokenomics-main {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 1024px) {
    .block-tokenomics-main {
        margin-bottom: 30px
    }
}

.block-core-main .title-sec {
    margin-bottom: 30px
}

.block-core-main .list-item-core .padd {
    margin-top: 80px
}

@media(min-width: 1441px) {
    .block-core-main .list-item-core {
        margin-left: -23px;
        margin-right: -23px;
        margin-bottom: 50px
    }

    .block-core-main .list-item-core .padd {
        padding-left: 23px;
        padding-right: 23px
    }
}

@media(min-width: 1366px)and (max-width: 1440px) {
    .block-core-main .list-item-core {
        margin-left: -23px;
        margin-right: -23px;
        margin-bottom: 50px
    }

    .block-core-main .list-item-core .padd {
        padding-left: 23px;
        padding-right: 23px
    }
}

.block-core-main .item-core {
    background: hsla(0, 0%, 100%, .1019607843);
    height: 100%;
    border-radius: 10px;
    position: relative;
    padding: 55px 15px 15px;
    color: #a5a5a5;
    margin-bottom: 65px;
    transition: transform .8s
}

.block-core-main .item-core .icon {
    position: absolute;
    top: -65px;
    left: 15px
}

.block-core-main .item-core .icon img {
    height: 100px
}

.block-core-main .item-core .content .h-title {
    min-height: 56px
}

.block-core-main .item-core .content .title {
    color: #fff;
    font-size: 20px
}

.block-core-main .item-core .content .sub {
    font-size: 15px;
    color: #fff
}

.block-core-main .item-core .shadow-one {
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 80%;
    height: 15px;
    transition: transform .8s;
    z-index: -1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-core-main .item-core .shadow-two {
    position: absolute;
    left: 18%;
    bottom: 0px;
    width: 64%;
    height: 15px;
    transition: transform .8s;
    z-index: -2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-core-main .item-core:hover,
.block-core-main .item-core:focus {
    transform: translateY(-50px);
    box-shadow: 0 3px 6px #000
}

.block-core-main .item-core:hover .shadow-one,
.block-core-main .item-core:focus .shadow-one {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5019607843);
    bottom: -15px;
    background: hsla(0, 0%, 100%, .1019607843)
}

.block-core-main .item-core:hover .shadow-two,
.block-core-main .item-core:focus .shadow-two {
    bottom: -30px;
    background: hsla(0, 0%, 100%, .1019607843)
}

.block-core-main .item-core:hover .content .title,
.block-core-main .item-core:focus .content .title {
    color: #ffc60b
}

.block-about-main {
    padding: 120px 0 100px 135px
}

.block-about-main .block-main {
    max-width: 475px;
    margin: auto;
    color: #a5a5a5
}

.block-about-main .block-main .content h4.custom {
    color: #fff;
    font-size: 20px;
    font-weight: inherit
}

.block-about-main .post-about {
    padding-bottom: 100px
}

@media screen and (max-width: 480px) {
    .block-about-main .post-about .padd:first-child {
        order: 2
    }

    .block-about-main .post-about .padd:last-child {
        order: 1
    }
}

@media screen and (max-width: 480px) {
    .block-about-main {
        padding-left: 0;
        padding-bottom: 30px
    }
}

@media screen and (max-width: 1024px) {
    .block-about-main {
        padding-left: 0;
        padding-bottom: 30px
    }
}

@keyframes slide {
    0% {
        transform: translateX(-25%)
    }

    100% {
        transform: translateX(25%)
    }
}

#particles-js {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .15
}

.block-chart {
    position: relative;
    width: 460px
}

.block-chart .logo-chart {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    border: 20px solid #101113;
    left: 0;
    right: 0;
    margin: auto
}

.block-chart .logo-chart .line {
    border: 20px solid #101113;
    width: 140px;
    height: 140px;
    border-radius: 100%
}

.block-chart .logo-chart .line img {
    height: 100px
}

@media screen and (max-width: 480px) {
    .block-chart {
        width: 350px
    }
}

/*# sourceMappingURL=style.css.map */
.block-chart{margin: auto;}
@media screen and (max-width: 480px) { 
  .block-chart { width: 350px; margin: auto; } 
  .block-chart .logo-chart { padding: 5px; width: 150px; height: 150px; border: 10px solid #101113; }
  .block-chart .logo-chart .line { border: 10px solid #101113; width: 120px; height: 120px; }
}

.block-roadmap-main .block-main .list-item-roadmap .scroll-roadmap{padding-bottom: 40px;}
.block-roadmap-main .block-main .list-item-roadmap::before{bottom: 24px;}
.block-roadmap-main .block-main .list-item-roadmap::after{bottom: 17px;}