.quicklinks__new__hp.midFunnel{border-radius:0;padding:16px;margin:0;box-shadow:none}
.quicklinks__new__hp.midFunnel .spring,.quicklinks__new__hp.midFunnel .icon{padding:0}
.quicklinks__new__hp.midFunnel .quicklinks__navigation{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;align-items:center;gap:8px;justify-content:space-between;padding:0}
.quicklinks__new__hp.midFunnel .quicklinks__item{flex:1 0 calc(50% - 8px);border-radius:24px;padding:16px 12px;background-color:var(--backgroundColor);color:var(--colorText);transition:all .1s ease;border:2px solid transparent}
.quicklinks__new__hp.midFunnel .quicklinks__item:hover{background-color:var(--hoverBackground);border:2px solid var(--hoverBorder);color:var(--hoverText)}
.quicklinks__new__hp.midFunnel .quicklinks__item .quicklinks__heading{font-size:16px;line-height:20px}
@media only screen and (min-width:480px){.quicklinks__new__hp.midFunnel{padding:20px}
.quicklinks__new__hp.midFunnel .quicklinks__navigation{gap:12px}
.quicklinks__new__hp.midFunnel .quicklinks__item{padding:20px 12px;flex:1 0 calc(50% - 12px)}
.quicklinks__new__hp.midFunnel .quicklinks__item .quicklinks__heading{font-size:18px;line-height:26px}
}
@media only screen and (min-width:704px){.quicklinks__new__hp.midFunnel .quicklinks__navigation{gap:24px}
.quicklinks__new__hp.midFunnel .quicklinks__item{flex:1 0 calc(33% - 24px)}
}
@media only screen and (min-width:1024px){.quicklinks__new__hp.midFunnel{padding:24px}
.quicklinks__new__hp.midFunnel .quicklinks__navigation{gap:16px}
.quicklinks__new__hp.midFunnel .quicklinks__item{flex:1;padding:20px 16px}
}