/* =========================
   PRODUCT PAGE
   ========================= */

.kb-wrap {
    color: white;
}

.kb-wrap > h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
}

/* =========================
   HERO
   ========================= */

.kb-hero {
    background-image: url("../images/cards.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 40px 0 132px 0;
}

.kb-hero-grid {
}

.kb-h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
}

.kb-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-text);
}

.kb-btn {
}

.kb-decor {
}

.kb-chip {
}

/* =========================
   DIVIDER
   ========================= */

.kb-divider {
}

/* =========================
   GROWTH SECTION
   ========================= */

.kb-growth {
    margin-bottom: 132px;
}

.kb-section-title {
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
}

.kb-growth-grid {
    display: flex;
    gap: 20px
}

.kb-growth-grid div {
    position: relative;
    overflow: hidden;
}


.kb-mini-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.kb-dot {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.kb-dot:after {
    content: "";
    display: block;
    width: 800px;
    height: 1px;
    border-top: dashed 1px white;
    position: absolute;
    left: 50px;
    right: 0px;
}

.kb-dot.red:after {
    border-color: var(--red);
}


.kb-dot.green:after {
    border-color: var(--green);
}

.kb-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-text);
    margin-top: 10px;
}

/* =========================
   FEATURES
   ========================= */


.kb-features {margin-bottom: 132px;}

.kb-features-grid {
    display: flex;
    gap: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 52px;
}

.kb-feature {
    display: flex;
    flex-direction: column;
    opacity: 1;
    border-radius: 32px;
    padding: 32px;
    background-color: var(--blue-2);
    justify-content: space-between;
    gap: 22px;
    width: calc( 50% - 22px);
}

.kb-feature h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
}

.kb-feature p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-text);
}

.kb-card .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* =========================
   CTA
   ========================= */

.kb-cta {
    padding: 132px 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background-image: url("../images/gradient-min.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    overflow: hidden;
}

.kb-cta:before, .kb-cta:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../images/cards-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 201px;
    height: 183px;
    top: 0;
    left: 0;
}

.kb-cta:after {
    background-image: url("../images/cards-4.png");
    width: 245px;
    height: 175px;
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
}


.kb-cta h3 {
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    max-width: 676px;
}

.kb-cta p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: var(--grey-text);
    max-width: 676px;

}

.kb-blob {
}

.kb-blob--l {
}

.kb-blob--r {
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
}

@media (max-width: 480px) {
}
