/*! CSS Used from: https://app.hustleuniversitytrw.net/static/css/main.c89e6d1d.css */
.register__form__standard {
    box-sizing: border-box;
    margin: 72px auto;
    max-width: 373px;
    width: 100%;
}

.register__form__standard h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
}

.register__form__standard .confirm-placement,
.register__form__standard .email-placement,
.register__form__standard .first-name-placement,
.register__form__standard .last-name-placement,
.register__form__standard .password-placement,
.register__form__standard .phone-placement {
    display: none;
    font-size: 14px;
    margin-top: 8px;
    opacity: 0;
}

.register__top__standard {
    align-items: center;
    display: flex;
    height: max-content;
    justify-content: space-between;
    padding: 30px 120px;
}

@media (max-width:768px) {
    .register__top__standard {
        padding: 24px;
    }
}

.register__top__standard .link {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.container {
    background-color: #111522;
    color: #fff;
    font-size: 16px;
    height: 100vh;
    overflow: hidden;
    width: 100vw;
}

a,
div,
form,
h1,
img,
label,
p,
span {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: initial;
}

* {
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
}

* {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

button,
input {
    outline: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.style-4::-webkit-scrollbar-track {
    background-color: #0000;
    -webkit-box-shadow: inset 0 0 6px #0000004d;
}

.style-4::-webkit-scrollbar {
    background-color: #0000;
    width: 8px;
}

.style-4::-webkit-scrollbar-thumb {
    background-color: #1b1f2d;
    border: 2px solid #1b1f2d;
    border-radius: 32px;
}

.logo {
    height: 32px;
    width: auto;
}

/*! CSS Used from: Embedded */
.hmnhyR {
    display: flex;
    gap: 12px;
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .hmnhyR {
        display: grid;
        gap: 32px;
    }
}

.hmnhyR .wrapper {
    width: 100%;
}

.hmnhyR label {
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 24px;
}

.hmnhyR input {
    margin-top: 8px;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 12px;
    background-color: rgba(27, 31, 45, 0.3);
    border: 1px solid rgb(34, 39, 57);
    width: 100%;
    color: white;
    font-family: Inter, sans-serif;
}

.hmnhyR input::placeholder {
    color: rgb(186, 194, 222);
    font-size: 16px;
    line-height: 28px;
}

.hmnhyR input:hover {
    background: rgba(12, 110, 242, 0.1);
    border: 1px solid rgb(12, 110, 242);
}

.hmnhyR input:not(:placeholder-shown) {
    background: rgba(12, 110, 242, 0.1);
    border: 1px solid rgb(12, 110, 242);
}

.gxzydy .wrapper {
    width: 100%;
}

.gxzydy label {
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 24px;
}

.gxzydy input {
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid rgb(34, 39, 57);
    background-color: rgba(27, 31, 45, 0.3);
    font-family: "Inter var", Inter, sans-serif;
    color: white;
    margin-top: 8px;
    width: 100%;
}

.gxzydy input::placeholder {
    color: rgb(186, 194, 222);
}

.gxzydy input:hover {
    background: rgba(12, 110, 242, 0.1);
    border: 1px solid rgb(12, 110, 242);
}

.gxzydy input:not(:placeholder-shown) {
    background: rgba(12, 110, 242, 0.1);
    border: 1px solid rgb(12, 110, 242);
}

.kEjZiE {
    padding: 8px 10px;
    border-radius: 8px;
    background-color: rgb(12, 110, 242);
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 28px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.kEjZiE.disabled {
    background-color: rgb(153, 153, 161);
    color: white;
    cursor: not-allowed;
    user-select: none;
    pointer-events: none;
}

.gYySdn {
    display: grid;
    gap: 8px;
}

.gYySdn label {
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 24px;
}

.gYySdn .main {
    width: 100%;
}

.gYySdn .box {
    position: relative;
}

.gYySdn input {
    padding: 12px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid rgb(34, 39, 57);
    background-color: rgba(27, 31, 45, 0.3);
    color: white;
    font-family: Inter, sans-serif;
    margin-top: 8px;
    width: 100%;
}

.gYySdn input::placeholder {
    color: rgb(186, 194, 222);
}

.gYySdn input:hover {
    background: rgba(12, 110, 242, 0.1);
    border: 1px solid rgb(12, 110, 242);
}

.gYySdn input:not(:placeholder-shown) {
    background: rgba(12, 110, 242, 0.1);
    border: 1px solid rgb(12, 110, 242);
}

.gYySdn .show_btn {
    font-size: 14px;
    color: rgb(12, 110, 242);
    cursor: pointer;
    user-select: none;
    position: absolute;
    right: 10px;
    bottom: 12%;
}

.joQGAU {
    display: grid;
    gap: 8px;
    position: relative;
}

.joQGAU label {
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 24px;
}

.joQGAU .wrapper {
    display: flex;
    gap: 0px;
    cursor: pointer;
}

.joQGAU .code {
    background: rgba(57, 59, 70, 0.1);
    max-width: fit-content;
    padding: 12px 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid rgb(35, 39, 56);
}

.joQGAU .code span {
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(186, 194, 222);
}

.joQGAU .code img {
    width: 14px;
}

.joQGAU .menu {
    border: 1px solid rgb(34, 39, 57);
    background-color: rgb(27, 31, 45);
    border-radius: 8px;
    position: absolute;
    left: 0px;
    top: 85px;
    width: 100%;
    display: none;
    z-index: 16;
    padding: 4px;
}

.joQGAU .search {
    background-color: transparent;
    position: sticky;
    z-index: 1;
    top: -10px;
    left: 0px;
    width: 100%;
    outline: none;
    border: none;
    color: white;
    padding: 8px;
    font-size: 16px;
}

.joQGAU .search input {
    height: 100%;
}

.joQGAU .scrollable {
    display: grid;
    max-height: 300px;
    overflow-y: auto;
}

.joQGAU .scrollable span {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
}

.joQGAU .scrollable span:hover {
    background-color: rgb(35, 39, 56);
}

.joQGAU .scrollable p {
    font-weight: 500;
}

.joQGAU .scrollable span p:nth-child(2) {
    color: rgb(186, 194, 222);
}

.joQGAU .arrow-down {
    transition: 0.3s ease-in-out;
    z-index: 10;
}

.joQGAU input {
    width: calc(100% + 1px);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    outline: none;
    margin-left: -1px;
    padding: 10px 12px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid rgb(35, 39, 56);
    color: white;
    font-family: Inter, sans-serif;
}

.joQGAU input::placeholder {
    color: rgb(186, 194, 222);
    opacity: 0;
}

.joQGAU input:hover {
    background: rgba(12, 110, 242, 0.1);
    border: 1px solid rgb(12, 110, 242);
    color: white;
}

.joQGAU .search input {
    padding: 0px;
    border: none;
    color: rgb(186, 194, 222);
    font-weight: 500;
    background-color: transparent;
    margin: 0px;
    font-size: 16px;
    box-sizing: border-box;
    height: 100%;
}

.joQGAU .search input::placeholder {
    opacity: 1;
}

.joQGAU .code span input {
    padding: 0px;
    border: none;
    color: rgb(186, 194, 222);
    font-weight: 500;
    background-color: transparent;
    max-width: 63px;
    width: 100%;
    max-height: fit-content;
    margin: 0px;
    font-size: 16px;
    box-sizing: border-box;
}

.joQGAU .code span input::placeholder {
    opacity: 1;
}

.kHqhwT {
    position: relative;
    cursor: pointer;
}

.kHqhwT .wrapper {
    display: grid;
    gap: 8px;
    cursor: pointer;
}

.kHqhwT .content {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 12px;
    border: 1px solid rgb(34, 39, 57);
    background-color: rgb(27, 31, 45);
    font-family: "Inter var", Inter, sans-serif;
}

.kHqhwT .main {
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.kHqhwT label {
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 24px;
}

.kHqhwT input {
    width: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: none;
    border: none;
    background-color: transparent;
    color: white;
    font-size: 16px;
    font-family: Inter, sans-serif;
}

.kHqhwT input::placeholder {
    color: rgb(186, 194, 222);
}

.kHqhwT .menu {
    border: 1px solid rgb(34, 39, 57);
    background-color: rgb(27, 31, 45);
    border-radius: 8px;
    position: absolute;
    left: 0px;
    margin-top: 8px;
    width: 100%;
    display: none;
    z-index: 16;
}

.kHqhwT .search {
    background-color: transparent;
    position: sticky;
    z-index: 1;
    top: -10px;
    left: 0px;
    width: 100%;
    outline: none;
    border: none;
    color: white;
    padding: 8px;
}

.kHqhwT .search input {
    height: 100%;
}

.kHqhwT .scrollable {
    display: grid;
    max-height: 300px;
    overflow-y: auto;
    padding: 4px;
}

.kHqhwT .scrollable span {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-radius: 4px;
}

.kHqhwT .scrollable span:hover {
    background-color: rgb(34, 39, 57);
}

.kHqhwT .scrollable p {
    font-weight: 500;
}

.kHqhwT .arrow-down {
    transition: 0.3s ease-in-out;
    z-index: 10;
}

.iWlmLE {
    max-height: 100vh;
    max-width: 100vw;
    background-color: rgb(8, 10, 17);
    height: 100vh;
    width: 100%;
}

.iWlmLE .container {
    background-color: rgb(12, 15, 25);
    padding-bottom: 64px;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

@media screen and (max-width: 1200px) {
    .iWlmLE .container {
        padding-bottom: 165px;
    }
}

.iWlmLE .form {
    display: grid;
    gap: 32px;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
