/* Components used only on the Spanish home. */
.kj-home-ai__header{max-width:920px}
.kj-home-ai__tasks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;max-width:1100px;margin:48px auto 0;padding:0;list-style:none;background:rgba(255,255,255,.12)}
.kj-home-ai__tasks li{position:relative;margin:0;padding:28px 30px 28px 54px;background:#0f0f0f;color:rgba(255,255,255,.76);font-size:.9375rem;line-height:1.55}
.kj-home-ai__tasks li::before{content:'→';position:absolute;left:28px;top:29px;color:rgba(255,255,255,.42)}
.kj-home-ai__footer{display:flex;align-items:center;justify-content:space-between;gap:32px;max-width:1100px;margin:30px auto 0}
.kj-home-ai__footer p{max-width:720px;margin:0;color:rgba(255,255,255,.5);font-size:.875rem;line-height:1.6}
.kj-home-ai__footer a{flex-shrink:0;color:#fff;font-size:.8125rem;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:2px}
.kj-home-ai__footer a:hover{border-bottom-color:#fff}
@media(max-width:767px){
  .kj-home-ai__tasks{grid-template-columns:1fr;margin-top:34px}
  .kj-home-ai__tasks li{padding:22px 22px 22px 46px;font-size:.875rem}
  .kj-home-ai__tasks li::before{left:22px;top:22px}
  .kj-home-ai__footer{align-items:flex-start;flex-direction:column;gap:18px;margin-top:24px}
}
