/* Scroll Site custom CSS – RICOH Smart Integration Help Centre. JS editor must be EMPTY. */
:root{
  --theme-text-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --theme-text-color: var(--rui-color-text-primary);
  --theme-banner-text-color: var(--rui-color-text-primary);
  --theme-banner-image: none;
  --theme-banner-background-color: var(--K15t-color-neutral-50);
  --theme-header-height: 64px;
  --theme-scroll-offset: 64px;
}
:root{
  --K15t-color-neutral-0: #FFFFFF;
  --K15t-color-neutral-10: #FBFCFC;
  --K15t-color-neutral-25: #F6F7F8;
  --K15t-color-neutral-50: #EFF0F1;
  --K15t-color-neutral-75: #E6E9EB;
  --K15t-color-neutral-100: #DFE1E4;
  --K15t-color-neutral-200: #C0C4C9;
  --K15t-color-neutral-300: #A1A7AD;
  --K15t-color-neutral-400: #838A91;
  --K15t-color-neutral-500: #686D73;
  --K15t-color-neutral-600: #52575C;
  --K15t-color-neutral-700: #3D4146;
  --K15t-color-neutral-800: #282B2F;
  --K15t-color-neutral-850: #1E2023;
  --K15t-color-neutral-900: #131517;
  --K15t-color-neutral-950: #090A0B;
  --K15t-color-neutral-1000: #000000;
  --K15t-color-blue-50: #EAF0FC;
  --K15t-color-blue-100: #D4E0F8;
  --K15t-color-blue-400: #5384E5;
  --K15t-color-blue-500: #2865DE;
  --K15t-color-blue-600: #2050B0;
  --K15t-surface: var(--K15t-color-neutral-10);
}
:root{
  --rui-color-text-primary: var(--K15t-color-neutral-800);
  --rui-color-text-secondary: var(--K15t-color-neutral-500);
  --rui-color-text-blue: var(--K15t-color-blue-500);
  --rui-color-lowest-gray: var(--K15t-color-neutral-200);
  --rui-color-low-gray: var(--K15t-color-neutral-300);
  --rui-color-primary: var(--K15t-color-blue-500);
  --rui-shadow-inset: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  --rui-shadow-l: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
[data-component="header"] {
  --background: var(--K15t-color-neutral-10);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
[data-component="banner"] {
  background-image: linear-gradient(to top, rgba(0,0,0,0.1), transparent 10px);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 10px;
}
[data-component="search-input"] .search-input__input {
  border: 1px solid var(--rui-color-lowest-gray);
  box-shadow: var(--rui-shadow-inset);
}
[data-component="search-input"] .search-input__input:hover,
[data-component="search-input"] .search-input__input:focus {
  border: 1px solid var(--rui-color-low-gray);
}
[data-component="footer"] {
  padding: 24px;
  background-color: var(--K15t-color-neutral-25);
  border-top: none;
  --_foreground: var(--rui-color-text-secondary);
}
[data-component="footer"] .footer-logo { display: none; }
/* On this Page */
[data-component="toc"] {
  --foreground-color-selected: var(--rui-color-text-blue);
  --background-color-selected: var(--K15t-color-blue-50);
}
.toc.sticky .toc-list .toc-link[aria-current="true"]::before {
  block-size: calc(100% - 16px);
  inset-inline-start: 4px;
  border-radius: 10px;
}
/* left tree, current page */
.tree-item-header:has(> a[aria-current="page"]) { background-color: var(--K15t-color-blue-50); }
.tree-item-header:has(> a[aria-current="page"]) > a { color: var(--rui-color-text-blue); }
/* tiles on top page */
[data-page-template="content-source"] [data-component="tile"] {
  border-radius: 8px;
  border: none;
  box-shadow: var(--rui-shadow-l);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 20px 40px;
}
[data-page-template="content-source"] .tile-body { justify-self: stretch; }
[data-page-template="content-source"] .tile-title a { color: var(--rui-color-primary); }
@media (max-width:1024px){
  [data-page-template="content-source"] [data-component="tile"] {
    grid-template-columns: max-content 1fr;
    align-items: center;
    column-gap: 16px;
  }
  [data-page-template="content-source"] [data-component="tile"]::before { margin: 0; }
}[data-page-template="content-source"] [data-component="tile"]::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin: 8px 0 16px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='37' viewBox='0 0 42 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3125 33.9375C19.4062 33.9375 19.4844 33.9062 19.5469 33.8438C19.6406 33.75 19.6875 33.6562 19.6875 33.5625V8.20312C19.6875 8.17188 19.6719 8.14062 19.6406 8.10938C19.6406 8.04687 19.6094 8 19.5469 7.96875C18.6094 7.125 17.5625 6.42188 16.4062 5.85938C15.2188 5.29688 13.9375 4.85937 12.5625 4.54688C11.2188 4.20312 9.79688 3.96875 8.29688 3.84375C6.76562 3.6875 5.1875 3.59375 3.5625 3.5625C3.46875 3.5625 3.375 3.60938 3.28125 3.70312C3.21875 3.76563 3.1875 3.84375 3.1875 3.9375V28.3594C3.1875 28.4531 3.21875 28.5469 3.28125 28.6406C3.375 28.7031 3.46875 28.7344 3.5625 28.7344C5.1875 28.7969 6.73438 28.9688 8.20312 29.25C9.67188 29.5312 11.0312 29.8906 12.2812 30.3281C13.5312 30.7656 14.6719 31.2812 15.7031 31.875C16.7344 32.4688 17.6406 33.125 18.4219 33.8438C18.4531 33.875 18.4844 33.9062 18.5156 33.9375C18.5781 33.9375 18.625 33.9375 18.6562 33.9375H19.3125ZM21 36.5625H18C17.8125 36.5625 17.6406 36.5312 17.4844 36.4688C17.3281 36.4062 17.1875 36.3125 17.0625 36.1875C16.4062 35.5 15.5781 34.8594 14.5781 34.2656C13.6094 33.7031 12.4844 33.2031 11.2031 32.7656C9.92188 32.2969 8.5 31.9375 6.9375 31.6875C5.375 31.4375 3.6875 31.3125 1.875 31.3125C1.5 31.3125 1.1875 31.1875 0.9375 30.9375C0.6875 30.6875 0.5625 30.375 0.5625 30V2.25C0.5625 2.0625 0.59375 1.89063 0.65625 1.73438C0.71875 1.57812 0.8125 1.4375 0.9375 1.3125C1.0625 1.1875 1.20312 1.09375 1.35938 1.03125C1.51562 0.96875 1.6875 0.9375 1.875 0.9375C3.59375 0.9375 5.3125 0.984375 7.03125 1.07812C8.75 1.20312 10.4219 1.42188 12.0469 1.73438C13.6719 2.04687 15.2188 2.51562 16.6875 3.14062C18.1562 3.73437 19.5156 4.53125 20.7656 5.53125C20.8281 5.59375 20.9062 5.625 21 5.625C21.0938 5.625 21.1719 5.59375 21.2344 5.53125C22.4844 4.53125 23.8438 3.73437 25.3125 3.14062C26.7812 2.51562 28.3281 2.04687 29.9531 1.73438C31.5781 1.42188 33.25 1.20312 34.9688 1.07812C36.6875 0.984375 38.4062 0.9375 40.125 0.9375C40.3125 0.9375 40.4844 0.96875 40.6406 1.03125C40.7969 1.09375 40.9375 1.1875 41.0625 1.3125C41.1875 1.4375 41.2812 1.57812 41.3438 1.73438C41.4062 1.89063 41.4375 2.0625 41.4375 2.25V30C41.4375 30.375 41.3125 30.6875 41.0625 30.9375C40.8125 31.1875 40.5 31.3125 40.125 31.3125C38.3125 31.3125 36.625 31.4375 35.0625 31.6875C33.5 31.9375 32.0781 32.2969 30.7969 32.7656C29.5156 33.2031 28.3906 33.7031 27.4219 34.2656C26.4219 34.8594 25.5938 35.5 24.9375 36.1875C24.8125 36.3125 24.6719 36.4062 24.5156 36.4688C24.3594 36.5312 24.1875 36.5625 24 36.5625H21ZM22.6875 33.9375H23.3438C23.375 33.9375 23.4062 33.9375 23.4375 33.9375C23.5 33.9062 23.5469 33.875 23.5781 33.8438C24.3594 33.125 25.2656 32.4688 26.2969 31.875C27.3281 31.2812 28.4688 30.7656 29.7188 30.3281C30.9688 29.8906 32.3281 29.5312 33.7969 29.25C35.2656 28.9688 36.8125 28.7969 38.4375 28.7344C38.5312 28.7344 38.6094 28.7031 38.6719 28.6406C38.7656 28.5469 38.8125 28.4531 38.8125 28.3594V3.9375C38.8125 3.84375 38.7656 3.76563 38.6719 3.70312C38.6094 3.60938 38.5312 3.5625 38.4375 3.5625C36.8125 3.59375 35.2344 3.6875 33.7031 3.84375C32.2031 3.96875 30.7656 4.20312 29.3906 4.54688C28.0469 4.85937 26.7812 5.29688 25.5938 5.85938C24.4375 6.42188 23.3906 7.125 22.4531 7.96875C22.3906 8 22.3438 8.04687 22.3125 8.10938C22.3125 8.14062 22.3125 8.17188 22.3125 8.20312V33.5625C22.3125 33.6562 22.3438 33.75 22.4062 33.8438C22.5 33.9062 22.5938 33.9375 22.6875 33.9375Z' fill='%23ADB3B8'/%3E%3C/svg%3E");
}
[data-page-template="content-source"] [data-component="tile"]:has(.tile-title a[href$="/for-admins"])::before {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7656 25.4219L18.2969 24.2031L19.0938 23.875L19.7031 24.4844L18.7656 25.4219ZM25.4219 18.7656L24.4844 19.7031L23.875 19.0938L24.2031 18.2969L25.4219 18.7656ZM3.48438 11.9219L0.90625 11.3594C1.03125 10.8594 1.26562 10.4375 1.60938 10.0938C1.98438 9.75 2.39062 9.53125 2.82812 9.4375C3.26562 9.3125 3.70312 9.3125 4.14062 9.4375C4.60938 9.5625 5.03125 9.79687 5.40625 10.1406L3.53125 12.0156C3.53125 12.0156 3.51562 12.0156 3.48438 12.0156C3.48438 11.9844 3.48438 11.9688 3.48438 11.9688C3.45312 11.9688 3.4375 11.9688 3.4375 11.9688C3.4375 11.9688 3.45312 11.9531 3.48438 11.9219ZM6.4375 21.8125L4.60938 23.6875C2.92188 22.0312 1.76562 20.1094 1.14062 17.9219C0.546875 15.7031 0.46875 13.5156 0.90625 11.3594L3.48438 11.9219C3.14062 13.6406 3.20312 15.3906 3.67188 17.1719C4.17188 18.9219 5.09375 20.4688 6.4375 21.8125ZM18.2969 24.2031L19.2812 26.6406C18.0625 27.1406 16.7969 27.4531 15.4844 27.5781C14.1719 27.7031 12.875 27.6406 11.5938 27.3906C10.3125 27.1406 9.07812 26.7188 7.89062 26.125C6.70312 25.5 5.60938 24.6875 4.60938 23.6875L6.4375 21.8125C8.03125 23.4375 9.90625 24.4531 12.0625 24.8594C14.25 25.2344 16.3281 25.0156 18.2969 24.2031ZM35.3594 40.1406L33.4844 41.9688L17.875 26.3594L19.7031 24.4844L35.3594 40.1406ZM40.1406 40.1406L41.9688 41.9688C40.8125 43.1562 39.4062 43.75 37.75 43.75C36.0938 43.75 34.6719 43.1562 33.4844 41.9688L35.3594 40.1406C36.0156 40.7969 36.8125 41.125 37.75 41.125C38.6875 41.125 39.4844 40.7969 40.1406 40.1406ZM40.1406 35.3594L41.9688 33.4844C43.1562 34.6719 43.75 36.0938 43.75 37.75C43.75 39.4062 43.1562 40.8125 41.9688 41.9688L40.1406 40.1406C40.7969 39.4844 41.125 38.6875 41.125 37.75C41.125 36.8125 40.7969 36.0156 40.1406 35.3594ZM24.4844 19.7031L26.3594 17.875L41.9688 33.4844L40.1406 35.3594L24.4844 19.7031ZM21.8125 6.4375L23.6875 4.60938C24.6875 5.60938 25.5 6.70312 26.125 7.89062C26.7188 9.07813 27.1406 10.3125 27.3906 11.5938C27.6406 12.875 27.7031 14.1719 27.5781 15.4844C27.4531 16.7969 27.1406 18.0625 26.6406 19.2812L24.2031 18.2969C25.0156 16.3281 25.2188 14.2656 24.8125 12.1094C24.4375 9.92188 23.4375 8.03125 21.8125 6.4375ZM11.5 3.57812L10.8438 1.04688C13.0625 0.484375 15.3125 0.5 17.5938 1.09375C19.9062 1.6875 21.9375 2.85937 23.6875 4.60938L21.8125 6.4375C20.4375 5.0625 18.8125 4.14062 16.9375 3.67188C15.0938 3.17188 13.2812 3.14062 11.5 3.57812ZM11.5938 3.625L9.71875 5.5C9.375 5.15625 9.14062 4.76563 9.01562 4.32812C8.89062 3.85938 8.875 3.40625 8.96875 2.96875C9.0625 2.53125 9.26562 2.14063 9.57812 1.79688C9.92188 1.42188 10.3438 1.17187 10.8438 1.04688L11.5 3.57812C11.5312 3.54688 11.5469 3.53125 11.5469 3.53125C11.5469 3.53125 11.5469 3.54688 11.5469 3.57812C11.5469 3.57812 11.5625 3.59375 11.5938 3.625ZM16.6094 8.64062L14.7344 10.5156L9.71875 5.5L11.5938 3.625L16.6094 8.64062ZM17.4531 10.7031L14.8281 10.6562C14.8281 10.625 14.8125 10.5937 14.7812 10.5625C14.7812 10.5313 14.7656 10.5156 14.7344 10.5156L16.6094 8.64062C16.8906 8.92188 17.0938 9.25 17.2188 9.625C17.375 9.96875 17.4531 10.3281 17.4531 10.7031ZM17.3594 14.875L14.7344 14.7812L14.8281 10.6562L17.4531 10.7031L17.3594 14.875ZM14.5938 17.5938L14.5469 14.9688C14.5781 14.9688 14.6094 14.9531 14.6406 14.9219C14.7031 14.8906 14.7344 14.8438 14.7344 14.7812L17.3594 14.875C17.3281 15.625 17.0469 16.2656 16.5156 16.7969C15.9844 17.3281 15.3438 17.5938 14.5938 17.5938ZM10.4219 17.6875L10.375 15.0625L14.5469 14.9688L14.5938 17.5938L10.4219 17.6875ZM8.40625 16.8906L10.2344 15.0156C10.2656 15.0469 10.2812 15.0625 10.2812 15.0625C10.3125 15.0625 10.3438 15.0625 10.375 15.0625L10.4219 17.6875C10.0469 17.6875 9.67188 17.625 9.29688 17.5C8.95312 17.3438 8.65625 17.1406 8.40625 16.8906ZM3.53125 12.0156L5.40625 10.1406L10.2344 15.0156L8.40625 16.8906L3.53125 12.0156ZM38.5 36.3906C38.1875 36.0781 37.8125 35.9219 37.375 35.9219C36.9375 35.9219 36.5625 36.0781 36.25 36.3906C35.9375 36.7031 35.7812 37.0781 35.7812 37.5156C35.7812 37.9531 35.9375 38.3281 36.25 38.6406C36.5625 38.9531 36.9375 39.1094 37.375 39.1094C37.8125 39.1094 38.1875 38.9531 38.5 38.6406C38.8125 38.3281 38.9688 37.9531 38.9688 37.5156C38.9688 37.0781 38.8125 36.7031 38.5 36.3906Z' fill='%23ADB3B8'/%3E%3C/svg%3E");
}
[data-page-template="content-source"] [data-component="tile"]:has(.tile-title a[href$="/1ricoh-smart-integration-help-centre"])::before {
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.9062 38.4688C34.7188 36.7812 34.4219 35.2969 34.0156 34.0156C33.6094 32.7031 33.0938 31.5938 32.4688 30.6875C31.5625 29.3438 30.3438 28.3281 28.8125 27.6406C27.3125 26.9219 25.375 26.5625 23 26.5625C20.625 26.5625 18.6719 26.9219 17.1406 27.6406C15.6406 28.3281 14.4375 29.3438 13.5312 30.6875C12.9062 31.5938 12.3906 32.7031 11.9844 34.0156C11.5781 35.2969 11.2812 36.7812 11.0938 38.4688C12.75 39.7188 14.5781 40.7031 16.5781 41.4219C18.6094 42.1406 20.75 42.5 23 42.5C25.25 42.5 27.375 42.1406 29.375 41.4219C31.4062 40.7031 33.25 39.7188 34.9062 38.4688ZM37.25 36.3125C38.875 34.5625 40.1562 32.5469 41.0938 30.2656C42.0312 27.9844 42.5 25.5625 42.5 23C42.5 20.3125 41.9844 17.7812 40.9531 15.4062C39.9531 13.0313 38.5625 10.9688 36.7812 9.21875C35.0312 7.4375 32.9688 6.04688 30.5938 5.04688C28.2188 4.01562 25.6875 3.5 23 3.5C20.3125 3.5 17.7812 4.01562 15.4062 5.04688C13.0312 6.04688 10.9531 7.4375 9.17188 9.21875C7.42188 10.9688 6.04688 13.0313 5.04688 15.4062C4.01562 17.7812 3.5 20.3125 3.5 23C3.5 25.5625 3.96875 27.9844 4.90625 30.2656C5.84375 32.5469 7.125 34.5625 8.75 36.3125C9 34.9062 9.32812 33.6094 9.73438 32.4219C10.1719 31.2344 10.7188 30.1562 11.375 29.1875C12.0938 28.125 12.9531 27.2188 13.9531 26.4688C14.9531 25.7188 16.0938 25.1406 17.375 24.7344C16.1875 23.8594 15.2344 22.75 14.5156 21.4062C13.7969 20.0625 13.4375 18.5938 13.4375 17C13.4375 15.6875 13.6875 14.4531 14.1875 13.2969C14.6875 12.1094 15.3594 11.0938 16.2031 10.25C17.0781 9.375 18.1094 8.6875 19.2969 8.1875C20.4531 7.6875 21.6875 7.4375 23 7.4375C24.3125 7.4375 25.5469 7.6875 26.7031 8.1875C27.8906 8.6875 28.9062 9.375 29.75 10.25C30.625 11.0938 31.3125 12.1094 31.8125 13.2969C32.3125 14.4531 32.5625 15.6875 32.5625 17C32.5625 18.5938 32.2031 20.0625 31.4844 21.4062C30.7656 22.75 29.8125 23.8594 28.625 24.7344C29.9062 25.1406 31.0469 25.7188 32.0469 26.4688C33.0469 27.2188 33.9062 28.125 34.625 29.1875C35.2812 30.1562 35.8125 31.2344 36.2188 32.4219C36.6562 33.6094 37 34.9062 37.25 36.3125ZM45.5 23C45.5 26.0938 44.9062 29.0156 43.7188 31.7656C42.5625 34.4844 40.9531 36.875 38.8906 38.9375C36.8594 40.9688 34.4844 42.5625 31.7656 43.7188C29.0156 44.9062 26.0938 45.5 23 45.5C19.9062 45.5 16.9844 44.9062 14.2344 43.7188C11.5156 42.5625 9.125 40.9688 7.0625 38.9375C5.03125 36.875 3.4375 34.4844 2.28125 31.7656C1.09375 29.0156 0.5 26.0938 0.5 23C0.5 19.9062 1.09375 16.9844 2.28125 14.2344C3.4375 11.5156 5.03125 9.14063 7.0625 7.10938C9.125 5.04688 11.5156 3.4375 14.2344 2.28125C16.9844 1.09375 19.9062 0.5 23 0.5C26.0938 0.5 29.0156 1.09375 31.7656 2.28125C34.4844 3.4375 36.8594 5.04688 38.8906 7.10938C40.9531 9.14063 42.5625 11.5156 43.7188 14.2344C44.9062 16.9844 45.5 19.9062 45.5 23ZM16.0625 17C16.0625 18.9062 16.7344 20.5469 18.0781 21.9219C19.4531 23.2656 21.0938 23.9375 23 23.9375C24.9062 23.9375 26.5312 23.2656 27.875 21.9219C29.25 20.5469 29.9375 18.9062 29.9375 17C29.9375 15.0938 29.25 13.4687 27.875 12.125C26.5312 10.75 24.9062 10.0625 23 10.0625C21.0938 10.0625 19.4531 10.75 18.0781 12.125C16.7344 13.4687 16.0625 15.0938 16.0625 17Z' fill='%23ADB3B8'/%3E%3C/svg%3E");
}
[data-page-template="content-source"] [data-component="tile"]:has(.tile-title a[href$="/ricoh-smart-integration-videos"])::before {
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 42.5C25.6875 42.5 28.2188 41.9844 30.5938 40.9531C32.9688 39.9531 35.0312 38.5781 36.7812 36.8281C38.5625 35.0469 39.9531 32.9688 40.9531 30.5938C41.9844 28.2188 42.5 25.6875 42.5 23C42.5 20.3125 41.9844 17.7812 40.9531 15.4062C39.9531 13.0313 38.5625 10.9688 36.7812 9.21875C35.0312 7.4375 32.9688 6.04688 30.5938 5.04688C28.2188 4.01562 25.6875 3.5 23 3.5C20.3125 3.5 17.7812 4.01562 15.4062 5.04688C13.0312 6.04688 10.9531 7.4375 9.17188 9.21875C7.42188 10.9688 6.04688 13.0313 5.04688 15.4062C4.01562 17.7812 3.5 20.3125 3.5 23C3.5 25.6875 4.01562 28.2188 5.04688 30.5938C6.04688 32.9688 7.42188 35.0469 9.17188 36.8281C10.9531 38.5781 13.0312 39.9531 15.4062 40.9531C17.7812 41.9844 20.3125 42.5 23 42.5ZM23 45.5C19.9062 45.5 16.9844 44.9062 14.2344 43.7188C11.5156 42.5625 9.125 40.9688 7.0625 38.9375C5.03125 36.875 3.4375 34.4844 2.28125 31.7656C1.09375 29.0156 0.5 26.0938 0.5 23C0.5 19.9062 1.09375 16.9844 2.28125 14.2344C3.4375 11.5156 5.03125 9.14063 7.0625 7.10938C9.125 5.04688 11.5156 3.4375 14.2344 2.28125C16.9844 1.09375 19.9062 0.5 23 0.5C26.0938 0.5 29.0156 1.09375 31.7656 2.28125C34.4844 3.4375 36.8594 5.04688 38.8906 7.10938C40.9531 9.14063 42.5625 11.5156 43.7188 14.2344C44.9062 16.9844 45.5 19.9062 45.5 23C45.5 26.0938 44.9062 29.0156 43.7188 31.7656C42.5625 34.4844 40.9531 36.875 38.8906 38.9375C36.8594 40.9688 34.4844 42.5625 31.7656 43.7188C29.0156 44.9062 26.0938 45.5 23 45.5ZM32.375 22.2969L17.4219 13.3438C17.1406 13.1875 16.875 13.1875 16.625 13.3438C16.375 13.5 16.25 13.7344 16.25 14.0469V31.9531C16.25 32.2656 16.375 32.5 16.625 32.6562C16.875 32.8125 17.1406 32.8125 17.4219 32.6562L32.375 23.7031C32.625 23.5469 32.75 23.3125 32.75 23C32.75 22.6875 32.625 22.4531 32.375 22.2969Z' fill='%23ADB3B8'/%3E%3C/svg%3E");
}