/* [Colors] */

body {
}

/* [Global] */

body {
    color: rgb(0,0,0);
    position: relative;
    font-size: 16px;
    background: rgb(7,3,13);
    min-height: 100vh;
    font-family: 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: 700;
    margin-bottom: 0px;
}

h1 {
    font-size: 3rem;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 0.9;
}

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(248,253,255);
}

a:hover {
    text-decoration: underline;
    color: rgb(45,192,255);
}

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;
}

label {
    color: rgb(255,255,255);
}

div {
    color: rgb(255,255,255);
}

/* [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(86,86,107);
    background: rgba(0,0,0,1.00);
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .80rem;
    height: 3rem;
    text-align: center;
    text-decoration: none;
}

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

.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;
}

.adr-section_full {
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.adr-container_small {
    width: 40rem;
}

.adr-card_wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    width: 100%;
}

.adr-auth_group {
    display: flex;
    flex-direction: column;
}

.adr-label_txt {
    font-size: 0.70rem;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
}

.adr-form_input {
    width: 100%;
    min-height: 2.5rem;
    position: relative;
    background: rgb(2,8,23);
    outline: 1px solid rgba(0,0,0,0);
    border: 2.5px solid rgb(10,0,36);
    padding-left: .5rem;
    padding-right: .5rme;
    font-size: 16px;
    color: rgb(154,148,188);
}

.adr-form_input::placeholder {
    font-size: 0.90rem;
    color: rgba(154,148,188,0.52);
}

.adr-form_input:hover {
    border: 2.5px solid rgb(37,6,114);
}

.adr-form_input:focus {
    border: 2.5px solid rgb(134,126,156);
}

.adr-form-field_border {
    padding-left: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 0.25rem;
    border: 1px solid rgba(31,31,31,0.55);
    display: flex;
    flex-direction: column;
}

.adr-vflex {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.adr-brand_medium {
    width: 5rem;
}

.iaa-section_side {
    display: grid;
    grid-template-columns: 22rem 1fr;
    height: 100dvh;
    width: 100%;
    overflow: clip;
}

.iaa-top_panel {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid rgb(49,49,49);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 10;
}

.iaa-title_panel {
    font-size: 1.25rem;
}

.adr-brand-small {
    width: 3rem;
}

.adr-hflex {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
}

.iaa-hub-right_panel {
    position: relative;
}

.iaa-agent-pp_wrap {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgb(58,58,58);
    cursor: pointer;
}

.iaa-agent-pp_wrap:hover {
    opacity: 80%;
}

.iaa-media_full {
    width: 100%;
    height: 100%;
}

.iaa-panel_main {
    width: 100%;
    height: 100dvh;
}

.adr-txt_mid {
    font-size: 0.90rem;
}

.adr-vsp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.adr-hsb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.iaa-ico_small {
    width: 1.25rem;
    height: 1.25rem;
}

.iaa-location_wrap {
    background: rgba(43,43,43,0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding-left: 0.6rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-right: 0.6rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.iaa-action_btn {
    width: auto;
    height: 3rem;
    background: rgba(23,23,23,0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgb(45,45,45);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .15rem;
    column-gap: .5rem;
    cursor: pointer;
}

.iaa-action_btn:hover {
    background: rgba(36,36,36,0.78);
}

.iaa-mdal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    z-index: 12;
    background: rgba(0,0,0,0.98);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.iaa-auth_sub {
    text-transform: uppercase;
    font-size: 0.80rem;
    letter-spacing: 5px;
}

.vflex {
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    z-index: 8;
}

/* [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 .t58 {
}

body .t61 {
    height: 100%;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t62 {
    margin-top: auto;
    margin-bottom: auto;
}

body .t70 {
    row-gap: .5rem;
}

body .t74 {
    row-gap: .5rem;
    align-items: center;
    justify-content: center;
}

body .t75 {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t76 {
    font-size: 0.50rem;
}

body .t77 {
    color: rgb(251,0,0);
    font-size: 0.50rem;
}

body .t78 {
    pointer-events: none;
}

body .t79 {
    line-height: .90;
}

body .t80 {
    row-gap: 0rem;
    align-items: center;
    justify-content: center;
}

body .t85 {
    color: rgba(0,0,0,1.00);
    display: grid;
}

body .t86 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    flex-direction: column;
}

body .t87 {
    cursor: pointer;
    display: flex;
    transition: all 450ms 0ms cubic-bezier(0.215,0.61,0.355,1);
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    grid-template-columns: 2rem auto;
}

body .t87:hover {
    color: rgb(210,208,208);
    background: rgb(33,34,39);
    border-right: 5px solid rgb(80,102,113);
}

body .t87.dh-active {
    color: rgba(255,255,255,1.00);
    background: rgba(1,1,1,1.00);
    border-right: 4px solid rgb(17,99,167);
}

body .t89 {
}

body .t90 {
}

body .t92 {
    padding-top: 1rem;
    padding-left: 1rem;
    border-bottom: 1px solid rgb(53,53,53);
    padding-right: 1rem;
    padding-bottom: .5rem;
}

body .t94 {
    row-gap: 0.25rem;
}

body .t95 {
}

body .t96 {
    color: rgb(191,191,191);
}

body .t98 {
    width: 4rem;
}

body .t99 {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

body .t100 {
    margin-bottom: 1.5rem;
}

body .t102 {
    row-gap: 0.5rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

body .t104 {
    color: rgb(193,193,193);
}

body .t105 {
    color: #2c4b8f;
    letter-spacing: 0rem;
}

body .t106 {
    letter-spacing: 0rem;
}

body .t107 {
    color: rgb(193,193,193);
}

body .t108 {
    letter-spacing: 0rem;
}

body .t109 {
    color: rgb(10,255,137);
    letter-spacing: 0rem;
}

body .t110 {
    height: 0.5rem;
}

body .t111 {
    border: 1px solid #454a52;
    height: 100%;
}

body .t112 {
    width: 80%;
    height: 100%;
    background: #2c4b8f;
}

body .t113 {
    max-height: 5.25rem;
}

body .t116 {
    row-gap: 0.25rem;
}

body .t117 {
    color: rgb(191,191,191);
}

body .t120 {
    flex: 0 0 auto;
}

body .t121 {
    row-gap: 0rem;
}

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

body .t125 {
    margin-right: .25rem;
}

body .t126 {
    text-align: right;
}

body .t127 {
}

body .t129 {
}

body .t130 {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    position: absolute;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

body .t131 {
    width: 100%;
    filter: invert(0%) contrast(110%) saturate(60%);
    height: 100%;
    z-index: 2;
    position: relative;
}

body .t132 {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 50rem;
    bottom: 0%;
    opacity: 0.50%;
    position: fixed;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

body .t133 {
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 5;
    position: absolute;
    align-items: flex-start;
    padding-top: 5rem;
    flex-direction: column;
    pointer-events: none;
    justify-content: space-between;
}

body .t134 {
    row-gap: 0.25rem;
    margin-top: .5rem;
    margin-left: 1rem;
}

body .t135 {
    font-size: 0.9rem;
    font-weight: 700;
}

body .t136 {
    top: auto;
    left: auto;
    right: auto;
    width: 98%;
    bottom: 1rem;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

body .t140 {
    font-size: 1.25rem;
}

body .t141 {
    column-gap: 2rem;
}

body .t145 {
    font-size: 1.25rem;
}

body .t149 {
    font-size: 1.25rem;
}

body .t153 {
    font-size: 1.25rem;
}

body .t157 {
    font-size: 1.25rem;
}

body .t159 {
    column-gap: 0rem;
}

body .t160 {
    border-right: 6px solid rgb(60,68,93);
    padding-right: .5rem;
}

body .t163 {
    color: rgb(17,133,165);
    width: 1rem;
    height: 1rem;
}

body .t165 {
}

body .t168 {
    height: 100%;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t169 {
    margin-top: auto;
    margin-bottom: auto;
}

body .t170 {
    row-gap: 1rem;
}

body .t177 {
    row-gap: 1rem;
}

body .t180 {
}

body .t181 {
    row-gap: .5rem;
    align-items: center;
    justify-content: center;
}

body .t182 {
    pointer-events: none;
}

body .t183 {
    row-gap: 0rem;
    align-items: center;
    justify-content: center;
}

body .t184 {
    line-height: .90;
}

body .t186 {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t187 {
    color: rgb(251,0,0);
    font-size: 0.50rem;
}

body .t188 {
    font-size: 0.50rem;
}

body .t189 {
    color: #7484a5;
    margin-bottom: 2rem;
}

body .t190 {
    margin-right: .15rem;
}

body .t192 {
    font-size: 0.60rem;
    margin-top: .5rem;
    line-height: 1;
    margin-left: auto;
}

body .t193 {
    width: 6rem;
    height: 70%;
    margin-left: 1rem;
}

body .t194 {
    pointer-events: auto;
}

body .t195 {
    height: 2rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

body .t196 {
    width: 1rem;
    height: 1rem;
}

body .t198 {
    display: flex;
}

body .t199 {
    display: none;
    position: relative;
    max-width: 25rem;
    background: rgba(30,30,30,0.98);
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
}

body .t200 {
}

body .t201 {
    border: 1px solid rgb(51,51,51);
    z-index: 2;
    position: relative;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

body .t202 {
    width: 6rem;
}

body .t204 {
    font-weight: 600;
}

body .t205 {
    row-gap: 0rem;
}

body .t206 {
    color: rgb(171,171,171);
}

body .t207 {
    width: 50%;
    z-index: 2;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

body .t208 {
    width: 100%;
    opacity: 2%;
    position: absolute;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

body .t209 {
    width: 100%;
    background: rgba(6,6,6,0.98);
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

body .t212 {
    margin-right: .5rem;
}

body .t214 {
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

body .t216 {
    font-size: 1rem;
}

body .t217 {
    row-gap: 0.25rem;
}

body .t218 {
    row-gap: 0.25rem;
}

body .t220 {
    font-size: 1rem;
}

body .t227 {
}

body .t229 {
    z-index: 5;
    position: relative;
}

body .t230 {
    height: 100%;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t231 {
    max-width: 25rem;
    margin-top: auto;
    margin-bottom: auto;
}

body .t233 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t235 {
    row-gap: .5rem;
    align-items: center;
    justify-content: center;
}

body .t236 {
    pointer-events: none;
}

body .t237 {
    top: auto;
    left: 0%;
    color: rgb(105,103,103);
    right: 0%;
    bottom: 1.5rem;
    position: fixed;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

body .t238 {
    row-gap: 0rem;
    align-items: center;
    justify-content: center;
}

body .t239 {
    line-height: .90;
}

body .t241 {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t242 {
    color: rgb(251,0,0);
    font-size: 0.50rem;
}

body .t243 {
    font-size: 0.50rem;
}

body .t244 {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 50rem;
    bottom: 0%;
    opacity: 0.60%;
    position: fixed;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

body .t245 {
    font-size: 1.5rem;
    text-align: center;
}

body .t246 {
    color: rgb(206,200,229);
    font-size: 0.80rem;
    text-align: center;
    text-transform: uppercase;
}

body .t247 {
    display: flex;
    row-gap: 0.5rem;
    background: rgba(24,29,62,0.34);
    margin-top: 2rem;
    padding-top: 1.4rem;
    padding-left: 1.4rem;
    margin-bottom: 2rem;
    padding-right: 1.4rem;
    flex-direction: column;
    padding-bottom: 1.4rem;
}

body .t248 {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    bottom: 0%;
    height: 40%;
    z-index: 2;
    position: fixed;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

body .t249 {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    bottom: 0%;
    height: 40%;
    z-index: 2;
    position: fixed;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

body .t250 {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    bottom: 0%;
    height: 40%;
    z-index: 2;
    position: fixed;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

body .t251 {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

body .t252 {
    top: auto;
    left: 0%;
    color: rgb(105,103,103);
    right: 0%;
    bottom: 1.5rem;
    position: fixed;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

body .t253 {
    top: auto;
    left: 0%;
    color: rgb(105,103,103);
    right: 0%;
    bottom: 1.5rem;
    position: fixed;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

body .t254 {
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 8;
    position: absolute;
    background: rgb(0,0,0);
    align-items: center;
    justify-content: center;
}

body .t255 {
    width: 50%;
    display: flex;
    min-height: 8rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

body .t256 {
    width: 4rem;
    border: 1px solid rgb(34,34,34);
    cursor: pointer;
    height: 2rem;
    background: rgb(0,0,0);
}

body .t257 {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: auto;
}

body .t258 {
    color: rgb(193,193,193);
}

body .t259 {
    color: #ff3636;
    cursor: pointer;
    letter-spacing: 0rem;
}

body .t259:hover {
    text-decoration: underline;
}

body .t260 {
    letter-spacing: 0rem;
}

body .t262 {
    margin-left: .25rem;
}

body .t263 {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 50rem;
    bottom: 0%;
    opacity: 0.60%;
    z-index: 20;
    position: absolute;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

body .t264 {
    width: 50%;
    height: 100%;
    z-index: 2;
    position: relative;
}

body .t265 {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 70rem;
    bottom: 0%;
    opacity: 0.60%;
    z-index: 1;
    position: absolute;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

body .t266 {
    width: 4rem;
}

body .t267 {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 50rem;
    bottom: 0%;
    opacity: 0.50%;
    position: fixed;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

body .t271 {
    z-index: 5;
    position: relative;
}

body .t272 {
    height: 100%;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t273 {
    max-width: 25rem;
    margin-top: auto;
    margin-bottom: auto;
}

body .t274 {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t275 {
    color: rgb(251,0,0);
    font-size: 0.50rem;
}

body .t276 {
    font-size: 0.50rem;
}

body .t278 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t280 {
    row-gap: .5rem;
    align-items: center;
    justify-content: center;
}

body .t281 {
    row-gap: 0rem;
    align-items: center;
    justify-content: center;
}

body .t282 {
    line-height: .90;
}

body .t284 {
    pointer-events: none;
}

body .t285 {
    display: flex;
    row-gap: 0.5rem;
    background: rgba(124,38,38,0.34);
    margin-top: 2rem;
    padding-top: 1.4rem;
    padding-left: 1.4rem;
    margin-bottom: 2rem;
    padding-right: 1.4rem;
    flex-direction: column;
    padding-bottom: 1.4rem;
}

body .t286 {
    font-size: 1.5rem;
    text-align: center;
}

body .t287 {
    color: rgb(206,200,229);
    font-size: 0.80rem;
    text-align: center;
    text-transform: uppercase;
}

body .t288 {
    top: auto;
    left: 0%;
    color: rgb(105,103,103);
    right: 0%;
    bottom: 1.5rem;
    position: fixed;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

body .t289 {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 50rem;
    bottom: 0%;
    opacity: 0.60%;
    position: fixed;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

