.rm-wrap{display:flex;align-items:stretch;width:100%;overflow:hidden;--rm-height:540px;--rm-gap:6px}.rm-tabs{display:flex;flex-direction:column;justify-content:flex-start;flex-shrink:0;width:54px;border-right:1px solid rgb(0 0 0 / .1)}.rm-tab{writing-mode:vertical-rl;transform:rotate(180deg);text-orientation:mixed;font-family:inherit;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;background:#fff0;border:none;border-bottom:1px solid rgb(0 0 0 / .1);padding:24px 0;cursor:pointer;color:rgb(0 0 0 / .35);line-height:1.4;transition:color 0.2s,background 0.2s;white-space:nowrap}.rm-tab:last-child{border-bottom:none}.rm-tab.active{color:rgb(0 0 0 / .85);background:rgb(0 0 0 / .05)}.rm-tab:hover:not(.active){color:rgb(0 0 0 / .6)}.rm-stage{display:flex;align-items:center;flex:1;min-width:0;position:relative}.rm-arrow{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:rgb(255 255 255 / .75);border:1px solid rgb(0 0 0 / .12);font-size:26px;line-height:1;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background 0.2s;position:absolute;top:50%;transform:translateY(-50%);padding:0;color:#333}.rm-arrow:hover{background:rgb(255 255 255 / .95)}.rm-arrow-prev{left:10px}.rm-arrow-next{right:10px}.rm-track-wrap{flex:1;overflow:hidden;min-width:0;padding:20px 0}.rm-track{display:flex;gap:var(--rm-gap);transition:transform 0.45s cubic-bezier(.4,0,.2,1);will-change:transform}.rm-card{flex-shrink:0}.rm-card-inner{height:var(--rm-height,540px);background-size:cover;background-position:center center;background-color:#2a3a4a;border-radius:4px;overflow:hidden;position:relative}.rm-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0 / .72) 0%,rgb(0 0 0 / .18) 45%,rgb(0 0 0 / .05) 100%);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:2rem 1.5rem;text-align:center}.rm-card-top{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:1.25rem;width:100%}.rm-logo-img{max-height:52px;max-width:200px;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:8px}.rm-card-label{color:rgb(255 255 255 / .7);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;font-family:inherit}.rm-card-name{color:#fff;font-size:clamp(22px, 3vw, 36px);font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.1;font-family:inherit}.rm-card-subtitle{color:rgb(255 255 255 / .75);font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:400;margin-top:4px;font-family:inherit}.rm-card-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;width:100%}.rm-btn{display:inline-block;padding:9px 22px;font-size:12px;font-family:inherit;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border-radius:30px;text-decoration:none;cursor:pointer;transition:background 0.2s,color 0.2s,border-color 0.2s;white-space:nowrap}.rm-btn-outline{background:#fff0;border:1px solid rgb(255 255 255 / .65);color:#fff}.rm-btn-outline:hover{background:rgb(255 255 255 / .15);color:#fff;text-decoration:none}.rm-btn-solid{background:rgb(255 255 255 / .15);border:1px solid rgb(255 255 255 / .65);color:#fff}.rm-btn-solid:hover{background:rgb(255 255 255 / .3);color:#fff;text-decoration:none}@media (max-width:900px){.rm-card-name{font-size:26px}}@media (max-width:600px){.rm-tabs{display:none}.rm-card-inner{height:420px}.rm-arrow{width:36px;height:36px;font-size:20px}.rm-btn{padding:8px 16px;font-size:11px}}