.bento-frame{padding-top:88px;padding-bottom:88px}.bento-frame.frame-remove-padding{padding-top:0;padding-bottom:0}.bento__header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:12px 24px;margin-bottom:30px}.bento__header h1,.bento__header .h1,.bento__header h2,.bento__header .h2,.bento__header h3,.bento__header .h3,.bento__header h4,.bento__header .h4,.bento__header h5,.bento__header .h5,.bento__header h6,.bento__header .h6{margin-bottom:0}.bento__title{margin-bottom:0}.bento__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-auto-rows:180px;gap:10px}@media(min-width: 768px){.bento__grid{grid-template-columns:repeat(4, 1fr);grid-auto-rows:210px;gap:14px}}.bento__card{position:relative;border-radius:12px;overflow:hidden;display:block;text-decoration:none;background:#1a1e22;transition:box-shadow .18s}@media(min-width: 768px){.bento__card{border-radius:16px}}.bento__card--small{grid-column:span 1;grid-row:span 1}.bento__card--wide{grid-column:span 2;grid-row:span 1}.bento__card--large{grid-column:span 2;grid-row:span 2}@media(max-width: 767.98px){.bento__card--large{grid-row:span 1}}.bento__card:nth-child(1) .bento__bg{animation-duration:16s;animation-delay:0s}.bento__card:nth-child(2) .bento__bg{animation-duration:21s;animation-delay:-3s}.bento__card:nth-child(3) .bento__bg{animation-duration:14s;animation-delay:-1s}.bento__card:nth-child(4) .bento__bg{animation-duration:19s;animation-delay:-5s}.bento__card:nth-child(5) .bento__bg{animation-duration:17s;animation-delay:-2s}.bento__card:nth-child(6) .bento__bg{animation-duration:23s;animation-delay:-4s}.bento__card:nth-child(7) .bento__bg{animation-duration:18s;animation-delay:0s}.bento__card:nth-child(8) .bento__bg{animation-duration:22s;animation-delay:-6s}.bento__card:hover{box-shadow:rgba(15,19,22,.18) 0px 20px 44px}.bento__card:hover .bento__bg{animation-play-state:paused}.bento__bg{position:absolute;inset:-6%;background-size:cover;background-position:center;animation:kenburns ease-in-out infinite alternate;will-change:transform}.bento__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(15, 19, 22, 0) 38%, rgba(15, 19, 22, 0.85) 100%)}.bento__content{position:absolute;bottom:0;left:0;right:0;padding:16px 18px;display:flex;flex-direction:column;gap:4px}@media(min-width: 768px){.bento__content{padding:20px 22px}}.bento__tag{color:#ffed00;font-size:12px;font-weight:normal;letter-spacing:.06em;text-transform:uppercase;line-height:1.3;font-family:"PT Sans Narrow","PT Sans","Open Sans",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif}.bento__name{color:#fff;font-size:15px;font-weight:700;line-height:1.25;text-transform:capitalize;letter-spacing:-0.01em}@media(min-width: 768px){.bento__name{font-size:20px}}.bento__card--large .bento__name{font-size:20px}@media(min-width: 768px){.bento__card--large .bento__name{font-size:30px}}