body {
    font-family: "Montserrat", sans-serif;
    background: rgb(16, 16, 18);
    color: white;
    font-weight: 300;
    font-size: 22px;
}

.invalid-feedback {
    font-size: 14px;
}

.modal {
    font-size: 16px;
}

.top-header-promo {
    display: flex;
    justify-content: center;
    background-color: #212121;
    cursor: pointer;
}

.header {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0;
    font-size: 16px;
    z-index: 400;
    position: fixed;
    top: 0;
}

.header > * {
    position: relative;
    z-index: 100;
}

.header::before {
    content: '';
    width: 4000px;
    transform: translateX(-50%);
    left: 50%;
    background: var(--alpha-black-alpha-24, rgba(23, 23, 23, 0.95));
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
}

.header.scrolled::before {
    display: block;
}

.header .logo img {
    width: 190px;
}

.header .dropdown-menu a {
    color: white;
}

.header .dropdown-toggle {
    border: none;
    color: white;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.header .dropdown-menu {
    background: rgba(143, 143, 143, 0.24);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.header .dropdown-menu a:hover {
    opacity: 0.5;
    background: transparent;
}

.header .menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin: 0;
    margin-left: 24px;
    padding: 0;
}

.header .menu a {
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.button-gray {
    font: 20px "Alumni Sans";
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(143, 143, 143, 0.24);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    gap: 10px;
    -webkit-box-shadow: 0px 3.6px 3.6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3.6px 3.6px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgb(48 47 47);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
}

.button-gray::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.button-gray::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.button-gray:hover {
    background: rgba(143, 143, 143, 0.5);
}

.button-green {
    font: 700 clamp(24px, 22.3797468354px + 0.5063291139vw, 32px) "Alumni Sans";
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    color: rgb(62, 224, 137);
    text-transform: uppercase;
    padding-left: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 20px;
    -webkit-box-shadow: 0px 3.6px 3.6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3.6px 3.6px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    background: rgba(31, 193, 107, 0.24);
}

.button-green svg {
    width: clamp(32px, 27.1392405063px + 1.5189873418vw, 56px);
    height: clamp(32px, 27.1392405063px + 1.5189873418vw, 56px);
}

.button-green::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.button-green::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.button-green:hover {
    background: rgba(31, 193, 107, 0.4);
}

.section {
    margin-bottom: clamp(50px, 29.746835443px + 6.3291139241vw, 150px);
}

.section-head {
    margin-bottom: clamp(30px, 23.9240506329px + 1.8987341772vw, 60px);
    text-align: center;
}

.section-title {
    font: 800 clamp(36px, 27.0886075949px + 2.7848101266vw, 80px)/1 "Alumni Sans";
    text-transform: uppercase;
    margin-bottom: clamp(10px, 6.9620253165px + 0.9493670886vw, 25px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: clamp(15px, 13.9873417722px + 0.3164556962vw, 20px);
}

.section-title img {
    width: clamp(50px, 39.8734177215px + 3.164556962vw, 100px);
    height: clamp(50px, 39.8734177215px + 3.164556962vw, 100px);
}

.section-text {
    line-height: 1.4;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.full-time-jumbotron {
    height: 85vh;
    overflow: hidden;
    position: relative;
    background: url("../img/jumbotron/fulltime-bg.jpg") no-repeat center top/cover;
}

.full-time-jumbotron::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 16, 18, 0) 46.96%, #101012 100%);
    z-index: 200;
}

.full-time-jumbotron .site-container {
    position: relative;
    height: 100%;
}

.full-time-jumbotron__persons {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 60vh;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-50%);
}

.full-time-jumbotron__title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    height: 50vh;
    left: 50%;
    transform: translateX(-50%);
}

.fulltime-jumbotron__wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 200;
    padding-left: 15px;
    padding-right: 15px;
}

.full-time-jumbotron__badges {
    position: absolute;
    top: 10vh;
    z-index: 200;
    max-height: 5vh;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.fulltime-jumbotron__wrapper .button-green {
    margin-left: auto;
    margin-right: auto;
}

.jumbotron-title {
    position: relative;
    z-index: 50;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(20px, 17.5696202532px + 0.7594936709vw, 32px);
    font-size: clamp(16px, 14.7848101266px + 0.3797468354vw, 22px);
}

.jumbotron .button-green {
    margin-left: auto;
    margin-right: auto;
}

.step {
    border: 1px solid var(--stroke-sub-300, rgb(92, 92, 92));
    padding: 4px;
    border-radius: clamp(20px, 19.1898734177px + 0.253164557vw, 24px);
    position: relative;
    background: var(--alpha-black-alpha-24, rgba(23, 23, 23, 0.95));
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
}

.step-section {
    position: relative;
    z-index: 50;
}

.step-section::before {
    content: url("../img/sections/start-grid.svg");
    position: absolute;
    bottom: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.step-top {
    padding: clamp(16px, 15.1898734177px + 0.253164557vw, 20px);
    background: var(--alpha-white-alpha-10, rgba(255, 255, 255, 0.1));
    border-radius: 20px;
    border: 1px solid var(--stroke-sub-300, rgba(92, 92, 92, 0.3));
    min-height: 90px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    background: var(--alpha-white-alpha-10, rgba(255, 255, 255, 0.1));
    -webkit-box-shadow: 0px 1px 2px 0px rgba(10, 13, 20, 0.03), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 20, 0.03), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.step-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.step-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.step-top .name {
    font-size: clamp(20px, 18.3797468354px + 0.5063291139vw, 28px);
    line-height: 1;
    margin-bottom: 5px;
}

.step-top .job {
    color: var(--text-sub-600, rgb(163, 163, 163));
    font-weight: 500;
    font-size: clamp(14px, 13.1898734177px + 0.253164557vw, 18px);
}

.step-content {
    padding: 20px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.step-content .text:first-child {
    margin-bottom: 25px;
}

.step-content b {
    font-weight: 600;
}

.steps-scroll {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.proffesion-section {
    position: relative;
}

.proffesion-section .site-container {
    position: relative;
    z-index: 200;
}

.proffesion-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 8px;
    -webkit-transition: max-width 0.4s, -webkit-box-flex 0.4s;
    transition: max-width 0.4s, -webkit-box-flex 0.4s;
    transition: flex 0.4s, max-width 0.4s;
    transition: flex 0.4s, max-width 0.4s, -webkit-box-flex 0.4s, -ms-flex 0.4s;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
}

.proffesion-item .button-gray {
    padding: 0;
    display: block;
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: initial !important;
    z-index: 100;
    font-size: 16px;
}

.iti--allow-dropdown {
    width: 100%;
    height: 100%;
}

.proffesion-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.proffesion-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.proffesion-item:hover .proffesion-item-icon {
    visibility: visible;
    opacity: 1;
}

.proffesion-item.active .button-gray {
    display: none;
}

.proffesion-item.active .proffesion-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.proffesion-item.active .proffesion-item-wrapper .button-gray {
    display: block !important;
    position: static;
    margin-top: 10px !important;
    font-size: 22px !important;
}

.proffesion-item.active .proffesion-item-hidden {
    display: none;
}

.proffesion-item .button-green {
    border-radius: 20px;
    height: 90px;
}

.proffesion-item img {
    height: 100%;
    margin-bottom: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    -o-object-position: left;
    object-position: left;
}

.proffesion-item-icon {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    margin-bottom: 70px;
}

.proffesion-item-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 170px;
}

.proffesion-item-wrapper {
    background: var(--alpha-white-alpha-10, rgba(255, 255, 255, 0.1));
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: clamp(16px, 14.3797468354px + 0.5063291139vw, 24px);
    min-height: 580px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
}

.proffesion-item-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.proffesion-item-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.proffesion-item-title {
    font: 700 clamp(20px, 17.5696202532px + 0.7594936709vw, 32px)/1 inherit;
    text-transform: uppercase;
    font-weight: 700;
}

.proffesion-item-text p {
    font-size: clamp(16px, 15.5949367089px + 0.1265822785vw, 18px);
}

.proffesion-item-text p:last-child {
    margin-bottom: 0;
}

.proffesion-item-top {
    font: 900 clamp(32px, 23.4936708861px + 2.6582278481vw, 74px) "Alumni Sans";
    height: clamp(60px, 52.9113924051px + 2.2151898734vw, 95px);
    border-bottom: 1px solid var(--alpha-white-alpha-10, rgba(255, 255, 255, 0.1));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.proffesion-item-top svg {
    width: clamp(32px, 28.7594936709px + 1.0126582278vw, 48px);
    height: clamp(32px, 28.7594936709px + 1.0126582278vw, 48px);
}

.proffesion-item-bottom {
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.1;
    margin-top: 15px;
}

.proffesion-item-bottom svg {
    margin-right: 10px;
}

.proffesion-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.proffesion-item-number {
    font: 800 240px/1 "Alumni Sans";
    background: rgba(248, 248, 248, 0.29);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin-top: -40px;
    margin-bottom: -150px;
    line-height: 1;
}

.platform-section {
    position: relative;
}

.platform-section .site-container {
    position: relative;
    z-index: 100;
}

.platform {
    height: clamp(350px, 309.4936708861px + 12.6582278481vw, 550px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: clamp(16px, 14.3797468354px + 0.5063291139vw, 24px);
    gap: clamp(12px, 9.5696202532px + 0.7594936709vw, 24px);
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.platform::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(46.96%, rgba(0, 0, 0, 0)), color-stop(99.45%, #000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.96%, #000000 99.45%);
}

.platform-title {
    font-size: clamp(16px, 12.7594936709px + 1.0126582278vw, 32px);
    line-height: 1;
    font-weight: 500;
    position: relative;
}

.platform-text {
    position: relative;
}

.system {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.system-aside {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
}

.system-content {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
}

.system-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.system-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.system-item {
    height: 590px;
    padding: clamp(16px, 14.3797468354px + 0.5063291139vw, 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.system-item-title {
    font: 800 clamp(26px, 20.7341772152px + 1.6455696203vw, 52px)/1 "Alumni Sans";
    text-transform: uppercase;
    margin-bottom: 20px;
}

.system-item-text {
    font-size: clamp(16px, 14.3797468354px + 0.5063291139vw, 24px);
}

.system-item-bottom-badge {
    font: 600 24px "Alumni Sans";
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 13px;
    color: rgb(104, 149, 255);
    text-transform: uppercase;
    padding-right: 13px;
    border-radius: 12px;
    text-decoration: none;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: initial;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    background: rgba(104, 149, 255, 0.24);
}

.system-item-bottom-badge:hover {
    opacity: 0.8;
}

.system-item-bottom-badge::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.system-item-bottom-badge::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.system-item-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    border-radius: 40px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 24px;
    padding-right: 24px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    font-size: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--alpha-white-alpha-10, rgba(255, 255, 255, 0.1));
}

.system-item-badge::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.system-item-badge::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.system-control {
    position: absolute;
    top: 28px;
    right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    z-index: 50;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.system-control .pagination {
    height: clamp(40px, 37.164556962px + 0.8860759494vw, 54px);
    position: static !important;
    border-radius: 50px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    padding-left: 24px;
    padding-right: 24px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
}

.system-control .pagination::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.system-control .pagination::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.system-control .pagination .swiper-pagination-bullet {
    background: white;
    margin: 0;
    opacity: 0.34;
    border-radius: 3px;
    width: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    max-width: 8px;
}

.system-control .pagination .swiper-pagination-bullet-active {
    background: white;
    width: clamp(20px, 15.9493670886px + 1.2658227848vw, 40px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 clamp(20px, 15.9493670886px + 1.2658227848vw, 40px);
    flex: 0 0 clamp(20px, 15.9493670886px + 1.2658227848vw, 40px);
    max-width: clamp(20px, 15.9493670886px + 1.2658227848vw, 40px);
    opacity: 1;
}

.system-control .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.system-control .arrows button {
    position: static !important;
    margin-top: 0;
    width: clamp(40px, 37.164556962px + 0.8860759494vw, 54px);
    height: clamp(40px, 37.164556962px + 0.8860759494vw, 54px);
    position: static;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--alpha-white-alpha-10, rgba(255, 255, 255, 0.1));
    border-radius: 50%;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, transform 0.2s;
    transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
}

.system-control .arrows button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.system-control .arrows button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.system-control .arrows button:hover {
    background: var(--alpha-white-alpha-10, rgba(255, 255, 255, 0.3));
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.lvl-img-junior,
.lvl-img-middle,
.lvl-img-senior {
    max-width: 140px !important;
}

.lvl-table-price-box {
    border-radius: 15px;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin: 15px 8px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
}

.lvl-table-price-box__price {
    position: relative;
    font-family: "Alumni Sans";
    font-size: 64px;
    color: transparent;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(to right, gray, white);
    -webkit-background-clip: text;
}

.lvl-table-price-box span:first-child {
    opacity: 0.5;
    font-size: 18px;
    font-weight: 500;
}

.lvl-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    color: white;
}

.lvl-table::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.lvl-table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.lvl-table-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(10, 13, 20, 0.03), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 20, 0.03), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 25%;
    position: relative;
}

.lvl-table-col:first-child .lvl-table-list-item:nth-child(-n+4) {
    opacity: 1;
}

.lvl-table-col:first-child .lvl-table-list-item:nth-child(-n+4) span {
    color: white;
}

.lvl-table-col:first-child .lvl-table-list-item:nth-child(-n+4) span:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 109, 0, 0)), to(#F26500)) #D9D9D9;
    background: linear-gradient(180deg, rgba(242, 109, 0, 0) 0%, #F26500 100%) #D9D9D9;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.lvl-table-col:nth-child(2) .lvl-table-list-item:nth-child(-n+7) {
    opacity: 1;
}

.lvl-table-col:nth-child(2) .lvl-table-list-item:nth-child(-n+7) span {
    color: white;
}

.lvl-table-col:nth-child(2) .lvl-table-list-item:nth-child(-n+7) span:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(101, 242, 0, 0)), to(#65F200)) #D9D9D9;
    background: linear-gradient(180deg, rgba(101, 242, 0, 0) 0%, #65F200 100%) #D9D9D9;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.lvl-table-col:nth-child(3) .lvl-table-list-item:nth-child(-n+9) {
    opacity: 1;
}

.lvl-table-col:nth-child(3) .lvl-table-list-item:nth-child(-n+9) span {
    color: white;
}

.lvl-table-col:nth-child(3) .lvl-table-list-item:nth-child(-n+9) span:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 26, 255, 0.28)), to(rgb(0, 89, 255))) #D9D9D9;
    background: linear-gradient(180deg, rgba(0, 26, 255, 0.28) 0%, rgb(0, 89, 255) 100%) #D9D9D9;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.lvl-table-col:last-child .lvl-table-list-item {
    opacity: 1;
}

.lvl-table-col:last-child .lvl-table-list-item span {
    color: white;
}

.lvl-table-col:last-child .lvl-table-list-item span:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 221, 0, 0.28)), to(rgb(255, 221, 0))) #D9D9D9;
    background: linear-gradient(180deg, rgba(255, 221, 0, 0.28) 0%, rgb(255, 221, 0) 100%) #D9D9D9;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.lvl-table-list-item {
    padding: clamp(15px, 13.9873417722px + 0.3164556962vw, 20px) clamp(16px, 14.3797468354px + 0.5063291139vw, 24px);
    min-height: clamp(50px, 47.9746835443px + 0.6329113924vw, 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: -1px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
}

.lvl-table-list-item span {
    position: relative;
    padding-left: 20px;
    color: rgb(92, 92, 92);
}

.lvl-table-list-item span:before {
    width: 10px;
    height: 10px;
    content: url("../img/star.svg");
    position: absolute;
    left: 0;
}

.lvl-table-list-item:nth-child(odd) {
    background: rgba(255, 255, 255, 0.08);
}

.lvl-table-col-label {
    font-size: 14px;
}

.lvl-table-col-head {
    padding: 8px;
    position: sticky;
}

.lvl-table-col-top {
    height: 90px;
    padding-left: 5px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 15px;
}

.lvl-table-col-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.lvl-table-col-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.lvl-table-col-top img {
    max-width: 100%;
}

.lvl-table-col-name {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--text-sub-600, rgb(163, 163, 163));
    padding-bottom: 8px;
    text-align: right;
}

.lvl-table-col-value {
    font: 800 30px/1 "Alumni Sans";
    text-transform: uppercase;
}

.lvl-table-bottom {
    padding: 12px;
}

.lvl-table-bottom .first {
    border-radius: 15px 0 0 15px;
}

.lvl-table-bottom .last {
    border-radius: 0 15px 15px 0;
}

.lvl-table-bottom button {
    text-transform: uppercase;
    font-weight: 700;
    height: 64px;
    font-size: 24px;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.traders .pagination {
    width: initial;
}

.traders .system-control {
    position: static;
}

.badge {
    font: 20px "Alumni Sans";
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: none;
    text-transform: uppercase;
    border-radius: 10px;
}

.badge::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.badge::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.badge.green {
    background: rgba(62, 224, 137, 0.1);
    color: rgb(62, 224, 137);
    border-color: rgb(62, 224, 137);
}

.badge.yellow {
    background: rgba(165, 224, 62, 0.1);
    color: rgb(165, 224, 62);
    border-color: rgb(165, 224, 62);
}

.badge.blue {
    background: rgba(62, 192, 224, 0.1);
    color: rgb(62, 192, 224);
    border-color: rgb(62, 192, 224);
}

.trader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.trader-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.trader-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: clamp(16px, 14.3797468354px + 0.5063291139vw, 24px);
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.trader-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.trader-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.trader-desc {
    font-size: 18px;
}

.trader-image {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.trader-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.trader-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.trader-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.trader-contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
    max-width: 255px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.trader-contacts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.trader-contacts::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.trader-name {
    font-size: clamp(20px, 9.8734177215px + 3.164556962vw, 70px);
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.trader-badges {
    gap: 15px;
}

.leaderboard {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding-left: 8px;
    padding-right: 30px;
    position: relative;
}

.leaderboard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.leaderboard::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.leaderboard .badge {
    height: 24px;
    border-radius: 5px;
}

.leaderboard-head {
    position: absolute !important;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 50px;
    top: 8px;
    right: 8px;
    left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.leaderboard-head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.leaderboard-head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.leaderboard-head span {
    width: 420px;
    display: block;
}

.leaderboard-head span:first-child {
    text-align: center;
}

.leaderboard-item {
    border-top: 1px solid rgb(84, 84, 84);
    margin-top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leaderboard-item > div {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leaderboard-item:not(:last-child) {
    border-bottom: 1px solid rgb(84, 84, 84);
}

.leaderboard-item-user img {
    width: 24px;
    height: 24px;
}

.leaderboard-item-number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: rgb(173, 173, 173);
}

.leaderboard-item-content {
    padding-left: 40px;
}

.leaderboard-item-title {
    font: 700 clamp(32px, 30.3797468354px + 0.5063291139vw, 40px)/1 "Alumni Sans";
}

.leaderboard-item-user {
    font: 800 24px "Alumni Sans";
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    color: rgb(173, 173, 173);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leaderboard-item-user img {
    border-radius: 50%;
}

.leaderboard-mob-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    padding: 8px;
    border-radius: 24px;
}

.leaderboard-mob-item .float-link {
    position: absolute;
    inset: 0;
    z-index: 50;
}

.leaderboard-mob-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.leaderboard-mob-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.leaderboard-mob-item-wrapper {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 16px;
}

.leaderboard-mob-item-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.leaderboard-mob-item-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    padding: 8px;
    border-radius: 24px;
}

.faq-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.faq-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.faq-item-top {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 400;
    line-height: 1.2;
}

.faq-item-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.faq-item-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.faq-item-top span {
    background: white;
    width: 20px;
    height: 2px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 20px;
}

.faq-item-top span:before {
    background: white;
    content: "";
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
}

.faq-item-content {
    padding: 20px;
}

.form-title {
    font-weight: 600;
    font-size: clamp(24px, 20.7594936709px + 1.0126582278vw, 40px);
    line-height: 1.3;
    text-transform: uppercase;
    text-align: left;
}

.form-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}

.form-feedback .form-input {
    position: relative;
    height: 65px;
    border: none;
    font-size: 24px;
}

.form-feedback .form-input svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
}

.form-feedback input {
    background: transparent;
    height: 100%;
    border: none;
    border-bottom: 1px solid rgb(71, 71, 74);
    padding-left: 40px;
    width: 100%;
    outline: none;
    color: white;
}

.form-label {
    position: relative;
    margin-top: 25px;
}

.form-label input {
    opacity: 0;
    position: absolute;
}

.form-label input:checked + label:before {
    background: url("../img/check.svg") no-repeat center/50% rgb(51, 92, 255);
}

.form-label label {
    position: relative;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.44);
    font-size: 14px;
}

.form-label label a {
    color: white;
    font-weight: 700;
    text-decoration: none;
}

.form-label label:not(.invalid-feedback)::before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    border: 1px solid rgb(51, 92, 255);
    top: 50%;
    margin-top: -12.5px;
}

.form-check {
    padding-left: 0;
}

.check-form .invalid-feedback {
    position: static !important;
    margin-top: 10px;
    color: #dc3545;
}

.site-container {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.modal-xl {
    max-width: 1630px;
}

.modal-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.8);
}

.modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.modal-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.modal-content .block {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    overflow: hidden;
    color: white;
    height: 100%;
}

.modal-content .block-head {
    height: 90px;
    padding-left: 32px;
    padding-right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--bg-classic-white-5, rgba(255, 255, 255, 0.05));
}

.modal-content .block-list {
    padding: 32px;
}

.modal-content .block-list span {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.modal-content .block-list span:not(:last-child) {
    border-bottom: 1px dashed rgb(49, 53, 63);
}

.modal-content .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(37, 37, 37);
    border: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.modal-content .nav-tabs > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.modal-content .nav-tabs > li button {
    width: 100%;
    color: rgba(255, 255, 255, 0.44);
    font-weight: 700;
    height: 55px;
    background: transparent;
    border: none;
    border-radius: 16px;
}

.modal-content .nav-tabs > li button.active {
    color: white;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
}

.modal-content .nav-tabs > li button.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.modal-content .nav-tabs > li button.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.modal-close {
    margin-left: auto;
    background: transparent;
    border: none;
}

.modal-header {
    font: 800 clamp(20px, 15.1392405063px + 1.5189873418vw, 44px) "Alumni Sans";
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    height: 114px;
    margin: 8px;
    color: white;
    text-transform: uppercase;
    border-radius: 20px;
    border-bottom: none;
}

.modal-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.modal-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.footer {
    font-size: 16px;
}

.footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.socials a {
    flex: 0 0 45%;
    max-width: 45%;
}

.footer .socials svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.footer .bottom {
    padding-top: 15px;
    padding-bottom: 25px;
}

.footer .bottom a {
    color: white;
    font-weight: 600;
    text-decoration: none;
    opacity: 0.7;
    font-size: 14px;
    margin-left: 20px;
}

.footer .top {
    opacity: 0.7;
    padding-bottom: 15px;
}

.footer .top > div {
    padding-left: 24px;
    padding-right: 24px;
}

.footer .top > div:first-child {
    padding-left: 0;
}

.footer .top > div:last-child {
    padding-right: 0;
}

.footer-cols a {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    text-decoration: none;
}

.footer-cols a:hover {
    opacity: 0.7;
}

.offcanvas {
    background: rgb(16, 16, 18);
    color: white;
}

.offcanvas ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas .btn-close {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

.offcanvas a {
    color: white;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    font-size: 28px;
}

@media (min-width: 992px) {
    .proffesion-item-hidden {
        padding-top: clamp(16px, 16.3797468354px + 0.7063291139vw, 24px);
    }

    .proffesion-item .button-gray {
        bottom: clamp(20px, 16.3797468354px + 0.7063291139vw, 30px);
    }

    .proffesion-section:after {
        content: url("../img/sections/proffesion.svg");
        position: absolute;
        top: 20%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .proffesion-item.active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }

    .platform-section:before {
        content: url("../img/sections/platform.svg");
        border-radius: 50%;
        position: absolute;
        top: -500px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0.6;
    }

    .system-aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
        flex: 0 0 420px;
        max-width: 420px;
    }

    .system-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 420px);
        flex: 0 0 calc(100% - 420px);
        max-width: calc(100% - 420px);
    }

    .traders .arrows {
        right: 70px;
        position: absolute;
        top: 24px;
    }

    .traders .pagination {
        position: absolute !important;
        right: 800px;
        top: 24px;
        left: initial;
    }

    .trader-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .trader-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 510px;
        flex: 0 0 510px;
        max-width: 510px;
    }

    .leaderboard-item-user {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
        border-right: 1px solid rgb(84, 84, 84);
    }

    .leaderboard-item-number {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        border-right: 1px solid rgb(84, 84, 84);
    }

    .footer-cols {
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-left: none;
        border-right: none;
    }

    .footer-cols > div {
        padding: 24px;
    }

    .footer-cols > div:first-child {
        padding-left: 0;
    }

    .footer-cols > div:last-child {
        padding-right: 0;
    }

    .footer-cols > div:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    body {
        font-size: 18px;
    }

    .lvl-table-bottom button {
        font-size: 17px;
    }

    .lvl-table-col-value {
        font-size: 22px;
    }

    .lvl-table-col-top img {
        margin-left: -10px;
    }

    .lvl-img-junior, .lvl-img-middle, .lvl-img-senior {
        max-width: 120px !important;
    }

    .lvl-table-col-name {
        font-size: 14px;
    }

    .proffesion-section:after {
        top: -10%;
    }

    .modal-header {
        height: 90px;
        font-size: 24px;
    }

    .modal-header > img {
        max-width: 100px;
    }

    .modal-content .block-list span {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .modal-content .block-list {
        padding: 16px;
    }

    .modal-content .block-head {
        height: 50px;
    }

    .platform-title {
        font-size: 20px;
    }

    .site-container {
        max-width: 1170px;
    }

    .platform {
        height: 290px;
    }

    .trader-image img {
        max-height: 380px;
    }

    .modal-xl {
        max-width: 1170px;
    }

    .system-item-text {
        font-size: 18px;
    }

    .system-aside {
        max-width: 350px;
        flex: 0 0 350px;
    }

    .system-item {
        height: 480px;
    }

    .system-content {
        flex: 0 0 calc(100% - 350px);
        max-width: calc(100% - 350px);
    }

    .form-feedback {
        gap: 25px;
    }

    .form-feedback .form-input {
        height: 55px;
    }

    .form-feedback input {
        font-size: 18px;
    }

    .trader-image {
        flex: 0 0 350px;
        max-width: 350px;
    }

    .button-green {
        height: 50px;
    }

    .trader-content {
        padding-bottom: 24px;
    }

    .leaderboard-item > div {
        height: 70px;
    }

    .section {
        margin-bottom: 60px;
    }

    .section-title {
        font-size: 52px;
    }

    .trader-name {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .lvl-table-list-item {
        padding: 12px;
    }

    .lvl-table-bottom button {
        height: 45px;
    }

    .leaderboard-item-title {
        font-size: 26px;
    }

    .traders .pagination {
        display: none;
    }

    .proffesion-item-wrapper {
        min-height: 490px;
    }
}

@media (max-width: 1199px) {
    .lvl-table {
        overflow: auto;
        margin-right: -15px;
        margin-left: -18px;
        border-radius: 0;
    }

    .lvl-table-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        width: 320px;
        max-width: 320px;
    }

    .trader-content {
        padding-bottom: clamp(16px, 14.3797468354px + 0.5063291139vw, 24px);
    }
}

@media (max-width: 991px) {
    body {
        font-size: clamp(16px, 15.5949367089px + 0.1265822785vw, 18px);
    }

    .form-label label:not(.invalid-feedback)::before {
        width: 20px;
        height: 20px;
    }

    .form-feedback input {
        padding-left: 35px;
    }

    .form-feedback .form-input svg {
        width: 24px;
        height: 25px;
    }

    .proffesion-item-icon {
        display: none;
    }

    .lvl-table-list-item {
        padding: 10px 12px;
    }

    .lvl-table-col-top {
        height: 70px;
    }

    .lvl-table-bottom button {
        font-size: 18px;
        height: 45px;
    }

    .full-time-jumbotron {
        height: 70vh;
    }

    .full-time-jumbotron__persons {
        height: 50vh;
    }

    .full-time-jumbotron__title {
        height: 42vh;
    }

    .full-time-jumbotron__badges {
        max-height: 5vh;
        top: 10vh;
    }

    .full-time-jumbotron__title {
        top: 2vh;
    }


    .lvl-table-col-name {
        font-size: 14px;
    }

    .section-title img {
        max-width: 48px;
        height: 48px;
    }

    .section-text br {
        display: none;
    }

    .jumbotron-badges {
        gap: 5px;
        width: 100%;
        top: 84px;
    }

    .jumbotron-badge {
        height: 40px;
        font-size: 18px;
    }

    .jumbotron-badge span {
        min-width: 25px;
    }

    .step {
        width: 310px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
        flex: 0 0 310px;
        max-width: 310px;
    }

    .step-top {
        min-height: 70px;
        padding: 16px;
    }

    .step-content {
        padding: 12px;
    }

    .steps-scroll {
        overflow: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .proffesion-item .button-green {
        height: 50px;
    }

    .proffesion-item-wrapper {
        min-height: 170px;
    }

    .proffesion-item-text {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .proffesion-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .system {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .system-aside {
        text-align: center;
    }

    .system-item {
        height: auto;
    }

    .system-item .center {
        margin-top: 0px;
        margin-bottom: 32px;
    }

    .system-item-badge {
        display: none;
    }

    .system-control {
        position: static;
        justify-content: space-between;
    }

    .system-control .pagination {
        width: initial;
    }

    .traders .system-control {
        position: static;
    }

    .trader {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .trader-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .trader-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%;
        padding-top: 100%;
    }

    .trader-image img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        inset: 0;
        object-position: center;
    }

    .trader-contacts {
        display: none;
    }

    .leaderboard-mob-item .badge {
        height: 24px;
        border-radius: 5px;
    }

    .leaderboard-mob-item:not(:last-child) {
        margin-bottom: 8px;
    }

    .faq-item-top {
        height: initial;
        padding: 16px;
    }

    .faq-item-top span {
        margin-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        max-width: 20px;
        width: 20px;
        height: 2px;
    }

    .faq-item-top span:before {
        width: 20px;
        height: 2px;
    }

    .faq-item-content {
        padding: 16px;
    }

    .form-feedback {
        gap: 20px;
    }

    .modal-content .block-head {
        padding: 16px;
        height: initial;
    }

    .modal-content .block-list {
        padding: 16px;
    }

    .modal-close {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .modal-header {
        display: block;
        height: initial;
        text-align: center;
    }

    .modal-header img {
        max-width: 120px;
    }

    .footer .bottom {
        text-align: center;
    }

    .footer .bottom a {
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }

    .footer-cols > div {
        border: 1px solid rgba(255, 255, 255, 0.12);
        margin-top: -1px;
        border-left: none;
        padding: 15px 0;
        border-right: none;
    }
}

@media (max-width: 767px) {
    .header .logo img {
        width: 45px;
    }

    .header {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .form-label label {
        font-size: 12px;
        padding-left: 30px;
    }

    .form-label label::before {
        width: 18px;
        height: 18px;
    }

    .form-feedback .form-input {
        height: 45px;
    }

    .form-feedback input {
        font-size: 16px;
    }

    .proffesion-item .button-gray {
        font-size: 22px;
    }

    .fulltime-jumbotron__wrapper {
        bottom: 30px;
    }

    #staticBackdrop .modal-dialog {
        width: 100% !important;
        margin: 0;
        max-width: 100%;
        padding: 15px;
    }

    .platform {
        height: 240px;
    }
}

@media (max-width: 600px) {
    .full-time-jumbotron__badges {
        top: initial;
        width: 97%;
        margin-left: 15px;
        padding-right: 15px;
        height: auto;
        text-align: center;
        margin-right: auto;
        display: block;
        margin-bottom: -70px;
        position: relative;
    }

    .full-time-jumbotron {
        padding-top: 73px;
        height: auto;
        background: url("../img/jumbotron/fulltime-bg-mobile.png") no-repeat center top/cover;
    }

    .full-time-jumbotron__persons {
        height: auto;
        position: static;
        max-width: 100%;
        transform: none;
        width: 100%;
        margin-top: -100px;
    }

    .full-time-jumbotron__title {
        height: auto;
        max-width: 100%;
        transform: none;
        position: static;
    }

    .jumbotron-title br {
        display: none;
    }
}

@media (max-width: 500px) {
    .proffesion-item img {
        max-height: 330px;
        object-position: top;
    }

    .proffesion-item .button-green {
        min-height: 50px;
    }

    .proffesion-section picture {
        position: relative;
        padding-top: 110%;
        max-height: initial;
        overflow: hidden;
        border-radius: 20px;
    }

    .proffesion-section picture img {
        position: absolute;
        inset: 0;
        max-height: initial;
        height: auto;
    }
}


@media (max-width: 576px) {
    .button-green {
        height: 50px;
    }

    .jumbotron .button-green {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .traders .pagination {
        right: 50px;
        bottom: 24px;
        top: initial;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .trader-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }

    .leaderboard-item-user {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px;
    }
}

.input__wrapper {
    border: 1px solid rgba(255, 255, 255, .1);
    width: 100%;
    position: relative;
    border-radius: 10px;
    height: 50px;
    color: white;
}

.input__wrapper svg {
    top: 50%;
    margin-top: -10px;
    margin-left: 8px;
    position: absolute;
}

.input input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
    padding-left: 35px;
    font-size: 14px;
    background: rgba(255, 255, 255, .1);
    outline: none !important;
    color: white;
}

.input input::placeholder {
    color: white;
}

.modal__form-item {
    margin-bottom: 25px !important;
}

.none-block {
    display: none;
}

.modal-content .iti--allow-dropdown {
    width: 100%;
    height: 100%;
}

.modal-content .input__label {
    margin-bottom: 10px;
}

#staticBackdrop .modal-dialog {
    width: 400px;
}

#staticBackdrop .modal-content {
    padding: 30px;
}

.modal__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.modal__text {
    margin-bottom: 25px;
}

.telegram.button {
    width: 100%;
    height: 50px;
    background: #26a2e0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 10px;
    border-radius: 15px;
}

.persons {
    max-width: 1400px;
    height: auto;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.dropdown-menu {
    min-width: 50px !important;
}

.iti__country-list {
    color: white;
    font-size: 16px;
    background: black;
    border-color: rgba(255, 255, 255, .2);
}

.show .leaderboard-mob-item {
    display: block !important;
}

.leaderboard-mob-item {
    display: none;
}

.leaderboard-mob-item:nth-child(1),
.leaderboard-mob-item:nth-child(2),
.leaderboard-mob-item:nth-child(3) {
    display: block;
}

.form-feedback .invalid-feedback {
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 12px;
}

.thanks-modal__info {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #ffffff1a;
    margin-bottom: 16px;
    border-radius: 12px;
}

.default-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    background-color: #fff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    color: #0d0d0d !important;
    white-space: nowrap;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    z-index: 1;
    text-decoration: none;
}