/* [Colors] */

body {
}

/* [Global] */

body {
    color: rgba(0,0,0,1.00);
    position: relative;
    font-size: 16px;
    background: rgb(0,0,0);
    min-height: 100vh;
    font-family: 'Facet Inter';
    font-weight: 400;
    line-height: 1.4;
}

container {
    width: 100%;
    display: block;
    max-width: 1280px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
}

h2 {
    font-size: 42px;
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 0px;
}

h1 {
    font-size: 2rem;
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 0px;
    color: rgb(255,255,255);
}

h3 {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h4 {
    font-size: 24px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h5 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h6 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

img {
    display: block;
    max-width: 100%;
}

textarea {
    resize: vertical;
}

a {
    cursor: pointer;
    transition: all 200ms 0ms linear;
    color: rgb(219,222,216);
}

button {
    cursor: pointer;
}

component {
    display: block;
}

rich-text {
}

blockquote {
    display: block;
    background: #00000008;
    margin-left: 0px;
    padding-top: 15px;
    margin-right: 0px;
    padding-left: 15px;
    border-radius: 6px;
    padding-right: 15px;
    padding-bottom: 15px;
}

blockquote  cite {
    color: rgb(139,139,139);
    display: block;
    margin-top: 10px;
    font-weight: 500;
    padding-left: 15px;
}

div {
    color: rgb(255,255,255);
    font-weight: 400;
}

/* [Classes] */

.stylesheet-part {
    padding: 60px 0px 60px 0px;
    border-bottom: 1px solid rgba(223,223,223,1.00);
}

.button-primary {
    color: rgba(255,255,255,1.00);
    border: 1px solid rgb(36,36,36);
    background: rgba(0,0,0,1.00);
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    width: 100%;
    border-radius: 100px;
    min-height: 4rem;
    font-size: 1rem;
    font-weight: 500;
}

.button-primary:hover {
    color: rgba(0,0,0,1.00);
    background: rgb(158,255,31);
}

.button-secondary {
    color: rgba(0,0,0,1.00);
    border: 1px solid rgba(0,0,0,1);
    background: rgba(255,255,255,1.00);
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
}

.button-secondary:hover {
    color: rgba(255,255,255,1.00);
    background: rgba(0,0,0,1.00);
}

.rich-text-dh-styling  hr {
    width: 100%;
    border: 0px solid rgba(0,0,0,1);
    height: 1px;
    display: block;
    border-top: 1px solid rgb(203,203,203);
    margin-top: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.rich-text-dh-styling {
    display: flex;
    row-gap: 24px;
    flex-direction: column;
}

.fct-auth-section_fh {
    height: 100vh;
    width: 100%;
    display: flex;
}

.fct-auth-left {
    width: 100rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.fct-auth-card {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    width: 80%;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.fct-auth-sub {
    color: rgb(131,131,131);
}

.svh-vflex {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 1rem;
}

.fct-auth-group {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    position: relative;
    column-gap: 1rem;
}

.fct-input {
    width: 100%;
    min-height: 3.5rem;
    border-radius: 18px;
    background: rgb(13,13,13);
    outline: 1px solid rgba(0,0,0,0);
    border: 2px solid rgb(26,26,26);
    padding-left: 1rem;
    padding-right: 1rem;
    color: rgb(239,239,239);
}

.fct-input:hover {
    background: rgb(21,21,21);
    border: 1px solid rgb(56,56,56);
}

.fct-input:focus {
    border: 1px solid rgb(133,255,102);
}

.fct-input::placeholder {
    font-size: 0.9rem;
}

.svh-tool-btn {
    width: 2rem;
    height: 2rem;
    border-radius: 12px;
    border: 1px solid rgb(26,26,26);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(104,104,104);
    background: rgb(8,8,8);
    cursor: pointer;
}

.svh-tool-btn:hover {
    color: rgb(123,52,255);
}

.svh-tool-btn.dh-active {
    background: rgb(32,32,32);
    color: rgb(117,89,255);
}

.svh-ico-ui {
    width: 1rem;
    height: 1rem;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fct-auth-hsb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
}

.fct-auth-link {
    font-size: 0.9rem;
    color: rgb(133,255,102);
}

.fct-auth-link:hover {
    color: rgb(239,239,239);
    text-decoration: underline;
}

.fct-auth-legal-wrap {
    margin-top: auto;
    width: 100%;
    color: rgb(131,131,131);
    padding-bottom: 0.5rem;
}

.svh-txt-sm {
    font-size: 0.70rem;
    font-weight: inherit;
}

.svh-brand {
    width: 2rem;
    height: 2rem;
}

.fct-auth-right {
    width: 100%;
    position: relative;
    overflow: clip;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fct-auth-splash {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 32px;
}

.fct-padding-md {
    padding-top: 8rem;
    padding-bottom: 8rem;
    width: 100%;
}

.fct-checkout-form {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.fct-checkout-sumary-card {
    width: 100%;
    max-width: 35rem;
    border-radius: 32px;
    border: 1px solid rgb(41,41,41);
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    background: rgba(0,0,0,0.67);
    position: relative;
    z-index: 5;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    text-align: center;
    align-items: center;
}

.fct-checkout-card {
    border-radius: 16px;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 1rem;
    border: 1px solid rgb(44,44,44);
    width: 100%;
}

.fct-checkout-plan-illu {
    width: 3rem;
    height: 3rem;
    border-radius: 8px;
    background: rgb(72,255,0);
}

.fct-txt-md {
    font-size: 1.25rem;
}

.fct-txt-lg {
    font-size: 1.75rem;
}

.fct-checkout-link {
    cursor: pointer;
    font-size: 0.85rem;
}

.fct-checkout-link:hover {
    text-decoration: underline;
}

/* [Tags] */

body .t2 {
}

body .t3 {
}

body .t4 {
}

body .t7 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t9 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t18 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t20 {
    display: flex;
    row-gap: 40px;
    column-gap: 40px;
}

body .t22 {
    display: flex;
    flex-direction: column;
}

body .t23 {
    display: flex;
    flex-direction: column;
}

body .t24 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t27 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t29 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t30 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t34 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t36 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t37 {
    display: flex;
    column-gap: 100px;
}

body .t40 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t48 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t57 {
}

body .t67 {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

body .t71 {
    background: rgb(145,255,0);
}

body .t73 {
    color: rgb(166,166,166);
}

body .t74 {
    text-align: left;
    margin-right: auto;
}

body .t75 {
    margin-left: auto;
}

body .t82 {
    color: rgb(255,90,90);
}

body .t87 {
    text-align: center;
    align-items: center;
    padding-top: 3.1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3.1rem;
    justify-content: center;
}

body .t91 {
    width: auto;
}

