<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#hex-logo {
    max-width: 140px;
    margin: auto;
}

#regWhite h1:not(section h1) {
    display: none;
}

#regWhite img {
    max-width: 140px;
    margin: 40px auto 5px;
    width: 25%;
}

#regWhite .Inner {
    max-width: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #fff 50%, #eee 50%);
    min-height: calc(100vh - 156px);
}

#regWhite #regBodyContent {
    max-width: 1350px;
    margin: auto;
    width: 100%;
}

 #regWhite .card-title {
    font-weight: 700 !important;
    color: #262626 !important;
    border: none !important;
    padding: 0 !important;
}

 #regWhite p {
    margin: 0.5em auto 1em;
}

.clean {
    padding: 0px;
    background: none;
}

.no-icon a::before {
    content: "" !important;
}

@media (max-width: 700px) {
#regWhite .Inner {
background: transparent;
}
}
</pre></body></html>