html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

strong,
b {
    font-weight: 700;
}

body {
    margin: 0;
    color: #F9FAFF;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    background-color: #0C0D14;
}

@media print {
    body {
        background-color: #fff;
    }
}

body::backdrop {
    background-color: #0C0D14;
}

@font-face {
    font-family: Nunito-fallback;
    size-adjust: 101.44000000000005%;
    ascent-override: 109%;
    src: local('Arial');
}

html {
    scrollbar-width: thin;
    scrollbar-color: #AAADBE transparent;
}

html::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar-thumb {
    background: #AAADBE;
    border-radius: 30px;
}

html::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

body {
    font-size: 14px;
    font-family: 'Nunito', 'Nunito Fallback', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

button {
    font-family: 'Nunito', 'Nunito Fallback', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', 'Nunito Fallback', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 900;
    color: #fff;
    margin-block: 0;
}

h1 {
    font-size: 24px;
    line-height: 31px;
}

h2 {
    font-size: 1.2rem;
}

@media (max-width:1509.95px) {
    h2 {
        font-size: 0.875rem;
    }
}

h3 {
    font-family: 'Nunito', 'Nunito Fallback', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 900;
    color: #fff;
}

a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #fff;
}
@-webkit-keyframes animation-1nudq4e {
    50% {
        -webkit-transform: translateX(1.5px) rotate(2deg);
        -moz-transform: translateX(1.5px) rotate(2deg);
        -ms-transform: translateX(1.5px) rotate(2deg);
        transform: translateX(1.5px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-1.5px) rotate(-2deg);
        -moz-transform: translateX(-1.5px) rotate(-2deg);
        -ms-transform: translateX(-1.5px) rotate(-2deg);
        transform: translateX(-1.5px) rotate(-2deg);
    }
}

@keyframes animation-1nudq4e {
    50% {
        -webkit-transform: translateX(1.5px) rotate(2deg);
        -moz-transform: translateX(1.5px) rotate(2deg);
        -ms-transform: translateX(1.5px) rotate(2deg);
        transform: translateX(1.5px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-1.5px) rotate(-2deg);
        -moz-transform: translateX(-1.5px) rotate(-2deg);
        -ms-transform: translateX(-1.5px) rotate(-2deg);
        transform: translateX(-1.5px) rotate(-2deg);
    }
}
.css-1f20jmh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #0C0D14;
    position: relative;
}

.css-hpaxx3 {
    z-index: 12;
    position: fixed;
    background-image: none;
    background: rgba(33, 34, 51, 1);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(var(--safe-area-inset-top, env(safe-area-inset-top, 0)) + 60px);
    -webkit-box-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-top: var(--safe-area-inset-top, env(safe-area-inset-top, 0));
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.css-hpaxx3 .MuiBackdrop-root {
    z-index: -1;
}

.css-h9dwsh {
    border-radius: 30px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Nunito', 'Nunito Fallback';
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0;
    background: transparent;
    color: #EFF0F7;
    height: 48px;
    width: 48px;
    margin-right: 4px;
}

.css-h9dwsh:active {
    color: rgba(170, 173, 190, 0.8);
}

@media (hover: hover) {
    .css-h9dwsh:hover {
        color: rgba(170, 173, 190, 0.8);
    }
}

.css-h9dwsh.Mui-disabled {
    background: #28293D;
    color: #474967;
    cursor: default;
}

.css-h9dwsh svg {
    height: 24px;
    width: 24px;
}

@media (max-width:388.95px) {
    .css-h9dwsh {
        display: none;
    }
}

.css-6qu7l6 {
    display: inline-block;
    fill: currentcolor;
    height: 24px;
    width: 24px;
}

.css-15nij48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-right: 16px;
    margin-left: 4px;
}

.css-15nij48 svg {
    fill: white;
    height: 100%;
}

.css-1q4s03l {
    height: 35px;
    position: relative;
    margin-right: 8px;
}

@media (pointer: fine) {
    .css-1q4s03l:hover {
        -webkit-animation-name: animation-1nudq4e;
        animation-name: animation-1nudq4e;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
}

.css-v5k1q0 {
    height: 35px;
    padding-top: 3px;
}

@media (max-width:321.95px) {
    .css-v5k1q0 {
        display: none;
    }
}

.css-1r4eqz {
    color: #AAADBE;
    height: 36px;
    width: 36px;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 2px;
    right: 8px;
}

.css-1r4eqz svg {
    height: 20px;
    width: 20px;
}

.css-v9gl8y {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.css-v9gl8y span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 2px;
    background: #55566A;
    border-radius: 50%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: wave 1s infinite ease-in-out;
    animation: wave 1s infinite ease-in-out;
}

.css-v9gl8y span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.css-v9gl8y span:nth-of-type(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.css-v9gl8y span:nth-of-type(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes wave {

    0%,
    60%,
    100% {
        opacity: 0.4;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        -moz-transform: translateY(6px);
    }

    40% {
        opacity: 1;
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
        -moz-transform: translateY(-6px);
    }
}

@keyframes wave {

    0%,
    60%,
    100% {
        opacity: 0.4;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        -moz-transform: translateY(6px);
    }

    40% {
        opacity: 1;
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
        -moz-transform: translateY(-6px);
    }
}

.css-ta5pm1 {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: background-color 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-tap-highlight-color: transparent;
    z-index: 11;
}

.css-148wt6v {
    margin: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.12);
    border-bottom-width: thin;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 16px;
    margin-right: 16px;
}

@media (min-width:0px) {
    .css-1ibfcce {
        display: none;
    }
}

@media (min-width:1910px) {
    .css-1ibfcce {
        display: block;
    }
}

.css-1ibfcce button.sidebarContactButton {
    width: 176px;
    margin-left: 12px;
    margin-top: 8px;
}

.css-1hjjlbf {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 16px;
}

@media (min-width:0px) {
    .css-1hjjlbf {
        display: none;
    }
}

@media (min-width:1910px) {
    .css-1hjjlbf {
        display: block;
    }
}

.css-1hjjlbf button {
    min-width: unset;
    width: 165px;
}

.css-1ha0f91 {
    border-radius: 30px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    border: 1px solid #EFF0F7;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Nunito', 'Nunito Fallback';
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 16px;
    background: transparent;
    color: #EFF0F7;
    height: 40px;
    margin-right: 4px;
    margin-left: 4px;
    border-width: 2px;
    border-color: #2F3148;
    height: 35px;
    min-width: 35px;
    width: 35px;
}

.css-1ha0f91:active {
    border-color: rgba(135, 138, 158, 0.7);
}

@media (hover: hover) {
    .css-1ha0f91:hover {
        color: rgba(170, 173, 190, 0.8);
    }
}

.css-1ha0f91.Mui-disabled {
    background: #28293D;
    color: #474967;
    cursor: default;
}

.css-1ha0f91 svg {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.css-1ha0f91:focus {
    outline: none;
}

.css-1ha0f91:hover {
    border-width: 2px;
    border-color: #6842FF;
}

.css-1ha0f91 svg {
    margin-right: 0;
}

.css-17r7lae {
    display: inline-block;
    fill: currentcolor;
    height: 24px;
    width: 24px;
    min-width: 15px;
    width: 15px;
    height: 15px;
}

.css-z8nxkr {
    margin-top: 60px;
    padding-top: var(--safe-area-inset-top, env(safe-area-inset-top, 0));
}

@media (max-width:1909.95px) {
    .css-z8nxkr {
        padding-left: 60px;
    }
}

@media (min-width:1910px) {
    .css-z8nxkr {
        padding-left: 200px;
    }
}

.css-linpkp {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100vh;
}

.css-19dlbhf {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(/images/background2.jpg);*/
    background-repeat: repeat;
}

.css-11r0q0n {
    padding-left: 8px;
    padding-bottom: 20px;
}

.css-1rukkkz {
    display: block;
    background-color: rgba(249, 250, 255, 0.13);
    height: 1.2em;
    position: relative;
    border-radius: 8px;
    margin-left: 2px;
    margin-right: 2px;
}

.css-1uxnwi7 {
    display: grid;
    height: 100%;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 4px 4px;
    grid-auto-flow: column;
}

.css-r8vhmt {
    display: block;
    background-color: rgba(249, 250, 255, 0.13);
    height: 1.2em;
    position: relative;
    border-radius: 8px;
    box-sizing: content-box;
    margin-left: 2px;
    margin-right: 2px;
}

.css-d7g3uh {
    display: block;
    background-color: rgba(249, 250, 255, 0.13);
    height: 1.2em;
    position: relative;
    border-radius: 8px;
}

.css-1maq35i {
    width: calc(100% - 32px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 183px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
    background: #1A1B28;
    border-radius: 8px;
}

.css-oiq5uk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 56px;
    padding-right: 40px;
    width: 456px;
}

.css-oiq5uk h2 {
    font-size: 28px;
    font-weight: 700;
}

@media (max-width:1329.95px) {
    .css-oiq5uk {
        padding-left: 32px;
        padding-right: 16px;
        width: 344px;
    }

    .css-oiq5uk h2 {
        font-size: 24px;
    }
}

@media (max-width:789.95px) {
    .css-oiq5uk {
        width: 150px;
        padding-left: 16px;
        padding-right: 8px;
    }

    .css-oiq5uk img {
        display: none;
    }
}

.css-1ffeks4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 32px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 12px;
    background: #13141E;
    border-radius: 8px;
    padding: 12px;
}

@media (max-width:1349.95px) {
    .css-1ffeks4 {
        margin: 8px;
    }
}

@media (max-width:1219.95px) {
    .css-1ffeks4 img {
        width: 100px;
    }
}

@media (max-width:1159.95px) {
    .css-1ffeks4 img {
        display: none;
    }
}

.css-y4by9e {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.css-y4by9e span {
    font-size: 16px;
    font-weight: 400;
    color: #BDBFCE;
}

.css-y4by9e h3 {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width:1369.95px) {
    .css-y4by9e button {
        font-size: 13px;
    }
}

@media (max-width:1219.95px) {
    .css-y4by9e span {
        font-size: 12px;
    }

    .css-y4by9e h3 {
        font-size: 16px;
    }
}

@media (max-width:749.95px) {
    .css-y4by9e span {
        display: none;
    }
}

.css-y4by9e button {
    margin-top: 12px;
}

.css-16livkf {
    margin: 16px;
    margin-left: 10px;
    margin-bottom: 24px;
    content-visibility: auto;
    contain: layout paint;
    overflow-anchor: none;
    height: 218px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:874.95px) {
    .css-16livkf {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: unset;
    }
}

.css-jjkk1a {
    border-radius: 10px;
    background-color: #212233;
    position: relative;
    width: 424px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px;
    height: 218px;
}

@media (max-width:874.95px) {
    .css-jjkk1a {
        width: 100%;
        height: 318px;
    }
}

.css-17c412x {
    scrollbar-width: thin;
    scrollbar-color: #AAADBE transparent;
    color: #BDBFCE;
    font-size: 14px;
    height: 146px;
    overflow: hidden;
}

.css-17c412x::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0);
}

.css-17c412x::-webkit-scrollbar-thumb {
    background: #AAADBE;
    border-radius: 30px;
}

.css-17c412x::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

@media (max-width:874.95px) {
    .css-17c412x {
        height: 244px;
    }
}

.css-17c412x h2 {
    font-size: 20px;
}

.css-17c412x a {
    color: #A48EFF;
    font-weight: 700;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.css-1fyguz1 {
    height: 218px;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.css-1fyguz1 ul {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width:874.95px) {
    .css-1fyguz1 ul {
        margin-top: 16px;
    }
}

.css-1fyguz1 .double-arrow {
    display: none;
}

.css-1fyguz1 .arrow {
    margin: 0;
    height: 100%;
}

.css-1fyguz1 li {
    width: min(calc(100% / 3), 220px);
}

@media (min-width:1082px) {
    .css-1fyguz1 li {
        width: min(calc(100% / 4), 220px);
    }
}

@media (min-width:1280px) {
    .css-1fyguz1 li {
        width: min(calc(100% / 6), 220px);
    }
}

@media (min-width:1910px) {
    .css-1fyguz1 li {
        width: min(calc(100% / 8), 220px);
    }
}

.css-nb4mi8 {
    height: 102px;
    background-color: #1A1B28;
    margin-right: 8px;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.css-nb4mi8 img {
    width: 35px;
    height: 35px;
    color: #6842FF;
    display: block;
    margin-bottom: 6px;
}

.css-nb4mi8:hover {
    background-color: #212233;
}

.css-15yp4kt {
    font-weight: 700;
    color: #F9FAFF;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.css-inysc7 {
    height: 102px;
    background-color: #1A1B28;
    margin-right: 8px;
    padding: 16px;
    border-radius: 10px;
}

.css-inysc7 img {
    width: 35px;
    height: 35px;
    color: #6842FF;
    display: block;
    margin-bottom: 6px;
}

.css-inysc7:hover {
    background-color: #212233;
}

.css-q3lirz {
    height: 102px;
    background-color: #1A1B28;
    margin-right: 8px;
    padding: 16px;
    border-radius: 10px;
}

.css-q3lirz img {
    width: 35px;
    height: 35px;
    color: #6842FF;
    display: block;
    margin-bottom: 6px;
}

.css-q3lirz:hover {
    background-color: #212233;
}

.css-q3lirz:hover {
    background-color: #1A1B28;
}