.kone-data-card .cmp-data-card__content .cmp-teaser__description{font-size:var(--kone-typography-paragraph-1-size-mobile);line-height:var(--kone-typography-paragraph-1-line-height-mobile)}@media only screen and (min-width: 600px){.kone-data-card .cmp-data-card__content .cmp-teaser__description{font-size:var(--kone-typography-paragraph-1-size-tablet);line-height:var(--kone-typography-paragraph-1-line-height-tablet)}}@media only screen and (min-width: 1024px){.kone-data-card .cmp-data-card__content .cmp-teaser__description{font-size:var(--kone-typography-paragraph-1-size-desktop);line-height:var(--kone-typography-paragraph-1-line-height-desktop)}}.kone-data-card.kone-data-card-background--white .cmp-data-card{background-color:var(--color-surface-neutral-primary)}.kone-data-card.kone-data-card-background--blue .cmp-data-card{background-color:var(--color-surface-blue-secondary)}.kone-data-card.kone-data-card-background--sand .cmp-data-card{background-color:var(--color-surface-sand-primary)}.kone-data-card .cmp-data-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;position:relative;overflow:hidden;padding:24px;gap:var(--spacing-vertical-spacing-mobile-s);border-radius:var(--border-radius-l);max-width:440px}.kone-data-card .cmp-data-card__content{min-height:160px;display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-vertical-spacing-common-8)}@media only screen and (min-width: 600px){.kone-data-card .cmp-data-card__content{min-height:170px}}@media only screen and (min-width: 1024px){.kone-data-card .cmp-data-card__content{min-height:154px}}.kone-data-card .cmp-data-card__content .cmp-teaser__pretitle{font-size:var(--kone-typography-label-3-size-mobile);line-height:var(--kone-typography-label-3-line-height-mobile);font-weight:600;text-transform:uppercase;color:var(--color-grey-650)}@media only screen and (min-width: 600px){.kone-data-card .cmp-data-card__content .cmp-teaser__pretitle{font-size:var(--kone-typography-label-3-size-tablet);line-height:var(--kone-typography-label-3-line-height-tablet)}}@media only screen and (min-width: 1024px){.kone-data-card .cmp-data-card__content .cmp-teaser__pretitle{font-size:var(--kone-typography-label-3-size-desktop);line-height:var(--kone-typography-label-3-line-height-desktop)}}.kone-data-card .cmp-data-card__content .cmp-teaser__title{font-family:var(--kone-font-face-3-name);font-size:64px;line-height:var(--spacing-4_5x);font-weight:var(--kone-typography-weight-normal);letter-spacing:-1.6px}@media only screen and (min-width: 600px){.kone-data-card .cmp-data-card__content .cmp-teaser__title{font-size:72px;line-height:var(--spacing-5x);letter-spacing:var(--kone-typography-h6-letter-spacing-tablet);letter-spacing:-1.8px}}@media only screen and (min-width: 1024px){.kone-data-card .cmp-data-card__content .cmp-teaser__title{font-size:80px;line-height:var(--spacing-5_5x);letter-spacing:-2px}}.kone-data-card .cmp-data-card__more{display:flex;align-items:flex-end;flex-shrink:0;align-self:stretch;max-width:280px;aspect-ratio:3/2}@media only screen and (min-width: 600px){.kone-data-card .cmp-data-card__more{width:277px}}@media only screen and (min-width: 1024px){.kone-data-card .cmp-data-card__more{width:352px}}.kone-data-card .cmp-data-card__more .cmp-image__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.kone-data-card .cmp-data-card__more svg{transition:transform var(--motion-duration-xl) var(--motion-easing-standard);transform:translateY(0)}.kone-data-card .cmp-data-card__more.animate-up svg{animation:arrow-up var(--motion-duration-xl) var(--motion-easing-standard)}.kone-data-card .cmp-data-card__more.animate-down svg{animation:arrow-down var(--motion-duration-xl) var(--motion-easing-standard)}@media only screen and (min-width: 600px){.kone-data-card .cmp-data-card{gap:var(--spacing-vertical-spacing-tablet-s)}}@media only screen and (min-width: 1024px){.kone-data-card .cmp-data-card{gap:var(--spacing-vertical-spacing-desktop-s)}}@keyframes arrow-up{from{transform:translateY(0)}to{transform:translateY(-80px)}}@keyframes arrow-down{from{transform:translateY(-80px)}to{transform:translateY(0)}}