.gk-bento-category{
    --gk-bento-accent:#ea580c;
    --gk-bento-text:#1c242b;
    --gk-bento-muted:#6a737e;
    --gk-bento-featured-1:#1f2a33;
    --gk-bento-featured-2:#2b3942;
    --gk-bento-featured-angle:150deg;
    --gk-bento-featured-width:1.6fr;
    --gk-bento-cols-desktop:4;
    --gk-bento-cols-tablet:3;
    --gk-bento-cols-mobile:2;
    --gk-bento-row-desktop:96px;
    --gk-bento-row-tablet:92px;
    --gk-bento-row-mobile:86px;
    --gk-bento-gap:12px;
    --gk-bento-featured-min-height:190px;
    width:100%;
    background:#eef0f3;
    color:var(--gk-bento-text);
    border-top:3px solid var(--gk-bento-accent);
    box-sizing:border-box;
    font-family:inherit;
}
.gk-bento-category *,
.gk-bento-category *::before,
.gk-bento-category *::after{box-sizing:border-box}
.gk-bento-cat-container{width:100%;max-width:none!important;margin-inline:0;padding:26px 0;padding-inline:0!important}

.gk-bento-cat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;min-width:0}
.gk-bento-cat-title{display:flex;align-items:center;gap:14px;min-width:0}
.gk-bento-cat-bar{display:block;flex:0 0 auto;width:6px;height:48px;border-radius:4px;background:var(--gk-bento-accent)}
.gk-bento-cat-title-copy{min-width:0}
.gk-bento-cat-title-heading{margin:0;color:var(--gk-bento-text);font-size:21px;font-weight:900;line-height:1.45}
.gk-bento-cat-subtitle{margin:3px 0 0;color:var(--gk-bento-muted);font-size:12px;line-height:1.7}
.gk-bento-cat-all{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:9px 20px;border:1px solid var(--gk-bento-accent);border-radius:10px;background:transparent;color:var(--gk-bento-accent);text-decoration:none;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.4;transition:background-color .2s,color .2s,border-color .2s,transform .2s}
.gk-bento-cat-all:hover{background:var(--gk-bento-accent);border-color:var(--gk-bento-accent);color:#fff}
.gk-bento-cat-all:focus-visible{outline:2px solid var(--gk-bento-accent);outline-offset:2px}

.gk-bento-cat-grid{display:grid;grid-template-columns:minmax(0,var(--gk-bento-featured-width)) repeat(var(--gk-bento-cols-desktop),minmax(0,1fr));grid-auto-rows:var(--gk-bento-row-desktop);gap:var(--gk-bento-gap)}
.gk-bento-cat-tile{--gk-bento-local-accent:var(--gk-bento-accent);position:relative;display:flex;align-items:center;gap:12px;min-width:0;background:#fff;border:1px solid #dfe4e9;border-radius:12px;padding:0 14px;text-decoration:none;color:inherit;overflow:hidden;opacity:1;transform:none;--gk-bento-delay:0ms;transition:opacity .5s ease var(--gk-bento-delay),transform .6s cubic-bezier(.2,.7,.3,1) var(--gk-bento-delay),border-color .2s ease,box-shadow .2s ease,background-color .2s ease}
.gk-bento-category.gk-bento-reveal-ready .gk-bento-cat-tile{opacity:0;transform:translateY(14px)}
.gk-bento-category.gk-bento-reveal-ready .gk-bento-cat-tile.gk-bento-on,.gk-bento-category--no-reveal .gk-bento-cat-tile{opacity:1;transform:none}
.gk-bento-cat-tile:not(.gk-bento-cat-featured):hover{border-color:var(--gk-bento-local-accent);box-shadow:0 12px 26px rgba(28,36,43,.08)}

.gk-bento-cat-icon{width:46px;height:46px;border-radius:10px;background:#f1f3f6;display:grid;place-items:center;color:#2b333d;flex:0 0 auto;line-height:0;overflow:hidden;transition:background-color .2s,color .2s,transform .2s}
.gk-bento-cat-icon svg{display:block;width:26px;height:26px;max-width:100%;fill:none;color:currentColor}
.gk-bento-cat-icon i{display:block;font-size:26px;line-height:1;color:currentColor}
.gk-bento-cat-icon img{display:block;width:26px;height:26px;max-width:100%;object-fit:contain;border-radius:inherit}
.gk-bento-cat-tile:not(.gk-bento-cat-featured):hover .gk-bento-cat-icon{background:var(--gk-bento-local-accent);color:#fff}
.gk-bento-cat-info{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1 1 auto}
.gk-bento-cat-info strong{display:block;min-width:0;color:var(--gk-bento-text);font-size:13.5px;font-weight:800;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gk-bento-cat-info small{display:block;color:var(--gk-bento-muted);font-size:11.5px;font-weight:400;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gk-bento-cat-arrow{position:absolute;inset-inline-end:14px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;color:#c6ccd3;opacity:0;transform:translateX(-6px);transition:opacity .2s,transform .2s,color .2s;pointer-events:none}
[dir="ltr"] .gk-bento-cat-arrow{transform:translateX(6px)}
.gk-bento-cat-arrow i{display:block;font-size:1em;line-height:1;color:currentColor}
.gk-bento-cat-arrow svg{display:block;width:1em;height:1em;fill:currentColor;color:currentColor}
.gk-bento-cat-tile:hover .gk-bento-cat-arrow{opacity:1;transform:none;color:var(--gk-bento-local-accent)}

.gk-bento-cat-featured{grid-column:1;grid-row:1/3;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:8px;padding:22px;border:1px solid transparent;border-radius:14px;overflow:hidden;color:#f4f6f8;background:linear-gradient(var(--gk-bento-featured-angle),var(--gk-bento-featured-1),var(--gk-bento-featured-2) 70%)}
.gk-bento-cat-featured:hover{box-shadow:0 18px 36px rgba(28,36,43,.24);border-color:transparent}
.gk-bento-cat-watermark{position:absolute;inset-inline-end:-24px;bottom:-24px;width:190px;height:190px;display:grid;place-items:center;color:#fff;opacity:.07;pointer-events:none;line-height:0}
.gk-bento-cat-watermark svg,.gk-bento-cat-watermark i,.gk-bento-cat-watermark img{display:block;width:100%;height:100%;font-size:inherit;object-fit:contain;fill:none;color:currentColor;filter:grayscale(1)}
.gk-bento-cat-tag{align-self:flex-start;position:relative;z-index:1;background:var(--gk-bento-local-accent);color:#fff;font-size:10.5px;font-weight:800;line-height:1.4;border-radius:999px;padding:5px 12px}
.gk-bento-cat-featured-icon{position:relative;z-index:1;width:56px;height:56px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(234,88,12,.5);border-color:color-mix(in srgb,var(--gk-bento-local-accent) 50%,transparent);display:grid;place-items:center;color:#f59e0b;line-height:0;overflow:hidden}
.gk-bento-cat-featured-icon svg{display:block;width:30px;height:30px;max-width:100%;fill:none;color:currentColor}
.gk-bento-cat-featured-icon i{display:block;font-size:30px;line-height:1;color:currentColor}
.gk-bento-cat-featured-icon img{display:block;width:30px;height:30px;max-width:100%;object-fit:contain;border-radius:inherit}
.gk-bento-cat-featured-title{position:relative;z-index:1;display:block;margin:2px 0 0;color:#f4f6f8;font-size:24px;font-weight:900;line-height:1.5}
.gk-bento-cat-featured-desc{position:relative;z-index:1;margin:0;color:#b9c2cc;font-size:12.5px;font-weight:400;line-height:2;max-width:34ch}
.gk-bento-cat-featured-meta{position:relative;z-index:1;display:block;color:#8d98a3;font-size:11.5px;line-height:1.5}
.gk-bento-cat-cta{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;margin-top:6px;font-size:12.5px;font-weight:800;line-height:1.4;color:#f59e0b;border:1px solid rgba(245,158,11,.5);border-radius:10px;padding:9px 18px;transition:background-color .2s,border-color .2s,color .2s}
.gk-bento-cat-cta-arrow{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s}
.gk-bento-cat-cta-arrow i{display:block;font-size:1em;line-height:1;color:currentColor}
.gk-bento-cat-cta-arrow svg{display:block;width:1em;height:1em;fill:currentColor;color:currentColor}
.gk-bento-cat-featured:hover .gk-bento-cat-cta{background:var(--gk-bento-local-accent);border-color:var(--gk-bento-local-accent);color:#fff}
.gk-bento-cat-featured:hover .gk-bento-cat-cta-arrow{transform:translateX(-4px)}

.elementor-editor-active .gk-bento-cat-tile{opacity:1!important;transform:none!important}

@media (max-width:1100px){
    .gk-bento-cat-grid{grid-template-columns:repeat(var(--gk-bento-cols-tablet),minmax(0,1fr));grid-auto-rows:var(--gk-bento-row-tablet)}
    .gk-bento-cat-featured{grid-column:1/-1;grid-row:auto;min-height:var(--gk-bento-featured-min-height)}
}
@media (max-width:640px){
    .gk-bento-cat-container{padding-block:20px;padding-inline:0!important}
    .gk-bento-cat-grid{grid-template-columns:repeat(var(--gk-bento-cols-mobile),minmax(0,1fr));grid-auto-rows:var(--gk-bento-row-mobile);gap:min(var(--gk-bento-gap),10px)}
    .gk-bento-cat-title-heading{font-size:17px}
    .gk-bento-category--hide-all-mobile .gk-bento-cat-all{display:none!important}
    .gk-bento-cat-tile:not(.gk-bento-cat-featured){padding-inline:10px;gap:9px}
    .gk-bento-cat-icon{width:40px;height:40px;border-radius:9px}
    .gk-bento-cat-icon svg,.gk-bento-cat-icon img{width:22px;height:22px}
    .gk-bento-cat-icon i{font-size:22px}
    .gk-bento-cat-info strong{font-size:12.5px}
    .gk-bento-cat-arrow{display:none}
    .gk-bento-cat-featured{padding:18px;min-height:170px}
    .gk-bento-cat-featured-title{font-size:20px}
    .gk-bento-cat-watermark{width:140px;height:140px}
}
@media (prefers-reduced-motion:reduce){
    .gk-bento-cat-tile{opacity:1;transform:none;transition:none}
}
