.games-hub{width:100%}.games-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.games-hub-course{appearance:none;width:100%;min-height:190px;border:1px solid #d4dfda;border-radius:18px;background:#fff;padding:24px;text-align:left;display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:18px;align-items:center;cursor:pointer;color:#0d3428;box-shadow:0 12px 28px rgba(14,54,41,.04);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.games-hub-course:hover{transform:translateY(-2px);border-color:#7fa895;box-shadow:0 18px 38px rgba(14,54,41,.09)}.games-hub-course-mark{width:64px;height:64px;border-radius:15px;background:#e4f0ea;color:#176b4f;display:grid;place-items:center;font-size:14px;font-weight:900;letter-spacing:.06em}.games-hub-course-copy{display:flex;flex-direction:column;min-width:0}.games-hub-course-copy small,.games-hub-game-copy small{font-size:11px;font-weight:900;letter-spacing:.15em;color:#6e8178;text-transform:uppercase}.games-hub-course-copy b{margin-top:8px;font-size:24px;line-height:1.2;color:#0d3428}.games-hub-course-copy>span{margin-top:10px;font-size:13px;color:#718078}.games-hub-course>strong{font-size:24px;color:#1c7658}.games-hub-head{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:20px;margin-bottom:24px}.games-hub-head h2{margin:6px 0 6px;font-size:31px;line-height:1.16;color:#0b3427}.games-hub-head p{margin:0;color:#708078;font-size:15px}.games-hub-back{appearance:none;border:1px solid #cbd9d2;background:#fff;color:#124c3a;border-radius:10px;padding:11px 15px;font-weight:800;cursor:pointer;white-space:nowrap}.games-hub-back:hover{border-color:#8fb3a3;background:#f7faf8}.games-hub-game-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.games-hub-game{appearance:none;min-height:250px;border:1px solid #d1ddd7;border-radius:18px;background:linear-gradient(145deg,#0d3b2e,#124f3c);padding:24px;text-align:left;display:grid;grid-template-columns:48px minmax(0,1fr);gap:18px;color:#fff;cursor:pointer;box-shadow:0 18px 38px rgba(12,49,38,.10);transition:transform .18s ease,box-shadow .18s ease}.games-hub-game:hover{transform:translateY(-2px);box-shadow:0 22px 44px rgba(12,49,38,.16)}.games-hub-game-no{width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,.11);display:grid;place-items:center;color:#c8f16d;font-size:12px;font-weight:900}.games-hub-game-copy{display:flex;flex-direction:column;min-width:0}.games-hub-game-copy small{color:#9dbbad}.games-hub-game-copy b{margin-top:8px;font-size:28px;line-height:1.15;color:#fff}.games-hub-game-copy p{margin:13px 0 24px;color:#c9ddd4;font-size:14px;line-height:1.55}.games-hub-game-copy>span{margin-top:auto;color:#c8f16d;font-size:14px;font-weight:900}.games-hub-inside{animation:gamesHubIn .18s ease-out}@keyframes gamesHubIn{from{opacity:.55;transform:translateY(4px)}to{opacity:1;transform:none}}@media(max-width:1050px){.games-hub-grid,.games-hub-game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.games-hub-grid,.games-hub-game-grid{grid-template-columns:1fr}.games-hub-course{min-height:150px;padding:20px;grid-template-columns:54px minmax(0,1fr) auto}.games-hub-course-mark{width:54px;height:54px}.games-hub-course-copy b{font-size:21px}.games-hub-head{grid-template-columns:1fr;gap:14px}.games-hub-head h2{font-size:27px}.games-hub-back{justify-self:start}.games-hub-game{min-height:220px;padding:20px}.games-hub-game-copy b{font-size:25px}}