:root{
    --theme-drk-blue:#0e0748;
    /* --theme-red:#ED1651; */
    --theme-red:#22305C;
    /* --theme-lgt-red: #f25a84; */
    --theme-lgt-red: #FFEB29;
    --theme-orange: #f9831e;
    --theme-light-grey:#667085;
    --theme-off-white: #F5F6F7;
    --theme-font-mont: 'Montserrat';
}
h1, h2, .h1, .h2 ,h3, h4, h5, h6, .h3, .h4, .h5, .h6{
    font-family: var(--theme-font-mont);
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
}
h1, h2, .h1, .h2 {
    font-weight: 600;
}
body, p{
    font-family: var(--theme-font-mont);
}
strong{
    color: var(--theme-lgt-red);
}
.op-07{
	opacity:0.7;
}
.kbp-lgtblue-bg{
    background:var(--theme-red);
}
.hero-heading{
    font-family: var(--theme-font-mont);
    font-weight: 800;
    line-height: 62px;
    font-size: 52px;
    color: #fff;
}
.small-heading{
    font-family: var(--theme-font-mont);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.smaller-heading{
    font-family: var(--theme-font-mont);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 1.2em;
}

.small-desc, .small-desc p{
    font-family: var(--theme-font-mont);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--theme-light-grey);
}
.kbp-card-permalink{
    font-family: var(--theme-font-mont);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.01em;
    color: var(--theme-red);
}
.kbp-section-title{
    font-family: var(--theme-font-mont);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
}
.kbp-title-style{
    background-color: var(--theme-red);
    border-radius:12px;
    padding-inline: 8px;
}
.kbp-cta-title h2{
	font-family: var(--theme-font-mont);
    font-size: 40px;
    font-weight: 600;
	line-height: 54px;
	letter-spacing: -0.01em;
}
/* Table */
table{
    border: 1px solid #f9f9f9 !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #f9f9f9 !important;
}
table th{
    background-color: var(--theme-lgt-red) !important;
    color: #fff !important;
    padding: 6px;
}
table td{
    padding: 6px;
}

@media screen and (max-width:767px){
    .hero-heading {
        line-height: 54px;
        font-size: 40px;
    }
    .kbp-cta-title h2 {
        font-family: var(--theme-font-mont);
        font-size: 30px;
        font-weight: 600;
        line-height: 44px;
    }

}