﻿.accentXS {
    color: #19181B;
    line-height: 19.6px;
    font-weight: 700;
    font-size: 14px;
}

.accentS {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
}



.accentL {
    color: #19181B;
    line-height: 28px;
    font-weight: 700;
    font-size: 20px;
}

.accentM {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #19181B;
}

.title {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #19181B;
}

.subtitle {
    font-weight: 400;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
}

.inter {
    font-weight: 400;
    font-size: 12px;
    line-height: 14.52px;
    text-align: center;
}

.appTypeContainer .inter {
    width: 28rem;
    padding: 0 1.5rem;
}

.caption {
    font-weight: 400;
    line-height: 15px;
    font-size: 12px;
}

.bodyL {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.bodyM {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.blm{
    color:#19181B;
}
h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36.77px;
    text-align: center;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 29.87px;
}

.description {
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
}

.description-step4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    text-decoration: underline;
}

.link {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-decoration: underline;
}

.link-step4 {
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
}

.link-step4-bold {
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    text-align: left;
}

.darkGray {
    color: var(--Dark-gray, #8A8C99);
}

.input-hint {
    color: #6c757d;
    font-size: 0.9em;
    font-weight: normal;
    margin-top: 2px;
}