/* [Colors] */

body {
    --Grey: rgba(183,183,183,1.00);
    --Light-Grey: rgba(224,224,224,1.00);
    --Button-Border: rgba(103,103,103,1.00);
    --Brand-Primary: rgba(43,89,255,1.00);
    --Brand-Secondary: rgba(187,43,255,1.00);
    --Background-Primary: rgba(18,20,29,1.00);
    --Background-Secondary: rgba(25,28,39,1.00);
}

/* [Global] */

container {
    width: 100%;
    max-width: 1000px;
    padding: 0px 20px 0px 20px;
    display: block;
    margin: 0px auto 0px auto;
}

span {
    margin: 0px 0px 0px 0px;
}

h2 {
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}

h3 {
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--Light-Grey);
}

h1 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: var(--Light-Grey);
    font-family: Outfit;
}

body {
    font-size: 16px;
    line-height: 1.4;
    background: var(--Background-Primary);
    font-weight: 400;
    color: rgba(255,255,255,1.00);
    font-family: Inter;
}

h4 {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

a {
    transition: all 250ms 0ms linear;
    cursor: pointer;
}

p {
    color: var(--Grey);
    margin: 0px 0px 0px 0px;
    font-size: 14px;
}

/* [Classes] */

#bannerdisplay {
    display: flex;
    overflow: visible;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
}
.promo-banner img {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.button-primary {
    height: 46px;
    display: flex;
    padding: 0px 30px 0px 30px;
    border-radius: 20px;
    border: 1px solid var(--Button-Secondary);
    align-items: center;
    background: linear-gradient(90deg, rgba(43,89,255,1.00) 0%, rgba(187,43,255,1.00) 100%);
}

.button-primary:hover {
    transform: translate(0px,-2px);
}

.button-secondary {
    height: 46px;
    padding: 0px 15px 0px 15px;
    display: flex;
    align-items: center;
    background: var(--Background-Primary);
    border: 1px solid var(--Button-Border);
}

.button-secondary:hover {
    transform: translate(0px,-2px);
}

.button-border {
    height: 47px;
    background: rgba(37,40,53,1.00);
    padding: 0px 25px 0px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 200ms 0ms linear;
    border: 1px solid var(--Grey);
}

.button-border:hover {
    background: var(--Brand-Primary);
}

.button-border.dh-active {
    background: linear-gradient(90deg, rgba(43,89,255,1.00) 0%, rgba(187,43,255,1.00) 100%);
}

.border-grey {
    border: 1px solid var(--Grey);
}

.color-brand-primary {
    color: var(--Brand-Primary);
}

.color-brand-secondary {
    color: var(--Brand-Secondary);
}

.mt-30 {
    margin: 30px 0px 0px 0px;
}

.mt-50 {
    margin: 50px 0px 0px 0px;
}

.text-20 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--Light-Grey);
}

.border-radius {
    border-radius: 8px;
    overflow: hidden;
}

.height-50 {
    height: 50px;
}

.mt-40 {
    margin: 40px 0px 0px 0px;
}

.text-17 {
    font-size: 17px;
    font-weight: 700;
}

.text-16 {
    font-size: 16px;
}

.weight-600 {
    font-weight: 600;
}

.border-radius-30 {
    border-radius: 30px;
}

.mt-16 {
    margin: 16px 0px 0px 0px;
}

.button-white {
    color: rgba(0,0,0,1.00);
    height: 47px;
    background: rgba(245,245,245,1.00);
    border: 1px solid rgba(255,255,255,1.00);
}

.button-white:hover {
    background: var(--Background-Primary);
    color: rgba(255,255,255,1.00);
    border: 1px solid rgba(255,255,255,1.00);
}

.mt-20 {
    margin: 20px 0px 0px 0px;
}

/* [Tags] */

body .t1 {
    display: flex;
    flex-direction: column;
}

body .t2 {
    margin: 0px 0px 15px 0px;
}

body .t3 {
    padding: 50px 0px 0px 0px;
}

body .t5 {
    background: linear-gradient(90deg, rgba(43,89,255,1.00) 0%, rgba(187,43,255,1.00) 100%);
}

body .t9 {
    font-size: 24px;
}

body .t10 {
    display: flex;
    column-gap: 20px;
}

body .t17 {
    margin: 0px 0px 30px 0px;
}

body .t18 {
    display: flex;
    align-items: center;
}

body .t19 {
    display: flex;
    flex-direction: column;
}

body .t20 {
    margin: 0px 0px 15px 0px;
}

body .t21 {
    margin: 0px 0px 30px 0px;
    display: flex;
    flex-direction: column;
}

body .t22 {
    display: flex;
    flex-direction: column;
}

body .t24 {
    font-size: 20px;
}

body .t27 {
    margin: 0px 0px 30px 0px;
    display: flex;
    flex-direction: column;
}

body .t28 {
    margin: 0px 0px 5px 0px;
}

body .t30 {
    margin: 0px 0px 30px 0px;
    display: flex;
    flex-direction: column;
}

body .t33 {
    display: flex;
    justify-content: space-between;
}

body .t34 {
    display: flex;
    align-items: center;
}

body .t35 {
    margin: 0px 0px 30px 0px;
    display: flex;
    flex-direction: column;
}

body .t38 {
    font-size: 40px;
}

body .t39 {
    display: grid;
    padding: 25px 25px 25px 25px;
    column-gap: 20px;
    border-radius: 10px;
    grid-template-columns: 1fr 3fr;
}

body .t40 {
    margin: 0px 0px 5px 0px;
}

body .t41 {
    font-size: 40px;
}

body .t43 {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    justify-content: center;
}

body .t44 {
    display: flex;
}

body .t45 {
}

body .t46 {
    width: 70px;
    height: 70px;
    background: var(--Grey);
}

body .t47 {
    width: 70px;
    height: 70px;
    background: var(--Brand-Primary);
}

body .t50 {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    justify-content: center;
}

body .t51 {
    font-size: 40px;
}

body .t55 {
    color: #5c98d3;
    border: 1px solid var(--Background-Secondary);
    text-decoration: none;
}

body .t56 {
    width: 70px;
    height: 70px;
    background: var(--Light-Grey);
}

body .t57 {
    margin: 0px 0px 5px 0px;
}

body .t58 {
    margin: 0px 0px 15px 0px;
}

body .t59 {
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t60 {
    padding: 50px 0px 0px 0px;
}

body .t63 {
    width: 70px;
    height: 70px;
    background: var(--Button-Border);
}

body .t64 {
    display: flex;
    column-gap: 20px;
}

body .t65 {
    padding: 40px 0px 40px 0px;
}

body .t66 {
    width: 70px;
    height: 70px;
    background: var(--Brand-Secondary);
}

body .t67 {
    display: flex;
    align-items: center;
}

body .t69 {
    display: flex;
    flex-direction: column;
}

body .t70 {
    display: flex;
    row-gap: 10px;
    align-items: stretch;
    flex-direction: column;
}

body .t71 {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    justify-content: center;
}

body .t72 {
}

body .t73 {
    width: 70px;
    height: 70px;
    background: var(--Background-Primary);
}

body .t75 {
    display: flex;
    z-index: 1000;
    position: relative;
}

body .t77 {
    display: flex;
    flex-direction: column;
}

body .t80 {
    color: #bb2bff;
}

body .t81 {
    z-index: 100;
    position: relative;
    max-width: 600px;
    text-align: center;
}

body .t82 {
    top: -20%;
    left: 28%;
    right: auto;
    width: 422px;
    bottom: auto;
    filter: blur(75px);
    height: 422px;
    opacity: 10%;
    z-index: 10;
    position: absolute;
    background: var(--Brand-Secondary);
    border-radius: 100%;
}

body .t83 {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t84 {
    padding: 100px 0px 100px 0px;
    position: relative;
}

body .t85 {
    top: 180px;
    right: -131px;
    width: 286px;
    bottom: auto;
    filter: blur(75px);
    height: 286px;
    opacity: 10%;
    z-index: 5;
    position: absolute;
    background: rgba(249,188,82,1.00);
    border-radius: 100%;
    pointer-events: none;
}

body .t86 {
    top: 180px;
    left: -131px;
    right: auto;
    width: 286px;
    bottom: auto;
    filter: blur(75px);
    height: 286px;
    opacity: 10%;
    z-index: 10;
    position: absolute;
    background: rgba(252,116,58,1.00);
    border-radius: 100%;
    pointer-events: none;
}

body .t87 {
    padding: 100px 0px 150px 0px;
    position: relative;
}

body .t88 {
    color: rgb(255,255,255);
    display: flex;
    z-index: 1000;
    overflow: visible;
    position: static;
    background: linear-gradient(90deg,rgba(43,89,255,1.00) 0%,rgba(187,43,255,1.00) 100%);
    text-decoration: none;
    grid-template-columns: 1fr 1fr;
}

body .t89 {
    display: flex;
    flex-direction: column;
}

body .t90 {
    display: flex;
    flex-direction: column;
}

body .t91 {
    margin: 50px 0px 0px 0px;
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    flex-direction: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

body .t94 {
    margin: 0px 0px 15px 0px;
}

body .t98 {
    display: flex;
    column-gap: 15px;
    object-fit: fill;
    align-items: center;
    justify-content: center;
}

body .t99 {
    padding: 40px 0px 40px 0px;
    position: relative;
}

body .t100 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t101 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 1px;
    position: absolute;
    background: rgba(33,33,33,1.00);
}

body .t102 {
    display: block;
    padding-top: 50px;
    padding-bottom: 200px;
}

body .t103 {
    top: auto;
    left: %;
    right: auto;
    width: 100%;
    bottom: 0%;
    margin: 0px 0px 20px 0px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

body .t105 {
    display: grid;
    padding: 25px 25px 25px 25px;
    column-gap: 20px;
    border-radius: 10px;
    grid-template-columns: 1fr 3fr;
}

body .t106 {
    display: flex;
    padding: 25px 25px 25px 25px;
    column-gap: 85px;
    border-radius: 10px;
    grid-template-columns: 1fr;
}

body .t107 {
    display: flex;
    column-gap: 60px;
}

body .t108 {
    margin: 0px 0px 15px 0px;
    font-size: 14px;
}

body .t109 {
    margin: 0px 0px 15px 0px;
}

body .t110 {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    justify-content: center;
}

body .t111 {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    justify-content: center;
}

body .t113 {
    overflow: hidden;
}

body .t114 {
    margin-top: 20px;
    z-index: 100;
}

body .t115 {
    font-family: 'Inter';
}

body .t116 {
    width: 200px;
    height: 100%;
}

body .t119 {
    margin: 50px 0px 0px 0px;
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    flex-direction: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

body .t122 {
    margin: 50px 0px 0px 0px;
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    flex-direction: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

body .t127 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t128 {
    max-width: 728px;
    align-self: center;
    margin-top: 10px;
    max-height: 90px;
    margin-bottom: 10px;
}
body .t9992 {
    max-width: 728px;
    align-self: center;
    margin-top: 10px;
    max-height: 90px;
    margin-bottom: 10px;
}

body .t129 {
    display: block;
}

body .t134 {
    display: flex;
    column-gap: 40px;
    margin-top: 40px;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-around;
    grid-template-columns: 1fr 1fr;
}

body .t135 {
    padding: 40px 0px 40px 0px;
}

body .t137 {
    display: flex;
    justify-content: space-between;
}

body .t138 {
    display: flex;
    column-gap: 60px;
}

body .t139 {
    display: flex;
    column-gap: 15px;
    object-fit: fill;
    align-items: center;
    justify-content: center;
}

body .t140 {
    width: 200px;
    height: 100%;
}

body .t141 {
    display: flex;
}

body .t142 {
    display: flex;
    column-gap: 20px;
}

body .t143 {
    color: #5c98d3;
    border: 1px solid rgba(25,28,39,1.00);
    text-decoration: none;
}

body .t146 {
    display: block;
    align-self: center;
}

body .t147 {
}

body .t148 {
    width: 380px;
    display: block;
}

body .t149 h1 {
    color: var(--Brand-Secondary);
}

body .t149 h2 {
    font-size: medium;
    color: var(----Grey);
} 

body .t149 li {
    color: var(--Button-Border);
}

body .t152 {
    display: flex;
    z-index: 1000;
    position: relative;
    margin-top: 20px;
}

body .t153 {
    color: rgb(255,255,255);
    display: flex;
    z-index: 1000;
    overflow: visible;
    position: static;
    background: linear-gradient(90deg,rgba(43,89,255,1.00) 0%,rgba(187,43,255,1.00) 100%);
    text-decoration: none;
    grid-template-columns: 1fr 1fr;
}

body .t402 {
    padding: 100px 0px 100px 0px;
    position: relative;
}

body .t404 {
    margin: 0px 0px 0px 0px;
    font-weight: 700;
    font-size: 180px;
    line-height: 1.2;
    color: var(--Brand-Secondary);
    font-family: Inter;
}

body .t501 {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}

body .t502 {
    color: var(--Grey);
}

body .t503 {
    margin-top: 100px;
}

body .t510 {
    padding: 100px 0px 150px 0px;
    position: relative;
}

body .t511 {
    max-width: 1280px;
}

body .t512 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 24px;
    align-self: auto;
    column-gap: 24px;
    grid-template-columns: 1fr;
}

body .t513 {
    color: rgba(0,0,0,1.00);
    border: 1px solid rgba(243,243,243,1.00);
    display: grid;
    row-gap: 0px;
    margin-top: 0px;
    padding-top: 0px;
    flex-direction: column;
    justify-content: flex-start;
    grid-template-columns: 50% 50%;
}

body .t514 {
    height: 250px;
    display: flex;
    outline: 1px solid #5c98d3;
    row-gap: 20px;
    background: var(--Background-Primary);
    column-gap: ;
    margin-top: 0px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
    padding-bottom: 30px;
    justify-content: flex-start;
}

body .t515 {
    overflow: visible;
    word-wrap: break-word;
}

body .t516 {
    color: #ffffffcc;
}

body .t517 {
    word-break: break-all;
    color: #6b7280;
}