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

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item {
  min-width: 0 !important;
  min-height: 77px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 15px !important;
  margin: 0 !important;
  padding: 8px 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #0b2a5b !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

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

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-visible {
  background: #f5f8ff !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-strong {
  min-height: 77px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #1765ee !important;
  color: #fff !important;
}

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-visible {
  background: #0d56d5 !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon {
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #1765ee !important;
  font-size: 0 !important;
  line-height: 0 !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.3 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-phone {
  color: #39d66f !important;
}

html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-phone svg path {
  fill: currentColor !important;
  stroke: none !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: left !important;
}

@media (max-width: 760px) {
  html body .sticky-bottom-nav:not(#sticky-nav-reference) {
    bottom: 0 !important;
    width: 100% !important;
    min-height: 68px !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item {
    min-height: 67px !important;
    flex-direction: column !important;
    gap: 2px !important;
    padding: 4px 2px !important;
    font-size: 11px !important;
  }

  html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-strong {
    min-height: 67px !important;
    border-radius: 0 !important;
  }

  html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon {
    flex-basis: 25px !important;
    width: 25px !important;
    height: 25px !important;
  }

  html body .sticky-bottom-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item > span:not(.sticky-bottom-nav-icon) {
    text-align: center !important;
  }
}
