/*
 * Tracebit's human-maintained global CSS.
 *
 * Keep new shared rules here. The hashed Webflow bundle under assets/remote is imported
 * output and should only change when the Webflow snapshot is refreshed.
 */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-wrap: pretty;
}

body {
  font-optical-sizing: auto;
}

.w-lightbox-frame,
.w-lightbox-figure {
  height: 100%;
}

.w-lightbox-frame {
  width: 100%;
}

.w-lightbox-image {
  margin: auto;
}

::selection {
  color: #231f20;
  background: #ea6f5380;
}

/* Match the navigation's resting state until its scroll interaction takes over. */
body:not(.is-home) .navbar_component {
  background-color: rgb(243 239 236 / 0%);
}

body:not(.is-home) .navbar_bottom-divider {
  opacity: 0;
}

.navbar_component.is-scrolled {
  background-color: rgb(243 239 236 / 96%) !important;
  backdrop-filter: blur(0.5rem);
}

.navbar_component.is-scrolled .navbar_bottom-divider {
  opacity: 1 !important;
}

/* Keep navigation visible during IX3 boot, except for the homepage fade-in. */
html.w-mod-js:not(.w-mod-ix3) body:not(.is-home) .navbar_component,
html.w-mod-js:not(.w-mod-ix3) body:not(.is-home) .navbar_bottom-divider,
html.w-mod-js:not(.w-mod-ix3) body:not(.is-home) .sticky-nav-wrapper {
  visibility: visible !important;
}

.inherit-color * {
  color: inherit;
}

*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
  outline: 0.125rem solid #4d65ff;
  outline-offset: 0.125rem;
}

.w-richtext > :not(div):first-child,
.w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

.w-richtext > :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
  margin-bottom: 0 !important;
}

/* Statistic values are visually prominent but are not document headings. */
.text-rich-text-problem .stat-value {
  /* stylelint-disable custom-property-pattern */
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--primary);
  font-size: var(--_responsive---font-size--h2);
  /* stylelint-enable custom-property-pattern */
  letter-spacing: -0.02em;
  border-radius: 0.75rem;
  margin-top: 5rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  display: inline-block;
}

.pointer-events-off {
  pointer-events: none;
}

.pointer-events-on {
  pointer-events: auto;
}

.div-square::after {
  display: block;
  padding-bottom: 100%;
  content: "";
}

.container-medium,
.container-small,
.container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}

.text-style-3lines,
.text-style-2lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.text-style-3lines {
  -webkit-line-clamp: 3;
}

.text-style-2lines {
  -webkit-line-clamp: 2;
}

.display-inlineflex {
  display: inline-flex;
}

.hide {
  display: none !important;
}

@media screen and (width <= 991px) {
  .hide,
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (width <= 767px) {
  .hide-mobile-landscape {
    display: none !important;
  }
}

@media screen and (width <= 479px) {
  .hide-mobile {
    display: none !important;
  }
}

.margin-0 {
  margin: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.spacing-clean {
  margin: 0 !important;
  padding: 0 !important;
}

.margin-top {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.padding-top {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.margin-right {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.padding-right {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.margin-bottom {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.padding-bottom {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.margin-left {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.padding-left {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.margin-horizontal {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.padding-horizontal {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.margin-vertical {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.padding-vertical {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.truncate-width {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-scrollbar {
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-style-h1,
.heading-style-h2,
.heading-style-h3,
.heading-style-h4,
.heading-style-h5,
.heading-style-h6,
.text-wrap-balance {
  text-wrap: balance;
}

.w-lightbox-backdrop {
  position: fixed;
  inset: 0;
  height: 100dvh !important;
}

.tracebit-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  padding: 2rem;
  overflow: hidden;
  background: rgb(0 0 0 / 90%);
  border: 0;
}

.tracebit-lightbox::backdrop {
  background: rgb(0 0 0 / 90%);
}

.tracebit-lightbox_image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
}

.tracebit-lightbox_close {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  background: rgb(0 0 0 / 55%);
  border: 0;
  border-radius: 50%;
}

.tracebit-lightbox_close::before,
.tracebit-lightbox_close::after {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 0.125rem;
  content: "";
  background: white;
}

.tracebit-lightbox_close::before {
  transform: rotate(45deg);
}

.tracebit-lightbox_close::after {
  transform: rotate(-45deg);
}

.faq4_answer {
  transition: height 300ms ease;
}

.faq4_question .faq4_icon-wrappper {
  transition: transform 300ms ease;
}

.faq4_question.is-open .faq4_icon-wrappper {
  transform: rotate(180deg);
}

.hack-email-error {
  display: block;
  margin-top: 0.25rem;
  color: #b42318;
}

/* Reserve the final HubSpot iframe height while its supported embed loads. */
.tracebit-hubspot-form:empty {
  width: 100%;
}

.tracebit-hubspot-form.is-newsletter:empty {
  min-height: 14.5rem;
}

.tracebit-hubspot-form.is-contact:empty {
  min-height: 21.25rem;
}

.tracebit-hubspot-form[data-form-id="894f5e45-bb42-43fd-a009-f1c3f1aeed06"]:empty {
  min-height: 50.25rem;
}

.tracebit-hubspot-form[data-form-id="acea893e-8aa6-4dc0-9cb2-548ac60520aa"]:empty {
  min-height: 59rem;
}

.tracebit-hubspot-form[data-form-id="7348dc40-8e56-4efc-96fa-07c46ace8a12"]:empty {
  min-height: 37.5rem;
}

.site-animated-word {
  display: inline;
  white-space: nowrap;
}

.site-animated-letter {
  display: inline-block;
  will-change: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .faq4_answer,
  .faq4_question .faq4_icon-wrappper,
  .w-slide {
    transition-duration: 0ms !important;
  }
}

select.form_input {
  appearance: none;
  background-image: none !important;
}

img,
a {
  -webkit-user-drag: none;
}

img {
  user-select: none;
}

.site-tooltip {
  position: fixed !important;
  z-index: 10000;
  display: block !important;
  right: auto !important;
  bottom: auto !important;
  max-width: min(24rem, calc(100vw - 1rem));
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.site-tooltip[data-state="visible"] {
  opacity: 1;
  transform: translateY(0);
}

.site-tooltip[hidden] {
  display: none !important;
}

.homepage-testimonial_logo {
  display: block;
  width: auto;
  max-width: 9rem;
  height: 2.5rem;
  object-fit: contain;
  object-position: left center;
}
