@font-face {
    font-family: 'Exima Geometric';
    src: url('../fonts/EximaGeometric-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.trans {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

* {
    padding: 0;
    margin: 0;
    border: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

.body-fixed {
    overflow: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

a {
    text-decoration: none;
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
}

*:focus {
    outline: none;
}

button[type=button]:focus {
    outline: none;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
    color: #707070;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

a,
a:hover,
button {
    color: inherit;
    outline: none;
    text-decoration: none;
    transition: all 0.6s ease-in-out;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:focus {
    text-decoration: none;
    outline: none !important;
}

.c-scrollbar {
    height: 100vh !important;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #111;
}

.wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

.container {
    max-width: 1348px;
    padding: 0 15px;
}

.btn {
    background-color: rgba(234, 33, 40, 0.15);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 14px 24px;
    border-radius: 0;
    transition: all .4s ease-in-out;
    --corners-gap: -14px;
}

.top-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.bottom-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.top-icon::before,
.top-icon::after,
.bottom-icon::before,
.bottom-icon::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    transition: all .4s ease-in-out;
}

.top-icon::before,
.bottom-icon::before {
    top: var(--corners-gap);
}

.top-icon::before,
.top-icon::after {
    left: var(--corners-gap);
}

.top-icon::after,
.bottom-icon::after {
    bottom: var(--corners-gap);
}

.bottom-icon::before,
.bottom-icon::after {
    right: var(--corners-gap);
}

.top-icon::before {
    background-image: url(../img/btn-icon-2.svg);
    background-repeat: no-repeat;
}

.top-icon::after {
    background-image: url(../img/btn-icon-1.svg);
    background-repeat: no-repeat;
}

.bottom-icon::before {
    background-image: url(../img/btn-icon-3.svg);
    background-repeat: no-repeat;
}

.bottom-icon::after {
    background-image: url(../img/btn-icon-4.svg);
    background-repeat: no-repeat;
}

.btn:hover {
    color: #fff;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.text-grey {
    color: #707070;
}

.text-red {
    color: #EA2128;
}

/* header */
.header {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 18px;
    display: block;
}

.header-logo {
    max-width: 170px;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sidebar-overlay {
    visibility: hidden;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #111;
    z-index: 99;
    transition: all .4s ease-in-out;
}

.header-nav .m-menulogo {
    display: none;
}

.header-nav {
    display: inline-block;
    width: auto;
}

.header-nav ul {
    font-size: 0;
}

.header-nav ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
    margin-right: 22px;
    position: relative;
}

.header-nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 10px 0;
    transition: all .4s ease-in-out;
}

.header-nav ul li a:hover,
.header-nav ul li a.active {
    color: #E7E7E7;
}

.header-btn {
    margin-left: 22px;
}

.menu-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
    color: #fff;
    margin-left: 10px;
    border-radius: 50%;
}

.menu-icon span {
    display: block;
    width: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: #fff;
    margin: auto;
}

.header-btn .mobile-btn .btn {
    display: none;
}

.menu-icon span:before {
    content: "";
    width: 20px;
    position: absolute;
    top: -8px;
    left: 0;
    height: 2px;
    background: currentColor;
}

.menu-icon span:after {
    content: "";
    width: 20px;
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 2px;
    background: currentColor;
}

.sidebar-overlay {
    visibility: hidden;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    z-index: 998;
    transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bodyFixed {
    overflow: hidden;
}

.header.has_sticky {
    position: fixed;
    z-index: 9;
    padding: 20px 0;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
    background: #292929;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 999;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.icon.icon-person {
    width: 32px;
    min-width: 32px;
}

/* header */
/* banner-sec */
.hero-banner-sec {
    position: relative;
    padding: 14px 0 180px;
}

.hero-banner-cricle {
    position: relative;
    max-width: 833px;
    margin: auto;
}

.hero-banner-cricle img {
    margin: auto;
    animation: mymove 8s infinite;
}

.hero-banner-img {
    position: absolute;
    top: 50%;
    left: 50%;
    right: inherit;
    bottom: inherit;
    transform: translate(-50%, -50%);
    min-width: 897px;
    z-index: 11;
}

.hero-banner-img .hero-x-red {
    position: absolute;
    left: 0;
    top: 0;
}

.x-animation {
    opacity: 0;
    animation: animationLine 4s running 3 ease-in-out;
}

@keyframes animationLine {
    0% {
        clip-path: inset(50% 0 50% 0);
        opacity: 0.7;
    }

    33.33% {
        clip-path: inset(0 0 0% 0);
        opacity: 0.7;
    }

    66.66% {
        clip-path: inset(0 0 0% 0);
        opacity: 0.7;
    }

    100% {
        clip-path: inset(50% 0 50% 0);
        opacity: 0.7;
    }
}

.hero-banner-con {
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    max-width: 1120px;
    margin: auto;
}

.hero-banner-con .sec-head {
    margin-bottom: 35px;
}

.typeAnimation {
    position: relative;
    white-space: nowrap;
    min-width: 340px;
    display: inline-flex;
    vertical-align: top;
}

.typeAnimation .animation_text {
    position: absolute;
    left: 0;
}

.banner-desc {
    max-width: 560px;
    margin-left: auto;
}

.banner-desc .banner-desc-title {
    color: #B8B8B8;
    text-align: right;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.banner-desc p {
    color: #707070;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.7px;
    background: #111111;
}

.hero-banner-main::before {
    content: "";
    position: absolute;
    background-image: url(../img/banner-square-top.svg);
    background-repeat: no-repeat;
    width: 95px;
    min-height: 58px;
    left: 0;
    right: 13%;
    margin: auto;
    top: 15%;
    animation-duration: 3s;
    animation-name: animateIn;
    animation-delay: calc(var(--animation-stagger)*1s);
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.hero-banner-main::after {
    content: "";
    position: absolute;
    background-image: url(../img/banner-square-left.svg);
    background-repeat: no-repeat;
    width: 180px;
    min-height: 52px;
    left: 0;
    right: inherit;
    top: 30%;
    animation-duration: 3s;
    animation-name: animateIn;
    animation-delay: calc(var(--animation-stagger)*1s);
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.hero-banner-con::before {
    content: "";
    position: absolute;
    background-image: url(../img/banner-square-bottom.svg);
    background-repeat: no-repeat;
    width: 95px;
    min-height: 52px;
    right: 0;
    bottom: -30%;
    animation-duration: 3s;
    animation-name: animateIn;
    animation-delay: calc(var(--animation-stagger)*1s);
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

@keyframes animateIn {
    0% {
        opacity: .2
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .2
    }
}

@keyframes mymove {
    50% {
        transform: rotate(90deg);
    }
}

.sec-head {
    display: block;
}

.sec-title {
    color: #E7E7E7;
    text-align: center;
    font-size: 54px;
    font-weight: 400;
    font-family: 'Michroma';
    line-height: 1.06;
}

.splitting .char {
    animation: slide-in 0.6s cubic-bezier(.3, 0, .7, 1) both;
    animation-delay: calc(60ms * var(--char-index));
}

@keyframes slide-in {
    from {
        transform: scale(0.4) translateY(80%);
        opacity: 0;
    }
}

.hero-banner-con .sec-title span.text-red {
    color: #EA2128;
}

.hero-banner-con .sec-title span.text-white {
    color: #E7E7E7;
}

/* banner-sec */
/* startup-sec */
.startup-sec {
    padding-bottom: 180px;
}

.startup-main .row {
    --bs-gutter-x: 20px;
}

.startup-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    padding: 74px 35px;
    background-color: #292929;
    transition: all .3s ease-in-out;
}

.line-animation::before {
    position: absolute;
    content: '';
    width: 200%;
    height: auto;
    aspect-ratio: 1;
    left: -50%;
    top: 0%;
    bottom: 20%;
    margin: auto;
    transform-origin: center;
    background-image: conic-gradient(from 90deg, rgba(255, 255, 255, 0) 70%, rgba(234, 33, 40, 0.4) 80%, rgba(234, 33, 40, 1));
    animation: rotate 3s infinite linear;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.startup-main .col-xl-4:first-child {
    transform: translateX(100%);
    opacity: 0;
    transition: all 1s;
}

.startup-main .col-xl-4:last-child {
    transform: translateX(-100%);
    opacity: 0;
    transition: all 1s;
}

.startup-sec.active .startup-main .col-xl-4:first-child,
.startup-sec.active .startup-main .col-xl-4:last-child {
    transform: translateX(0);
    opacity: 1;
}

.startup-box.center-box {
    position: relative;
    z-index: 9;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.line-animation::after {
    position: absolute;
    content: '';
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background: #111;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.startup-box-img,
.startup-box .sec-head,
.startup-desc,
.startup-box .cms-con {
    position: relative;
    z-index: 2;
}

.startup-box-img img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.startup-box .sec-head .title-one {
    color: #707070;
    font-size: 22px;
    margin-bottom: 32px;
    text-align: center;
    position: relative;
    transition: all .3s ease-in-out;
}

.startup-box .sec-head .title-one::before {
    content: "";
    position: absolute;
    background-color: rgba(119, 119, 119, 1);
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -12px;
    transition: all .3s ease-in-out;
}

.startup-box.active .sec-head .title-one::before {
    width: 100px;
}

.startup-box .startup-desc {
    color: #707070;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.44px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 32px;
    transition: all .3s ease-in-out;
}

.cms-con p {
    color: #707070;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.32px;
    transition: all .3s ease-in-out;
}

.cms-con h5 {
    font-size: 19px;
    line-height: 1.3;
}


.cms-con ul.with-style.is-two {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 30px;
}

.cms-con ul.with-style.is-two li {
    min-width: 50%;
    width: 50%;
}

.cms-con ul.with-style li {
    padding-left: 35px;
    background-image: url(../img/svg/list-icon.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 23px;
    font-weight: 500;
    color: #707070;
}

.cms-con ul.with-style.right-aligned li {
    padding-right: 35px;
    background-position: top right;
    padding-left: 0;
}

.cms-con ul.with-style:not(.is-two) li+li {
    margin-top: 20px;
}

.startup-box.active::after {
    box-shadow: 0px 5px 20px 0px #292929 inset;
}

.startup-box.active::before {
    opacity: 1;
}

.startup-box.active .sec-head .title-one {
    color: #EA2128;
}

.startup-box.active .startup-desc {
    color: #E7E7E7;
}

.startup-box.active .cms-con p {
    color: #E7E7E7;
}

/* startup-sec */
/* aboutus-sec */
.aboutus-sec {
    position: relative;
}

.aboutus-inner-main .row {
    --bs-gutter-x: 20px;
}

.aboutus-inner-main .row>*:last-child .aboutus-inner-box {
    height: 100%;
    margin-bottom: 0;
}

.aboutus-top {
    text-align: right;
    position: relative;
    margin-bottom: 120px;
}

.about-us-square {
    max-width: 95px;
}

.about-us-square img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation-duration: 3s;
    animation-name: animateIn;
    animation-delay: calc(var(--animation-stagger)*1s);
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.aboutus-top .sec-head {
    margin-bottom: 28px;
}

.aboutus-top .cms-con {
    margin-bottom: 40px;
}

.aboutus-top .cms-con p {
    text-align: right;
}

.cms-con span {
    color: #B8B8B8;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    margin-bottom: 8px;
}

.aboutus-inner-box {
    position: relative;
    height: calc(100% - 54px);
    margin-bottom: 54px;
}

.about-innerbox-top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.about-icon {
    max-width: 48px;
    min-height: 48px;
    margin-right: 10px;
}

.about-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aboutus-inner-con {
    padding-bottom: 30px;
    position: relative;
}

.aboutus-inner-box:not(.no-border)::after {
    content: "";
    position: absolute;
    width: 425px;
    height: 2px;
    background-color: #292929;
    bottom: 0;
    left: 0;
}

.aboutus-inner-box:not(.no-border)::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #E7E7E7;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .4s ease-in-out;
}

.aboutus-inner-box:hover::before {
    width: 425px;
}

.aboutus-inner-con .cms-con p {
    text-align: start;
}

.aboutus-inner-img {
    width: 532px;
    margin-left: 85px;
}

.aboutus-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aboutus-inner-img video {
    width: 100%;
    height: 100%;
    mix-blend-mode: lighten;
}

/* aboutus-sec */
/* marquee-sec */
.marquee-sec {
    padding-top: 180px;
}

.marquee-top-wrap {
    min-height: 950px;
    width: 100%;
    position: relative;
}

.marquee-bottom-wrap::before {
    content: '';
    position: absolute;
    background-image: url(../img/game-square.svg);
    background-repeat: no-repeat;
    width: 32px;
    right: 230px;
    bottom: 200px;
    height: 40px;
    animation-duration: 3s;
    animation-name: animateIn;
    animation-delay: calc(var(--animation-stagger)*1s);
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.marquee-top-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.marquee-top-head-con {
    max-width: 620px;
    margin-left: auto;
}

.marquee-top-main .marquee-top-text {
    color: #1E1E1E;
    text-align: center;
    font-family: 'Michroma';
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    transition: all .4s ease-in-out;
}

.marquee-img-wrap {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    transition-delay: 0.4s;
    transition: opacity 0s;
}

.marquee-img-wrap .img-box {
    transform: translate(0, 100px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.marquee-img-wrap .img-box .marquee-img-bg {
    height: 880px;
    width: 100%;
    display: flex;
    align-items: center;
}

.marquee-img-bg img {
    margin-left: 35%;
    object-fit: contain;
    width: 100%;
}


.marquee-img-bg img.style-2 {
    margin-left: 40%;
    max-width: 52%;
}

.marquee-top-main .marquee-top-text:hover {
    color: #292929;
}

.marquee-bottom {
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
    background: #161616;
    width: 100%;
    padding: 24px 0 20px;
    position: relative;
    z-index: 9;
}

.marquee-bottom-wrap {
    display: flex;
}

.marquee-bottom-wrap .marquee-con {
    position: relative;
    padding: 0 30px;
    transition: all .4s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}

.marquee-bottom-wrap .marquee-con span {
    color: #EA2128;
    font-family: 'Michroma';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.marquee-bottom-wrap .marquee-con .marquee-title {
    color: #707070;
    font-family: 'Michroma';
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    z-index: 2;
    padding-bottom: 10px;
    letter-spacing: -0.84px;
    position: relative;
    transition: all .4s ease-in-out;
}

@media only screen and (min-width: 1200px) {
    .marquee-top-desc {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        transform: translate(0, 100px);
        opacity: 0;
        transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    }

    .marquee-top-desc.active {
        transform: translate(0);
        opacity: 1;
    }

    .marquee-bottom-wrap .marquee-con:hover .marquee-title,
    .marquee-bottom-wrap .marquee-con.active .marquee-title {
        color: #E7E7E7;
    }

    .marquee-bottom-wrap .marquee-con .marquee-title::before {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background-color: #E7E7E7;
        bottom: 5px;
        left: 0;
        z-index: -1;
        transition: all .4s ease-in-out;
    }

    .marquee-bottom-wrap .marquee-con:hover .marquee-title::before,
    .marquee-bottom-wrap .marquee-con.active .marquee-title::before {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {

    .marquee-top-slider,
    .marquee-top-slider>.slick-list {
        overflow: inherit;
    }

    .marquee-bottom-wrap .marquee-con .marquee-title {
        color: #fff
    }
}

.marquee-top-con {
    position: absolute;
    top: 10%;
    left: 15%;
    z-index: 99;
}

.marquee-top-con .sec-head {
    margin-bottom: 35px;
    max-width: 580px;
}

.marquee-top-con .sec-head .title-one {
    font-size: 35px;
}

.marquee-top-con .sec-head .title-two {
    display: block;
    font-size: 24px;
}

.marquee-top-con .cms-con {
    margin-bottom: 20px;
}

.marquee-top-con .cms-con p {
    text-align: start;
}

.marquee-top-con .cms-con h5 {
    margin-top: 20px;
}

.featured-text-label-2,
.featured-text-boxes {
    padding: 12px 24px;
    border-left: 1px solid #EA2128;
    margin-bottom: 48px;
    font-family: 'Michroma';
}

.featured-text-label-2 {
    font-size: 25px;
    display: block;
}

.featured-text-box {
    display: inline-block;
}

.featured-text-box+.featured-text-box {
    margin-left: 24px;
}

.featured-text-box-label {
    font-size: 16px;
    color: #707070;
    display: block;
    margin-bottom: 10px;
}

.featured-text-box-value {
    font-size: 25px;
}

.featured-text-label {
    display: inline-block;
    max-width: 180px;
    letter-spacing: 0.5px;
    color: #EA2128;
    font-size: 18px;
    margin-right: 24px;
    line-height: 1.5;

}

/* marquee-sec */
/* btx-token-sec */
.btx-token-sec {
    padding-top: 185px;
}

.btn-token-img {
    min-width: 898px;
    margin-left: -67%;
    margin-top: -30%;
    position: relative;
}

.btn-token-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-token-img .hero-x-red {
    position: absolute;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    top: 0;
}

.btx-token-sec.active .x-animation {
    opacity: 0;
    animation: animationLine 4s running 5 both;
    animation-delay: 1s;
}

.btx-token-right {
    text-align: right;
    margin-left: auto;
    position: relative;
}

.btx-token-right::before {
    content: '';
    position: absolute;
    background-image: url(../img/btx-token-square.svg);
    background-repeat: no-repeat;
    width: 325px;
    min-height: 325px;
    top: -57%;
    right: -26%;
    z-index: -1;
    animation: mymove 8s infinite;
}

.btx-token-right .sec-head {
    margin-bottom: 40px;
}

.btx-token-right .sec-head .title-one {
    margin-bottom: 20px;
    font-size: 28px;
}

.btx-token-right .cms-con {
    margin-bottom: 48px;
}

.btx-token-right .cms-con p {
    text-align: right;
}

.btx-token-right .cms-con h5 {
    margin-top: 48px;
}

.btx-token-btns .btn+.btn {
    margin-left: 45px;
}

/* btx-token-sec */
.features-sec .sec-head {
    margin-bottom: 60px;
}

.features-con ul li {
    display: block;
    margin-bottom: 40px;
}

.features-con .features-con-title {
    color: #707070;
    font-family: 'Michroma';
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.84px;
    margin-bottom: 30px;
}

.features-con .cms-con {
    overflow: hidden;
}

.features-con .cms-con p {
    text-align: start;
    max-width: 85%;
}

.unlock-wrap {
    border: 1px solid #292929;
    background: rgba(41, 41, 41, 0.20);
    max-width: 884px;
    margin: auto;
    position: relative;
    padding: 40px;
}

.unlock-wrap .sec-head {
    margin-bottom: 45px;
    max-width: 412px;
}

.unlock-wrap .sec-head .title-one {
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
}

.unlock-wrap .sec-head .sub-title {
    margin-bottom: 18px;
    display: block;
}

.unlock-wrap .cms-con {
    margin-bottom: 30px;
}

.unlock-wrap .cms-con p {
    text-align: start;
}

.unlock-btn a {
    margin-right: 20px;
    display: block;
}

.mobile-img {
    position: absolute;
    top: inherit;
    right: -30px;
    max-width: 470px;
    bottom: 0;
}

.mobile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.unlock-wrap .top-icon::before,
.unlock-wrap .bottom-icon::before {
    top: -273px;
}

.unlock-wrap .top-icon::after {
    bottom: -40.2px;
    left: -14.6px;
}

/* .bottom-icon::after {

    bottom: -40.2px;

    right: -14.6px;

} */
.roadmap-sec {
    margin: 200px 0;
    position: relative;
}

.roadmap-wrap {
    position: relative;
}

.roadmap-wrap .roadmap-con-box {
    margin-top: 70px;
    opacity: 0.3;
    transition: all 0.015s;
}

.roadmap-wrap .roadmap-con-box.active {
    opacity: 1;
}

.roadmap-wrap .roadmap-con-box:last-child {
    margin-bottom: 0;
}

.roadmap-wrap .sec-head {
    text-align: right;
    margin-bottom: 20px;
}

.roadmap-wrap .cms-con ul.with-style{
    text-align: right;
}

.roadmap-wrap .cms-con ul.with-style li {
    padding-left: 0;
    padding-right: 19px;
    background-size: 12px;
    background-position: top right;
    margin-top: 0 !important;
    margin-bottom: 12px;
}



.roadmap-wrap .sec-head .title-one {
    color: #E7E7E7;
}

.roadmap-wrap .sec-head .year {
    color: #707070;
    font-family: 'Michroma';
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1.25px;
}

.roadmap-wrap .roadmap-con-box.active .year {
    color: #EA2128;
}

.roadmap-wrap .cms-con p {
    text-align: right;
    margin-bottom: 0;
}

.roadmap-cricle {
    position: absolute;
    right: -44%;
    top: -35%;
}

.roadmap-cross-main {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 44px;
}

.roadmap-cricle-text {
    position: absolute;
    top: 51%;
    left: 19%;
    max-width: 35%;
    transform: translateY(-49%);
}

.roadmap-cricle-text .sec-head {
    text-align: end;
}

.roadmap-question,
.roadmap-question1 {
    position: absolute;
    top: 0;
    left: 9.5%;
}

.roadmap-question {
    min-width: 1317px;
    min-height: 1317px;
    border-radius: 100%;
    transform: rotate(5deg);
}

.roadmap-question .question-box {
    position: absolute;
    top: 50%;
}

.roadmap-question .question-box,
.roadmap-question1 .question-box {
    color: #707070;
    font-family: 'Michroma';
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    position: absolute;
}

.mobile-question {
    display: none;
}

.roadmap-question .question-box:first-child {
    top: 54%;
    left: 2%;
    transform: rotate(-6.69deg);
}

.roadmap-question .question-box:nth-child(2) {
    top: 60%;
    left: 3%;
    transform: rotate(-13.36deg);
}

.roadmap-question .question-box:nth-child(3) {
    top: 65%;
    left: 4.5%;
    transform: rotate(-20.03deg);
}

.roadmap-question .question-box:nth-child(4) {
    top: 70%;
    left: 6.5%;
    transform: rotate(-26.7deg);
}

.roadmap-question .question-box:nth-child(5) {
    top: 75%;
    left: 9.5%;
    transform: rotate(-32.7deg);
}

.roadmap-question .question-box:nth-child(6) {
    top: 79.4%;
    left: 13%;
    transform: rotate(-38.7deg);
}

.roadmap-question .question-box:nth-child(7) {
    top: 84%;
    left: 17.6%;
    transform: rotate(-44.7deg);
}

.roadmap-question .question-box:nth-child(8) {
    top: 88%;
    left: 22.8%;
    transform: rotate(-50.7deg);
}

.roadmap-head-con {
    max-width: 720px;
}

.roadmap-head-con .sec-head .sub-title {
    margin-bottom: 24px;
}

.roadmap-head-con .sec-head {
    margin-bottom: 40px;
}

.roadmap-con-wrap .cms-con span {
    margin-bottom: 0;
    margin-top: 5px;
}

.tocken-sec {
    margin-top: 180px;
    margin-bottom: 180px;
}

.Join-sec {
    margin-bottom: 138px;
}

.news-box {
    overflow: hidden;
}

.m-backtotop {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #EA2128;
    opacity: 0;
    overflow: hidden;
    color: #fff;
}

.m-backtotop.active {
    bottom: 115px;
    opacity: 1;
    z-index: 99;
}

.m-backtotop>div {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

.m-backtotop .arrow img {
    filter: invert(1) brightness(100);
    margin: auto;
    width: 20px;
    height: 20px;
}

.m-backtotop>div.text {
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}

.m-backtotop:hover {
    transform: scale(1.1);
    cursor: pointer;
    background: #000;
}

.m-backtotop:hover>div.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}

.m-backtotop:hover>div.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

.roadmap-wrap {
    position: relative;
    z-index: 1;
}

.roadmap-con-box {
    position: relative;
}

.roadmap-active {
    position: absolute;
    left: 6.4%;
    top: 49%;
    z-index: 1111;
    color: #ffffff;
    font-family: 'Michroma';
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
.roadmap-active:after {
    height: 350%;
    width: 200%;
    background: #111111;
    position: absolute;
    left: 152%;
    top: -30px;
    content: '';
    /* border-radius: 50%; */
    filter: blur(6px);
    aspect-ratio: 1;
}

.changeopacity .word,
.opacityChild {
    opacity: 0.2;
    position: relative;
}

.roadmap-con {
    transform: translateY(25%);
}

.loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    inset: 0;
}

.loader:before,
.loader:after {
    background-color: #111;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    top: 0;
    height: 50vh;
    content: '';
    transition: all 2s;
}

.loader:after {
    top: auto;
    bottom: 0;
}

.loader>div {
    z-index: 1;
    transition: all 0.5s;
}

.loadDone .loader>div {
    opacity: 0;
}

.loadDone .loader:before,
.loadDone .loader:after {
    height: 0;
}

body {
    overflow: hidden;
}

.wrapper {
    opacity: 0;
    transition: all 1s;
}

.loadDone .wrapper {
    opacity: 1;
    transition-delay: 0.5s;
}

body.loadDone {
    overflow: inherit;
}

.loader-img,
.loader-cricle {
    position: absolute;
    max-width: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader-cricle img {
    animation: mymove 8s infinite;
}

.loader-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.loader-img .hero-x-red {
    position: absolute;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    top: 0;
}


.startup-featured-wrap {
    margin-bottom: 60px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.startup-featured-items {
    column-gap: 24px;
}

.startup-featured-item {
    font-family: 'Michroma';
}

.startup-featured-item-label {
    font-size: 16px;
    color: #707070;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.startup-featured-item-value {
    font-size: 35px;
}

.telegram-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
}

.telegram-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0088cc;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(0, 136, 204, 0);
    }
}

.telegram-icon svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}




.marquee-animate {
    display: flex;
    width: 10000px;
    margin-left: 0;
    animation: 10s linear 0s infinite normal none running myMarquee;
}

.marquee-animate:hover {
    animation-play-state: paused;
}

@keyframes myMarquee {
    100% {
        margin-left: 0;
    }
}

.common-sec {
    padding: 50px 0;
    position: relative;
}

.featured-blog-sec.common-sec {
    padding-bottom: 70px;
}

.featured-blog-sec::before {
    content: "";
    border-radius: 700px;
    opacity: 0.5;
    background: #666666;
    filter: blur(140px);
    position: absolute;
    right: 12vw;
    top: 0;
    height: 20vw;
    width: 20vw;
    z-index: -1;
}

.featured-blog-sec::after {
    content: "";
    border-radius: 700px;
    opacity: 0.4;
    background: #EA2128;
    filter: blur(140px);
    position: absolute;
    left: 12vw;
    bottom: 0;
    height: 20vw;
    width: 20vw;
    z-index: -1;
}

.featured-blog-sec .container>.sec-head {
    margin-bottom: 50px;
}

.featured-blog-inr {
    display: block;
    padding: 30px;
    background: linear-gradient(213deg,
            hsla(0, 0%, 100%, 0.03),
            hsla(0, 0%, 100%, 0.05) 49.48%,
            hsla(0, 0%, 100%, 0.03));
    border-radius: 18px;
}

.featured-blog-img img {
    border-radius: 12px;
}

.featured-blog-con {
    padding-left: 40px;
}

.featured-blog-con .sec-head {
    margin-bottom: 5px;
}

.featured-blog-con .sec-head .sec-sub-title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.featured-blog-con .sec-head .sec-title {
    font-size: 32px;
    line-height: 1.3;
    text-align: left;
    -webkit-line-clamp: 2;
}

.featured-blog-con p {
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
}

.featured-blog-con .btn {
    padding: 16px 40px;
}

.blog-listing-category {
    margin-bottom: 30px;
}

.blog-listing-category li {
    font-size: 24px;
    font-weight: 400;
    padding: 5px 20px;
    display: inline-block;
    text-transform: capitalize;
    cursor: pointer;
}

.blog-listing-category li.active {
    color: #EA2128;
    font-weight: 700;
}

.blog-listing-box {
    display: block;
    padding: 15px;
    border-radius: 16px;
    background-color: #1f1f1f;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
}

.blog-listing-box:hover {
    opacity: 0.9;
    transform: translateY(10px);
}

.blog-listing-box-img img {
    border-radius: 12px;
}

.blog-listing-box-con {
    padding-top: 20px;
}

.blog-listing-box-con p {
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}

.blog-listing-box-date {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: rgba(245, 245, 245, 0.6);
    margin-bottom: 10px;
}

.blog-listing-box-title {
    color: #EA2128;
    font-size: 26px;
    line-height: 1.2;
    transition: all 0.4s ease-in-out;
    -webkit-line-clamp: 2;
    min-height: 66px;
}

.blog-listing-load-more {
    margin-top: 50px;
}

.featured-blog-con .sec-head .sec-title,
.featured-blog-con p,
.blog-listing-box-con p,
.blog-details-sec .sec-head .sec-title,
.blog-listing-box-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-details-sec::before {
    content: "";
    border-radius: 700px;
    opacity: 0.5;
    background: #666666;
    filter: blur(140px);
    position: absolute;
    right: 12vw;
    top: 0;
    height: 20vw;
    width: 20vw;
    z-index: -1;
}

.blog-details-sec::after {
    content: "";
    border-radius: 700px;
    opacity: 0.4;
    background: #EA2128;
    filter: blur(140px);
    position: absolute;
    left: 12vw;
    bottom: -4vw;
    height: 20vw;
    width: 20vw;
    z-index: -1;
}

.blog-details-sec .sec-head {
    position: relative;
}

.blog-details-sec .sec-head .sec-title {
    font-size: 32px;
    line-height: 1.4;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    text-align: left;
    margin-bottom: 15px;
}

.blog-details-img img,
.featured-blog-img img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-details-social-links {
    margin-top: 10px;
}

.blog-details-social-links a,
.blog-details-social-links button {
    display: inline-block;
    padding: 5px;
    margin-right: 15px;
    font-size: 20px;
    background-color: transparent;
    border: 0;
    color: #EA2128;
    fill: #EA2128;
    transition: all 0.4s ease-in-out;
}

.blog-details-social-links a:hover,
.blog-details-social-links button:hover {
    fill: #fff;
    color: #fff;
}

.blog-details-social-links a:last-child,
.blog-details-social-links button:last-child {
    margin-right: 0;
}

.related-blog-sec .sec-head {
    margin-bottom: 40px;
}

.calculator-sec .sec-head {
    margin-bottom: 25px;
}

.calculator-sec .cms-con {
    margin-bottom: 50px;
}

.calculator-currency-items {
    display: flex;
    column-gap: 30px;
    margin-bottom: 50px;
}

.calculator-currency-item {
    min-width: 115px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    background-color: #60616126;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    transition: all 0.4s ease-in-out;
    --corners-gap: -12px;
}

.calculator-currency-item.selected,
.calculator-currency-item:hover {
    background-color: rgba(234, 33, 40, 0.15);
    color: #fff;
}

.calculator-currency-item:not(.selected) .top-icon,
.calculator-currency-item:not(.selected) .bottom-icon {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.calculator-currency-item:hover .top-icon,
.calculator-currency-item:hover .bottom-icon {
    opacity: 1;
}

.calculator-box {
    padding: 60px 42px;
    background-color: #1A1A1A;
}

.calculator-box.style-2 {
    padding: 42px;
}

.calculator-form-row+.calculator-form-row {
    margin-top: 60px;
}

.calculator-form-input-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calculator-form-input-wrap .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #B8B8B8;
}

.calculator-form-input {
    padding: 4px 14px;
    background-color: #111111;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.calculator-form-input span {
    font-size: 18px;
    font-weight: 800;
}

.calculator-form-input .form-control {
    background-color: transparent;
    border-radius: unset;
    box-shadow: none;
    border: none;
    text-align: right;
    padding: 0;
    font-size: 25px;
    font-weight: 500;
    max-width: 160px;
    min-width: 160px;
    margin-left: auto;
    color: #fff;
}

.calculator-form-input .form-control::placeholder {
    color: #999999;
}

.calculator-form-row+.btn {
    margin-top: 90px;
}

.calculator-count-row {
    font-weight: 500;
    padding-top: 42px;
    padding-bottom: 42px;
    border-bottom: 2px solid #292929;
    box-shadow: 0px 2px 0px 0px #0A0A0A;
}

.calculator-count-row:first-child {
    padding-top: 0;
}

.calculator-count-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
    box-shadow: none;
}

.calculator-count-label {
    color: #B8B8B8;
    margin-bottom: 24px;
}

.calculator-count-value {
    font-size: 25px;
    text-align: right;
    column-gap: 5px;
}

.calculator-count-value b {
    font-size: 18px;
    font-weight: 800;
}

.ant-slider .ant-slider-handle,
.ant-slider .ant-slider-handle::after,
.ant-slider .ant-slider-handle::before,
.ant-slider .ant-slider-handle:hover::after,
.ant-slider .ant-slider-handle:active::after,
.ant-slider .ant-slider-handle:focus::after,
.ant-slider .ant-slider-handle:hover::before,
.ant-slider .ant-slider-handle:active::before {
    width: 20px;
    height: 20px;
}

.ant-slider .ant-slider-handle:hover::before,
.ant-slider .ant-slider-handle:active::before,
.ant-slider .ant-slider-handle:focus::before {
    inset-inline-start: -1.5px;
    inset-block-start: -1.5px;
}

.ant-slider-horizontal .ant-slider-rail,
.ant-slider-horizontal .ant-slider-track,
.ant-slider-horizontal .ant-slider-tracks,
.ant-slider-horizontal .ant-slider-step {
    height: 8px;
}

.ant-slider .ant-slider-handle::before {
    inset-inline-start: 0px;
    inset-block-start: 0px;
}

.ant-slider-horizontal .ant-slider-handle {
    inset-block-start: -2px;
}

.ant-slider .ant-slider-rail,
.ant-slider:hover .ant-slider-rail {
    background-color: #111111;
}

.ant-slider:hover .ant-slider-handle::after,
.ant-slider .ant-slider-handle:hover::after,
.ant-slider .ant-slider-handle:active::after,
.ant-slider .ant-slider-handle:focus::after,
.ant-slider .ant-slider-handle::after {
    outline: none;
    box-shadow: 0 0 0 4px #EA2128;
}

.ant-slider .ant-slider-track,
.ant-slider:hover .ant-slider-track {
    background-color: #B81A1F;
}

.ant-slider .ant-slider-dot-active,
.ant-slider:hover .ant-slider-dot-active {
    border-color: #EA2128 !important;
}

.ant-slider-mark .ant-slider-mark-text {
    display: none;
}

.ant-slider-horizontal.ant-slider-with-marks {
    margin-top: 30px;
}

.calculator-breakdown {
    margin-top: 42px;
}


.calculator-breakdown .sec-head {
    margin-bottom: 30px;
}

.calculator-breakdown .table {
    border: 1px solid #1A1A1A;
}

.calculator-breakdown .table thead th {
    background-color: #1A1A1A;
    font-size: 14px;
}

.calculator-breakdown .table thead th,
.calculator-breakdown .table tbody td {
    padding: 14px 24px;
    color: #B8B8B8;
}

.calculator-breakdown .table tbody tr:last-child td {
    color: #fff;
}

.calculator-breakdown .table thead th,
.calculator-breakdown .table tbody tr td:first-child {
    font-weight: 600;
}

.calculator-breakdown .table thead td {
    font-size: 16px;
}

.calculator-breakdown .table thead th,
.calculator-breakdown .table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #1A1A1A;
}

.table>:not(:last-child)>:last-child>* {
    border-color: #1A1A1A;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.error-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: clamp(50px, 47.801vw + 34.704rem, 100px) 0;
}

.error-title {
    font-size: clamp(4.375rem, 2.182rem + 9.357vw, 9.375rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.875rem);
}

.error-message {
    font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem);
}

.calculator-breakdown-switch {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.calculator-breakdown-switch button {
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    background-color: #60616126;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    --corners-gap: -12px;
    min-width: 115px;
    transition: all 0.4s ease-in-out;
}

.calculator-breakdown-switch button.active,
.calculator-breakdown-switch button:hover {
    background-color: #b91e25;
    color: #fff;
}