.text-30 {
    font-size: 30px !important;
}

.fw-600 {
    font-weight: 600;
}

.pt-60 {
    padding-top: 60px !important;
}

.text-15 {
    font-size: 15px !important;
}

.text-dark-1 {
    color: var(--primary-1);
}

.fw-500 {
    font-weight: 500;
}

.text-18 {
    font-size: 18px !important;
}

.text-light-1 {
    color: #697488;
}

.text-24 {
    font-size: 24px !important;
}

.bg-dark-3 {
    background-color: var(--primary-1) !important;
}

.border-white-15 {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.text-white {
    color: #fff !important;
}

.rounded-8 {
    border-radius: 8px;
}

.text-10 {
    font-size: 10px !important;
}

.shadow-2 {
    box-shadow: 0px 10px 35px 0px #0510361A;
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.rounded-4 {
    border-radius: 4px;
}

.text-blue-1 {
    color: var(--primary-1);
}

.text-dark-1 {
    color: #000;
}

.border-top-light {
    border-top: 1px solid var(--color-border);
}

.y-gap-20 {
    margin-top: -10px;
    margin-bottom: -10px;
}

.mt-28 {
    margin-top: 28px !important;
}

.pt-20 {
    padding-top: 20px !important;
}