/*
 * One shared quick bar for every page and viewport.
 * Values intentionally do not change by page, scroll, hover, focus, or drawer state.
 */
html body {
  padding-bottom: 64px !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) {
  position: fixed !important;
  inset: auto 0 0 0 !important;
  z-index: 1001 !important;
  width: 100% !important;
  max-width: none !important;
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-top: 1px solid #e6e6e6 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item,
html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:hover,
html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:focus,
html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:focus-visible,
html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:active,
html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-strong,
html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-strong:hover,
html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-strong:focus,
html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-strong:focus-visible,
html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-strong:active {
  box-sizing: border-box !important;
  min-width: 0 !important;
  width: auto !important;
  height: 63px !important;
  min-height: 63px !important;
  max-height: 63px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 5px 2px 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #a5a5a5 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item::before,
html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item::after {
  display: none !important;
  content: none !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:not(:last-child) {
  border-right: 0 !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon,
html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-phone {
  flex: 0 0 28px !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: inherit !important;
  font-size: 0 !important;
  line-height: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  overflow: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.15 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon-rocket,
html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon-tune {
  background-color: currentColor !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon-rocket {
  -webkit-mask-image: url("../images/nav/rocket-launch.svg") !important;
  mask-image: url("../images/nav/rocket-launch.svg") !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon-tune {
  -webkit-mask-image: url("../images/nav/tune.svg") !important;
  mask-image: url("../images/nav/tune.svg") !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon .rq-material-icon {
  font-size: 32px !important;
  font-weight: 200 !important;
  line-height: 34px !important;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 32 !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item > span:not(.sticky-bottom-nav-icon) {
  color: inherit !important;
  font: inherit !important;
  text-align: center !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}
