.rnav{--partner-color: #3C2824;position:sticky;top:55px;height:calc(100vh - var(--top, 0));overflow:auto}.rnav .rnav__message{z-index:1;position:absolute;display:none;align-items:center;justify-content:center;background:#ffffff63;width:100%;height:100%;text-align:center;font-weight:600;color:var(--orange)}.rnav .rnav__message p{background-color:var(--white);width:100%;padding-top:5px;padding-bottom:5px}.rnav .rnav__message--view{display:flex}.rnav .rnav__list{display:flex;flex-direction:column;gap:16px}.rnav .rnav__item{display:flex;flex-direction:column;gap:5px}.rnav .rnav__item-container{display:flex;align-items:center;gap:10px;cursor:pointer;padding:3px}.rnav .rnav__item-image{border-radius:4px;overflow:hidden}.rnav .rnav__item-name{font-family:var(--font-inter);font-weight:500;font-size:var(--tab-size, 16px);line-height:1.25}.rnav .rnav__item-partner{margin-left:auto;display:flex;align-items:center;justify-content:center;width:100%;max-width:50px}.rnav .rnav__item-partner+.rnav__item-arrow{margin-left:initial}.rnav .rnav__item-arrow{margin-left:auto;width:12px;height:12px;transition:transform 0.25s ease-in-out}.rnav .rnav__item-categories{display:flex;flex-direction:column;gap:6px;padding-left:50px;max-height:0;overflow:hidden;transition:max-height 0.25s ease-in-out}.rnav .rnav__item-category{font-family:var(--font-inter);font-weight:500;font-size:var(--tab-size, 16px);line-height:1.25;color:#0E254B;opacity:0.6}.rnav .rnav__item--show .rnav__item-categories{max-height:var(--max-height, 0)}.rnav .rnav__item--show .rnav__item-arrow{transform:rotate(90deg)}.rnav .rnav__item--partner .rnav__item-container{border-radius:7px}.rnav .rnav__item--show.rnav__item--partner{--partner-color: #FFFDF4}.rnav .rnav__item--show.rnav__item--partner .rnav__item-container{--primary-color-icon: #fff;background-color:#3A2828}.rnav .rnav__item--show.rnav__item--partner .rnav__item-name{color:var(--white)}