/**
 * Sabre MS — central site overrides.
 *
 * Loaded after Bricks' generated page CSS so responsive and page-specific
 * rules reliably win the cascade. Keep site-wide overrides in this file.
 */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

/* ============================================================
   SABRE SITE CSS
   Central stylesheet for site-wide and page-specific custom CSS.
   Reusable design values and ordinary component styling belong in
   Bricks Style Manager variables and global classes.
   ============================================================ */

/* ------------------------------------------------------------
   Shared — Legal pages
   ------------------------------------------------------------ */
.legal-template {
  width: 100%;
  max-width: 100%;
  margin-inline: 0 auto;
}

.legal-template .legal-document,
.legal-template .faz-cookie-policy {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.legal-template .legal-document > div {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.legal-template .legal-document table {
  width: 100%;
  margin: 2.4rem 0;
  border-collapse: collapse;
  font-size: var(--text-s);
}

.legal-template .legal-document th,
.legal-template .legal-document td {
  padding: 1rem 1.2rem;
  overflow-wrap: normal;
  border: 1px solid var(--color-border);
  vertical-align: top;
  text-align: left;
  word-break: normal;
  hyphens: none;
}

.legal-template .legal-document th {
  background: var(--color-surface-muted);
  font-weight: 600;
}

.legal-template .legal-document h2,
.legal-template .legal-document h3,
.legal-template .legal-document h4 {
  margin-top: 3.2rem;
}

.legal-template .faz-cookie-policy h2 {
  margin-top: 3.2rem;
  font-size: var(--text-xl);
  line-height: var(--line-height-heading);
}

.legal-template ul,
.legal-template ol {
  margin: 1.2rem 0;
  padding-left: 2rem;
}

.legal-template .legal-toc {
  margin: 2.4rem 0;
  padding: 2rem;
  border: 1px solid var(--color-border);
  background: var(--color-surface-muted);
}

.legal-template .legal-download {
  margin-top: 3.2rem;
  text-align: center;
}

.legal-template .legal-download a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--control-min-height);
  padding: var(--space-xs) var(--space-m);
  border-radius: 999px;
  background: var(--color-accent);
  color: var(--color-on-accent);
  font-weight: 600;
  text-decoration: none;
}

.legal-template .legal-cookie-services details {
  margin: 1.6rem 0;
  padding: 1.2rem 1.6rem;
  border: 1px solid var(--color-border);
}

.legal-template a:not(.legal-download a) {
  text-decoration: underline;
}

.legal-template .faz-cookie-policy-disclaimer {
  margin-top: 3.2rem;
  padding: 2rem;
  border: 1px solid var(--color-border);
  background: var(--color-surface-muted);
  font-size: var(--text-s);
}

/* ============================================================
   Template — Archive — FAQs
   Post ID: 10 | Slug: archive-faqs
   ============================================================ */

/* text-basic — #brxe-faip02 */
#brxe-faip02 {
  grid-column: 1 / -1;
}

/* shortcode — #brxe-fashrt */
#brxe-fashrt .kc-faq-hub__questions,
#brxe-fashrt .kc-faq-hub__list,
#brxe-fashrt .kc-faq-hub__item,
#brxe-fashrt .kc-faq-hub__answer,
#brxe-fashrt .kc-faq-hub__answer-content {
  min-width: 0;
}

/* ============================================================
   Page — Home
   Post ID: 23 | Slug: home
   ============================================================ */

/* section — #brxe-herose */
@media (max-width: 991px) {
  #brxe-herose { min-height: auto; padding-block: 13rem 6rem; }
}
@media (max-width: 767px) {
  #brxe-herose { padding-block: 11rem 5rem; }
}
#brxe-herose {
  overflow-x: clip;
  overflow-y: visible;
}

/* container — #brxe-hercon */
@media (max-width: 991px) {
  #brxe-hercon {
    grid-template-columns: minmax(0, 1fr);
    gap: 4.8rem;
    align-items: start;
  }
}
@media (max-width: 767px) {
  #brxe-hercon { gap: 3rem; }
}

/* heading — #brxe-herhed */
@media (max-width: 991px) {
  #brxe-herhed { max-width: 18ch; }
}
@media (max-width: 767px) {
  #brxe-herhed {
    font-size: clamp(3.8rem, 11vw, 5rem);
    max-width: 15ch;
  }
}

/* text-link — #brxe-hercta */
#brxe-hercta:hover {
  transform: translateY(-2px);
  background: #f4f8fb;
}
#brxe-hercta:focus-visible {
  outline: var(--focus-ring-width) solid var(--brand-white);
  outline-offset: var(--focus-ring-offset);
}

/* text-link — #brxe-hersec */
#brxe-hersec:hover {
  transform: translateY(-2px);
  background: var(--brand-white);
}
#brxe-hersec:focus-visible {
  outline: var(--focus-ring-width) solid var(--brand-white);
  outline-offset: var(--focus-ring-offset);
}

/* div — #brxe-hermed */
@media (max-width: 991px) {
  #brxe-hermed {
    width: min(100%, 68rem);
    max-width: 68rem;
    right: 0;
    margin: -2rem auto 0;
    justify-self: center;
  }
}
@media (max-width: 767px) {
  #brxe-hermed {
    width: 100%;
    max-width: 100%;
    right: auto;
    margin: 0 auto -2rem;
    aspect-ratio: 10 / 7;
    overflow: hidden;
  }
}

/* div — #brxe-gl7pp3 */
@keyframes sabre-logo-ticker {
  to {
    transform: translateX(calc(-50% - (var(--space-s) / 2)));
  }
}
@media (prefers-reduced-motion: reduce) {
  #brxe-i9q8od {
    -webkit-mask-image: none;
    mask-image: none;
  }
  #brxe-gl7pp3 {
    width: 100%;
    animation: none;
    transform: none;
  }
  #brxe-gl7pp3 > [data-logo-group='primary'] {
    width: 100%;
  }
  #brxe-gl7pp3 > [data-logo-group='primary'] [data-logo-list] {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  #brxe-gl7pp3 > [data-logo-group='duplicate'] {
    display: none;
  }
}
#brxe-gl7pp3 {
  gap: var(--space-s);
  animation: sabre-logo-ticker 70s linear infinite;
  will-change: transform;
}
#brxe-gl7pp3>.brxe-text-basic {
  display: none;
}
#brxe-gl7pp3>[data-logo-group]>.brxe-text-basic {
  display: none;
}
#brxe-gl7pp3>[data-logo-group] {
  display: flex;
  flex: none;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(1.6rem, 3vw, 4rem);
}
#brxe-gl7pp3 [data-logo-list] {
  display: flex;
  flex: none;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(1.6rem, 3vw, 4rem);
}
#brxe-gl7pp3 [data-logo-list]>.brxe-image {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: clamp(9rem, 11vw, 13rem);
  max-width: clamp(20rem, 25vw, 30rem);
  object-fit: contain;
}
#brxe-gl7pp3:hover {
  animation-play-state: paused;
}
#brxe-gl7pp3:focus-within {
  animation-play-state: paused;
}

/* Platforms — tabs top variant — #brxe-4blscj */
@layer bricks {
  #platforms-tabs-top .tab-pane.brx-open {
    display: grid !important;
  }
}
@media (max-width: 767px) {
  #platforms-tabs-top .tab-menu {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  #platforms-tabs-top .tab-menu::-webkit-scrollbar {
    display: none;
  }

  #platforms-tabs-top .tab-menu .tab-title {
    border-radius: 1.6rem 1.6rem 0 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  #platforms-tabs-top .tab-title,
  #platforms-tabs-top .platform-tabs__logo {
    transition: none;
  }
}
#platforms-tabs-top .tab-menu {
  position: relative;
  z-index: 3;
}
#platforms-tabs-top .tab-title {
  position: relative;
  isolation: isolate;
  border-radius: 2.4rem 2.4rem 0 0;
  background-color: color-mix(in srgb, var(--brand-white) 7%, transparent);
  opacity: 1;
  transform: translateY(0);
}
#platforms-tabs-top .tab-title:not(.brx-open):hover {
  background-color: color-mix(in srgb, var(--brand-white) 10%, transparent);
  opacity: 1;
}
#platforms-tabs-top .tab-menu .tab-title.brx-open {
  z-index: 4;
  background-color: var(--brand-white);
  opacity: 1;
}
#platforms-tabs-top .tab-title.brx-open::before {
  display: none;
}
#platforms-tabs-top .tab-title.brx-open::after {
  display: none;
}
#platforms-tabs-top .tab-title:focus-visible {
  outline: var(--focus-ring-width) solid var(--brand-secondary);
  outline-offset: -0.4rem;
  opacity: 1;
}
#platforms-tabs-top .platform-tabs__logo {
  opacity: 0.76;
  transform: scale(0.92);
  transition: opacity var(--transition-duration) var(--transition-easing), transform var(--transition-duration) var(--transition-easing), filter var(--transition-duration) var(--transition-easing);
}
#platforms-tabs-top .tab-title:hover .platform-tabs__logo {
  opacity: 1;
  transform: scale(1);
}
#platforms-tabs-top .tab-title.brx-open .platform-tabs__logo {
  opacity: 1;
  transform: scale(1);
}
#platforms-tabs-top .tab-title.brx-open .platform-tabs__logo {
  filter: brightness(0) saturate(100%) invert(40%) sepia(93%) saturate(1683%) hue-rotate(165deg) brightness(91%) contrast(99%);
}
#platforms-tabs-top .tab-content {
  position: relative;
  z-index: 2;
  background: var(--brand-white);
  border-radius: 0 0 var(--radius-l) var(--radius-l);
  box-shadow: 0 2rem 5rem rgba(15, 23, 42, 0.24);
}

/* Capabilities carousel — #brxe-capsld */
@media (max-width: 991px) {
  #brxe-capsld .splide__slide > .brxe-heading {
    height: 7.6rem;
    min-height: 7.6rem;
  }
}
@media (max-width: 767px) {
  #brxe-capsld .splide__slide::before {
    margin-bottom: 1.8rem;
  }
  #brxe-capsld .splide__slide > .brxe-heading {
    height: auto;
    min-height: 0;
    padding-bottom: 1.6rem;
  }
  #brxe-capsld .splide__slide > .brxe-text-basic {
    margin-top: 1.6rem !important;
  }
}
#brxe-capsld .splide__slide {
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  box-sizing: border-box;
}
#brxe-capsld .splide__slide::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 0 2.2rem;
  background-color: var(--color-brand);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#brxe-caps01::before {
  -webkit-mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/users-three.svg");
  mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/users-three.svg");
}
#brxe-caps02::before {
  -webkit-mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/lightning.svg");
  mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/lightning.svg");
}
#brxe-caps03::before {
  -webkit-mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/shield-check.svg");
  mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/shield-check.svg");
}
#brxe-caps04::before {
  -webkit-mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/currency-gbp.svg");
  mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/currency-gbp.svg");
}
#brxe-caps05::before {
  -webkit-mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/handshake.svg");
  mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/handshake.svg");
}
#brxe-caps06::before {
  -webkit-mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/share-network.svg");
  mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/share-network.svg");
}
#brxe-capsld .splide__slide>.brxe-heading {
  width: 100%;
  height: 10.1rem;
  min-height: 10.1rem;
  margin: 0 !important;
  padding: 0 0 2rem;
  border-bottom: 1px solid rgba(5, 91, 170, 0.18);
}
#brxe-capsld .splide__slide>.brxe-text-basic {
  width: 100%;
  margin: 2rem 0 0 !important;
}
#brxe-capsld .splide__pagination {
  display: none !important;
}
#brxe-capsld .splide__arrow {
  display: grid !important;
  place-items: center !important;
  width: 4.8rem !important;
  height: 4.8rem !important;
  padding: 0 !important;
  border-radius: 50% !important;
  box-sizing: border-box;
  color: #055BAA;
  transform: none !important;
}
#brxe-capsld .splide__arrow--prev {
  left: auto;
}
#brxe-capsld .splide__arrow svg {
  display: none !important;
}
#brxe-capsld .splide__arrow::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#brxe-capsld .splide__arrow--prev::before {
  -webkit-mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/caret-left.svg");
  mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/caret-left.svg");
}
#brxe-capsld .splide__arrow--next::before {
  -webkit-mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/caret-right.svg");
  mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/caret-right.svg");
}
#brxe-capsld .splide__arrow:focus-visible {
  outline: 3px solid #FF5A19;
  outline-offset: 0.2rem;
}

/* div — #brxe-yika1i */
@media (max-width: 767px) {
  #brxe-yika1i {
    grid-template-columns: 1fr;
  }
  #brxe-yika1i > article {
    min-height: auto;
    padding: 2.8rem 2.4rem !important;
    border-right: 0 !important;
    border-bottom: 1px solid #B7EBFF3D !important;
  }
  #brxe-yika1i > article:last-child {
    border-bottom: 0 !important;
  }
}
#brxe-yika1i {
  counter-reset: implementation-step;
  background: rgba(3, 28, 67, 0.34);
}
#brxe-yika1i>article {
  counter-increment: implementation-step;
  width: 100% !important;
  max-width: none !important;
  min-height: 22rem;
  margin: 0 !important;
  padding: clamp(2.4rem, 3vw, 4rem) !important;
  justify-self: stretch !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
#brxe-yika1i>article::before {
  content: counter(implementation-step, decimal-leading-zero);
  display: block;
  margin-bottom: clamp(2rem, 3vw, 3.2rem);
  color: rgba(255, 255, 255, 0.48);
  font-size: clamp(3.6rem, 5vw, 5.6rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.05em;
}
#brxe-yika1i>article:nth-child(1) {
  border-right: 1px solid #B7EBFF3D !important;
}
#brxe-yika1i>article:nth-child(3) {
  border-right: 1px solid #B7EBFF3D !important;
}
#brxe-yika1i>article:nth-child(-n+2) {
  border-bottom: 1px solid #B7EBFF3D !important;
}

/* slider-nested — #brxe-iuetlj */
#brxe-iuetlj .splide__slide .brxe-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
#brxe-iuetlj .splide__slide .brxe-heading::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/google-g.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ============================================================
   Page — About
   Post ID: 26 | Slug: about-us
   ============================================================ */

/* div — #brxe-2n1r3g */
@media (max-width: 991px) {
  #brxe-ijy1en,
  #brxe-o10ysw,
  #brxe-ala4es {
    grid-column: 1 !important;
  }
}
#brxe-ijy1en {
  grid-column: 1 / -1;
}
#brxe-o10ysw {
  grid-column: 1;
}
#brxe-ala4es {
  grid-column: 2;
  align-self: start;
}

/* Walter Lourens LinkedIn — #brxe-ivow1u */
#brxe-ivow1u::before {
  content: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/linkedin-logo.svg");
  flex: 0 0 2rem;
}
#brxe-ivow1u::before>svg {
  max-width: 2rem;
  max-height: 2rem;
}
#brxe-ivow1u:hover {
  transform: translateY(-2px);
}
#brxe-ivow1u:focus-visible {
  outline: 3px solid var(--color-brand-highlight);
  outline-offset: 3px;
}

/* 31% Timesheet processing — #brxe-q8tmx2 */
@media (prefers-reduced-motion: reduce) {
  #brxe-q8tmx2 { transition: none; }
}
#brxe-q8tmx2:hover {
  box-shadow: 0 1.4rem 3.2rem rgba(0,0,0,0.22);
}
#brxe-q8tmx2:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-brand-highlight);
  outline-offset: var(--focus-ring-offset);
  box-shadow: 0 1.4rem 3.2rem rgba(0,0,0,0.22);
}

/* Decorative data line — #brxe-6zdivj */
#brxe-6zdivj {
  background: linear-gradient(164deg, transparent 43%, rgba(1,143,203,0.22) 43.4%, var(--color-brand-highlight) 44%, rgba(1,143,203,0.22) 44.6%, transparent 45%);
}
#brxe-6zdivj::after {
  content: "";
  background: var(--color-brand-highlight);
}

/* 27% Compliance audits — #brxe-pxw7mk */
@media (prefers-reduced-motion: reduce) {
  #brxe-pxw7mk { transition: none; }
}
#brxe-pxw7mk:hover {
  box-shadow: 0 1.4rem 3.2rem rgba(0,0,0,0.22);
}
#brxe-pxw7mk:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-brand-highlight);
  outline-offset: var(--focus-ring-offset);
  box-shadow: 0 1.4rem 3.2rem rgba(0,0,0,0.22);
}

/* 36% New worker registration — #brxe-p7t9kf */
@media (prefers-reduced-motion: reduce) {
  #brxe-p7t9kf { transition: none; }
}
#brxe-p7t9kf:hover {
  box-shadow: 0 1.4rem 3.2rem rgba(0,0,0,0.22);
}
#brxe-p7t9kf:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-brand-highlight);
  outline-offset: var(--focus-ring-offset);
  box-shadow: 0 1.4rem 3.2rem rgba(0,0,0,0.22);
}

/* slider-nested — #brxe-b55yg5 */
#brxe-b55yg5 .splide__slide .brxe-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
#brxe-b55yg5 .splide__slide .brxe-heading::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/google-g.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#brxe-b55yg5 .splide__arrow {
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  border-radius: 50% !important;
  box-sizing: border-box;
}
#brxe-b55yg5 .splide__arrow svg {
  display: none !important;
}
#brxe-b55yg5 .splide__arrow::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#brxe-b55yg5 .splide__arrow--prev::before {
  -webkit-mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/caret-left.svg");
  mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/caret-left.svg");
}
#brxe-b55yg5 .splide__arrow--next::before {
  -webkit-mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/caret-right.svg");
  mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/caret-right.svg");
}
#brxe-b55yg5 .splide__arrow:focus-visible {
  outline: 3px solid #ff5a19;
  outline-offset: 0.2rem;
}

/* ============================================================
   Page — Contact Us
   Post ID: 35 | Slug: contact-us
   ============================================================ */

/* Sales icon — #brxe-cusasi */
#brxe-cusasi {
  --icon-size: 3.2rem;
}

/* Sales form — #brxe-cusasf */
@media (prefers-reduced-motion: reduce) {
  #brxe-cusasf button[type=submit].bricks-button {
    transition: none;
  }
}
#brxe-cusasf label {
  letter-spacing: normal;
}
#brxe-cusasf .label {
  letter-spacing: normal;
}
#brxe-cusasf .submit-button-wrapper {
  display: inline-flex;
}
#brxe-cusasf input:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-cusasf textarea:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-cusasf button:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-cusasf button[type=submit].bricks-button {
  transition: background-color var(--transition-duration) var(--transition-easing), border-color var(--transition-duration) var(--transition-easing);
}
#brxe-cusasf button[type=submit].bricks-button:hover {
  background-color: var(--color-accent-hover);
}
#brxe-cusasf .form-group:has(input[name="form-field-slhny"]) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Support icon — #brxe-cusupi */
#brxe-cusupi {
  --icon-size: 3.2rem;
}

/* Support form — #brxe-cusupf */
@media (prefers-reduced-motion: reduce) {
  #brxe-cusupf button[type=submit].bricks-button:hover {
    transition: none;
  }
}
#brxe-cusupf label {
  letter-spacing: normal;
}
#brxe-cusupf .label {
  letter-spacing: normal;
}
#brxe-cusupf .submit-button-wrapper {
  display: inline-flex;
}
#brxe-cusupf input:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-cusupf textarea:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-cusupf button:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-cusupf button[type=submit].bricks-button {
  transition: background-color var(--transition-duration) var(--transition-easing), border-color var(--transition-duration) var(--transition-easing);
}
#brxe-cusupf button[type=submit].bricks-button:hover {
  background-color: var(--color-accent-hover);
}
#brxe-cusupf .form-group:has(input[name="form-field-sphny"]) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ============================================================
   Template — Site Header
   Post ID: 46 | Slug: site-header-blueprint
   ============================================================ */

/* Sabre glass header — #brxe-2u4hyi */
@media (max-width: 991px) {
  #brxe-2u4hyi {
    top: 1rem;
    width: calc(100% - 2rem);
    min-height: 6.8rem;
    margin-block-start: 1rem;
    margin-block-end: -8rem;
    padding: 0.7rem 2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  #brxe-2u4hyi { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
}
#brxe-2u4hyi {
  margin-inline: auto;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

/* Header inner — #brxe-gwjtjp */
@media (max-width: 991px) {
  #brxe-gwjtjp { min-height: 5.4rem; gap: 1rem; }
}
#brxe-gwjtjp {
  margin-inline: auto;
}

/* Sabre home link — #brxe-thlbxo */
#brxe-thlbxo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Primary navigation — #brxe-3wgxra */
@media (max-width: 991px) {
  #brxe-3wgxra.brx-open .brx-nav-nested-items {
    padding: 8.8rem 2.4rem 3.2rem;
    gap: 0.8rem;
    overflow-y: auto;
  }
  #brxe-3wgxra.brx-open .brx-nav-nested-items > li {
    width: 100%;
  }
  #brxe-3wgxra.brx-open .brx-nav-nested-items > li > a,
  #brxe-3wgxra.brx-open .brx-nav-nested-items > li > .brx-submenu-toggle,
  #brxe-3wgxra.brx-open .brx-nav-nested-items > li > .brx-submenu-toggle > span,
  #brxe-3wgxra.brx-open .brx-dropdown-content a {
    min-height: 4.8rem;
    font-family: "Vinila", sans-serif;
    font-size: var(--text-l) !important;
    font-weight: var(--font-weight-regular);
    line-height: 1.2;
  }
  #brxe-3wgxra .brx-dropdown-content {
    margin-top: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
#brxe-3wgxra .brx-nav-nested-items>li>a {
  opacity: 0.88;
}
#brxe-3wgxra .brx-nav-nested-items>li>.brx-submenu-toggle {
  opacity: 0.88;
}
#brxe-3wgxra .brx-nav-nested-items>li>a:hover {
  opacity: 1;
}
#brxe-3wgxra .brx-nav-nested-items>li>.brx-submenu-toggle:hover {
  opacity: 1;
}
#brxe-3wgxra .brx-dropdown-content {
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  margin-top: 1.2rem;
}
#brxe-3wgxra a:focus-visible {
  outline: var(--focus-ring-width) solid var(--brand-white);
  outline-offset: var(--focus-ring-offset);
  border-radius: var(--radius-s);
}
#brxe-3wgxra button:focus-visible {
  outline: var(--focus-ring-width) solid var(--brand-white);
  outline-offset: var(--focus-ring-offset);
  border-radius: var(--radius-s);
}

/* Close mobile navigation — #brxe-d8ecvr */
@media (max-width: 991px) {
  #brxe-d8ecvr {
    position: absolute;
    top: 1.2rem;
    right: 2.1rem;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 4.4rem;
    height: 4.4rem;
    min-width: 4.4rem;
    min-height: 4.4rem;
    margin: 0;
    padding: 0;
  }
  #brxe-d8ecvr .brxa-wrap { display: none; }
  #brxe-d8ecvr::before {
    content: "";
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: var(--brand-white);
    -webkit-mask: url('/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/x.svg') center / contain no-repeat;
    mask: url('/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/x.svg') center / contain no-repeat;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    animation: sabre-menu-x-in 320ms cubic-bezier(.2,.8,.2,1) both;
  }
}
@keyframes sabre-menu-x-in {
  from { opacity: 0; transform: rotate(-90deg) scale(.6); }
  to { opacity: 1; transform: rotate(0deg) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  #brxe-d8ecvr::before {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Open mobile navigation — #brxe-ell55a */
@media (max-width: 991px) {
  #brxe-ell55a {
    position: relative;
    z-index: 7;
    display: grid;
    place-items: center;
    flex: 0 0 4.4rem;
    width: 4.4rem;
    height: 4.4rem;
    min-width: 4.4rem;
    min-height: 4.4rem;
    margin: 0;
    padding: 0;
  }
  #brxe-ell55a .brxa-wrap { display: none; }
  #brxe-ell55a::before,
  #brxe-ell55a::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: var(--brand-white);
    transform-origin: center;
    transition: opacity 220ms ease, transform 320ms cubic-bezier(.2,.8,.2,1);
  }
  #brxe-ell55a::before {
    -webkit-mask: url('/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/list.svg') center / contain no-repeat;
    mask: url('/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/list.svg') center / contain no-repeat;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  #brxe-ell55a::after {
    -webkit-mask: url('/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/x.svg') center / contain no-repeat;
    mask: url('/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/x.svg') center / contain no-repeat;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg) scale(.6);
  }
  #brxe-3wgxra.brx-open #brxe-ell55a::before {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scale(.6);
  }
  #brxe-3wgxra.brx-open #brxe-ell55a::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  #brxe-ell55a::before,
  #brxe-ell55a::after { transition: none; }
}

/* Book a demo — #brxe-b700fm */
#brxe-b700fm {
  white-space: nowrap;
}
#brxe-b700fm:focus-visible {
  outline: var(--focus-ring-width) solid var(--brand-white);
  outline-offset: var(--focus-ring-offset);
}

/* ============================================================
   Page — Insights
   Post ID: 451 | Slug: insights
   ============================================================ */

/* image — #brxe-insimg */
#brxe-insimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#brxe-insimg figcaption {
  display: none;
}

/* pagination — #brxe-inspag */
#brxe-inspag .page-numbers.prev {
  display: grid;
  place-items: center;
  color: var(--color-brand);
}
#brxe-inspag .page-numbers.next {
  display: grid;
  place-items: center;
  color: var(--color-brand);
}
#brxe-inspag .page-numbers.prev::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#brxe-inspag .page-numbers.next::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#brxe-inspag .page-numbers.prev::before {
  -webkit-mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/caret-left.svg");
  mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/caret-left.svg");
}
#brxe-inspag .page-numbers.next::before {
  -webkit-mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/caret-right.svg");
  mask-image: url("/wp-content/themes/kreatif-agency-theme/assets/icons/phosphor/caret-right.svg");
}
#brxe-inspag .page-numbers:focus-visible {
  outline: 3px solid var(--color-accent-warm);
  outline-offset: 0.2rem;
}

/* ============================================================
   Template — Insights Archive
   Post ID: 454 | Slug: insights-archive
   ============================================================ */

/* image — #brxe-arcimg */
#brxe-arcimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#brxe-arcimg figcaption {
  display: none;
}

/* ============================================================
   Template — Insights Single Post
   Post ID: 456 | Slug: insights-single-post
   ============================================================ */

/* post-content — #brxe-blgcnt */
@media (max-width: 767px) {
  #brxe-blgcnt details>p {
    padding-right: 0;
  }
}
#brxe-blgcnt {
  overflow-wrap: anywhere;
}
#brxe-blgcnt>*+* {
  margin-top: var(--space-m);
}
#brxe-blgcnt h2 {
  font-family: "Vinila", Georgia, serif;
  color: var(--color-brand);
  line-height: var(--line-height-heading);
  letter-spacing: -.025em;
}
#brxe-blgcnt h3 {
  font-family: "Vinila", Georgia, serif;
  color: var(--color-brand);
  line-height: var(--line-height-heading);
  letter-spacing: -.025em;
}
#brxe-blgcnt h2 {
  font-size: var(--text-2xl);
  margin-top: var(--space-2xl);
}
#brxe-blgcnt h3 {
  font-size: var(--text-xl);
  margin-top: var(--space-xl);
}
#brxe-blgcnt p {
  max-width: none;
}
#brxe-blgcnt li {
  max-width: none;
}
#brxe-blgcnt ul {
  padding-left: 1.4em;
}
#brxe-blgcnt ol {
  padding-left: 1.4em;
}
#brxe-blgcnt li+li {
  margin-top: var(--space-xs);
}
#brxe-blgcnt a {
  color: var(--color-accent);
  text-underline-offset: .18em;
}
#brxe-blgcnt figure {
  width: 100% !important;
  max-width: 100%;
  margin: var(--space-xl) 0;
  padding: unset;
  border: none;
  background: transparent;
}
#brxe-blgcnt img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-m);
}
#brxe-blgcnt figcaption {
  margin-top: var(--space-xs);
  color: var(--color-text-muted);
  font-size: var(--text-s);
}
#brxe-blgcnt hr {
  border-top: 1px solid var(--color-border);
  margin-block: var(--space-xl);
}
#brxe-blgcnt details {
  margin: unset;
  padding: unset;
  border-top: none;
  border-bottom: 1px solid var(--color-border);
}
#brxe-blgcnt details:first-of-type {
  border-top: 1px solid var(--color-border);
}
#brxe-blgcnt summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-m);
  min-height: unset;
  padding: var(--space-m) 0;
  cursor: pointer;
  list-style: none;
  color: var(--color-text);
  font-weight: 400;
}
#brxe-blgcnt summary::-webkit-details-marker {
  display: none;
}
#brxe-blgcnt summary h3 {
  margin: unset;
  color: var(--color-text);
  font-size: var(--text-l);
  font-weight: 600;
  line-height: 1.6;
}
#brxe-blgcnt summary::after {
  content: "";
  display: block;
  flex: 0 0 1.1rem;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: .3rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}
#brxe-blgcnt details[open] summary::after {
  transform: rotate(225deg);
}
#brxe-blgcnt summary:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-blgcnt details>p {
  margin: unset;
  padding: 0 4rem var(--space-l) 0;
}
#brxe-blgcnt details>p+p {
  margin-top: var(--space-s);
}
#brxe-blgcnt summary svg {
  display: none;
}
#brxe-blgcnt blockquote {
  margin: var(--space-xl) 0;
  padding-left: var(--space-l);
  border-left: 2px solid var(--color-accent);
  color: var(--color-text-muted);
}

/* shortcode — #brxe-sglshr */
#brxe-sglshr .sabre-share {
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-l);
}
#brxe-sglshr .sabre-share__label {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  margin: 0 0 var(--space-m);
  font-weight: var(--font-weight-bold);
  color: var(--color-brand);
}
#brxe-sglshr .sabre-share__label svg {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}
#brxe-sglshr .sabre-share__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
}
#brxe-sglshr .sabre-share__link {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  min-height: 4.4rem;
  padding: .8rem 1.4rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-brand);
  text-decoration: none;
  font-weight: var(--font-weight-semibold);
}
#brxe-sglshr .sabre-share__link:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}
#brxe-sglshr .sabre-share__link:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-sglshr .sabre-share__link svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: currentColor;
}

/* ============================================================
   Page — Vend
   Post ID: 458 | Slug: vend
   ============================================================ */

/* Vend page header — #brxe-vdhdr1 */
#brxe-vdhdr1 {
  background-blend-mode: multiply;
}

/* ============================================================
   Page — Request A Demo
   Post ID: 528 | Slug: request-a-demo
   ============================================================ */

/* Demo conversion split — #brxe-rdsect */
@keyframes sabre-logo-ticker {
  to {
    transform: translateX(calc(-50% - (var(--space-s) / 2)));
  }
}
@media (prefers-reduced-motion: reduce) {
  #brxe-rdwrp1 {
    -webkit-mask-image: none;
    mask-image: none;
  }
  #brxe-rdtck1 {
    width: 100%;
    animation: none;
    transform: none;
  }
  #brxe-rdtck1 > [data-logo-group='primary'] {
    width: 100%;
  }
  #brxe-rdtck1 > [data-logo-group='primary'] [data-logo-list] {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #brxe-rdtck1 > [data-logo-group='duplicate'] {
    display: none;
  }
}
#brxe-rdgrid {
  min-height: inherit;
}
#brxe-rdwrp1 {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
#brxe-rdtck1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  gap: var(--space-s);
  animation: sabre-logo-ticker 70s linear infinite;
  will-change: transform;
}
#brxe-rdtck1>[data-logo-group] {
  display: flex;
  flex: none;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--space-xl);
}
#brxe-rdtck1 [data-logo-list] {
  display: flex;
  flex: none;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--space-xl);
}
#brxe-rdtck1 [data-logo-list]>.brxe-image {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: clamp(8rem, 12vw, 12rem);
  max-width: min(46%, 28rem);
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.88;
}
#brxe-rdtck1:hover {
  animation-play-state: paused;
}
#brxe-rdtck1:focus-within {
  animation-play-state: paused;
}

/* Proven efficiency — #brxe-pd0thq */
@media (prefers-reduced-motion: reduce) {
  #brxe-2jw2tn .splide__slide {
    transition: none !important;
  }
}
#brxe-2jw2tn .splide__pagination {
  position: relative;
  bottom: auto;
  left: auto;
  padding-top: var(--space-s);
  transform: none;
}
#brxe-2jw2tn .splide__arrows {
  display: none;
}

/* Demo form column — #brxe-rdfrmc */
#brxe-rdfrmc {
  box-shadow: var(--shadow-m);
}

/* Demo request form — #brxe-rdfm01 */
@media (prefers-reduced-motion: reduce) {
  #brxe-rdfm01 button[type=submit].bricks-button {
    transition: none;
  }
}
#brxe-rdfm01 {
  column-gap: var(--space-m);
}
#brxe-rdfm01>.form-group:nth-child(1) {
  width: calc(50% - (var(--space-m) / 2));
}
#brxe-rdfm01>.form-group:nth-child(2) {
  width: calc(50% - (var(--space-m) / 2));
}
#brxe-rdfm01 label {
  letter-spacing: normal;
}
#brxe-rdfm01 .label {
  letter-spacing: normal;
}
#brxe-rdfm01 .submit-button-wrapper {
  display: inline-flex;
}
#brxe-rdfm01 input:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-rdfm01 textarea:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-rdfm01 button:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-rdfm01 button[type=submit].bricks-button {
  text-transform: none;
  transition: background-color var(--transition-duration) var(--transition-easing), border-color var(--transition-duration) var(--transition-easing);
}
#brxe-rdfm01 button[type=submit].bricks-button:hover {
  background-color: var(--color-accent-hover);
}

/* text-basic — #brxe-rdpriv */
#brxe-rdpriv a {
  color: var(--color-brand);
  text-decoration: none;
  font-weight: var(--font-weight-semibold);
}

/* ============================================================
   Page — Follow
   Post ID: 547 | Slug: follow
   ============================================================ */

/* Social links — #brxe-zrt607 */
@media (prefers-reduced-motion: reduce) {
  #brxe-zrt607 > a {
    transition: none;
  }
}
#brxe-zrt607 {
  --icon-size: 4.8rem;
}
#brxe-zrt607>a {
  --icon-size: 4.8rem;
}
#brxe-zrt607>a:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-on-brand);
  outline-offset: var(--focus-ring-offset);
}

/* ============================================================
   Page — Protected: Resources
   Post ID: 566 | Slug: resources
   ============================================================ */

/* Resources — #brxe-day6hx */
@media (prefers-reduced-motion: reduce) {
  #brxe-day6hx a[id^="brxe-"] {
    transition: none;
  }
}
#brxe-day6hx .content-grid>a {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: transform var(--transition-duration) var(--transition-easing), box-shadow var(--transition-duration) var(--transition-easing);
}
#brxe-day6hx .content-grid>a:hover {
  transform: translateY(-0.4rem);
  box-shadow: var(--shadow-m);
}
#brxe-day6hx .content-grid>a:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-day6hx .content-grid>a .brxe-image {
  width: 100%;
  max-width: 100%;
}
#brxe-day6hx .content-grid>a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 var(--space-l);
}
#brxe-day6hx .content-grid>a h2 {
  width: 100%;
  max-width: none;
  padding: 0 0 2rem;
  border-bottom: 1px solid rgba(5, 91, 170, 0.18);
}
#brxe-day6hx .content-grid>a p {
  width: 100%;
  max-width: none;
  margin: 2rem 0 0;
}

/* ============================================================
   Page — Pricing for Sabre Rec and Sabre Vend
   Post ID: 579 | Slug: pricing-for-sabre-rec
   ============================================================ */

/* Pricing content — #brxe-6ypef4 */
#brxe-6ypef4 .pricing-table-scroll {
  width: 100%;
  max-width: 86rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#brxe-6ypef4 table {
  width: 100%;
  min-width: 56rem;
  border-collapse: collapse;
  background: var(--color-surface);
  border: 1px solid rgba(5, 91, 170, 0.22);
  border-left: 4px solid var(--color-brand-highlight);
}
#brxe-6ypef4 th {
  padding: 1.4rem 1.8rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid rgba(5, 91, 170, 0.14);
  font-size: var(--text-m);
  line-height: 1.4;
}
#brxe-6ypef4 td {
  padding: 1.4rem 1.8rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid rgba(5, 91, 170, 0.14);
  font-size: var(--text-m);
  line-height: 1.4;
}
#brxe-6ypef4 thead th {
  background: var(--color-brand);
  color: var(--color-on-brand);
  font-family: "Vinila", Georgia, "Times New Roman", serif;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.02em;
  border-color: rgba(255, 255, 255, 0.16);
}
#brxe-6ypef4 tbody tr:nth-child(even) td {
  background: rgba(5, 91, 170, 0.04);
}
#brxe-6ypef4 tbody td {
  color: var(--color-text);
}
#brxe-6ypef4 .num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
#brxe-6ypef4 tbody td.num:last-child {
  color: var(--color-brand);
  font-weight: var(--font-weight-semibold);
  font-family: "Vinila", Georgia, "Times New Roman", serif;
}

/* Pricing panel — #brxe-ocgqvu */
@media (max-width: 767px) {
  #brxe-ocgqvu {
    grid-template-columns: minmax(0, 1fr) !important;
    column-gap: 0 !important;
  }
  #brxe-m9a9pb { grid-column: 1 !important; grid-row: 6 !important; }
  #brxe-6ttifr {
    grid-column: 1 !important;
    grid-row: 7 !important;
    margin-bottom: var(--space-l);
  }
  #brxe-b11hvd { grid-column: 1 !important; grid-row: 8 !important; }
  #brxe-5z4vyv { grid-column: 1 !important; grid-row: 9 !important; }
  #brxe-kjumb7 { grid-row: 10 !important; }
}
#brxe-qmklwv {
  grid-column: 1 / -1;
  grid-row: 1;
  margin: 0 0 clamp(3.2rem, 5vw, 5.6rem);
}
#weekly-pricing {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0 0 var(--space-m);
}
#brxe-ocgqvu>.pricing-table-scroll {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  margin: 0 0 var(--space-m);
}
#brxe-e0wm9q {
  grid-column: 1 / -1;
  grid-row: 4;
  margin: 0 0 clamp(3.2rem, 5vw, 5.6rem);
}
#brxe-pm6lnk {
  grid-column: 1 / -1;
  grid-row: 5;
  margin: 0 0 clamp(3.2rem, 5vw, 5.6rem);
}
#brxe-m9a9pb {
  grid-row: 6;
  padding: var(--space-l) var(--space-l) var(--space-s);
  border-style: solid;
  border-width: 1px 1px 0;
  border-radius: var(--radius-l) var(--radius-l) 0 0;
  color: #1f4e79;
}
#brxe-b11hvd {
  grid-row: 6;
  padding: var(--space-l) var(--space-l) var(--space-s);
  border-style: solid;
  border-width: 1px 1px 0;
  border-radius: var(--radius-l) var(--radius-l) 0 0;
  color: #1f4e79;
}
#brxe-m9a9pb {
  grid-column: 1;
  border-color: #b7d6ee;
  background: #f7fbff;
}
#brxe-b11hvd {
  grid-column: 2;
  border-color: #f4b183;
  background: #fff8f2;
}
#brxe-6ttifr {
  grid-row: 7;
  align-self: stretch;
  padding: 0 var(--space-l) var(--space-l);
  border-style: solid;
  border-width: 0 1px 1px;
  border-radius: 0 0 var(--radius-l) var(--radius-l);
}
#brxe-5z4vyv {
  grid-row: 7;
  align-self: stretch;
  padding: 0 var(--space-l) var(--space-l);
  border-style: solid;
  border-width: 0 1px 1px;
  border-radius: 0 0 var(--radius-l) var(--radius-l);
}
#brxe-6ttifr {
  grid-column: 1;
  border-color: #b7d6ee;
  background: #f7fbff;
}
#brxe-5z4vyv {
  grid-column: 2;
  border-color: #f4b183;
  background: #fff8f2;
}
#brxe-kjumb7 {
  grid-column: 1 / -1;
  grid-row: 8;
  margin: clamp(3.2rem, 5vw, 5.6rem) 0;
}

/* ============================================================
   Page — Trust Centre
   Post ID: 596 | Slug: trust-centre
   ============================================================ */

/* Trust Centre content — #brxe-azskkl */
@media (max-width: 991px) {
  #brxe-ocfdw5 > .brxe-div {
    padding: 1.8rem;
  }
  #brxe-k0g8pp {
    position: relative !important;
    top: auto !important;
    margin: 0 0 var(--space-m);
    align-self: stretch;
  }
  #brxe-k0g8pp .brxe-text-link {
    font-size: var(--text-s);
    padding: 1.1rem 1.4rem;
  }
}
#brxe-a02kpw {
  align-items: start;
}
#brxe-k0g8pp {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  align-self: start;
  height: auto;
  gap: 0 !important;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(5, 91, 170, 0.16);
  border-left-width: 4px;
  background: rgba(255, 255, 255, 0.94);
}
#brxe-k0g8pp::before {
  content: "On this page";
  display: block;
  padding: 1.2rem 1.4rem 1rem;
  border-bottom: 1px solid rgba(5, 91, 170, 0.18);
  color: var(--color-text);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#brxe-k0g8pp .brxe-text-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: var(--control-min-height);
  padding: 1rem 1.4rem;
  border-bottom: 1px solid rgba(5, 91, 170, 0.12);
  color: var(--color-brand);
  font-size: var(--text-xs);
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color var(--transition-duration) var(--transition-easing);
}
#brxe-k0g8pp .brxe-text-link::after {
  content: "";
  flex: 0 0 0.65rem;
  width: 0.65rem;
  height: 0.65rem;
  margin-left: 0.8rem;
  border-right: 1.5px solid var(--color-brand);
  border-bottom: 1.5px solid var(--color-brand);
  transform: rotate(-45deg);
  opacity: 0.4;
}
#brxe-k0g8pp .brxe-text-link:hover {
  background: rgba(5, 91, 170, 0.05);
}
#brxe-k0g8pp .brxe-text-link:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: calc(var(--focus-ring-offset) * -1);
}
#brxe-ocfdw5 {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
#brxe-ocfdw5>.brxe-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-s);
  scroll-margin-top: 10rem;
  padding: clamp(2.2rem, 2.6vw, 2.8rem);
  border: 1px solid rgba(5, 91, 170, 0.16);
  border-left-width: 4px;
  background: rgba(255, 255, 255, 0.94);
}
#brxe-ocfdw5>.brxe-div>h2 {
  width: 100%;
  margin: 0 !important;
  padding: 0 0 1.2rem;
  border-bottom: 1px solid rgba(5, 91, 170, 0.18);
  font-size: var(--text-l) !important;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
#brxe-azskkl h3.brxe-heading {
  font-size: var(--text-s) !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--color-brand) !important;
}
#brxe-ocfdw5 .brxe-text-basic {
  font-size: var(--text-s);
  line-height: 1.55;
}
#brxe-ocfdw5 .brxe-text-link:not(.button) {
  font-size: var(--text-s);
  line-height: 1.55;
}
#brxe-ocfdw5 li {
  font-size: var(--text-s);
  line-height: 1.55;
}
#brxe-ocfdw5 .brxe-text-link:not(.button) {
  color: var(--color-brand);
  font-weight: 600;
}
#brxe-azskkl ul {
  padding-left: 1.15em;
}
#brxe-azskkl li {
  margin: 0.15em 0;
}

/* ============================================================
   Page — Community
   Post ID: 651 | Slug: community
   ============================================================ */

/* Charity hero — #brxe-9ny739 */
body.page-id-651 #brx-content {
  background: var(--brand-primary);
}

/* ============================================================
   Template — Resources — Client Login
   Post ID: 901 | Slug: resources-client-login
   ============================================================ */

/* Client access panel — #brxe-rslpan */
@keyframes sabre-resource-gateway-in {
  from {
    opacity: 0;
    transform: translateY(1.2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #brxe-rslpan {
    animation: none;
  }
}
#brxe-rslpan {
  animation: sabre-resource-gateway-in 520ms var(--transition-easing) both;
}

/* Client password form — #brxe-rslfrm */
@media (prefers-reduced-motion: reduce) {
  #brxe-rslfrm button[type=submit].bricks-button {
    transition: none;
  }
}
#brxe-rslfrm label {
  letter-spacing: normal;
}
#brxe-rslfrm .submit-button-wrapper {
  display: flex;
}
#brxe-rslfrm input:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-rslfrm button:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-focus);
  outline-offset: var(--focus-ring-offset);
}
#brxe-rslfrm button[type=submit].bricks-button {
  min-height: 4.8rem;
  align-items: center;
  justify-content: center;
  transition: background-color var(--transition-duration) var(--transition-easing), border-color var(--transition-duration) var(--transition-easing), transform var(--transition-duration) var(--transition-easing);
}
#brxe-rslfrm button[type=submit].bricks-button:hover {
  transform: translateY(-0.2rem);
}

/* Mobile footer: keep the consent control clear of the social links. */
@media (max-width: 767px) {
  #brxe-7rch3b {
    padding-inline-start: 6.4rem;
  }
}

