body {
    margin: 0;
    font-family: "Poppins";
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

.is-hidden {
    display: none !important
}

.text-align-center {
    text-align: center
}

.ha-tag {
    font-family: "Poppins", sans-serif;
    font-family: var(--poppins);
    letter-spacing: .14px
}

/*MY css*/
.main-section {
    padding: 60px 0 80px 0;
    margin-top: 60px;
}

.main-title h1 {
    margin-top: 10px;
    font-size: 48px;
    font-weight: 500;
    color: #7e1319;
    line-height: 50px;
}

.main-title p {
    font-size: 15px;
    color: #888a8c;
    font-weight: 300;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 11px;

}

.register-button {
    display: inline-block;
    height: 50px;
    margin: 5px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.register-button:hover {
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
}

.form-title h3 {
    font-size: 22px;
    font-weight: 500;
    color: #7e1319;
    line-height: 30px;
    margin-top: 20px;
}

.form-title p {
    font-size: 15px;
    color: #888a8c;
    font-weight: 300;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #f3f3f3;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;

}

.form-buttom {
    padding: 25px 25px 50px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.inputStyling {
    height: 50px;
    margin: 0;
    padding: 0 20px;

    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    border-radius: 4px;
    transition: all .3s;
}

.Sign-in {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    background: #7e1319;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
    box-shadow: none;
    border: none;
    outline: none;
}

.Sign-in:hover {
    opacity: 0.6;
    color: #fff;
    background-color: #ab6b6e;
}
.Sign-in:focus
{
    outline: none;
    box-shadow: none;
}
.footer-border {
    width: 200px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
}

.form-control:focus {
    background-color: white;
    border: 3px solid #ccc !important;
    box-shadow: none;
}

.Portal {
    color: #7e1219;
    font-weight: 400 !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.login {
    display: none;
}

.Start {
    display: none;
}

.in {
    display: block;
}

/*MY .css*/

@media(min-width:1440px) {
    .ha-grid-container {
        padding: 0 150px
    }

}

@media(max-width:801px) {
    h1 {
        font-family: "Poppins", sans-serif;
        font-family: var(--poppins)
    }

}

a:hover {
    text-decoration: underline
}

.ha-cancel-button {
    color: #404040;
    color: var(--bodytext-100)
}

.main-caption {
    font-size: 1rem
}

.ha-caption.wide {
    line-height: 30px
}

.reusable-input input {
    padding: 8.5px 16px
}

.ha-bg-arrows-hills:before {
    background-image: url(https://alice-wayfinder.s3.us-west-2.amazonaws.com/images/resource-details-bg.png)
}

.login-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.full-page-layout {
    position: unset;
    padding: 0 24px;
    margin: 0;
    min-height: 100vh
}

.full-page-layout .first-child {
    display: none
}

.full-page-layout .last-child {
    grid-column: 1/span 4;
    z-index: 1;
    padding: 40px 0 96px;
}

.full-page-layout h1,
.full-page-layout h2,
.full-page-layout span {
    text-align: center
}

.full-page-layout button {
    justify-self: center
}

@media(min-width:501px) {
    .full-page-layout {
        padding: 0 32px
    }
}

@media(min-width:801px) {

    .full-page-layout:after,
    .full-page-layout:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        /* width: 50% */
    }

    .full-page-layout:before {
        background-color: #f0f0f0;
        background-color: var(--surface-200);
        left: 0
    }

    .full-page-layout:after {
        background-color: #fff;
        background-color: var(--pure-white);
        right: 0
    }
}

@media(min-width:1201px) {
    .full-page-layout {
        padding: 0 150px
    }
}

@media(min-width:801px) {
    .full-page-layout .first-child {
        display: block;
        grid-column: 1/span 6
    }
}

@media(min-width:1201px) {
    .full-page-layout .first-child {
        grid-column: 1/span 5
    }
}

@media(min-width:1640px) {
    .full-page-layout {
        padding: 0 300px
    }
}

@media(min-width:501px) {
    .full-page-layout .last-child {
        grid-column: 2/span 6
    }
}

@media(min-width:801px) {
    .full-page-layout .last-child {
        margin: 0;
        grid-column: 7/span 6;
    }

    .full-page-layout .last-child.signup {
        padding: 32px 0
    }
}

@media(min-width:1201px) {
    .full-page-layout .last-child {
        grid-column: 8/span 5
    }
}

.side-title .side-content {
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: unset
}

.side-title .side-content .full-logo {
    position: absolute;
    z-index: 1;
    top: 32px
}

.side-title .side-content .centered-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto
}

.side-title .side-content__subtitle,
.side-title .side-content__subtitle>p {
    font-family: "Poppins", sans-serif;
    font-family: var(--poppins);
    font-style: normal;
    text-align: center;
    color: #404040;
    color: var(--bodytext-100)
}

@media(min-width:1201px) {
    .side-title .side-content .full-logo {
        left: -100px
    }
}

@media(min-width:1640px) {
    .side-title .side-content .full-logo {
        left: -250px
    }
}

.login-form {
    width: 100%;
    height: 100%
}

.login-form .form-container {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.login-form .form-container__button-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.login-form .form-container__button-container button {
    padding: 0 48px
}

.bottom-actions {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

@media(min-width:501px) {
    .login-form .form-container__inline-inputs {
        display: flex;
        justify-content: space-between
    }

    .login-form .form-container__inline-inputs .ha-input-group {
        width: calc(50% - 12px)
    }
}

.full-logo {
    height: 105px
}

.custom-image {
    max-height: 96px
}

@media(min-width:801px) {
    .custom-image {
        max-height: 200px;
        max-width: 90%
    }
}

@media(min-width:1201px) {
    .custom-image {
        max-height: 240px
    }
}

@media(min-width:801px) {
    .full-logo {
        height: 80px
    }
}

.social-auth {
    flex-direction: column
}

.social-auth,
.social-auth .social-container {
    display: flex;
    justify-content: center
}

.social-auth .social-container .auth-button {
    padding: 0;
    background: #0042c6;
    background: var(--primary-100);
    border: 2px solid #bbb;
    border: 2px solid var(--surface-400);
    box-shadow: 0 0 1px rgba(0, 0, 0, .084), 0 1px 1px rgba(0, 0, 0, .168);
    border-radius: 4px;
    height: 40px;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    width: 235px;
    color: #fff;
    color: var(--pure-white)
}

.social-auth .social-container .google-auth {
    margin-bottom: 16px
}

.social-auth .social-container .google-auth__icon-container {
    background-color: #fff;
    background-color: var(--pure-white);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px
}

.social-auth .social-container .google-auth__label {
    margin: auto
}

@media(min-width:1440px) {
    .social-auth {
        flex-direction: row;
        justify-content: space-between
    }

    .social-auth .social-container {
        width: calc(50% - 12px)
    }

    .social-auth .social-container .auth-button {
        width: 100%
    }
}

.reusable-input label:first-child,
.reusable-input legend:first-child {
    margin-bottom: 4px
}

.reusable-input label-row {
    display: flex;
    align-items: center
}

.reusable-input .input-container {
    justify-content: flex-end;
    align-content: center
}

.reusable-input .input-container:focus-within .extra-padding,
.reusable-input .input-container:hover .extra-padding {
    padding-right: 56px
}

.reusable-input .input-container input {
    padding-right: 16px
}

.reusable-input .input-container input:focus.extra-padding,
.reusable-input .input-container input:hover.extra-padding {
    padding-right: 56px
}

.reusable-input .input-container input.errors {
    border: 1px solid #cc3e3f !important;
    border: 1px solid var(--alert-100) !important
}

.reusable-input .input-container input.errors:focus {
    box-shadow: none;
    outline: 5px auto Highlight;
    outline: 5px auto #cc3e3f;
    outline: 5px auto var(--alert-100)
}

.reusable-input .input-container input.errors+button svg path {
    stroke: #cc3e3f;
    stroke: var(--alert-100)
}

.reusable-input .input-container input:hover:not(:focus):not(:disabled):not(.errors) {
    border-color: #0042c6 !important;
    border-color: var(--primary-200) !important
}

.reusable-input .input-container input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-box-shadow: 0 0 0 30px var(--pure-white) inset !important
}

.reusable-input .input-container input:-webkit-autofill:active,
.reusable-input .input-container input:-webkit-autofill:focus,
.reusable-input .input-container input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-box-shadow: 0 0 0 30px var(--pure-white) inset !important
}

.reusable-input .input-container input[type=text] {
    font-size: 1.25rem
}

.reusable-input .input-container .clean-input {
    display: none
}

.reusable-input .input-container:focus-within .clean-input,
.reusable-input .input-container:hover .clean-input {
    display: block
}

.reusable-input .input-container button {
    position: absolute;
    border: none;
    border-radius: 0;
    height: 100%
}

.reusable-input .input-container button svg path {
    stroke: #404040;
    stroke: var(--bodytext-100)
}


@media only screen and (max-width: 600px) {
    .login {
        display: block;
        margin-bottom: 12px;
        margin-top: 30px;
    }

    .forgot p {
        text-align: center;
    }

    .in {
        display: none;
    }
}


.register-button {
    margin: 0px;
}

.main-title h1 {
    font-size: 24px;
}

.Start {
    display: block;
}
}

@media(min-width:501px) {
    .reusable-input .input-container input[type=text] {
        font-size: 1.13rem
    }

}


.styled-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer
}

.styled-checkbox .checkbox-text {
    font-family: "Poppins", sans-serif;
    font-family: var(--poppins);
    margin: 0 0 0 24px;
    text-align: left;
    color: #00002c;
    color: var(--primary-300);
    padding-top: 3px
}

.styled-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.styled-checkbox input:focus+span {
    box-shadow: none;
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color
}

.styled-checkbox .checkbox-check-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background: #fff;
    background: var(--pure-white);
    border: 2px solid #0042c6;
    border: 2px solid var(--primary-100);
    border-radius: 4px
}

.styled-checkbox .checkbox-check-mark:after {
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border: solid var(--pure-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.styled-checkbox input:checked~.checkbox-check-mark {
    background: #0042c6;
    background: var(--primary-100);
    border: 2px solid #0042c6;
    border: 2px solid var(--primary-100)
}

.styled-checkbox .checkbox-check-mark:after {
    content: "";
    position: absolute;
    display: none
}

.styled-checkbox input:checked~.checkbox-check-mark:after {
    display: block
}

.validation-section {
    min-height: 24px
}

.validation-section ul li:before {
    display: none
}

.validation-section ul li.error {
    color: #cc3e3f;
    color: var(--alert-100);
    padding-top: 8px
}

.social-auth-wrapper {
    margin-bottom: 32px
}

@media(min-width:801px) {
    .social-auth-wrapper {
        margin-bottom: 64px
    }
}

.social-auth-container {
    display: flex;
    justify-content: center;
    width: 100%
}

.social-origin {
    border: 1px solid #bbb;
    border: 1px solid var(--surface-400);
    padding: 17.5px 19px;
    border-radius: 50%;
    margin-right: 32px;
    cursor: pointer
}

.social-origin:last-child {
    margin-right: 0
}

.social-origin img {
    height: 24px;
    width: 24px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    line-height: 20px;
}

.alert.fixed {
    position: fixed;
    top: 0;
    left: 0
}

.alert.success {
    background-color: #00805a;
    background-color: var(--success-100)
}

.alert.info {
    background-color: #335099;
    background-color: var(--sea-blue-80)
}

.alert.warning {
    background-color: #ffa000;
    background-color: var(--orange)
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert.warning p {
    color: #00002c;
    color: var(--primary-300)
}

.alert.error {
    background-color: #cc3e3f;
    background-color: var(--alert-100)
}

.alert p {
    color: #fff;
    color: var(--pure-white);
    text-align: start;
    font-weight: 600;
    margin-right: 24px
}

.alert svg {
    animation: none 0s ease 0s 1 normal none running;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
    border: none;
    border-collapse: separate;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    -webkit-columns: auto;
    -webkit-column-count: auto;
    -webkit-column-fill: balance;
    column-fill: balance;
    grid-column-gap: normal;
    -webkit-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -webkit-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    columns: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    -moz-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-origin: 50% 50% 0;
    transform-style: flat;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    padding: 0 24px 0 0;
    margin: 0 0 0 24px
}

@media(min-width:501px) {
    .alert {
        justify-content: center
    }

    .alert p {
        text-align: center;
        font-weight: 600
    }
}

.link-sent .email-sent-icon {
    margin: 0 auto 24px;
    height: 56px;
    width: 56px
}

:root {
    --phone: 501px;
    --tablet: 801px;
    --laptop: 1281px;
    --desktop: 1441px;
    --poppins: "Poppins", sans-serif;
    --literata: "Literata", serif;
    --max-width: 1440px;
    --pure-white: #fff;
    --gray: #d3d3d3;
    --surface-400: #dcdcdc;
    --gray-60: #e5e5e5;
    --gray-40: #ededed;
    --gray-20: #f6f6f6;
    --slate-purple: #6e7191;
    --slate-purple-80: #8b8da7;
    --slate-purple-60: #a8aabd;
    --slate-purple-40: #c5c6d3;
    --slate-purple-20: #e2e3e9;
    --majestic-purple: #35354d;
    --majestic-purple-80: #5d5d71;
    --majestic-purple-60: #868694;
    --majestic-purple-40: #aeaeb8;
    --majestic-purple-20: #d7d7db;
    --sky-blue: #6cceff;
    --sky-blue-80: #89d8ff;
    --sky-blue-60: #a7e2ff;
    --sky-blue-40: #c4ebff;
    --sky-blue-20: #e2f5ff;
    --magical-blue: #0042c6;
    --magical-blue-80: #3368d1;
    --magical-blue-60: #668edd;
    --magical-blue-40: #99b3e8;
    --magical-blue-20: #ccd9f4;
    --sea-blue: #02247e;
    --sea-blue-80: #335099;
    --sea-blue-60: #5a6ea1;
    --sea-blue-40: #99a7cc;
    --sea-blue-20: #ccd3e5;
    --midnight-blue: #00002c;
    --midnight-blue-80: #333356;
    --midnight-blue-60: #666680;
    --midnight-blue-40: #9999ab;
    --midnight-blue-20: #ccccd5;
    --green: #37806d;
    --green-80: #7fe2c9;
    --green-60: #9fe9d7;
    --green-40: #bff1e4;
    --green-20: #dff8f2;
    --pale-purple: #edf1f5;
    --pale-purple-50: #f5f8fa;
    --purple: #7356e6;
    --purple-80: #8f78eb;
    --purple-60: #ab9af0;
    --purple-40: #c7bbf5;
    --purple-20: #e3ddfa;
    --salmon: #cc3e3f;
    --salmon-80: #ff7172;
    --salmon-60: #ff9495;
    --salmon-40: #ffb8b9;
    --salmon-20: #ffdbdc;
    --orange: #ffa000;
    --orange-80: #ffb333;
    --orange-60: #ffc666;
    --orange-40: #ffd999;
    --orange-20: #ffeccc;
    --border-radius: 8px;
    --border-radius__small: 4px;
    --border-radius__large: 16px;
    --border-radius__full: 32px
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    position: relative
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body,
html {
    height: 100%
}

input,
textarea {
    box-sizing: border-box;
    font-family: inherit
}

:-ms-input-placeholder {
    font-family: inherit
}

::-webkit-input-placeholder {
    font-family: inherit
}

::placeholder {
    font-family: inherit
}

.ha-bg-pure-white {
    background-color: #fff;
    background-color: var(--pure-white)
}

.ha-bg-pale-purple {
    background-color: #edf1f5;
    background-color: var(--pale-purple)
}

.ha-bg-pale-purple-50 {
    background-color: #f0f0f0;
    background-color: var(--surface-200)
}

.ha-bg-majestic-purple {
    background-color: #35354d;
    background-color: var(--majestic-purple)
}

.ha-bg-midnight-blue {
    background-color: #00002c;
    background-color: var(--primary-300)
}

.ha-bg-arrows:before {
    display: none;
    content: "";
    background-image: url(https://dfdeo9u0qk07x.cloudfront.net/images/mountain-arrows.png);
    background-position: 105%;
    background-repeat: no-repeat;
    background-size: 18% 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .15;
    transform: rotate(180deg)
}

@media(min-width:801px) {
    .ha-bg-arrows:before {
        display: block
    }
}

.ha-bg-arrows.right:before {
    transform: rotate(0deg);
    background-position: 105%
}

.ha-bg-hills:before {
    display: none;
    content: "";
    background-image: url(https://dfdeo9u0qk07x.cloudfront.net/images/humps.png);
    background-position: -120px;
    background-repeat: no-repeat;
    background-size: 20% 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media(min-width:801px) {
    .ha-bg-hills:before {
        display: block
    }
}

.ha-bg-hills.right:before {
    transform: rotate(180deg)
}

.ha-text-white {
    color: #fff !important;
    color: var(--pure-white) !important
}

.ha-text-green {
    color: #37806d !important;
    color: var(--green) !important
}

.ha-text-purple {
    color: #0042c6 !important;
    color: var(--primary-100) !important
}

.ha-text-salmon {
    color: #cc3e3f !important;
    color: var(--alert-100) !important
}

.ha-text-sea-blue {
    color: #02247e !important;
    color: var(--sea-blue) !important
}

.ha-animate {
    transition: all .15s ease-in-out
}

.ha-box-shadow {
    box-shadow: 0 8px 16px -2px rgba(24, 39, 75, .1), 0 6px 10px -6px rgba(24, 39, 75, .16)
}

.ha-mt0 {
    margin-top: 0 !important
}

.ha-pt0 {
    padding-top: 0 !important
}

.ha-mb0 {
    margin-bottom: 0 !important
}

.ha-pb0 {
    padding-bottom: 0 !important
}

.ha-ml0 {
    margin-left: 0 !important
}

.ha-pl0 {
    padding-left: 0 !important
}

.ha-mr0 {
    margin-right: 0 !important
}

.ha-pr0 {
    padding-right: 0 !important
}

.ha-m0 {
    margin: 0 !important
}

.ha-p0 {
    padding: 0 !important
}

.ha-mt4 {
    margin-top: 4px !important
}

.ha-pt4 {
    padding-top: 4px !important
}

.ha-mb4 {
    margin-bottom: 4px !important
}

.ha-pb4 {
    padding-bottom: 4px !important
}

.ha-ml4 {
    margin-left: 4px !important
}

.ha-pl4 {
    padding-left: 4px !important
}

.ha-mr4 {
    margin-right: 4px !important
}

.ha-pr4 {
    padding-right: 4px !important
}

.ha-m4 {
    margin: 4px !important
}

.ha-p4 {
    padding: 4px !important
}

.ha-mt8 {
    margin-top: 8px !important
}

.ha-pt8 {
    padding-top: 8px !important
}

.ha-mb8 {
    margin-bottom: 8px !important
}

.ha-pb8 {
    padding-bottom: 8px !important
}

.ha-ml8 {
    margin-left: 8px !important
}

.ha-pl8 {
    padding-left: 8px !important
}

.ha-mr8 {
    margin-right: 8px !important
}

.ha-pr8 {
    padding-right: 8px !important
}

.ha-m8 {
    margin: 8px !important
}

.ha-p8 {
    padding: 8px !important
}

.ha-mt16 {
    margin-top: 16px !important
}

.ha-pt16 {
    padding-top: 16px !important
}

.ha-mb16 {
    margin-bottom: 16px !important
}

.ha-pb16 {
    padding-bottom: 16px !important
}

.ha-ml16 {
    margin-left: 16px !important
}

.ha-pl16 {
    padding-left: 16px !important
}

.ha-mr16 {
    margin-right: 16px !important
}

.ha-pr16 {
    padding-right: 16px !important
}

.ha-m16 {
    margin: 16px !important
}

.ha-p16 {
    padding: 16px !important
}

.ha-mt24 {
    margin-top: 24px !important
}

.ha-pt24 {
    padding-top: 24px !important
}

.ha-mb24 {
    margin-bottom: 16px !important
}

.ha-pb24 {
    padding-bottom: 24px !important
}

.ha-ml24 {
    margin-left: 24px !important
}

.ha-pl24 {
    padding-left: 24px !important
}

.ha-mr24 {
    margin-right: 24px !important
}

.ha-pr24 {
    padding-right: 24px !important
}

.ha-m24 {
    margin: 24px !important
}

.ha-p24 {
    padding: 24px !important
}

.ha-mt32 {
    margin-top: 32px !important
}

.ha-pt32 {
    padding-top: 32px !important
}

.ha-mb32 {
    margin-bottom: 12px !important
}

.ha-pb32 {
    padding-bottom: 32px !important
}

.ha-ml32 {
    margin-left: 32px !important
}

.ha-pl32 {
    padding-left: 32px !important
}

.ha-mr32 {
    margin-right: 32px !important
}

.ha-pr32 {
    padding-right: 32px !important
}

.ha-m32 {
    margin: 32px !important
}

.ha-p32 {
    padding: 32px !important
}

.ha-mt40 {
    margin-top: 40px !important
}

.ha-pt40 {
    padding-top: 40px !important
}

.ha-mb40 {
    margin-bottom: 40px !important
}

.ha-pb40 {
    padding-bottom: 40px !important
}

.ha-ml40 {
    margin-left: 40px !important
}

.ha-pl40 {
    padding-left: 40px !important
}

.ha-mr40 {
    margin-right: 40px !important
}

.ha-pr40 {
    padding-right: 40px !important
}

.ha-m40 {
    margin: 40px !important
}

.ha-p40 {
    padding: 40px !important
}

.ha-mt48 {
    margin-top: 48px !important
}

.ha-pt48 {
    padding-top: 48px !important
}

.ha-mb48 {
    margin-bottom: 48px !important
}

.ha-pb48 {
    padding-bottom: 48px !important
}

.ha-ml48 {
    margin-left: 48px !important
}

.ha-pl48 {
    padding-left: 48px !important
}

.ha-mr48 {
    margin-right: 48px !important
}

.ha-pr48 {
    padding-right: 48px !important
}

.ha-m48 {
    margin: 48px !important
}

.ha-p48 {
    padding: 48px !important
}

.ha-mt64 {
    margin-top: 64px !important
}

.ha-pt64 {
    padding-top: 64px !important
}

.ha-mb64 {
    margin-bottom: 64px !important
}

.ha-pb64 {
    padding-bottom: 64px !important
}

.ha-ml64 {
    margin-left: 64px !important
}

.ha-pl64 {
    padding-left: 64px !important
}

.ha-mr64 {
    margin-right: 64px !important
}

.ha-pr64 {
    padding-right: 64px !important
}

.ha-m64 {
    margin: 64px !important
}

.ha-p64 {
    padding: 64px !important
}

.ha-mt96 {
    margin-top: 96px !important
}

.ha-pt96 {
    padding-top: 96px !important
}

.ha-mb96 {
    margin-bottom: 96px !important
}

.ha-pb96 {
    padding-bottom: 96px !important
}

.ha-ml96 {
    margin-left: 96px !important
}

.ha-pl96 {
    padding-left: 96px !important
}

.ha-mr96 {
    margin-right: 96px !important
}

.ha-pr96 {
    padding-right: 96px !important
}

.ha-m96 {
    margin: 96px !important
}

.ha-p96 {
    padding: 96px !important
}

.ha-mt150 {
    margin-top: 150px !important
}

.ha-pt150 {
    padding-top: 150px !important
}

.ha-mb150 {
    margin-bottom: 150px !important
}

.ha-pb150 {
    padding-bottom: 150px !important
}

.ha-ml150 {
    margin-left: 150px !important
}

.ha-pl150 {
    padding-left: 150px !important
}

.ha-mr150 {
    margin-right: 150px !important
}

.ha-pr150 {
    padding-right: 150px !important
}

.ha-m150 {
    margin: 150px !important
}

.ha-p150 {
    padding: 150px !important
}

ol,
ul {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 48px;
    padding-left: 48px;
    color: #00002c;
    color: var(--primary-300)
}

ol li,
ul li {
    position: relative;
    margin-bottom: 8px
}

ol li a,
ul li a {
    font-size: 1.125rem;
    line-height: 2rem
}

ol li a:hover,
ul li a:hover {
    text-decoration: underline;
    color: #0042c6;
    color: var(--primary-100)
}

ol li:before,
ul li:before {
    content: "";
    display: block;
    height: .313rem;
    width: .313rem;
    border-radius: 100%;
    background-color: #ccccd5;
    background-color: var(--midnight-blue-20);
    position: absolute;
    left: -16px;
    top: .8rem
}

@media(max-width:501px) {

    ol li:before,
    ul li:before {
        top: .6rem
    }
}

ol li {
    list-style-type: decimal
}

ol li:before {
    display: none
}

.ha-tag {
    font-size: .85rem
}

.ha-italic,
em {
    font-style: italic !important
}

.ha-bold,
strong {
    font-weight: 700 !important
}

.ha-semibold {
    font-weight: 600 !important
}

.ha-reg {
    font-weight: 400 !important
}

.ha-text-uppercase {
    text-transform: uppercase
}

.ha-text-center {
    text-align: center
}

button,
input,
select,
textarea {
    font-family: "Poppins", sans-serif !important;
    font-family: var(--poppins) !important
}

.ha-input-group,
fieldset {
    margin-bottom: 24px
}

.ha-input-group>*,
fieldset>* {
    vertical-align: middle
}

.ha-input-group>label:first-child,
.ha-input-group>legend:first-child,
fieldset>label:first-child,
fieldset>legend:first-child {
    display: block;
    margin-bottom: 8px
}

.ha-input-group>input+label,
fieldset>input+label {
    cursor: pointer
}

.ha-input-group .ha-input-group,
fieldset .ha-input-group {
    margin-bottom: 8px
}

.ha-input-group .ha-input-group label,
.ha-input-group .ha-input-group legend,
fieldset .ha-input-group label,
fieldset .ha-input-group legend {
    color: #335099;
    color: var(--sea-blue-80);
    font-weight: 400
}


input[type=number],
input[type=search],
input[type=tel],
input[type=url] {
    background: #fff;
    background: var(--pure-white);
    background: rgba(245, 242, 219, 0.5);
    border: 1px solid #222D00;
    border-radius: 5px;
    color: #00002c;
    color: var(--primary-300);
    font-size: 1rem;
    line-height: 1.5rem;
    height: 58px;
    padding: 7px 13px;
    width: 100%
}

input[type=email]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=url]:disabled {
    cursor: not-allowed;
    opacity: .5
}

input[type=search] {
    background: #fff url(https://dfdeo9u0qk07x.cloudfront.net/icons/search.png) 16px no-repeat;
    background: var(--pure-white) url(https://dfdeo9u0qk07x.cloudfront.net/icons/search.png) 16px no-repeat;
    background-size: 24px 24px;
    padding-left: 48px
}

input[type=checkbox],
input[type=radio] {
    background-color: #ededed;
    background-color: var(--surface-300);
    border-radius: 30px;
    cursor: pointer;
    height: 18px;
    min-width: 18px;
    margin: 0 5px 0 0;
    width: 18px
}

select {
    background: #fff url(https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png) no-repeat 100%;
    background: var(--pure-white) url(https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png) no-repeat 100%;
    background-position-x: calc(100% - 8px);
    background-size: 24px;
    color: #333356;
    color: var(--midnight-blue-80);
    cursor: pointer;
    font-size: 1.13rem;
    height: 58px;
    line-height: 1.5rem;
    padding: 0 16px;
    -webkit-appearance: none;
    -webkit-background-size: 24px
}

select,
textarea {
    border: 1px solid #bbb;
    border: 1px solid var(--surface-400);
    border-radius: 4px;
    border-radius: var(--border-radius__small);
    width: 100%
}

textarea {
    color: #00002c;
    color: var(--primary-300);
    padding: 16px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #404040;
    color: var(--bodytext-100)
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #404040;
    color: var(--bodytext-100)
}

input::placeholder,
textarea::placeholder {
    color: #404040;
    color: var(--bodytext-100)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #404040;
    color: var(--bodytext-100)
}

input::-ms-placeholder,
textarea::-ms-placeholder {
    color: #404040;
    color: var(--bodytext-100)
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #404040;
    color: var(--bodytext-100)
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #404040;
    color: var(--bodytext-100)
}

.ha-button,
button,
input[type=button],
input[type=submit] {
    transition: color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0042c6;
    background-color: var(--primary-100);
    border: 0;
    border-radius: 32px;
    border-radius: var(--border-radius__full);
    color: #fff;
    color: var(--pure-white);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    height: 58px;
    padding: 0 24px;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: .025rem
}

.ha-button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #00002c;
    background-color: var(--primary-300)
}

.ha-button:disabled,
button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled {
    cursor: not-allowed
}

.ha-button.small,
button.small,
input[type=button].small,
input[type=submit].small {
    height: 48px;
    padding: 0 16px
}

@media(max-width:801px) {

    .ha-button,
    button,
    input[type=button],
    input[type=submit] {
        transition: none
    }

    .main-section {
        margin-top: 0px;
    }

    .img-key {
        position: absolute;
        right: -7px;
    }

}

.ha-secondary-b .button {
    background-color: #fff;
    background-color: var(--pure-white);
    border: 2px solid #bbb;
    border: 2px solid var(--surface-400);
    height: 54px
}

.ha-secondary-button:hover {
    border: 2px solid #404040;
    border: 2px solid var(--bodytext-100);
    color: #35354d;
    color: var(--majestic-purple)
}

.ha-secondary-button:disabled:hover {
    background-color: #fff;
    background-color: var(--pure-white);
    border: 2px solid #bbb;
    border: 2px solid var(--surface-400)
}

.ha-warning-button:hover {
    background-color: #740002;
    color: #fff;
    color: var(--pure-white)
}

.ha-warning-button:disabled:hover {
    background-color: #cc3e3f;
    background-color: var(--alert-100)
}

.ha-skeleton-button {
    border: 0;
    color: #0042c6;
    color: var(--primary-100)
}

.ha-skeleton-button,
.ha-skeleton-button:active,
.ha-skeleton-button:hover {
    background-color: transparent
}

.ha-skeleton-button:disabled:hover {
    background-color: transparent;
    color: #0042c6;
    color: var(--primary-100)
}

.ha-tertiary-button {
    color: inherit;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    padding: 0
}

.ha-tertiary-button,
.ha-tertiary-button:hover {
    background-color: transparent
}

.ha-container {
    margin: 0 auto;
    max-width: 1440px;
    max-width: var(--max-width);
    padding: 0 24px
}

@media(min-width:501px) {
    .ha-container {
        padding: 0 32px
    }
}

@media(min-width:801px) {
    .ha-container {
        padding: 0 48px
    }
}

@media(min-width:1537px) {
    .ha-container {
        padding: 0
    }
}

.ha-section {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.ha-section,
.ha-section.ha-20-60-20>:last-child,
.ha-section.ha-20-60-20>:nth-child(2),
.ha-section.ha-33-33-33>:nth-child(2),
.ha-section>:first-child {
    margin-bottom: 16px
}

.ha-section>:first-child,
.ha-section>:last-child,
.ha-section>:nth-child(2) {
    width: 100%
}

@media(min-width:501px) {

    .ha-section,
    .ha-section.ha-20-60-20>:first-child,
    .ha-section.ha-20-60-20>:last-child,
    .ha-section.ha-20-60-20>:nth-child(2) {
        margin-bottom: 24px
    }

    .ha-section:not(.ha-20-60-20) {
        flex-direction: row
    }

    .ha-section:not(.ha-20-60-20)>:first-child {
        margin-right: 12px;
        margin-bottom: 0
    }

    .ha-section:not(.ha-20-60-20)>:last-child {
        margin-left: 12px
    }

    .ha-section.ha-33-33-33>:nth-child(2) {
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 0
    }

    .ha-section.ha-50-50>:first-child,
    .ha-section.ha-50-50>:last-child {
        width: 50%
    }
}

@media(min-width:801px) {
    .ha-section {
        margin-bottom: 40px
    }

    .ha-section>:first-child {
        margin-right: 20px
    }

    .ha-section>:last-child {
        margin-left: 20px
    }

    .ha-section.ha-30-70>:first-child {
        width: 30%
    }

    .ha-section.ha-30-70>:last-child,
    .ha-section.ha-70-30>:first-child {
        width: 70%
    }

    .ha-section.ha-70-30>:last-child {
        width: 30%
    }

    .ha-section.ha-33-33-33>div {
        width: 33%
    }

    .ha-section.ha-20-60-20 {
        flex-direction: row
    }

    .ha-section.ha-20-60-20>:first-child {
        width: 20%
    }

    .ha-section.ha-20-60-20>:nth-child(2) {
        width: 60%;
        margin-left: 20px;
        margin-right: 20px
    }

    .ha-section.ha-20-60-20>:last-child {
        width: 20%
    }
}

.ha-phone-show {
    display: block
}

@media(min-width:501px) {
    .ha-phone-show {
        display: none
    }
}

@media(max-width:501px) {
    .ha-phone-hide {
        display: none
    }

    input#exampleFormControlInput1 {
        display: none;
    }

    .form-top {
        display: none;
    }

    .form-buttom {
        background-color: transparent;
        padding: 0PX;
    }

    .Footer-buttom {
        display: none;
    }
}

.ha-tablet-show {
    display: none
}

@media(min-width:501px) {
    .ha-tablet-show {
        display: block
    }
}

.ha-tablet-hide {
    display: block
}

@media(min-width:501px) {
    .ha-tablet-hide {
        display: none
    }
}

.ha-laptop-show {
    display: none
}

@media(min-width:801px) {
    .ha-laptop-show {
        display: block
    }
}

.ha-laptop-hide {
    display: block
}

@media(min-width:801px) {
    .ha-laptop-hide {
        display: none
    }
}

.ha-desktop-show {
    display: none
}

@media(min-width:1281px) {
    .ha-desktop-show {
        display: block
    }
}

.ha-desktop-hide {
    display: block
}

@media(min-width:1281px) {
    .ha-desktop-hide {
        display: none
    }
}

.ha-flex {
    display: flex
}

.ha-stack {
    flex-direction: column
}

.ha-justify-start {
    justify-content: flex-start
}

.ha-justify-center {
    justify-content: center
}

.ha-justify-end {
    justify-content: flex-end
}

.ha-justify-space-between {
    justify-content: space-between
}

.ha-align-start {
    align-items: flex-start
}

.ha-align-center {
    align-items: center
}

.ha-align-space-between {
    justify-content: space-between
}

.ha-align-end {
    align-items: flex-end
}

.ha-grow {
    flex: 1 1
}

hr {
    border: 0;
    margin: 24px 0;
    height: 2px;
    background-color: #d3d3d3;
    background-color: var(--gray)
}

.ha-hero {
    background: #f0f0f0;
    background: var(--surface-200)
}

.ha-app-header {
    background: #fff;
    background: var(--pure-white);
    border-bottom: 1px solid #ededed;
    border-bottom: 1px solid var(--surface-300);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000
}

.ha-app-header .ha-container {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between
}

.ha-app-header .cancel {
    display: none
}

.ha-app-header #nav-toggle {
    margin-left: -24px;
    padding-right: 16px
}

.ha-app-header #nav-toggle.open .cancel {
    display: block
}

.ha-app-header #nav-toggle.open .menu {
    display: none
}

.ha-app-header .logo {
    display: flex;
    align-items: center;
    border: 0 !important;
    padding: 0 !important
}

.ha-app-header .logo:hover {
    border: 0 !important;
    text-decoration: none
}

.ha-app-header .logo img:first-child {
    display: none;
    margin-right: 12px
}

.ha-app-header .logo img {
    height: 35px;
    width: auto
}

.ha-app-header .session,
.ha-app-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ha-app-header .session ul,
.ha-app-header nav ul {
    display: flex;
    align-items: center
}

.ha-app-header .session li,
.ha-app-header .session ul,
.ha-app-header nav li,
.ha-app-header nav ul {
    margin: 0;
    padding: 0
}

.ha-app-header .session li:before,
.ha-app-header nav li:before {
    display: none
}

.ha-app-header #primary-nav {
    width: 100%;
    display: none;
    background: #fff;
    background: var(--pure-white);
    height: 100%;
    flex-direction: column;
    position: fixed;
    top: 72px;
    left: 0;
    width: 400px;
    z-index: 500
}

.ha-app-header #primary-nav.open {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 16px
}

.ha-app-header #primary-nav ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

.ha-app-header #primary-nav ul li {
    width: 100%
}

.ha-app-header #primary-nav ul li a {
    width: 100%;
    padding: 24px
}

.ha-app-header #primary-nav ul li a.active {
    color: #0042c6;
    color: var(--primary-100)
}

.ha-app-header #primary-nav .ha-tablet-show {
    margin-left: 20px
}

.ha-app-header nav ul li a:not(.ha-button) {
    transition: color .15s ease-in-out, border-bottom .15s ease-in-out;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-weight: 600;
    letter-spacing: .2rem;
    padding: 24px;
    text-decoration: none;
    text-transform: uppercase
}

.ha-app-header .ha-tablet-show {
    margin-left: 0
}

@media(min-width:501px) {
    .ha-app-header .ha-container {
        height: 90px
    }

    .ha-app-header .logo img {
        height: 45px
    }

    .ha-app-header #primary-nav {
        width: 400px
    }

    .ha-app-header #primary-nav ul li a {
        padding: 24px 38px;
        width: calc(100% - 76px)
    }

    .ha-app-header .ha-tablet-show {
        margin-left: 20px
    }
}

@media(min-width:801px) {
    .ha-app-header .logo img:first-child {
        display: inline-block
    }

    .ha-app-header #primary-nav ul li a {
        padding: 24px 52px;
        width: calc(100% - 104px)
    }

    .ha-app-header nav ul li a:not(.ha-button) {
        font-size: .9rem;
        line-height: .9rem
    }
}

@media(min-width:1150px) {
    .ha-app-header #primary-nav {
        display: block;
        position: inherit;
        width: auto;
        height: auto;
        top: auto;
        left: auto
    }

    .ha-app-header #primary-nav ul {
        flex-direction: row
    }

    .ha-app-header #primary-nav ul li a {
        padding: 36px 24px;
        line-height: .9rem;
        width: auto;
        border-bottom: 4px solid transparent
    }

    .ha-app-header #primary-nav ul li a:not(.button) {
        font-size: .9rem;
        line-height: .9rem
    }

    .ha-app-header #primary-nav ul li a.active,
    .ha-app-header #primary-nav ul li a:hover {
        border-bottom: 4px solid #0042c6;
        border-bottom: 4px solid var(--primary-100);
        color: #0042c6;
        color: var(--primary-100)
    }

    .ha-app-header #nav-toggle {
        display: none
    }
}

@media(min-width:1441px) {
    .ha-app-header nav ul li a:not(.ha-button) {
        line-height: 1rem
    }
}

.ha-card {
    transition: all .15s ease-in-out;
    box-shadow: 0 8px 16px -2px rgba(24, 39, 75, .1), 0 6px 10px -6px rgba(24, 39, 75, .16);
    display: inline-block;
    background: #fff;
    background: var(--pure-white);
    border-radius: 8px;
    border-radius: var(--border-radius);
    bottom: 0;
    color: #333356;
    color: var(--midnight-blue-80)
}

.ha-card,
.ha-card:hover {
    text-decoration: none
}

.ha-card>img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    height: 250px
}

.ha-card>div {
    padding: 24px
}

.ha-card>div h6 {
    display: flex;
    align-items: center;
    margin: 0 0 12px
}

.ha-card>div h6 img {
    margin-right: 16px
}

.ha-card>div p {
    font-weight: 400
}

.ha-card footer {
    color: #404040;
    color: var(--bodytext-100);
    font-weight: 400
}

.ha-card>footer {
    padding: 24px
}

@media(min-width:501px) {
    .ha-card>div {
        padding: 32px
    }
}

.ha-break {
    display: table;
    color: #5a6ea1;
    color: var(--sea-blue-60);
    font-weight: 700;
    letter-spacing: 3px;
    margin: 48px 0;
    text-transform: uppercase;
    white-space: nowrap;
    min-width: 100%;
    max-width: 1440px;
    overflow: hidden
}

.ha-break:after,
.ha-break:before {
    border-top: 2px solid #e5e5e5;
    border-top: 2px solid var(--gray-60);
    content: "";
    display: table-cell;
    position: relative;
    top: .35em;
    width: 45%
}

.ha-break:before {
    right: 1.5%
}

.ha-break:after {
    left: 1.5%
}

.ha-break.invert {
    color: #fff;
    color: var(--pure-white)
}

.ha-break.invert:after,
.ha-break.invert:before {
    border-color: #fff;
    border-color: var(--pure-white)
}

@media(min-width:501px) {
    .ha-break {
        margin: 64px 0
    }
}

@media(min-width:1281px) {
    .ha-break {
        margin: 96px 0
    }
}

.ha-sep {
    margin: 24px auto;
    width: 100px;
    height: 2px;
    background: #c7bbf5;
    background: var(--purple-40)
}

@media(min-width:801px) {
    .ha-sep {
        margin: 32px auto
    }
}

.ha-scroller {
    overflow-y: scroll;
    overflow-x: hidden
}

.ha-scroller::-webkit-scrollbar {
    border-radius: 4px;
    cursor: pointer !important;
    width: 5px
}

.ha-scroller::-webkit-scrollbar-track {
    background: transparent
}

.ha-scroller::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    background: var(--gray-60)
}

.ha-scroller::-webkit-scrollbar-thumb:hover {
    background: #0042c6;
    background: var(--magical-blue);
    cursor: pointer !important
}

.ha-basic-cta {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 32px 0
}

.ha-basic-cta.mobile-flip>div.image {
    order: 1
}

.ha-basic-cta.mobile-flip>div.text {
    order: 2
}

.ha-basic-cta>div img {
    max-width: 100%;
    height: auto;
    object-fit: contain
}

.ha-basic-cta>div .ha-h2,
.ha-basic-cta>div .ha-h3,
.ha-basic-cta>div h2,
.ha-basic-cta>div h3 {
    padding-right: 10%
}

.ha-basic-cta>div.image {
    order: 1;
    margin: 0 0 48px
}

.ha-basic-cta>div.text {
    order: 2;
    margin: 0 0 24px
}

.ha-basic-cta .ha-card {
    display: block
}

@media(min-width:501px) {
    .ha-basic-cta {
        flex-direction: row;
        padding: 48px 0
    }

    .ha-basic-cta.mobile-flip>div.image,
    .ha-basic-cta.mobile-flip>div.text {
        order: unset
    }

    .ha-basic-cta .ha-h2,
    .ha-basic-cta .ha-h3,
    .ha-basic-cta h2,
    .ha-basic-cta h3 {
        padding-right: 20%
    }

    .ha-basic-cta>div {
        width: 50%
    }

    .ha-basic-cta>div.text {
        order: 1;
        margin-right: 24px
    }

    .ha-basic-cta>div.image {
        margin-left: 24px
    }
}

@media(min-width:801px) {
    .ha-basic-cta>div:first-child {
        margin-right: 48px
    }

    .ha-basic-cta>div:first-child.text {
        margin-left: 32px;
        width: calc(50% - 64px)
    }

    .ha-basic-cta>div:last-child {
        margin-left: 48px
    }

    .ha-basic-cta>div:last-child.text {
        margin-right: 32px
    }
}

@media(min-width:1281px) {
    .ha-basic-cta>div:first-child {
        margin-right: 64px
    }

    .ha-basic-cta>div:first-child.text,
    .ha-basic-cta>div:last-child {
        margin-left: 64px
    }

    .ha-basic-cta>div:last-child.text {
        margin-right: 64px
    }
}

@media(min-width:1441px) {
    .ha-basic-cta {
        padding: 64px 0
    }
}

.ha-spotlight-3 {
    background: #f0f0f0;
    background: var(--surface-200)
}

.ha-spotlight-3:after {
    display: block;
    content: "";
    position: absolute;
    width: 450px;
    height: 410px;
    right: 0;
    bottom: 0;
    background: transparent url(https://dfdeo9u0qk07x.cloudfront.net/images/blue-double-arch.png) 100% 100% no-repeat;
    background-size: cover;
    opacity: .08
}

.ha-spotlight-3 .ha-container {
    flex-direction: column
}

.ha-spotlight-3 .ha-container .image {
    background: #35354d;
    background: var(--majestic-purple);
    line-height: 0;
    z-index: 10
}

.ha-spotlight-3 .ha-container .image div {
    padding: 24px
}

.ha-spotlight-3 .ha-container .image img {
    object-fit: cover;
    width: 100%;
    height: auto
}

.ha-spotlight-3 .ha-container .text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10
}

.ha-spotlight-3 .ha-container .text>div {
    padding: 48px 32px
}

.ha-spotlight-3 .ha-container .text>div img {
    width: 113px;
    height: 51px;
    margin-bottom: 32px
}

.ha-spotlight-3 .ha-container .text>div .ha-h1 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 64px
}

@media(min-width:501px) {
    .ha-spotlight-3 {
        background: linear-gradient(90deg, #35354d 50%, #f0f0f0 50.01%);
        background: linear-gradient(90deg, var(--majestic-purple) 50%, var(--surface-200) 50.01%)
    }

    .ha-spotlight-3 .image,
    .ha-spotlight-3 .text {
        width: 50%
    }

    .ha-spotlight-3 .image div {
        padding: 0 48px
    }

    .ha-spotlight-3 .text>div {
        padding: 48px 32px
    }

    .ha-spotlight-3 .text>div .ha-h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
        margin-bottom: 96px
    }
}

@media(min-width:801px) {
    .ha-spotlight-3 .image div {
        padding: 48px 96px
    }

    .ha-spotlight-3 .text>div {
        padding: 64px 96px
    }
}

@media(min-width:1281px) {
    .ha-spotlight-3 .image div {
        padding: 64px 96px
    }

    .ha-spotlight-3 .text>div {
        padding: 32px 96px
    }
}

@media(min-width:1441px) {
    .ha-spotlight-3 {
        background: linear-gradient(90deg, #35354d 44%, #f0f0f0 44.01%);
        background: linear-gradient(90deg, var(--majestic-purple) 44%, var(--surface-200) 44.01%)
    }

    .ha-spotlight-3 .image {
        width: 44%
    }

    .ha-spotlight-3 .image div {
        padding: 96px 128px
    }

    .ha-spotlight-3 .text {
        width: 56%
    }

    .ha-spotlight-3 .text>div {
        padding: 48px 128px
    }
}

.ha-spotlight-9 {
    background: #35354d;
    background: var(--majestic-purple)
}

.ha-spotlight-9 .ha-container {
    padding: 0 !important;
    flex-direction: column
}

.ha-spotlight-9 .ha-container .text div:first-child {
    padding-top: 32px
}

.ha-spotlight-9 .ha-container .image:after {
    right: 24px;
    bottom: 24px
}

.ha-spotlight-9 .ha-container .image div {
    padding: 24px
}

.ha-spotlight-9 .text {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    text-align: center
}

.ha-spotlight-9 .text .ha-h6 {
    color: #99a7cc;
    color: var(--sea-blue-40)
}

.ha-spotlight-9 .text .ha-h1 {
    margin: 16px 0 32px;
    font-weight: 400
}

.ha-spotlight-9 .text .ha-h1,
.ha-spotlight-9 .text p {
    color: #fff;
    color: var(--pure-white)
}

.ha-spotlight-9 .text p a {
    color: #c7bbf5;
    color: var(--purple-40);
    font-weight: 700
}

.ha-spotlight-9 .text p a:hover {
    text-decoration: underline
}

.ha-spotlight-9 .image {
    line-height: 0;
    z-index: 10
}

.ha-spotlight-9 .image .post-preview__picture,
.ha-spotlight-9 .image picture {
    height: 100% !important;
    display: flex;
    align-items: center
}

.ha-spotlight-9 .image img {
    object-fit: cover;
    width: 100%;
    height: auto
}

.ha-spotlight-9 .image:after {
    position: absolute;
    display: block;
    background: url(https://dfdeo9u0qk07x.cloudfront.net/images/gray-triangle.png) 100% 100% no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    right: 0;
    width: 50%;
    height: 69%;
    z-index: 20
}

@media(min-width:501px) {

    .ha-spotlight-9 .image,
    .ha-spotlight-9 .text {
        width: 50%
    }

    .ha-spotlight-9 .text>div {
        padding: 32px
    }
}

@media(min-width:801px) {
    .ha-spotlight-9 .text {
        width: 56%
    }

    .ha-spotlight-9 .text>div {
        padding: 64px 96px
    }

    .ha-spotlight-9 .image {
        width: 36%
    }
}

@media(min-width:1441px) {
    .ha-spotlight-9 .text>div {
        padding: 96px 128px
    }
}

.ha-tooltip {
    background: #00002c;
    background: var(--primary-300);
    border-radius: 4px;
    border-radius: var(--border-radius__small);
    color: #fff;
    color: var(--pure-white);
    font-size: .813rem;
    max-width: 300px;
    padding: 16px;
    z-index: 500
}

.ha-tooltip:before {
    display: block;
    color: #00002c;
    color: var(--primary-300);
    font-size: 18px;
    position: absolute
}

.ha-tooltip.left:before {
    content: "â—€";
    left: -12px;
    top: 12px
}

.ha-tooltip.right:before {
    content: "â–¶";
    right: -12px;
    top: 12px
}

.ha-tooltip.top:before {
    content: "â–²";
    right: 10px;
    top: -12px
}

.ha-tooltip.bottom:before {
    content: "â–¼";
    bottom: -12px;
    right: 10px
}

.ha-tooltip .close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1000
}

.ha-tooltip .close:hover svg {
    fill: #fff;
    fill: var(--pure-white)
}

.ha-tooltip header {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 16px
}

.ha-tooltip p {
    color: #e2e3e9;
    color: var(--slate-purple-20);
    font-size: .813rem;
    line-height: 1.25rem;
    margin-bottom: 16px
}

.ha-tooltip footer button {
    color: #37806d;
    color: var(--green);
    font-weight: 700;
    text-decoration: none
}

.ha-app-footer {
    overflow: hidden
}

.ha-app-footer:after,
.ha-app-footer:before {
    display: block;
    position: absolute;
    bottom: -60px;
    height: 375px;
    opacity: .15;
    width: 700px;
    z-index: 0
}

.ha-app-footer:before {
    left: 0
}

.ha-app-footer:after {
    display: none
}

.ha-app-footer .ha-container {
    z-index: 5;
    flex-direction: column
}

.ha-app-footer .logo {
    display: none
}

.ha-app-footer a:not(.ha-button) {
    display: inline-block;
    font-weight: 600;
    margin: 0 8px;
    text-decoration: none;
    padding: 8px;
    font-size: .9rem
}

.ha-app-footer a:not(.ha-button):hover {
    color: #fff;
    color: var(--pure-white);
    text-decoration: underline
}

.ha-app-footer nav ul {
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.ha-app-footer nav ul li {
    width: 50%;
    text-align: center
}

.ha-app-footer nav ul li:before {
    display: none
}

.ha-app-footer .legal {
    margin-top: 24px
}

@media(min-width:501px) {
    .ha-app-footer {
        padding: 32px 0
    }

    .ha-app-footer .ha-container {
        flex-direction: row
    }

    .ha-app-footer .logo {
        display: block;
        height: 51px;
        width: 100px
    }

    .ha-app-footer nav ul {
        flex-wrap: no-wrap
    }

    .ha-app-footer nav ul li {
        width: auto
    }

    .ha-app-footer .legal {
        margin-top: 0
    }
}

@media(min-width:801px) {
    .ha-app-footer:before {
        left: -320px
    }

    .ha-app-footer:after {
        right: -240px;
        display: block
    }

    .ha-app-footer .logo {
        height: 77px;
        width: 150px
    }

    .ha-app-footer a:not(.ha-button) {
        padding: 16px;
        font-size: 1rem
    }

    .ha-app-footer .legal {
        font-size: 1rem
    }
}

@media(min-width:1281px) {
    .ha-app-footer {
        padding: 64px 0
    }

    .ha-app-footer:before {
        left: -80px
    }

    .ha-app-footer:after {
        right: -200px
    }
}

@media(max-width:1441px) {
    html {
        font-size: 14px
    }
}

@media(max-width:801px) {
    html {
        font-size: 13px
    }
}

body,
html {
    background: #fff;
    background: var(--pure-white);
    font-family: "Poppins", sans-serif;
    font-family: var(--poppins);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body>.ha-screen-reader-text:first-child {
    position: absolute;
    left: 0;
    top: 10px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    z-index: 9999
}

.ha-screen-reader-text {
    opacity: 0;
    line-height: 0;
    height: 0
}

.ha-screen-reader-text:focus {
    opacity: 1
}

.ha-link {
    text-decoration: underline
}

.ha-literata {
    font-family: "Literata", serif;
    font-family: var(--literata)
}

.ha-poppins {
    font-family: "Poppins", sans-serif;
    font-family: var(--poppins)
}

.ha-pointer {
    cursor: pointer
}

.ha-rounded-small {
    border-radius: 4px;
    border-radius: var(--border-radius__small)
}

.ha-rounded {
    border-radius: 8px;
    border-radius: var(--border-radius)
}

.ha-rounded-large {
    border-radius: 16px;
    border-radius: var(--border-radius__large)
}

.ha-rounded-full {
    border-radius: 32px;
    border-radius: var(--border-radius__full)
}

body,
html {
    padding: 0;
    margin: 0
}

div#__next {
    height: 100%
}

.ha-sequence-title {
    font-family: "Literata", serif;
    font-family: var(--literata);
    font-size: 1.4375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.125rem;
    letter-spacing: -.349999994px;
    text-align: center
}

.ha-grid-container {
    padding: 0 24px;
    margin: auto;
    display: grid;
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
    column-gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.ha-align-center {
    align-content: center
}

.ha-text-center {
    align-items: center
}

.ha-ml14 {
    margin-left: 14px
}

.ha-block {
    display: block
}

.screen-reader-only {
    top: 0;
    left: -2px;
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    color: transparent
}

@media(min-width:501px) {
    .ha-grid-container {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

@media(min-width:801px) {
    .ha-grid-container {
        padding: 0 48px;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        grid-column-gap: 40px;
        -webkit-column-gap: 40px;
        column-gap: 40px
    }
}

@media(min-width:1440px) {
    .ha-grid-container {
        padding: 0 150px;
        max-width: 1140px
    }
}

.required-label {
    color: #cc3e3f;
    color: var(--alert-100);
    font-weight: 400
}

.ha-bg-arrows-hills:before {
    display: none;
    content: "";
    background-image: url(https://dfdeo9u0qk07x.cloudfront.net/images/resource-details-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    transform: rotate(180deg)
}

.ha-bg-arrows-hills.right:before {
    transform: rotate(0deg);
    background-position: 100% 0, 0 100%
}

@media(min-width:501px) {
    .ha-bg-arrows-hills:before {
        display: block
    }
}

.Cardsresults-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    width: 100%;
    padding: 16px 0 42px
}

.Cardsresults-container .ha-card {
    width: 100%
}

.Cardsresults-container .personalize-your-path {
    width: auto !important
}

@media only screen and (min-device-width:375px)and (max-device-width:667px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape) {
    .Cardsresults-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (min-width:680px)and (max-width:740px) {
    .Cardsresults-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:801px) {
    .Cardsresults-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1280px) {
    .Cardsresults-container {
        grid-template-columns: repeat(3, 1fr)
    }
}

.Cardsresults {
    box-sizing: border-box;
    padding: 0 24px
}

@media(min-width:801px) {
    .Cardsresults {
        padding: 0 48px
    }
}

@media(min-width:1280px) {
    .Cardsresults {
        padding: 0;
        max-width: calc(100vw - 96px)
    }
}

@media(min-width:1440px) {
    .Cardsresults {
        padding: 48px 0 0;
        max-width: 1140px
    }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    opacity: 1
}

.OverflowWrapper-container {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

@media(min-width:690px) {
    .OverflowWrapper-container {
        width: calc(100% - 48px);
        padding: 0 24px
    }
}

@media(min-width:801px) {
    .OverflowWrapper-container {
        width: calc(100% - 96px);
        padding: 0 48px
    }
}

@media(min-width:1280px) {
    .OverflowWrapper-container {
        max-width: calc(100vw - 96px)
    }
}

@media(min-width:1440px) {
    .OverflowWrapper-container {
        max-width: 1140px
    }
}

.ha-card {
    transition: .4s ease
}

.ha-card:hover {
    box-shadow: 0 8px 16px -2px rgba(24, 39, 75, .15), 0 6px 10px -6px rgba(24, 39, 75, .2)
}

.cke_float .cke_inner .cke_top {
    border: 1px solid #bbb;
    border: 1px solid var(--surface-400);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #f5f8fa
}

fieldset .ha-input-group label {
    font-weight: 600
}

.ha-small-600 {
    font-weight: 600;
    color: #00002c;
    color: var(--primary-300)
}

.ha-small-400,
.ha-small-600 {
    font-size: 13.6px;
    line-height: 20px
}

.ha-small-400 {
    font-weight: 400;
    color: #404040;
    color: var(--bodytext-100)
}

html {
    font-size: 16px
}

@media(max-width:1441px) {
    html {
        font-size: 16px
    }
}

@media(max-width:801px) {
    html {
        font-size: 16px
    }
}

p {
    margin-bottom: 1.9rem;
    word-break: break-word
}

.ha-h1 {
    font-size: 3rem;
    line-height: normal;
    color: #0042c6;
    color: var(--primary-100)
}

.ha-h1,
.ha-h2 {
    font-family: "Poppins";
    font-weight: 500
}

.ha-h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #00002c;
    color: var(--primary-300)
}

.ha-h3 {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.ha-h3,
.ha-h4 {
    font-family: "Poppins", sans-serif;
    font-family: var(--sans);
    font-weight: 600
}

.ha-h4 {
    font-size: 1.5rem;
    line-height: 2rem
}

.ha-h5 {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.ha-h5,
.ha-h6,
h6 {
    font-family: "Poppins", sans-serif;
    font-family: var(--sans);
    font-weight: 600
}

.ha-h6,
h6 {
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .025em
}

@media(max-width:501px) {
    .ha-h1 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .ha-h2 {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .ha-h3 {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .ha-h4 {
        font-size: 1.25rem
    }

    .ha-h4,
    .ha-h5 {
        line-height: 1.75rem
    }

    .ha-h5 {
        font-size: 1.125rem
    }

    .ha-h6 {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.ha-p,
p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: .025rem;
    color: #404040;
    color: var(--bodytext-100)
}

.ha-caption,
caption {
    font-weight: 600
}

.ha-caption,
.ha-tag,
caption {
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .025rem;
    color: #404040;
    color: var(--bodytext-100)
}

.ha-tag {
    font-weight: 500
}

label,
legend {
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .05em
}

.ha-link,
a {
    color: #F71111;
    font-weight: 600;
    text-decoration: none
}

.link:hover {
    color: #f8040491;
}

.ha-button {
    font-size: 1rem;
    line-height: 1.5rem
}

.ha-button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #02247e;
    background-color: var(--primary-200);
    text-decoration: none !important
}

.ha-button:disabled:hover,
button:disabled:hover,
input[type=button]:disabled:hover,
input[type=submit]:disabled:hover {
    background-color: #0042c6;
    background-color: var(--primary-100)
}

.ha-secondary-button {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #0042c6;
    color: var(--primary-100);
    border: 2px solid #0042c6;
    border: 2px solid var(--primary-100)
}

.ha-secondary-button:hover {
    background-color: #fff;
    background-color: var(--pure-white);
    border: 2px solid #02247e;
    border: 2px solid var(--primary-200);
    color: #02247e;
    color: var(--primary-200)
}

.ha-tertiary-button {
    color: #0042c6;
    color: var(--primary-100);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem
}

.ha-tertiary-button:hover {
    color: #02247e;
    color: var(--primary-200)
}

.ha-cancel-button {
    background-color: transparent;
    color: #00002c;
    color: var(--primary-300)
}

.ha-warning-button {
    background-color: #cc3e3f;
    background-color: var(--alert-100)
}

.ha-app-footer {
    padding: 32px 0
}

@media(min-width:1281px) {
    .ha-app-footer {
        padding: 0
    }
}

.ha-bg-surface-200 {
    background-color: #f0f0f0;
    background-color: var(--surface-200)
}

.text-surface-300 {
    color: #00002c;
    color: var(--primary-300)
}

.text-primary-100 {
    color: #0042c6;
    color: var(--primary-100)
}

.text-body-50 {
    color: #8d8d8d;
    color: var(--bodytext-50)
}

.font-serif {
    font-family: "Noto Serif";
    font-family: var(--noto)
}

body {
    color: #404040;
    color: var(--bodytext-100)
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-base,
.text-sm {
    letter-spacing: .025rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: .025rem
}

.font-semibold {
    font-weight: 600 !important
}

.capitalize {
    text-transform: capitalize
}

.uppercase {
    text-transform: uppercase
}

.text-white {
    color: #fff;
    color: var(--pure-white)
}

.text-center {
    text-align: center
}

.bg-surface-200 {
    background-color: #f0f0f0;
    background-color: var(--surface-200)
}

.bg-primary-100 {
    background-color: #0042c6;
    background-color: var(--primary-100)
}

.text-surface-50 {
    color: #fff;
    color: var(--surface-50)
}

.text-primary-300 {
    color: #00002c;
    color: var(--primary-300)
}

.label-color {
    color: rgba(0, 0, 0, 0.6);
}

.text-body-100 {
    color: #000000;
    color: var(--bodytext-100)
}

.p-30 {
    padding: 20px;
}

.form-border {
    box-shadow: 0px 20px 30px rgb(0 0 0 / 10%);
    border-radius: 20px;
}

@font-face {
    font-family: "Noto Serif";
    src: url(/static/media/NotoSerif-Medium.aab646cf.woff2) format("woff2"), url(/static/media/NotoSerif-Medium.6f25aaf3.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Noto Serif";
    src: url(/static/media/NotoSerif-MediumItalic.218ed823.woff2) format("woff2"), url(/static/media/NotoSerif-MediumItalic.1c6fc2fd.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Noto Serif";
    src: url(/static/media/NotoSerif.fa4e3c41.woff2) format("woff2"), url(/static/media/NotoSerif.e533291b.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.captcha-container .captcha-challenge {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 32px
}

.captcha-container .captcha-challenge .captcha-reload {
    font-size: 1.5rem;
    font-weight: 300;
    height: 58px;
    line-height: 0;
    margin-left: 32px;
    padding: 0;
    width: 58px
}

.captcha-container .captcha-control {
    margin-bottom: 32px
}

.logo-content {
    position: absolute;
    z-index: 1;
    top: 32px;
}

.line {
    opacity: 0.4;
    border: 1px solid #000000;
    width: 33%;
    height: fit-content;
}

.line-signup {
    opacity: 0.4;
    border: 1px solid #000000;
    width: 35%;
    height: fit-content;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.w-55 {
    width: 55%;
}

.mx-w420 {
    max-width: 420px;
}


.padding-15
{
    padding: 0;
    padding: 0 15px;
}


div#example3_paginate a {
    margin : 4px;
}
/*# sourceMappingURL=main.27bd8017.chunk.css.map */