@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/filament/filament/inter/inter-latin-wght-normal-OPIJAQLS.woff2") format("woff2");
}

body.atbeds-theme {
  min-width: 0;
  overflow-x: clip;
}

.atbeds-theme .section_loop {
  overflow: hidden;
}

.atbeds-theme [data-anim] {
  visibility: visible;
}

.atbeds-theme .loop {
  animation: atbeds-logo-marquee 32s linear infinite;
  will-change: transform;
}

.atbeds-theme .gcard_tags-row[data-anim="marquee-right"] {
  animation: atbeds-chip-marquee-right 24s linear infinite;
}

.atbeds-theme .gcard_tags-row[data-anim="marquee-left"] {
  animation: atbeds-chip-marquee-left 24s linear infinite;
}

.atbeds-theme .atbeds-expertis-image {
  width: 100%;
  height: 100%;
}

@keyframes atbeds-logo-marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes atbeds-chip-marquee-right {
  from {
    transform: translateX(-22%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes atbeds-chip-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-22%);
  }
}

.atbeds-theme .navbar_logo-text {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 2.25rem;
  color: currentColor;
  font-size: 1.5rem;
  font-weight: 750;
  letter-spacing: -0.04em;
}

.atbeds-skip-link {
  position: fixed;
  z-index: 9999;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #fff;
  color: #111;
  font-weight: 700;
  transform: translateY(-200%);
}

.atbeds-skip-link:focus {
  transform: translateY(0);
}

.atbeds-theme :where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline: 0.1875rem solid #4d65ff;
  outline-offset: 0.1875rem;
}

.atbeds-theme .w-nav-button {
  cursor: pointer;
  appearance: none;
  border: 0;
  background: transparent;
}

.atbeds-theme .w-nav-button.w--open .nav-button_line.is-first {
  transform: translateY(0.45rem) rotate(45deg);
}

.atbeds-theme .w-nav-button.w--open .nav-button_line.is-second {
  opacity: 0;
}

.atbeds-theme .w-nav-button.w--open .nav-button_line.is-third {
  transform: translateY(-0.45rem) rotate(-45deg);
}

.atbeds-theme .faq_top {
  width: 100%;
  padding: 0;
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.atbeds-theme .faq_bottom {
  max-height: 0;
  visibility: hidden;
  transition: max-height 500ms ease, visibility 0s linear 500ms;
}

.atbeds-theme .faq_item.is-open .faq_bottom {
  max-height: 20rem;
  visibility: visible;
  transition-delay: 0s;
}

.atbeds-theme .faq_item .icon-1x1-medium.is-animated {
  transition: transform 500ms ease;
}

.atbeds-theme .faq_item.is-open .icon-1x1-medium.is-animated {
  transform: rotate(0deg);
}

.atbeds-theme .w-tab-pane:not(.w--tab-active) {
  display: none;
}

.atbeds-theme .w-tab-link {
  cursor: pointer;
}

.atbeds-theme .atbeds-form-status,
.atbeds-theme .atbeds-form-error {
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
}

.atbeds-theme .atbeds-form-status {
  background: #dff7e6;
  color: #133b20;
}

.atbeds-theme .atbeds-form-error {
  background: #fff0f0;
  color: #7a1515;
}

.atbeds-theme .atbeds-field-error {
  display: block;
  margin-top: 0.375rem;
  color: #9f1d1d;
  font-size: 0.875rem;
}

.atbeds-theme .atbeds-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.atbeds-theme.atbeds-motion-ready [animation],
.atbeds-theme.atbeds-motion-ready [hero-text],
.atbeds-theme.atbeds-motion-ready [cta],
.atbeds-theme.atbeds-motion-ready [title-icon],
.atbeds-theme.atbeds-motion-ready [data-anim="card-reveal"],
.atbeds-theme.atbeds-motion-ready [data-anim="fade-up"],
.atbeds-theme.atbeds-motion-ready [data-anim="bar-grow"],
.atbeds-theme.atbeds-motion-ready [data-anim="orbit-reveal"],
.atbeds-theme.atbeds-motion-ready [data-anim="pill-float"] {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 600ms ease, transform 600ms ease;
}

.atbeds-theme.atbeds-motion-ready .is-atbeds-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .atbeds-theme *,
  .atbeds-theme *::before,
  .atbeds-theme *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .atbeds-theme .scroll,
  .atbeds-theme .loop,
  .atbeds-theme .loop_logos,
  .atbeds-theme [data-anim^="marquee"] {
    animation: none !important;
    transform: none !important;
  }
}

@media (forced-colors: active) {
  .atbeds-theme :where(.button, .button-arrow, .faq_item, input, textarea) {
    border: 1px solid CanvasText;
  }

  .atbeds-theme :where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
    outline-color: Highlight;
  }
}

.atbeds-theme .aboutus-grid,
.atbeds-theme .mission_grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: center;
}

.atbeds-theme .aboutus_img,
.atbeds-theme .mission_img,
.atbeds-theme .mission_card {
  overflow: hidden;
  border-radius: 1.5rem;
}

.atbeds-theme .aboutus_img img,
.atbeds-theme .mission_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atbeds-theme .mission_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.atbeds-theme .mission_card {
  padding: 2rem;
  background: #fff;
}

.atbeds-theme .metrics_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.atbeds-theme .metric_item {
  padding: 1.5rem;
  border: 1px solid #d8ded9;
  border-radius: 1rem;
}

.atbeds-theme .servic_tabs-menu {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

@media (max-width: 991px) {
  .atbeds-theme .navbar .w-nav-menu.w--open {
    z-index: 100;
    display: flex;
  }

  .atbeds-theme .aboutus-grid,
  .atbeds-theme .mission_grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }

  .atbeds-theme .mission_cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .atbeds-theme .metrics_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1231px) {
  .atbeds-theme .section_her {
    width: calc(100% - 2rem);
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
  }

  .atbeds-theme .section_her > .padding-global {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .atbeds-theme .footer_right {
    place-items: stretch start;
  }

  .atbeds-theme .footer_links,
  .atbeds-theme .footer_bottom {
    align-items: flex-start;
    text-align: left;
  }

  .atbeds-theme .footer_bottom {
    justify-content: flex-start;
  }

  .atbeds-theme .metrics_grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .atbeds-theme :where(h1, h2, h3, p, a, span, div) {
    overflow-wrap: anywhere;
  }
}
