@layer retech-block{.retech-x-mat-grid__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.retech-x-mat-grid__card{border:1px solid var(--retech-x-line);border-radius:var(--retech-x-r-lg);background:var(--retech-x-white);overflow:hidden;transition:border-color var(--retech-x-dur) var(--retech-x-ease-ui),box-shadow var(--retech-x-dur) var(--retech-x-ease-ui),transform var(--retech-x-dur) var(--retech-x-ease-ui)}.retech-x-mat-grid__card:hover{border-color:var(--retech-x-flow-a45);box-shadow:var(--retech-x-sh-md);transform:translateY(-3px)}.retech-x-mat-grid__link{display:flex;flex-direction:column;height:100%}.retech-x-mat-grid__media{position:relative;aspect-ratio:3 / 2;overflow:hidden;background:var(--retech-x-gray-light)}.retech-x-mat-grid__media--empty{background:linear-gradient(150deg,var(--retech-x-gray-light) 0%,var(--retech-x-line) 100%)}.retech-x-mat-grid__img{width:100%;height:100%;object-fit:cover;transition:transform 600ms var(--retech-x-ease-entry)}.retech-x-mat-grid__card:hover .retech-x-mat-grid__img{transform:scale(1.05)}.retech-x-mat-grid__no{position:absolute;top:10px;left:10px;padding:3px 8px;border-radius:var(--retech-x-r-xs);background:rgb(17 23 28 / .6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em}.retech-x-mat-grid__body{display:flex;flex-direction:column;flex:1;padding:20px 18px 22px}.retech-x-mat-grid__title{font-size:16px;font-weight:700;line-height:1.35;color:var(--retech-x-ink);letter-spacing:-.01em}.retech-x-mat-grid__challenge{margin-top:9px;color:var(--retech-x-ink-3);font-size:13px;line-height:1.6}.retech-x-mat-grid__output{display:grid;grid-template-rows:0fr;margin-top:0;padding-left:13px;border-left:2px solid var(--retech-x-flow);opacity:0;overflow:hidden;color:var(--retech-x-ink-2);font-size:13px;line-height:1.55;transition:grid-template-rows var(--retech-x-dur) var(--retech-x-ease-ui),opacity var(--retech-x-dur) var(--retech-x-ease-ui),margin-top var(--retech-x-dur) var(--retech-x-ease-ui)}.retech-x-mat-grid__output-inner{display:block;overflow:hidden}.retech-x-mat-grid__output-label{display:block;margin-bottom:3px;color:var(--retech-x-flow-dark);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.retech-x-mat-grid__card:hover .retech-x-mat-grid__output,.retech-x-mat-grid__card:focus-within .retech-x-mat-grid__output,.retech-x-mat-grid__link:focus-visible .retech-x-mat-grid__output{grid-template-rows:1fr;opacity:1;margin-top:12px}.retech-x-mat-grid__link-arrow{padding-top:16px;color:var(--retech-x-flow-dark);font-size:13px}.retech-x-mat-grid__card--guide{border-color:#fff0;background:linear-gradient(150deg,var(--retech-x-steel) 0%,var(--retech-x-graphite) 100%)}.retech-x-mat-grid__card--guide:hover{border-color:var(--retech-x-flow-a45)}.retech-x-mat-grid__guide{display:flex;flex-direction:column;height:100%;padding:34px 28px}.retech-x-mat-grid__guide .retech-x-mat-grid__title{color:#fff;font-size:20px}.retech-x-mat-grid__guide-text{margin-top:14px;margin-bottom:26px;color:var(--retech-x-w60);font-size:14px;line-height:1.62}.retech-x-mat-grid__guide-cta{margin-top:auto;align-self:flex-start}.retech-x-mat-grid--dark .retech-x-mat-grid__card--guide{border-color:var(--retech-x-line-dark)}}@layer retech-responsive{@media (max-width:1240px){.retech-x-mat-grid__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1080px){.retech-x-mat-grid__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.retech-x-mat-grid__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.retech-x-mat-grid__output{grid-template-rows:1fr;opacity:1;margin-top:10px}.retech-x-mat-grid__body{padding:16px 14px 18px}.retech-x-mat-grid__title{font-size:15px}.retech-x-mat-grid__link-arrow{padding-top:12px}.retech-x-mat-grid__guide{padding:24px 18px}.retech-x-mat-grid__guide .retech-x-mat-grid__title{font-size:17px}}@media (max-width:420px){.retech-x-mat-grid__grid{grid-template-columns:minmax(0,1fr)}}}