body {
    overflow: hidden;
    overflow-y: auto;
    --color-theme-1: rgb(45, 45 ,45);
    --defaultfontfamily: 'Carrois Gothic', sans-serif;
    --defaultfontfamily2: 'Trade Gothic LT Std', system-ui, sans-serif;
}
.page-contents-wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: repeat(1, auto);
}
.banner1 {
    position: relative;
    width: 100%;
    top: 0;
    height: fit-content;
    padding-top: 0.6em;
    padding-bottom: 0.7777em;
    background: rgb(85, 165, 234);
    color: rgb(255, 255, 255);
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 4px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    grid-row: 1/1;
}
.account-icon-display-container-wrapper {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 100%;
    width: fit-content;
    height: fit-content;
    grid-column-gap: 1em;
    top: -.4em;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 4em;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 2.1em;
    cursor: pointer;
    color: var(--color-theme-1);
    font-size: 15px;
}
.cookie-manager {
    position: fixed;
    width: 96vw;
    max-width: 28em;
    height: 13.99em;
    border-radius: 2px;
    border: 3px var(--color-theme-1) solid;
    background: rgb(255, 255, 255);
    z-index: 10000;
    left: auto;
    right: 3em;
    top: auto;
    bottom: 2em;
    opacity: 0%;
}
input {
    outline: 0 !important;
}
.cookie-manager .head {
    position: relative;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: var(--color-theme-1);
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: 2em;
    font-size: 15px;
}
.href {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    color: rgb(49, 135, 255);
    text-decoration: none;
    cursor: pointer;
}
.cookie-manager .body {
    position: relative;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
    color: var(--color-theme-1);
    left: 0;
    right: 0;
    width: 76%;
    text-align: justify;
    top: 3.8em;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    font-size: 14px;
}
.cookie-manager .confirm {
    position: absolute;
    width: 81%;
    height: 5em;
    font-family: var(--defaultfontfamily2);
    background: var(--color-theme-1);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px rgb(255, 255, 255) solid;
    border-radius: 4px;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    top: auto;
    bottom: 1.4em;
    font-size: 10px;
}
.account-icon-display-container {
    position: relative;
    overflow: hidden;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 2px rgb(100, 100, 100) solid;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    top: 0em;
    cursor: pointer;
}
.account-icon-display-item {
    position: absolute;
    width: auto;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
}
.nav-bar {
    position: relative;
    width: 100vw;
    height: 10em;
}
.nav-bar .title {
    position: absolute;
    color: var(--color-theme-1);
    font-family: var(--defaultfontfamily);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    transform: scaleY(1.1);
    width: fit-content;
    height: 1.5em;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    /* margin-left: 0; */
}
.nav-bar .grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(8, auto);
    width: fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    grid-column-gap: .8em;
    bottom: 0;
}
.nav-bar .grid .grid-opt {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-theme-1);
    font-size: 14px;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
}
::selection {
    background-color: rgb(49, 155, 255);
    color: rgb(255, 255, 255);
}
.contextmenu {
    position: relative;
    width: 26em;
    height: fit-content;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    background: var(--color-theme-1);
    color: rgb(255, 255, 255);
    font-family: system-ui, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 11.6px;
    text-indent: 1em;
    border: 4px var(--color-theme-1) solid;
    border-radius: 0;
}
.contextmenu, .contextmenu * {
    cursor: context-menu !important;
    user-select: none !important;
}
.page-section {
    position: relative;
    width: 100%;
    height: fit-content;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.footer-container {
    position: relative;
    width: 100%;
    height: 20em;
    background: var(--color-theme-1);
    color: rgb(255, 255, 255);
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    top: 2em;
}
.footer-container .grid {
    position: absolute;
    width: fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(1, auto);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    grid-column-gap: 6em;
    grid-row-gap: 1em;
}
.footer-container .grid .grid-opt {
    position: relative;
    color: rgb(255, 255, 255);
    font-family: var(--defaultfontfamily2);
    font-size: 12px;
    text-decoration: 0;
    width: fit-content;
    height: fit-content;
    font-weight: 300;
}
.footer-container footer h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 16px;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    top: 1em;
}
.w-b-cm {
    position: fixed;
    z-index: 10000;
    width: fit-content;
    height: fit-content;
    border: 1px rgb(85, 85, 85) solid;
    border-radius: 4px;
    opacity: 0;
    animation: fadein .3s forwards;
    overflow: hidden;
}
.contextmenu .top {
    text-align: center;
    text-indent: 0;
    height: 3em;
    line-height: 3em;
    font-size: 12px;
}
.contextmenu .mn-opt {
    position: relative;
    height: 2.5em;
    border-bottom: 1px rgb(85, 85, 85) solid;
    animation-duration: .1s;
    animation-fill-mode: forwards;
    line-height: 2.5em;
}
.error {
    position: fixed;
    width: 96vw;
    border: 2px var(--color-theme-1) solid;
    border-radius: 2px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    max-width: 34em;
    height: 11em;
    background: rgb(255, 255, 255);
    top: 3em;
    border-color: rgb(100, 100, 100);
    z-index: 10000;
    opacity: 0%;
}
.error .head {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 1.4em;
    text-align: center;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}
.cookie-manager {
    z-index: 11000;
}
.error .body {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    bottom: 0;
    margin: auto;
    top: -1.2em;
    text-transform: uppercase;
    height: fit-content;
}
button, input[type=button] {
    cursor: pointer;
}
.error .confirm {
    position: absolute;
    width: 80%;
    max-width: 11em;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    top: auto;
    bottom: 1em;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    background: var(--color-theme-1);
    border: 2px rgb(255, 255, 255) solid;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    height: 4.8em;
}
.fc1 {
    background: rgb(255, 255, 255);
    color: var(--color-theme-1);
    height: 13.8em;
}
.fc1, .footer-container {
    top: 5em;
}
.prompt {
    position: fixed;
    width: 96vw;
    height: 22em;
    border: 2px rgb(180, 180, 180) solid;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    max-width: 44em;
    background: rgb(255, 255, 255);
    z-index: 10000;
}
.prompt-bg {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    opacity: 85%;
    z-index: 10000;
}
.prompt .outer {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
}
.prompt .body-container {
    position: absolute;
    width: 95%;
    height: 90%;
    left: 0;
    right: 0;
    top: 1px;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
}
.prompt .head {
    position: absolute;
    max-width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    color: var(--color-theme-1);
    letter-spacing: 2px;
    font-size: 18px;
    width: fit-content;
    text-align: center;
    top: 1em;
}
.prompt .body {
    position: absolute;
    max-width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    color: var(--color-theme-1);
    letter-spacing: 1px;
    font-size: 17px;
    width: fit-content;
    text-align: center;
    top: 5em;
    height: 10em;
    overflow: overlay;
}
.prompt .close-prompt {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-size: 10px;
    width: 10em;
    text-align: center;
    height: 5em;
    background: var(--color-theme-1);
    text-transform: uppercase;
    border: 3px rgb(255, 255, 255) solid;
    border-radius: 5px;
    top: auto;
    bottom: 0em;
    cursor: pointer;
}
.fc1 .head {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    font-family: var(--defaultfontfamily2);
    font-size: 16px;
    top: 0em;
    font-weight: 500;
}
.fc1 .body {
    position: relative;
    width: fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: 100%;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-105%);
    grid-column-gap: 4em;
}
.fc1 .body .body-elm {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    font-family: var(--defaultfontfamily2);
    font-size: 14px;
    top: 1.34em;
    width: fit-content;
    font-weight: 500;
    letter-spacing: 2px;
    transform: scaleY(1.1);
    max-width: 19em;
}
.ex {
    position: absolute;
    width: 1em;
    left: auto;
    right: 1.4em;
    top: 1.1em;
    cursor: pointer !important;
}
.anim {
    opacity: 0%;
}
.mobile-extend {
    height: 8em;
}
@media screen and (min-device-width: 1081px) {
    .mobile-extend {
        display: none;
    }
}
.prompt .head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 16px;
}
@keyframes hoverin {
    0% {background: none;}
    100% {background: rgb(95, 95, 95);}
}
@keyframes hoverout {
    0% {background: rgb(95, 95, 95);}
    100% {background: none;}
}
input, button {
    outline: 0 !important;
}
@keyframes fadein {
    0% {opacity: 0;}
    100% {opacity: 100%;}
}
@keyframes fadeout {
    0% {opacity: 100%;}
    100% {opacity: 0;}
}
.bottom, .right {
    display: none;
}
@media screen and (max-device-width: 480px) {
    .grid-container {
        display: none;
    }
    .w-b-cm {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 1080px) {
    .grid-container {
        display: none;
    }
    .w-b-cm {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
    }
}
@media screen and (min-device-width: 1081px) {
    .right {
        position: fixed;
        width: 19.5em;
        top: 0;
        left: auto;
        right: 0;
        height: 100%;
        display: block;
    }
    .bottom {
        position: fixed;
        width: 100%;
        top: auto;
        left: 0;
        right: 0;
        height: 19.7em;
        display: block;
        bottom: 0;
    }
}
@media screen and (max-device-width: 1080px) {
    .footer-container {
        display: none;
    }
    .nav-bar .title {
        width: 60%;
        font-size: 18px;
        text-align: center;
        left: 0;
        right: 0;
    }
    .nav-bar .hm-wrapper {
        position: fixed;
        width: 80vw;
        max-width: 22em;
        background: var(--color-theme-1);
        height: 100vh;
        z-index: 10000;
        left: -80vw;
    }
    .hm2 .ln {
        background: rgb(255, 255, 255) !important;
    }
    .hm2 {
        margin: 0 !important;
        top: 4em !important;
        z-index: 10001;
    }
    .nav-bar .hm-wrapper .hm-menu {
        position: absolute;
        width: 100%;
        height: fit-content;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: repeat(1, auto);
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 0;
        left: 0;
        right: 0;
        grid-row-gap: .2em;
    }
    .nav-bar .account-icon-display-container-wrapper {
        position: absolute;
        left: 1em;
        top: auto;
        margin: 0;
        bottom: 2em;
        z-index: 12000;
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 16px;
    }
    .nav-bar .hm-wrapper .hm-menu .item {
        position: relative;
        font-family: var(--defaultfontfamily2);
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        text-indent: 1em;
        height: fit-content;
    }
    .nav-bar .grid {
        display: none;
    }
    .account-icon-display-container-wrapper {
        position: fixed;
        left: 2em;
        top: auto;
        margin: 0;
        bottom: 2em;
    }
    .hm {
        position: absolute;
        width: 1.6em;
        height: 1em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: repeat(1, auto);
        top: 0;
        left: 1em;
        bottom: 0;
        margin: auto;
        margin-left: 0;
        grid-gap: .3em;
        height: fit-content;
        height: 1em;
        margin-top: 2.3em;
    }
    .hm .ln {
        background: var(--color-theme-1);
        width: 100%;
        height: 0.188em;
        border-bottom: 0;
        border-radius: 100px;
    }
    .account-icon-display-container-wrapper {
        position: relative !important;
        top: 12em !important;
        padding-bottom: 2em;
    }
}
@keyframes opnmn {
    0% {
        left: -80vw;
    }
    100% {
        left: 0;
    }
}
@keyframes clsmn {
    0% {
        left: 0vw;
    }
    100% {
        left: -80vw;
    }
}
.cookie-manager {
    border: 1px rgb(190, 190, 190) solid;
}
.cookie-manager .body {
    position: relative;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
    color: var(--color-theme-1);
    left: 0;
    right: 0;
    font-size: 13px !important;
    width: 76%;
    text-align: justify;
    top: 5em;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    font-size: 14px;
    text-align-last: center;
}
@media screen and (max-device-width: 1081px) {
    .cookie-manager {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
.nav-bar .hm-wrapper .hm-menu {
    position: relative;
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 0;
    left: 0;
    right: 0;
    grid-row-gap: 0.8em;
    margin-top: 0;
    top: 9em;
}
.nav-bar .hm-wrapper {
    overflow: auto !important;
}
@media screen and (max-device-width: 1080px) {
    .nav-bar {
        height: 6em;
    }
    .nav-bar .title {
        height: fit-content;
    }
}
.remove-s, .remove-s * {
    display: none !important;
}
@media screen and (max-device-width: 1080px) {
    .nav-bar .title {
        font-size: 15px;
    }
    .nav-bar {
        position: fixed;
        z-index: 100;
        background: white;
        position: fixed;
        z-index: 100;
        background: white;
        top: 0;
        border-color: white;
        border-color: rgb(56, 160, 255);
    }
    .page-contents-wrapper {
        top: 6em;
    }
    .nav-bar .title {
        color: rgb(255, 255, 255);
    }
    .nav-bar {
        background: rgb(45, 45, 45);
        border-bottom: 4px rgb(255, 255, 255) solid;
        border-color: var(--expertblue);
    }
}
@media screen and (max-device-width: 1080px) and (min-device-width: 481px) {
    .nav-bar .title {
        font-size: 18px;
    }
}
@media screen and (min-device-width: 1081px) {
    .nav-bar .title {
        color: rgb(255, 255, 255);
        font-size: 20px;
        line-height: 1em;
        height: fit-content;
    }
    .nav-bar {
        background: rgb(45, 45, 45);
        border-bottom: 4px rgb(255, 255, 255) solid;
        border-color: var(--expertblue);
        height: 7em;
        position: fixed;
        z-index: 1000;
        top: 0;
    }
    .page-contents-wrapper {
        top: 7em;
    }
    .account-icon-display-container {
        top: .1em;
        border: 2px rgb(225, 225, 225) solid;
        border-color: var(--expertblue);
    }
    .hm {
        position: absolute;
        width: 1.6em;
        height: 1em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: repeat(1, auto);
        top: 0;
        left: 1em;
        bottom: 0;
        margin: auto;
        margin-left: 0;
        grid-gap: .3em;
        height: fit-content;
    }
    .hm .ln {
        background: var(--color-theme-1);
        width: 100%;
        height: 0.188em;
        border-bottom: 0;
        border-radius: 100px;
        background-color: white;
    }
    .nav-bar .hm-wrapper {
        position: fixed;
        width: 80vw;
        max-width: 42em;
        background: var(--color-theme-1);
        height: 100vh;
        z-index: 10000;
        left: -80vw;
        height: fit-content;
        min-height: 100vh;
        top: 0;
        border-right: 1px rgb(255, 255, 255) solid;
    }
    .hm2 .ln {
        background: rgb(255, 255, 255) !important;
    }
    .hm2 {
        margin: 0 !important;
        top: 3em !important;
        z-index: 10001;
    }
    .nav-bar .hm-wrapper .hm-menu {
        position: absolute;
        width: 100%;
        height: fit-content;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: repeat(1, auto);
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 0;
        left: 0;
        right: 0;
        grid-row-gap: .2em;
        position: relative;
        margin-top: 4em;
        margin-bottom: 4em;
    }
    .nav-bar .account-icon-display-container-wrapper {
        position: absolute;
        left: 1em;
        top: auto;
        margin: 0;
        bottom: 2em;
        z-index: 12000;
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 16px;
    }
    .nav-bar .hm-wrapper .hm-menu .item {
        position: relative;
        font-family: var(--defaultfontfamily2);
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        text-indent: 1em;
        height: fit-content;
        position: relative;
        font-family: var(--defaultfontfamily2);
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 400;
        padding-bottom: 1em;
        border-bottom: 1px rgb(200, 200, 200) solid;
        border-color: rgb(65,65,65);
        font-size: 12px;
        width: 100%;
        text-indent: 1em;
        height: fit-content;
        padding-top: 0.8em;
        top: 6em;
    }
    .nav-bar .grid {
        display: none;
    }
    .hm {
        position: absolute;
        width: 1.6em;
        height: 1em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: repeat(1, auto);
        top: 0;
        left: 1em;
        bottom: 0;
        margin: auto;
        margin-left: 0;
        grid-gap: .3em;
        height: fit-content;
        height: 1em;
        margin-top: 2.8em;
    }
    .hm .ln {
        background: var(--color-theme-1);
        width: 100%;
        height: 0.188em;
        border-bottom: 0;
        border-radius: 100px;
    }
    .nav-bar .account-icon-display-container-wrapper {
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 0;
        left: auto;
        position: absolute;
        right: 3em;
    }
}
body {
    --expertblue: rgb(49, 135, 255);
}
.hm .ln {
    background: white !important;
}
@keyframes scrollmenuup {
    0% {top: 0;}
    100% {
        top: -7.4em;
    }
}
@keyframes scrollmenudown {
    0% {top: -7.4em;}
    100% {
        top: 0;
    }
}
@media screen and (min-device-width: 1081px) {
    .hm-menu {
        overflow: auto !important;
        margin-bottom: 0em !important;
        padding-bottom: 0 !important;
    }
    ::-webkit-scrollbar {
        background-color: rgb(75, 75, 75);
        width: 0.8em;
        border-radius: 100px;
        display: none;
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgb(55, 55, 55);
        border-radius: 100px;
    }
    ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(65, 65, 65);
    }
}
.hm-menu {
    margin-top: 8em !important;
}
.hm-menu .item {
    top: 0 !important;
}
button {
    font-family: sans-serif !important;
    font-size: 16px !important;
    background: black !important;
    border-radius: 5px !important;
    height: fit-content !important;
    width: fit-content !important;
    padding: 1em !important;
    text-transform: uppercase !important;
    background: rgb(49, 105, 155) !important;
    letter-spacing: 0.5px !important;
}
.body {
    color: rgb(115, 115, 115) !important;
    text-transform: none !important;
    letter-spacing: 0.2px !important;
    font-size: 20px !important;
}
.prompt .head {
    font-family: Arial !important;
    letter-spacing: 0.4px !important;
    max-width: 17em !important;
    color: rgb(115, 115, 115) !important;
    text-transform: capitalize !important;
    margin-bottom: 0.4em !important;
    margin-top: 0.6em !important;
    font-size: 23px !important;
    top: 0.6em !important;
    line-height: 1em !important;
}
.header {
    font-family: Arial !important;
    letter-spacing: 0.4px !important;
    max-width: 50em !important;
    color: rgb(115, 115, 115) !important;
    text-transform: capitalize !important;
    font-size: 37px !important;
}
@media screen and (max-device-width: 1080px) {
    .hm-menu {
        margin-top: 4em !important;
    }
    .body {
        color: rgb(115, 115, 115) !important;
        text-transform: none !important;
        letter-spacing: 0.2px !important;
        font-size: 22px !important;
    }
}