/* Scribbify site chrome: header, conversion close and footer */
:root {
  --chrome-dark: #0C0C11;
  --chrome-surface: #12131B;
  --chrome-elevated: #191A24;
  --chrome-border: #2A2935;
  --chrome-ink: #F4F3FA;
  --chrome-muted: #AAA7B5;
  --chrome-dim: #73707E;
  --chrome-violet: #6547F5;
  --chrome-deep: #3A236A;
  --chrome-bridge: #9A91FF;
  --chrome-plum: #21172F;
}

/* Header */
html body #brx-header {
  z-index: 999 !important;
  border: 0 !important;
  background: var(--chrome-dark) !important;
  box-shadow: none !important;
  color: var(--chrome-ink) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body #brx-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  opacity: .72;
  background: linear-gradient(90deg, transparent 0%, rgba(154,145,255,.14) 22%, rgba(101,71,245,.34) 50%, rgba(154,145,255,.14) 78%, transparent 100%);
  pointer-events: none;
}

html body #brx-header .sc-hdr,
html body #brx-header .sc-hdr__bar,
html body #brx-header .sc-nav__in {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body #brx-header .sc-hdr {
  min-height: 78px !important;
  padding: 10px 24px !important;
}

html body #brx-header .sc-hdr__bar {
  width: 100% !important;
  max-width: none !important;
}

html body #brx-header .sc-nav__in {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  gap: clamp(28px, 4vw, 60px) !important;
  align-items: center !important;
  width: min(1180px, 100%) !important;
  min-height: 58px !important;
  margin-inline: auto !important;
}

html body #brx-header .sc-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 11px !important;
  color: var(--chrome-ink) !important;
  text-decoration: none !important;
}

html body #brx-header .sc-brand__img,
html body #brx-header .sc-brand img {
  filter: brightness(0) invert(1) !important;
}

html body #brx-header .sc-brand__txt {
  color: var(--chrome-ink) !important;
  -webkit-text-fill-color: var(--chrome-ink) !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  letter-spacing: -.045em !important;
}

html body #brx-header .sc-nav__links {
  justify-self: center !important;
}

html body #brx-header .sc-nav__links .bricks-nav-menu {
  display: flex !important;
  align-items: center !important;
  gap: clamp(22px, 2.4vw, 34px) !important;
}

html body #brx-header .sc-nav__links .bricks-nav-menu > li > a,
html body #brx-header #brxe-schd07 nav > ul > li > a {
  position: relative !important;
  padding: 10px 0 !important;
  color: var(--chrome-muted) !important;
  -webkit-text-fill-color: var(--chrome-muted) !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 450 !important;
  line-height: 1 !important;
  letter-spacing: -.015em !important;
  text-decoration: none !important;
  opacity: .78 !important;
  transition: color 220ms ease, opacity 220ms ease !important;
}

html body #brx-header .sc-nav__links .bricks-nav-menu > li > a::after,
html body #brx-header #brxe-schd07 nav > ul > li > a::after {
  content: "" !important;
  position: absolute !important;
  right: 50% !important;
  bottom: 3px !important;
  left: 50% !important;
  height: 1px !important;
  background: var(--chrome-bridge) !important;
  transition: right 240ms cubic-bezier(.22,1,.36,1), left 240ms cubic-bezier(.22,1,.36,1) !important;
}

html body #brx-header .sc-nav__links .bricks-nav-menu > li > a:hover,
html body #brx-header .sc-nav__links .bricks-nav-menu > li > a:focus-visible,
html body #brx-header .sc-nav__links .current-menu-item > a,
html body #brx-header .sc-nav__links .current_page_item > a {
  color: var(--chrome-ink) !important;
  -webkit-text-fill-color: var(--chrome-ink) !important;
  opacity: 1 !important;
}

html body #brx-header .sc-nav__links .bricks-nav-menu > li > a:hover::after,
html body #brx-header .sc-nav__links .bricks-nav-menu > li > a:focus-visible::after,
html body #brx-header .sc-nav__links .current-menu-item > a::after,
html body #brx-header .sc-nav__links .current_page_item > a::after {
  right: 0 !important;
  left: 0 !important;
}

html body #brx-header #brxe-schd08,
html body #brx-header .sc-nav__cta,
html body #brx-header .sc-btn--primary {
  min-height: 48px !important;
  padding: 6px 18px 6px 7px !important;
  border: 1px solid var(--chrome-ink) !important;
  border-radius: 999px !important;
  background: var(--chrome-ink) !important;
  box-shadow: 0 14px 40px rgba(101,71,245,.16) !important;
  color: #17131D !important;
  -webkit-text-fill-color: #17131D !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: -.01em !important;
  transition: transform 220ms cubic-bezier(.22,1,.36,1), box-shadow 220ms ease !important;
}

html body #brx-header #brxe-schd08::before,
html body #brx-header .sc-nav__cta::before,
html body #brx-header .sc-btn--primary::before {
  display: grid !important;
  width: 34px !important;
  height: 34px !important;
  margin-right: 10px !important;
  place-items: center !important;
  border-radius: 9px !important;
  background: var(--chrome-violet) !important;
  color: var(--chrome-ink) !important;
  -webkit-text-fill-color: var(--chrome-ink) !important;
}

html body #brx-header #brxe-schd08:hover,
html body #brx-header .sc-nav__cta:hover,
html body #brx-header .sc-btn--primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 44px rgba(101,71,245,.24) !important;
}

/* Homepage conversion close */
html body.home.sc-body.sbx4-page main#brx-content > section#book {
  isolation: isolate !important;
  min-height: auto !important;
  margin-top: -2px !important;
  overflow: hidden !important;
  padding: clamp(112px, 11vw, 154px) 24px clamp(118px, 12vw, 168px) !important;
  border: 0 !important;
  background:
    radial-gradient(circle at 82% 44%, rgba(101,71,245,.24) 0%, rgba(101,71,245,0) 30%),
    radial-gradient(circle at 14% 88%, rgba(58,35,106,.28) 0%, rgba(58,35,106,0) 32%),
    linear-gradient(180deg, #0C0C11 0%, #12131B 34%, #21172F 68%, #0C0C11 100%) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#book::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  z-index: -1 !important;
  inset: 0 !important;
  opacity: .42 !important;
  background-image:
    linear-gradient(rgba(154,145,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154,145,255,.045) 1px, transparent 1px) !important;
  background-size: 72px 72px !important;
  mask-image: linear-gradient(135deg, transparent, #0C0C11 34%, #0C0C11 74%, transparent) !important;
  -webkit-mask-image: linear-gradient(135deg, transparent, #0C0C11 34%, #0C0C11 74%, transparent) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#book > .sc-wrap {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta3.sc-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr) !important;
  grid-template-rows: auto auto auto !important;
  gap: 0 84px !important;
  align-items: end !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
  padding: 76px 0 64px !important;
  border: 0 !important;
  border-top: 1px solid rgba(244,243,250,.15) !important;
  border-bottom: 1px solid rgba(244,243,250,.15) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta3.sc-cta::before,
html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta3.sc-cta::after {
  content: none !important;
  display: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#book .sc-cta__k {
  grid-column: 1 !important;
  grid-row: 1 !important;
  margin: 0 0 24px !important;
  color: var(--chrome-bridge) !important;
  -webkit-text-fill-color: var(--chrome-bridge) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta5 {
  grid-column: 1 !important;
  grid-row: 2 / span 2 !important;
  max-width: 700px !important;
  margin: 0 !important;
  color: var(--chrome-ink) !important;
  -webkit-text-fill-color: var(--chrome-ink) !important;
  font-size: clamp(44px, 4.7vw, 64px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -.052em !important;
  text-align: left !important;
  text-wrap: balance !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta5 i {
  color: var(--chrome-bridge) !important;
  -webkit-text-fill-color: var(--chrome-bridge) !important;
  font-style: normal !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta6 {
  grid-column: 2 !important;
  grid-row: 2 !important;
  max-width: 430px !important;
  margin: 0 !important;
  color: var(--chrome-muted) !important;
  -webkit-text-fill-color: var(--chrome-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#book .sc-cta__row {
  grid-column: 2 !important;
  grid-row: 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  margin-top: 30px !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta8 {
  min-height: 52px !important;
  padding: 7px 19px 7px 8px !important;
  border: 1px solid var(--chrome-ink) !important;
  border-radius: 999px !important;
  background: var(--chrome-ink) !important;
  box-shadow: 0 18px 48px rgba(12,12,17,.24) !important;
  color: #17131D !important;
  -webkit-text-fill-color: #17131D !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta8::before {
  border-radius: 9px !important;
  background: var(--chrome-violet) !important;
  color: var(--chrome-ink) !important;
  -webkit-text-fill-color: var(--chrome-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#book .sc-cta__note {
  color: var(--chrome-muted) !important;
  -webkit-text-fill-color: var(--chrome-muted) !important;
  font-size: 10px !important;
  letter-spacing: .1em !important;
  white-space: nowrap !important;
}

/* Footer */
html body #brx-footer {
  position: relative !important;
  margin-top: -2px !important;
  overflow: hidden !important;
  border: 0 !important;
  background: var(--chrome-dark) !important;
  color: var(--chrome-ink) !important;
}

html body #brx-footer .sc-foot,
html body #brx-footer .sc-foot > .sc-wrap,
html body #brx-footer .brxe-section,
html body #brx-footer .brxe-container {
  border-color: rgba(244,243,250,.11) !important;
  background: transparent !important;
  color: var(--chrome-ink) !important;
}

html body #brx-footer .sc-foot {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(86px, 9vw, 124px) 24px 28px !important;
  border: 0 !important;
  background:
    radial-gradient(circle at 48% -12%, rgba(101,71,245,.2), rgba(101,71,245,0) 32%),
    var(--chrome-dark) !important;
}

html body.home #brx-footer .sc-foot__cta {
  display: none !important;
}

html body:not(.home) #brx-footer .sc-foot__cta {
  display: grid !important;
  grid-template-columns: 1fr minmax(280px, .72fr) !important;
  gap: 24px 72px !important;
  align-items: end !important;
  margin: 0 0 clamp(86px, 9vw, 124px) !important;
  padding: 62px !important;
  border: 1px solid rgba(154,145,255,.2) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 88% 14%, rgba(154,145,255,.2), rgba(154,145,255,0) 30%),
    linear-gradient(135deg, var(--chrome-plum), var(--chrome-deep)) !important;
}

html body:not(.home) #brx-footer .sc-foot__eyebrow {
  grid-column: 1 / -1 !important;
  color: var(--chrome-bridge) !important;
  -webkit-text-fill-color: var(--chrome-bridge) !important;
  font-size: 10px !important;
  letter-spacing: .13em !important;
}

html body:not(.home) #brx-footer .sc-foot__cta-title {
  max-width: 720px !important;
  margin: 0 !important;
  color: var(--chrome-ink) !important;
  -webkit-text-fill-color: var(--chrome-ink) !important;
  font-size: clamp(38px, 4.2vw, 58px) !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;
  letter-spacing: -.05em !important;
}

html body:not(.home) #brx-footer .sc-foot__cta-copy {
  margin: 0 0 22px !important;
  color: var(--chrome-muted) !important;
  -webkit-text-fill-color: var(--chrome-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

html body:not(.home) #brx-footer .sc-foot__cta-button {
  grid-column: 2 !important;
  justify-self: start !important;
  min-height: 50px !important;
  border: 1px solid var(--chrome-ink) !important;
  border-radius: 999px !important;
  background: var(--chrome-ink) !important;
  color: #17131D !important;
  -webkit-text-fill-color: #17131D !important;
}

html body #brx-footer .sc-mark,
html body #brx-footer #brxe-scfo23 {
  width: 100% !important;
  margin: 0 0 44px !important;
  padding: 0 0 32px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(244,243,250,.12) !important;
  color: rgba(154,145,255,.11) !important;
  -webkit-text-fill-color: rgba(154,145,255,.11) !important;
  font-size: clamp(104px, 15.5vw, 224px) !important;
  font-weight: 600 !important;
  line-height: .72 !important;
  letter-spacing: -.078em !important;
  text-align: center !important;
  text-transform: lowercase !important;
}

html body #brx-footer .sc-foot__top {
  display: grid !important;
  grid-template-columns: minmax(290px, 1.55fr) repeat(3, minmax(120px, .62fr)) !important;
  gap: 48px clamp(38px, 5vw, 78px) !important;
  align-items: start !important;
  padding: 0 0 clamp(78px, 8vw, 110px) !important;
}

html body #brx-footer .sc-foot__brand {
  max-width: 390px !important;
}

html body #brx-footer .sc-foot__brand .sc-brand__img,
html body #brx-footer .sc-foot__brand img {
  filter: brightness(0) invert(1) !important;
}

html body #brx-footer .sc-foot__brand :where(h2,h3,strong,.sc-brand__txt),
html body #brx-footer .sc-foot__col :where(h2,h3,strong) {
  color: var(--chrome-ink) !important;
  -webkit-text-fill-color: var(--chrome-ink) !important;
}

html body #brx-footer .sc-foot__brand > p:first-of-type {
  margin-top: 28px !important;
  color: var(--chrome-ink) !important;
  -webkit-text-fill-color: var(--chrome-ink) !important;
  font-size: clamp(20px, 2vw, 27px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -.035em !important;
}

html body #brx-footer .sc-foot__brand > p:nth-of-type(2) {
  max-width: 360px !important;
  margin-top: 20px !important;
  color: var(--chrome-muted) !important;
  -webkit-text-fill-color: var(--chrome-muted) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

html body #brx-footer .sc-foot__mail {
  display: inline-block !important;
  margin-top: 24px !important;
  color: var(--chrome-bridge) !important;
  -webkit-text-fill-color: var(--chrome-bridge) !important;
  font-size: 14px !important;
  text-underline-offset: 5px !important;
}

html body #brx-footer .sc-foot__col > :first-child {
  margin-bottom: 24px !important;
  color: var(--chrome-dim) !important;
  -webkit-text-fill-color: var(--chrome-dim) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

html body #brx-footer .sc-foot__col a {
  position: relative !important;
  display: inline-block !important;
  padding: 5px 0 !important;
  color: var(--chrome-muted) !important;
  -webkit-text-fill-color: var(--chrome-muted) !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: color 200ms ease, transform 200ms cubic-bezier(.22,1,.36,1) !important;
}

html body #brx-footer .sc-foot__col a:hover,
html body #brx-footer .sc-foot__col a:focus-visible {
  color: var(--chrome-ink) !important;
  -webkit-text-fill-color: var(--chrome-ink) !important;
  transform: translateX(4px) !important;
}

html body #brx-footer .sc-foot__bar {
  display: flex !important;
  justify-content: space-between !important;
  gap: 24px !important;
  padding: 24px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(244,243,250,.11) !important;
}

html body #brx-footer .sc-foot__bar,
html body #brx-footer .sc-foot__bar :where(p,span,small) {
  color: var(--chrome-dim) !important;
  -webkit-text-fill-color: var(--chrome-dim) !important;
  font-size: 10px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

@media (max-width: 991px) {
  html body #brx-header .sc-hdr {
    padding-inline: 20px !important;
  }

  html body #brx-header .sc-nav__in {
    grid-template-columns: auto 1fr auto !important;
    gap: 20px !important;
  }

  html body #brx-header .sc-nav__links {
    justify-self: end !important;
  }

  html body #brx-header .bricks-mobile-menu-toggle {
    width: 42px !important;
    height: 42px !important;
    padding: 11px !important;
    border: 1px solid var(--chrome-border) !important;
    border-radius: 11px !important;
    background: var(--chrome-surface) !important;
    color: var(--chrome-ink) !important;
  }

  html body #brx-header .bricks-mobile-menu-wrapper {
    background: var(--chrome-surface) !important;
    color: var(--chrome-ink) !important;
  }

  html body #brx-header .bricks-mobile-menu-overlay {
    background: rgba(12,12,17,.74) !important;
  }

  html body #brx-header .bricks-mobile-menu a {
    color: var(--chrome-ink) !important;
    -webkit-text-fill-color: var(--chrome-ink) !important;
    font-size: 25px !important;
    letter-spacing: -.035em !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta3.sc-cta {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta5,
  html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta6,
  html body.home.sc-body.sbx4-page main#brx-content section#book .sc-cta__row {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  html body #brx-footer .sc-foot__top {
    grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(100px, .55fr)) !important;
    gap: 42px 34px !important;
  }

  html body:not(.home) #brx-footer .sc-foot__cta {
    grid-template-columns: 1fr !important;
  }

  html body:not(.home) #brx-footer .sc-foot__cta-button {
    grid-column: 1 !important;
  }
}

@media (max-width: 767px) {
  html body #brx-header .sc-hdr {
    min-height: 72px !important;
    padding: 8px 16px !important;
  }

  html body #brx-header .sc-nav__in {
    grid-template-columns: auto 1fr !important;
    min-height: 54px !important;
  }

  html body #brx-header #brxe-schd08 {
    display: none !important;
  }

  html body #brx-header .sc-brand__txt {
    font-size: 23px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content > section#book {
    padding: 92px 18px 104px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content > section#book > .sc-wrap {
    width: 100% !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta3.sc-cta {
    padding: 52px 0 46px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta5 {
    font-size: clamp(36px, 10.4vw, 46px) !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content section#book .sc-cta__row {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  html body #brx-footer .sc-foot {
    padding: 76px 18px 24px !important;
  }

  html body #brx-footer .sc-mark,
  html body #brx-footer #brxe-scfo23 {
    margin-bottom: 38px !important;
    padding-bottom: 26px !important;
    font-size: clamp(72px, 23vw, 128px) !important;
  }

  html body #brx-footer .sc-foot__top {
    grid-template-columns: 1fr 1fr !important;
    gap: 48px 28px !important;
  }

  html body #brx-footer .sc-foot__brand {
    grid-column: 1 / -1 !important;
  }

  html body:not(.home) #brx-footer .sc-foot__cta {
    margin-bottom: 76px !important;
    padding: 42px 28px !important;
  }

  html body #brx-footer .sc-foot__bar {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 520px) {
  html body #brx-footer .sc-foot__top {
    grid-template-columns: 1fr !important;
  }

  html body #brx-footer .sc-foot__brand {
    grid-column: 1 !important;
  }

  html body #brx-footer .sc-foot__col > :first-child {
    margin-bottom: 16px !important;
  }

  html body #brx-footer .sc-foot__col {
    padding-top: 26px !important;
    border-top: 1px solid rgba(244,243,250,.1) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body #brx-header *,
  html body #brx-footer *,
  html body.home.sc-body.sbx4-page main#brx-content section#book * {
    transition: none !important;
    animation: none !important;
  }
}

/* Header layout lock against legacy absolute navigation */
html body #brx-header #brxe-schd03 > #brxe-schd04 {
  grid-column: 1 !important;
  width: auto !important;
  min-width: max-content !important;
}
html body #brx-header #brxe-schd03 > #brxe-schd07 {
  position: static !important;
  grid-column: 2 !important;
  justify-self: center !important;
  width: auto !important;
  max-width: none !important;
  transform: none !important;
}
html body #brx-header #brxe-schd03 > #brxe-schd08 {
  grid-column: 3 !important;
  justify-self: end !important;
  width: auto !important;
  max-width: none !important;
}
@media (max-width: 767px) {
  html body #brx-header #brxe-schd03 > #brxe-schd07 {
    grid-column: 2 !important;
    justify-self: end !important;
  }
}

/* Final chrome cascade corrections */
html body #brx-footer #brxe-scfl03.sc-foot__word {
  color: var(--chrome-ink) !important;
  -webkit-text-fill-color: var(--chrome-ink) !important;
}
html body #brx-footer .sc-foot__top {
  border: 0 !important;
}
html body.home.sc-body.sbx4-page main#brx-content section#book #brxe-sccta5 {
  font-size: clamp(42px, 4.25vw, 58px) !important;
}

/* Non-home conversion surface specificity lock */
html body:not(.home) #brx-footer #brxe-scfc01.sc-foot__cta {
  background-color: #21172F !important;
  background-image: linear-gradient(135deg, #21172F 0%, #3A236A 62%, #6547F5 145%) !important;
}
