.shortcuts-card{background-color:var(--rds-color-surface-white);border:1px solid var(--rds-color-border-low);z-index:2}
@media(min-width:1024px){.shortcuts-card{padding:16px 61px}
}
.shortcuts-card .block-container{display:flex;align-items:stretch;flex-wrap:wrap}
@media(min-width:1024px){.shortcuts-card .block-container{align-items:center;justify-content:space-around}
}
.shortcuts-card .item-shortcut{text-align:center;padding:36px 24px;width:50%;border-bottom:solid 1px var(--rds-color-border-low)}
@media(min-width:1024px){.shortcuts-card .item-shortcut{width:auto;padding:0 4px;border:0}
}
.shortcuts-card .item-shortcut .text{margin-top:8px;display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media(min-width:1024px){.shortcuts-card .item-shortcut .text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
}
.shortcuts-card .item-shortcut .rds-button{padding:12px}
.shortcuts-card .item-shortcut:nth-child(odd){border-right:solid 1px var(--rds-color-border-low)}
@media(min-width:1024px){.shortcuts-card .item-shortcut:nth-child(odd){border:0}
}
.shortcuts-card .item-shortcut:hover .rds-button{color:var(--rds-color-button-secondary-border-hover);border-color:var(--rds-color-button-secondary-border-hover)}
.shortcuts-card .item-shortcut:hover .rds-button span{color:var(--rds-color-button-secondary-border-hover)}
.shortcuts-card .item-shortcut:hover .text{color:var(--rds-color-button-secondary-border-hover)}
.shortcuts-card .item-shortcut.active .rds-button{color:var(--rds-color-button-secondary-border-hover);border-color:var(--rds-color-button-secondary-border-hover)}
.shortcuts-card .item-shortcut.active .rds-button span{color:var(--rds-color-button-secondary-border-hover)}
.shortcuts-card .item-shortcut.active .text{color:var(--rds-color-button-secondary-border-hover)}
.hero-es-component .shortcuts-card{position:relative;margin-top:-24px}
@media(min-width:1024px){.hero-es-component .shortcuts-card{margin-top:-68px}
.hero-es-component .shortcuts-card.items-length-2 .block-container{grid-template-columns:1fr 1fr;column-gap:24px}
.hero-es-component .shortcuts-card.items-length-3 .block-container{grid-template-columns:1fr 1fr 1fr;column-gap:24px}
.hero-es-component .shortcuts-card.items-length-4 .block-container{grid-template-columns:1fr 1fr 1fr 1fr;column-gap:24px}
.hero-es-component .shortcuts-card.items-length-5 .block-container{grid-template-columns:1fr 1fr 1fr 1fr 1fr;column-gap:8px}
.hero-es-component .shortcuts-card.items-length-6 .block-container{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;column-gap:8px}
}
@media(min-width:1024px){.hero-es-component .shortcuts-card .block-container{display:grid;column-gap:24px}
}
.hero-es-component .shortcuts-card .block-container .item-shortcut:last-child,.hero-es-component .shortcuts-card .block-container .item-shortcut:nth-last-child(2):nth-child(odd){border-bottom:0}
.hero-es-component .shortcuts-card .block-container .item-shortcut .text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media(min-width:1024px){.hero-es-component .shortcuts-card .block-container .item-shortcut .text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
}