/*
 * Saved marketing concierge presets.
 *
 * White is the homepage default. The compact dark preset remains available
 * with `?widgetTheme=dark`, so either version can be restored without
 * rebuilding the widget.
 */

body.public-v2-site .marketing-concierge.concierge-theme-dark {
  --concierge-text: #f4fbfd;
  --concierge-muted: #91a9b6;
  --widget-edge-primary: #35bfff;
  --widget-edge-secondary: #71fff0;
  --widget-edge-faint: rgba(53, 191, 255, .24);
  --widget-edge-shadow: rgba(46, 202, 255, .82);
}

body.public-v2-site .marketing-concierge.concierge-theme-light {
  --trial-shell: #edf6fc;
  --trial-greeting: #ddeeff;
  --trial-mint: #e2f4ef;
  --trial-ice: #e3f0fa;
  --trial-grey-blue: #e9eef4;
  --trial-text: #102033;
  --trial-muted: #62758d;
  --trial-line: rgba(70, 105, 140, .22);
  --trial-blue: #1783e7;
  --trial-blue-mid: #1ba6d6;
  --trial-teal: #1fc8c5;
  --trial-edge-blue: #2d8cff;
  --trial-edge-teal: #27dac3;
  --trial-user-gradient: linear-gradient(105deg, #1783e7 0%, #1ba6d6 52%, #1fc8c5 100%);
  --concierge-text: var(--trial-text);
  --concierge-muted: var(--trial-muted);
  --concierge-line: var(--trial-line);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-launcher {
  color: var(--trial-text);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .92), transparent 38%),
    linear-gradient(145deg, rgba(237, 246, 252, .98), rgba(218, 236, 249, .98));
  border-color: rgba(77, 126, 166, .34);
  box-shadow:
    0 22px 58px rgba(0, 17, 42, .28),
    inset 0 1px rgba(255, 255, 255, .88);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-launcher::before {
  background: linear-gradient(
    108deg,
    transparent 12%,
    rgba(255, 255, 255, .08) 29%,
    rgba(255, 255, 255, .72) 48%,
    rgba(183, 222, 247, .12) 66%,
    transparent 84%
  );
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-launcher::after {
  background:
    radial-gradient(circle at 4% 2%, rgba(255, 255, 255, .72), transparent 26%),
    radial-gradient(circle at 98% 98%, rgba(83, 159, 221, .12), transparent 30%);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-launcher-mark {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-launcher-copy strong {
  color: var(--trial-text);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-launcher-copy small {
  color: var(--trial-muted);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-launcher > i {
  border-color: #356a97;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-launcher:hover,
body.public-v2-site .marketing-concierge.concierge-theme-light .demo-launcher:focus-visible {
  border-color: rgba(22, 132, 208, .56);
  box-shadow:
    0 26px 66px rgba(0, 17, 42, .32),
    0 0 0 3px rgba(42, 139, 207, .12),
    inset 0 1px rgba(255, 255, 255, .94);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-panel {
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  width: min(460px, calc(100vw - 44px));
  height: min(700px, calc(100dvh - 44px));
  max-height: calc(100dvh - 44px);
  color: var(--trial-text);
  background:
    radial-gradient(ellipse 72% 42% at 4% 0%, rgba(255, 255, 255, .98), transparent 66%),
    radial-gradient(ellipse 68% 50% at 100% 100%, rgba(188, 224, 244, .42), transparent 72%),
    linear-gradient(145deg, rgba(237, 246, 252, .985), rgba(229, 241, 249, .98));
  border: 1px solid rgba(77, 119, 153, .25);
  border-radius: 24px;
  box-shadow:
    0 0 0 1px rgba(45, 140, 255, .16),
    0 0 26px rgba(45, 140, 255, .18),
    0 0 52px rgba(42, 176, 226, .08),
    0 30px 86px rgba(0, 14, 34, .34),
    0 12px 30px rgba(2, 36, 67, .16),
    inset 0 1px rgba(255, 255, 255, .98);
  -webkit-backdrop-filter: blur(28px) saturate(115%);
  backdrop-filter: blur(28px) saturate(115%);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-panel::before {
  content: "";
  background: conic-gradient(
    from var(--widget-edge-angle),
    transparent 0 8%,
    rgba(45, 140, 255, .13) 12%,
    var(--trial-edge-blue) 17%,
    var(--trial-edge-teal) 22%,
    rgba(39, 218, 195, .13) 27%,
    transparent 32% 57%,
    rgba(39, 218, 195, .13) 62%,
    var(--trial-edge-teal) 67%,
    var(--trial-edge-blue) 72%,
    rgba(45, 140, 255, .13) 77%,
    transparent 82% 100%
  );
  filter:
    drop-shadow(-1px 0 4px rgba(45, 140, 255, .48))
    drop-shadow(1px 0 4px rgba(39, 218, 195, .46));
  animation: premiumWidgetEdgeOrbit 22s linear infinite;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-panel.is-open {
  border-radius: 24px;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-panel:has(.demo-msg.is-thinking, .demo-msg.is-typing)::before {
  filter:
    drop-shadow(-2px 0 7px rgba(45, 140, 255, .66))
    drop-shadow(2px 0 7px rgba(39, 218, 195, .64));
  animation-duration: 10s;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header {
  min-height: 88px;
  padding: 16px 18px 12px;
  background: transparent;
  border-bottom: 0;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-brand {
  max-width: 290px;
  gap: 11px;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-mark {
  flex-basis: 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-mark img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 0 1px rgba(17, 84, 164, .58))
    drop-shadow(0 1px 2px rgba(45, 140, 255, .16));
  transform: none;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-brand strong {
  color: var(--trial-text);
  font-size: 1.02rem;
  font-weight: 680;
  letter-spacing: -.025em;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-brand span {
  color: #3f5269;
  font-size: .72rem;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-presence i {
  background: #13cfa8;
  box-shadow: 0 0 10px rgba(19, 207, 168, .45);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-actions {
  gap: 8px;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-actions button {
  min-height: 44px;
  color: var(--trial-text);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(229, 239, 247, .88));
  border: 1px solid rgba(76, 112, 146, .2);
  border-radius: 14px;
  box-shadow:
    0 8px 20px rgba(35, 71, 102, .12),
    inset 0 1px rgba(255, 255, 255, .94);
}

body.public-v2-site .marketing-concierge.concierge-theme-light #demoReset {
  padding-inline: 10px;
  color: var(--trial-text);
}

body.public-v2-site .marketing-concierge.concierge-theme-light #demoReset::before {
  color: #0b7cc5;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-actions .demo-close {
  flex-basis: 44px;
  width: 44px;
  height: 44px;
  color: #294057;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-actions button:hover,
body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-actions button:focus-visible {
  color: #0b5e9b;
  background: #f8fcff;
  border-color: rgba(25, 119, 187, .38);
  box-shadow:
    0 10px 24px rgba(35, 71, 102, .16),
    0 0 0 3px rgba(19, 126, 200, .1);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-actions .demo-close:hover,
body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-actions .demo-close:focus-visible {
  color: #8e2938;
  background: #fff7f8;
  border-color: rgba(171, 58, 75, .28);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-note {
  gap: 8px;
  margin: 0 18px 10px;
  color: var(--trial-muted);
  font-size: .67rem;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-note-separator {
  color: rgba(54, 76, 100, .72);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-note i {
  background: #13cfa8;
  box-shadow: 0 0 9px rgba(19, 207, 168, .38);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-messages {
  padding: 8px 18px 11px;
  scrollbar-color: rgba(60, 103, 139, .34) transparent;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-msg {
  max-width: calc(90% - 42px);
  margin: 7px 0 7px 42px;
  padding: 11px 13px;
  color: var(--trial-text);
  background: #dceefa;
  border: 1px solid var(--trial-line);
  border-radius: 14px;
  box-shadow:
    0 12px 28px rgba(33, 70, 102, .1),
    inset 0 1px rgba(255, 255, 255, .84);
  font-size: .82rem;
  line-height: 1.48;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-msg.bot {
  max-width: calc(90% - 42px);
  margin-left: 42px;
  background: #dceefa;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-msg.bot::before {
  left: -42px;
  top: auto;
  bottom: 0;
  width: 34px;
  height: 34px;
  background: url("/marketing-site/assets/accelerate-systems-original-launcher-mark.png?v=20260801-1") center / 31px 31px no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter:
    drop-shadow(0 0 1px rgba(17, 84, 164, .55))
    drop-shadow(0 1px 2px rgba(45, 140, 255, .16));
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-msg.user {
  margin-right: 0;
  margin-left: auto;
  color: #fff;
  background: var(--trial-user-gradient);
  border-color: rgba(23, 131, 231, .34);
  box-shadow:
    -7px 0 20px rgba(23, 131, 231, .18),
    7px 0 20px rgba(31, 200, 197, .16);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-panel:not(.has-conversation) .demo-msg.bot:first-child {
  width: calc(100% - 42px);
  max-width: calc(100% - 42px);
  padding: 15px 16px;
  color: var(--trial-text);
  background: var(--trial-greeting);
  border: 1px solid rgba(71, 128, 175, .2);
  border-radius: 16px;
  box-shadow:
    0 14px 34px rgba(36, 79, 116, .11),
    inset 0 1px rgba(255, 255, 255, .58);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-msg.is-thinking,
body.public-v2-site .marketing-concierge.concierge-theme-light .demo-msg.is-typing {
  border-color: rgba(23, 131, 231, .48);
  box-shadow:
    -5px 0 18px rgba(23, 131, 231, .2),
    5px 0 18px rgba(31, 200, 197, .2),
    0 9px 22px rgba(33, 70, 102, .12);
  animation: premiumThinkingBubbleGlow 2.2s ease-in-out infinite;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-msg.is-typing::after {
  background: var(--trial-user-gradient);
  box-shadow:
    0 0 7px rgba(23, 131, 231, .78),
    0 0 11px rgba(31, 200, 197, .58);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts {
  gap: 8px;
  max-height: 204px;
  padding: 7px 18px 12px;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts button {
  min-height: 58px;
  padding: 10px 28px 10px 52px;
  color: var(--trial-text);
  border: 1px solid rgba(70, 105, 140, .16);
  border-radius: 15px;
  box-shadow:
    0 10px 24px rgba(44, 77, 108, .09),
    inset 0 1px rgba(255, 255, 255, .64);
  font-size: .73rem;
  font-weight: 650;
  line-height: 1.35;
  transition:
    transform .18s ease,
    filter .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts button:nth-child(3n + 1) {
  background: var(--trial-mint);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts button:nth-child(3n + 2) {
  background: var(--trial-ice);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts button:nth-child(3n) {
  background: var(--trial-grey-blue);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts button::before {
  left: 13px;
  width: 30px;
  height: 30px;
  background-color: var(--trial-blue);
  border: 0;
  border-radius: 0;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts button:nth-child(3n + 1)::before {
  background-color: var(--trial-teal);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts button::after {
  right: 11px;
  color: #29475f;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts button:hover,
body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts button:focus-visible {
  color: var(--trial-text);
  background: inherit;
  border-color: rgba(20, 112, 180, .3);
  box-shadow:
    0 14px 30px rgba(44, 77, 108, .14),
    0 0 0 3px rgba(21, 119, 188, .07),
    inset 0 1px rgba(255, 255, 255, .72);
  filter: saturate(1.09);
  transform: translateY(-2px);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts.is-hidden-by-chat-scroll {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-panel:has(.quick-prompts.is-hidden-by-chat-scroll) .demo-messages {
  padding-bottom: 140px;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-inputbar {
  margin: 3px 18px 0;
  padding: 6px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(70, 105, 140, .23);
  border-radius: 16px;
  box-shadow:
    0 13px 30px rgba(37, 73, 104, .13),
    inset 0 1px rgba(255, 255, 255, .94);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-inputbar:focus-within {
  border-color: rgba(23, 120, 190, .44);
  box-shadow:
    0 0 0 3px rgba(28, 126, 196, .1),
    0 13px 30px rgba(37, 73, 104, .14),
    inset 0 1px rgba(255, 255, 255, .94);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-inputbar input {
  color: var(--trial-text);
  font-size: .86rem;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-inputbar input::placeholder {
  color: #71869d;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-inputbar button.demo-send,
body.public-v2-site .marketing-concierge.concierge-theme-dark .demo-inputbar button.demo-send {
  width: 50px;
  height: 50px;
  flex-basis: 50px;
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .58), transparent 32%),
    linear-gradient(145deg, #269df4, #26e0c4);
  border: 1px solid rgba(205, 247, 255, .66);
  border-radius: 16px;
  box-shadow:
    0 12px 28px rgba(34, 194, 224, .24),
    inset 0 1px rgba(255, 255, 255, .58),
    inset 0 -1px rgba(0, 35, 68, .25);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-inputbar button.demo-send:hover,
body.public-v2-site .marketing-concierge.concierge-theme-light .demo-inputbar button.demo-send:focus-visible,
body.public-v2-site .marketing-concierge.concierge-theme-dark .demo-inputbar button.demo-send:hover,
body.public-v2-site .marketing-concierge.concierge-theme-dark .demo-inputbar button.demo-send:focus-visible {
  filter: brightness(1.08);
  box-shadow:
    0 14px 30px rgba(34, 194, 224, .3),
    inset 0 1px rgba(255, 255, 255, .62),
    inset 0 -1px rgba(0, 35, 68, .25);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-inputbar button.demo-send .demo-send-plane,
body.public-v2-site .marketing-concierge.concierge-theme-dark .demo-inputbar button.demo-send .demo-send-plane {
  width: 25px;
  height: 25px;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-inputbar button.demo-send {
  background: linear-gradient(145deg, #168fc8, #14aaa8);
  border-color: rgba(107, 211, 226, .58);
  border-radius: 15px;
  box-shadow:
    0 8px 18px rgba(15, 126, 168, .2),
    inset 0 1px rgba(190, 239, 248, .16),
    inset 0 -1px rgba(0, 65, 103, .2);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-inputbar button.demo-send:hover,
body.public-v2-site .marketing-concierge.concierge-theme-light .demo-inputbar button.demo-send:focus-visible {
  filter: brightness(1.035);
  box-shadow:
    0 10px 21px rgba(15, 126, 168, .25),
    inset 0 1px rgba(190, 239, 248, .18),
    inset 0 -1px rgba(0, 65, 103, .2);
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-trust {
  padding: 10px 20px max(13px, env(safe-area-inset-bottom));
  color: var(--trial-muted);
  font-size: .62rem;
  line-height: 1.45;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .demo-trust a {
  color: #315f86;
}

@media (max-width: 820px) {
  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-panel {
    right: max(10px, env(safe-area-inset-right));
    left: max(10px, env(safe-area-inset-left));
    bottom: max(10px, env(safe-area-inset-bottom));
    width: auto;
    height: calc(100dvh - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 22px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-panel.is-open {
    border-radius: 22px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-panel:not(.has-conversation) {
    height: auto;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header {
    min-height: 88px;
    padding: 12px 14px 8px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-brand {
    gap: 8px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-mark {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-brand strong {
    max-width: none;
    font-size: .86rem;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-brand span {
    font-size: .72rem;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light #demoReset {
    width: 44px;
    min-height: 44px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-header-actions .demo-close {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    min-height: 44px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-note {
    justify-content: flex-start;
    margin: 3px 14px 10px;
    overflow-x: auto;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-messages {
    padding: 6px 14px 10px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts {
    max-height: 232px;
    padding: 7px 14px 12px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts button {
    min-height: 62px;
    padding: 9px 24px 9px 46px;
    font-size: .69rem;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts button::before {
    left: 10px;
    width: 28px;
    height: 28px;
    -webkit-mask-size: 18px 18px;
    mask-size: 18px 18px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-inputbar {
    margin-inline: 14px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-trust {
    padding-inline: 18px;
  }
}

@media (max-width: 540px) {
  body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 232px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-panel:not(.has-conversation) .demo-msg.bot:first-child {
    padding: 13px 14px;
    font-size: .84rem;
    line-height: 1.45;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-msg.bot::before {
    left: -41px;
    width: 33px;
    height: 33px;
    background-size: 29px 29px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-msg.bot {
    max-width: calc(92% - 41px);
    margin-left: 41px;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-panel:not(.has-conversation) .demo-msg.bot:first-child {
    width: calc(100% - 41px);
    max-width: calc(100% - 41px);
  }
}

@media (max-width: 350px) {
  body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts {
    grid-template-columns: 1fr;
    max-height: 238px;
    overflow-y: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.public-v2-site .marketing-concierge.concierge-theme-light .quick-prompts button {
    transition-duration: 1ms;
  }

  body.public-v2-site .marketing-concierge.concierge-theme-light .demo-msg.is-typing {
    animation: none;
  }
}

/* Use the same stylised wordmark treatment as the site lockup while keeping the title selectable. */
body.public-v2-site .marketing-concierge.concierge-theme-light .accelerate-wordmark {
  color: #071b34;
  font-family: "Orbitron", "Michroma", "Rajdhani", "Eurostile", "Segoe UI", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: .105em;
  text-transform: uppercase;
}

body.public-v2-site .marketing-concierge.concierge-theme-light .accelerate-service-name {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-weight: 780;
  letter-spacing: -.015em;
}
