.section_yQbJ2 {
    padding-inline: var(--content-min-horizontal-spacing);
}

.section_yQbJ2 > .content_6qnoj {
    max-width: var(--content-max-width);
}

.headerWrapper_HhGOZ {
    padding-inline: var(--sp-spacing-600);
}
@media (max-width: 1240px) {
    .headerWrapper_HhGOZ {
        padding-inline: var(--content-min-horizontal-spacing);
    }
}
.header_jMNCj {
    height: var(--app-header-height);
}

.jumpInSection_iZYp8 {
    background-color: var(--sp-color-bg-base);
    background-image: var(--bg-image, none);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25% 85%;
}

.activitySection_tEqUQ,
.actionCardWithImage_KSBpd {
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
    .activitySection_tEqUQ {
        grid-template-columns: 1fr;
        gap: var(--sp-spacing-600);
    }
}

/* Jump in section */
.contentCardHeight_SRLGi {
    /* 
    *  Setting the card's height avoids its layout from shifting on page load.
    *  Its text are fixed to single lines anyway so height shouldn't change.
    */
    height: 130px;
}
.cards_fncgk {
    list-style-type: none;
    padding-inline-start: 0px;
    grid-template-columns: 1fr 1fr 1fr;
}
.cards_fncgk.oneRow_mPyQk {
    grid-template-rows: 1fr;
}
.cards_fncgk.twoRows_aU7SY {
    grid-template-rows: 1fr 1fr;
}
.cards_fncgk.createCards_HCHXd {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}
@media (max-width: 1240px) {
    .cards_fncgk {
        grid-template-columns: 1fr 1fr;
    }
    .cards_fncgk.createCards_HCHXd {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 900px) {
    .cards_fncgk {
        grid-template-columns: 1fr;
    }
}

/* Activity section */
.integrationCards_gmUXq {
    list-style-type: none;
    padding-inline-start: 0px;
}

.actionCardWithImage_KSBpd {
    grid-template-columns: 2fr 3fr;
}
@media (max-width: 1240px) {
    .actionCardWithImage_KSBpd {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 1024px) {
    .actionCardWithImage_KSBpd {
        grid-template-columns: 2fr 5fr;
    }
}
