.elementor-2443 .elementor-element.elementor-element-4b2ee49{width:initial;max-width:initial;}body.elementor-page-2443:not(.elementor-motion-effects-element-type-background), body.elementor-page-2443 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-17d282d *//*
 * Digital Lightbulb — Growth Stories header
 * Paste this below the existing Growth Stories CSS.
 */

.dlb-growth-header {
  --dlb-yellow: #fff000;
  --dlb-black: #090a0b;
  --dlb-white: #f7f7f4;
  --dlb-muted: #c2c3c5;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(52px, 7vw, 92px) max(20px, calc((100vw - 1220px) / 2));
  color: var(--dlb-white);
  background:
    radial-gradient(circle at 72% 45%, rgba(255,240,0,.035), transparent 25%),
    linear-gradient(135deg, #0b0c0d 0%, #08090a 100%);
  font-family: inherit;
}

.dlb-growth-header *,
.dlb-growth-header *::before,
.dlb-growth-header *::after {
  box-sizing: border-box;
}

.dlb-growth-header__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  gap: clamp(48px, 8vw, 120px);
}

.dlb-growth-header__eyebrow {
  display: block;
  margin-bottom: 24px;
  color: var(--dlb-yellow);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.dlb-growth-header .dlb-growth-header__title {
  margin: 0 !important;
  color: var(--dlb-white) !important;
  font-size: clamp(3rem, 5.2vw, 5.5rem) !important;
  font-weight: 760 !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
}

.dlb-growth-header__title strong {
  color: var(--dlb-yellow);
  font-weight: inherit;
}

.dlb-growth-header__summary {
  margin: 28px 0 0 !important;
  color: var(--dlb-muted) !important;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}

.dlb-growth-header__moment {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.dlb-growth-header__bulb {
  width: 150px;
  height: auto;
  color: var(--dlb-yellow);
  transform: rotate(-2deg);
}

.dlb-growth-header .dlb-growth-header__moment-copy h2 {
  margin: 0 0 18px !important;
  color: var(--dlb-yellow) !important;
  font-family: "Comic Sans MS", "Segoe Print", cursive;
  font-size: clamp(1.35rem, 2vw, 1.75rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.dlb-growth-header__moment-copy p {
  margin: 0 !important;
  color: var(--dlb-white) !important;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.65;
}

.dlb-growth-header__scribble {
  position: relative;
  display: block;
  width: 150px;
  height: 20px;
  margin-top: 18px;
  border-top: 3px solid var(--dlb-yellow);
  transform: rotate(-5deg);
}

.dlb-growth-header__scribble::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -28px;
  width: 12px;
  border-top: 3px solid var(--dlb-yellow);
  transform: rotate(8deg);
}

@media (max-width: 900px) {
  .dlb-growth-header__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .dlb-growth-header__moment {
    max-width: 600px;
    padding-top: 38px;
    border-top: 1px solid #34363a;
  }
}

@media (max-width: 560px) {
  .dlb-growth-header {
    padding: 42px 22px 48px;
  }

  .dlb-growth-header .dlb-growth-header__title {
    font-size: clamp(2.7rem, 14vw, 4rem) !important;
  }

  .dlb-growth-header__summary br {
    display: none;
  }

  .dlb-growth-header__moment {
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
  }

  .dlb-growth-header__bulb {
    width: 92px;
  }

  .dlb-growth-header__moment-copy p br {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-b667f66 *//*
 * Digital Lightbulb — Growth Stories
 * Add this to Appearance > Customise > Additional CSS,
 * your child theme, or your page builder's custom CSS area.
 */

.dlb-growth-stories {
  --dlb-yellow: #fff000;
  --dlb-black: #090a0b;
  --dlb-panel: #111214;
  --dlb-line: #34363a;
  --dlb-white: #f7f7f4;
  --dlb-muted: #c2c3c5;
  --dlb-radius: 16px;
  --dlb-max: 1220px;
  width: min(var(--dlb-max), calc(100% - 40px));
  margin-inline: auto;
  color: var(--dlb-white);
  font-family: inherit;
}

.dlb-growth-stories *,
.dlb-growth-stories *::before,
.dlb-growth-stories *::after {
  box-sizing: border-box;
}

.dlb-story {
  display: grid;
  grid-template-columns: minmax(300px, 35%) minmax(0, 1fr);
  margin-block: 24px;
  overflow: hidden;
  border: 1px solid var(--dlb-line);
  border-radius: var(--dlb-radius);
  background: linear-gradient(135deg, #111214 0%, #0c0d0f 100%);
}

.dlb-story__media {
  position: relative;
  min-height: 510px;
  isolation: isolate;
  overflow: hidden;
}

.dlb-story__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--story-position, center);
  filter: saturate(0.55) contrast(1.04);
}

.dlb-story__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.05) 38%, rgba(0,0,0,.76) 100%),
    linear-gradient(90deg, rgba(0,0,0,.22), transparent 60%);
  pointer-events: none;
}

.dlb-story__identity {
  position: absolute;
  top: 34px;
  left: 32px;
  right: 32px;
}

.dlb-story__client {
  margin: 0;
  color: var(--dlb-white);
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.035em;
}

.dlb-story__type {
  display: block;
  margin-top: 12px;
  color: var(--dlb-yellow);
  font-size: .95rem;
  font-weight: 700;
}

.dlb-story__quote {
  position: absolute;
  right: 30px;
  bottom: 26px;
  left: 30px;
  margin: 0;
  padding: 24px 24px 20px 48px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  background: rgba(12,13,14,.86);
  color: var(--dlb-white);
  font-size: 1rem;
  line-height: 1.55;
  backdrop-filter: blur(8px);
}

.dlb-story__quote::before {
  content: "“";
  position: absolute;
  top: 8px;
  left: 16px;
  color: var(--dlb-yellow);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.dlb-story__quote cite {
  display: block;
  margin-top: 12px;
  color: var(--dlb-yellow);
  font-size: .84rem;
  font-style: normal;
  font-weight: 700;
}

.dlb-story__body {
  min-width: 0;
  padding: 34px 36px 28px;
}

.dlb-story__heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--dlb-line);
}

.dlb-story__headline {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.dlb-story__headline::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 24px;
  border-radius: 2px;
  background: var(--dlb-yellow);
}

.dlb-story__tag {
  flex: 0 0 auto;
  padding: 8px 14px;
  border: 1px solid var(--dlb-yellow);
  border-radius: 8px;
  color: var(--dlb-yellow);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.dlb-story__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.dlb-story__fact {
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid var(--dlb-line);
}

.dlb-story__fact:first-child {
  padding-left: 0;
  border-left: 0;
}

.dlb-story__fact:last-child {
  padding-right: 0;
}

.dlb-story__icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  place-items: center;
  border: 1px solid #a9aaad;
  border-radius: 50%;
  color: var(--dlb-white);
  font-size: .8rem;
  font-weight: 800;
}

.dlb-story__label {
  display: block;
  margin-bottom: 12px;
  color: var(--dlb-yellow);
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.dlb-story__fact p {
  margin: 0;
  color: var(--dlb-muted);
  font-size: .95rem;
  line-height: 1.55;
}

.dlb-story__result {
  display: block;
  margin-bottom: 10px;
  color: var(--dlb-yellow);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.2;
}

.dlb-story__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(320px, 100%);
  margin-top: 26px;
  padding: 13px 18px;
  border: 1px solid var(--dlb-yellow);
  border-radius: 5px;
  color: var(--dlb-yellow);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.dlb-story__link:hover,
.dlb-story__link:focus-visible {
  color: var(--dlb-black);
  background: var(--dlb-yellow);
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .dlb-story {
    grid-template-columns: 1fr;
  }

  .dlb-story__media {
    min-height: clamp(390px, 70vw, 540px);
  }

  .dlb-story__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .dlb-story__fact:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .dlb-growth-stories {
    width: min(100% - 24px, var(--dlb-max));
  }

  .dlb-story {
    margin-block: 16px;
    border-radius: 12px;
  }

  .dlb-story__media {
    min-height: 430px;
  }

  .dlb-story__identity {
    top: 26px;
    left: 24px;
    right: 24px;
  }

  .dlb-story__quote {
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 20px 18px 18px 42px;
    font-size: .94rem;
  }

  .dlb-story__body {
    padding: 26px 22px 24px;
  }

  .dlb-story__heading-row {
    display: block;
  }

  .dlb-story__tag {
    display: inline-block;
    margin-top: 20px;
  }

  .dlb-story__proof {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dlb-story__fact,
  .dlb-story__fact:first-child,
  .dlb-story__fact:nth-child(3) {
    padding: 22px 0;
    border-top: 1px solid var(--dlb-line);
    border-left: 0;
  }

  .dlb-story__fact:first-child {
    border-top: 0;
  }

  .dlb-story__link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dlb-story__link {
    transition: none;
  }
}

/* Full-width black Growth Stories section */
.dlb-growth-stories {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 70px max(20px, calc((100vw - 1220px) / 2));
  background: #090a0b;
}

/* Keep each story controlled on large screens */
.dlb-growth-stories .dlb-story {
  width: 100%;
  max-width: 1220px;
  margin: 24px auto;
}

/* Stop the WordPress theme overriding headings */
.dlb-story .dlb-story__client,
.dlb-story .dlb-story__headline {
  color: #f7f7f4 !important;
}

.dlb-story .dlb-story__type,
.dlb-story .dlb-story__label,
.dlb-story .dlb-story__result {
  color: #fff000 !important;
}

@media (max-width: 620px) {
  .dlb-growth-stories {
    padding: 32px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-d0faad6 *//*
 * Digital Lightbulb — Growth Stories
 * Add this to Appearance > Customise > Additional CSS,
 * your child theme, or your page builder's custom CSS area.
 */

.dlb-growth-stories {
  --dlb-yellow: #fff000;
  --dlb-black: #090a0b;
  --dlb-panel: #111214;
  --dlb-line: #34363a;
  --dlb-white: #f7f7f4;
  --dlb-muted: #c2c3c5;
  --dlb-radius: 16px;
  --dlb-max: 1220px;
  width: min(var(--dlb-max), calc(100% - 40px));
  margin-inline: auto;
  color: var(--dlb-white);
  font-family: inherit;
}

.dlb-growth-stories *,
.dlb-growth-stories *::before,
.dlb-growth-stories *::after {
  box-sizing: border-box;
}

.dlb-story {
  display: grid;
  grid-template-columns: minmax(300px, 35%) minmax(0, 1fr);
  margin-block: 24px;
  overflow: hidden;
  border: 1px solid var(--dlb-line);
  border-radius: var(--dlb-radius);
  background: linear-gradient(135deg, #111214 0%, #0c0d0f 100%);
}

.dlb-story__media {
  position: relative;
  min-height: 510px;
  isolation: isolate;
  overflow: hidden;
}

.dlb-story__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--story-position, center);
  filter: saturate(0.55) contrast(1.04);
}

.dlb-story__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.05) 38%, rgba(0,0,0,.76) 100%),
    linear-gradient(90deg, rgba(0,0,0,.22), transparent 60%);
  pointer-events: none;
}

.dlb-story__identity {
  position: absolute;
  top: 34px;
  left: 32px;
  right: 32px;
}

.dlb-story__client {
  margin: 0;
  color: var(--dlb-white);
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.035em;
}

.dlb-story__type {
  display: block;
  margin-top: 12px;
  color: var(--dlb-yellow);
  font-size: .95rem;
  font-weight: 700;
}

.dlb-story__quote {
  position: absolute;
  right: 30px;
  bottom: 26px;
  left: 30px;
  margin: 0;
  padding: 24px 24px 20px 48px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  background: rgba(12,13,14,.86);
  color: var(--dlb-white);
  font-size: 1rem;
  line-height: 1.55;
  backdrop-filter: blur(8px);
}

.dlb-story__quote::before {
  content: "“";
  position: absolute;
  top: 8px;
  left: 16px;
  color: var(--dlb-yellow);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.dlb-story__quote cite {
  display: block;
  margin-top: 12px;
  color: var(--dlb-yellow);
  font-size: .84rem;
  font-style: normal;
  font-weight: 700;
}

.dlb-story__body {
  min-width: 0;
  padding: 34px 36px 28px;
}

.dlb-story__heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--dlb-line);
}

.dlb-story__headline {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.dlb-story__headline::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 24px;
  border-radius: 2px;
  background: var(--dlb-yellow);
}

.dlb-story__tag {
  flex: 0 0 auto;
  padding: 8px 14px;
  border: 1px solid var(--dlb-yellow);
  border-radius: 8px;
  color: var(--dlb-yellow);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.dlb-story__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.dlb-story__fact {
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid var(--dlb-line);
}

.dlb-story__fact:first-child {
  padding-left: 0;
  border-left: 0;
}

.dlb-story__fact:last-child {
  padding-right: 0;
}

.dlb-story__icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  place-items: center;
  border: 1px solid #a9aaad;
  border-radius: 50%;
  color: var(--dlb-white);
  font-size: .8rem;
  font-weight: 800;
}

.dlb-story__label {
  display: block;
  margin-bottom: 12px;
  color: var(--dlb-yellow);
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.dlb-story__fact p {
  margin: 0;
  color: var(--dlb-muted);
  font-size: .95rem;
  line-height: 1.55;
}

.dlb-story__result {
  display: block;
  margin-bottom: 10px;
  color: var(--dlb-yellow);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.2;
}

.dlb-story__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(320px, 100%);
  margin-top: 26px;
  padding: 13px 18px;
  border: 1px solid var(--dlb-yellow);
  border-radius: 5px;
  color: var(--dlb-yellow);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.dlb-story__link:hover,
.dlb-story__link:focus-visible {
  color: var(--dlb-black);
  background: var(--dlb-yellow);
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .dlb-story {
    grid-template-columns: 1fr;
  }

  .dlb-story__media {
    min-height: clamp(390px, 70vw, 540px);
  }

  .dlb-story__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .dlb-story__fact:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .dlb-growth-stories {
    width: min(100% - 24px, var(--dlb-max));
  }

  .dlb-story {
    margin-block: 16px;
    border-radius: 12px;
  }

  .dlb-story__media {
    min-height: 430px;
  }

  .dlb-story__identity {
    top: 26px;
    left: 24px;
    right: 24px;
  }

  .dlb-story__quote {
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 20px 18px 18px 42px;
    font-size: .94rem;
  }

  .dlb-story__body {
    padding: 26px 22px 24px;
  }

  .dlb-story__heading-row {
    display: block;
  }

  .dlb-story__tag {
    display: inline-block;
    margin-top: 20px;
  }

  .dlb-story__proof {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dlb-story__fact,
  .dlb-story__fact:first-child,
  .dlb-story__fact:nth-child(3) {
    padding: 22px 0;
    border-top: 1px solid var(--dlb-line);
    border-left: 0;
  }

  .dlb-story__fact:first-child {
    border-top: 0;
  }

  .dlb-story__link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dlb-story__link {
    transition: none;
  }
}

/* Full-width black Growth Stories section */
.dlb-growth-stories {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 70px max(20px, calc((100vw - 1220px) / 2));
  background: #090a0b;
}

/* Keep each story controlled on large screens */
.dlb-growth-stories .dlb-story {
  width: 100%;
  max-width: 1220px;
  margin: 24px auto;
}

/* Stop the WordPress theme overriding headings */
.dlb-story .dlb-story__client,
.dlb-story .dlb-story__headline {
  color: #f7f7f4 !important;
}

.dlb-story .dlb-story__type,
.dlb-story .dlb-story__label,
.dlb-story .dlb-story__result {
  color: #fff000 !important;
}

@media (max-width: 620px) {
  .dlb-growth-stories {
    padding: 32px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-246d734 *//*
 * Digital Lightbulb — Growth Stories
 * Add this to Appearance > Customise > Additional CSS,
 * your child theme, or your page builder's custom CSS area.
 */

.dlb-growth-stories {
  --dlb-yellow: #fff000;
  --dlb-black: #090a0b;
  --dlb-panel: #111214;
  --dlb-line: #34363a;
  --dlb-white: #f7f7f4;
  --dlb-muted: #c2c3c5;
  --dlb-radius: 16px;
  --dlb-max: 1220px;
  width: min(var(--dlb-max), calc(100% - 40px));
  margin-inline: auto;
  color: var(--dlb-white);
  font-family: inherit;
}

.dlb-growth-stories *,
.dlb-growth-stories *::before,
.dlb-growth-stories *::after {
  box-sizing: border-box;
}

.dlb-story {
  display: grid;
  grid-template-columns: minmax(300px, 35%) minmax(0, 1fr);
  margin-block: 24px;
  overflow: hidden;
  border: 1px solid var(--dlb-line);
  border-radius: var(--dlb-radius);
  background: linear-gradient(135deg, #111214 0%, #0c0d0f 100%);
}

.dlb-story__media {
  position: relative;
  min-height: 510px;
  isolation: isolate;
  overflow: hidden;
}

.dlb-story__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--story-position, center);
  filter: saturate(0.55) contrast(1.04);
}

.dlb-story__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.05) 38%, rgba(0,0,0,.76) 100%),
    linear-gradient(90deg, rgba(0,0,0,.22), transparent 60%);
  pointer-events: none;
}

.dlb-story__identity {
  position: absolute;
  top: 34px;
  left: 32px;
  right: 32px;
}

.dlb-story__client {
  margin: 0;
  color: var(--dlb-white);
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.035em;
}

.dlb-story__type {
  display: block;
  margin-top: 12px;
  color: var(--dlb-yellow);
  font-size: .95rem;
  font-weight: 700;
}

.dlb-story__quote {
  position: absolute;
  right: 30px;
  bottom: 26px;
  left: 30px;
  margin: 0;
  padding: 24px 24px 20px 48px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  background: rgba(12,13,14,.86);
  color: var(--dlb-white);
  font-size: 1rem;
  line-height: 1.55;
  backdrop-filter: blur(8px);
}

.dlb-story__quote::before {
  content: "“";
  position: absolute;
  top: 8px;
  left: 16px;
  color: var(--dlb-yellow);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.dlb-story__quote cite {
  display: block;
  margin-top: 12px;
  color: var(--dlb-yellow);
  font-size: .84rem;
  font-style: normal;
  font-weight: 700;
}

.dlb-story__body {
  min-width: 0;
  padding: 34px 36px 28px;
}

.dlb-story__heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--dlb-line);
}

.dlb-story__headline {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.dlb-story__headline::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 24px;
  border-radius: 2px;
  background: var(--dlb-yellow);
}

.dlb-story__tag {
  flex: 0 0 auto;
  padding: 8px 14px;
  border: 1px solid var(--dlb-yellow);
  border-radius: 8px;
  color: var(--dlb-yellow);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.dlb-story__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.dlb-story__fact {
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid var(--dlb-line);
}

.dlb-story__fact:first-child {
  padding-left: 0;
  border-left: 0;
}

.dlb-story__fact:last-child {
  padding-right: 0;
}

.dlb-story__icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  place-items: center;
  border: 1px solid #a9aaad;
  border-radius: 50%;
  color: var(--dlb-white);
  font-size: .8rem;
  font-weight: 800;
}

.dlb-story__label {
  display: block;
  margin-bottom: 12px;
  color: var(--dlb-yellow);
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.dlb-story__fact p {
  margin: 0;
  color: var(--dlb-muted);
  font-size: .95rem;
  line-height: 1.55;
}

.dlb-story__result {
  display: block;
  margin-bottom: 10px;
  color: var(--dlb-yellow);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.2;
}

.dlb-story__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(320px, 100%);
  margin-top: 26px;
  padding: 13px 18px;
  border: 1px solid var(--dlb-yellow);
  border-radius: 5px;
  color: var(--dlb-yellow);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.dlb-story__link:hover,
.dlb-story__link:focus-visible {
  color: var(--dlb-black);
  background: var(--dlb-yellow);
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .dlb-story {
    grid-template-columns: 1fr;
  }

  .dlb-story__media {
    min-height: clamp(390px, 70vw, 540px);
  }

  .dlb-story__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .dlb-story__fact:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .dlb-growth-stories {
    width: min(100% - 24px, var(--dlb-max));
  }

  .dlb-story {
    margin-block: 16px;
    border-radius: 12px;
  }

  .dlb-story__media {
    min-height: 430px;
  }

  .dlb-story__identity {
    top: 26px;
    left: 24px;
    right: 24px;
  }

  .dlb-story__quote {
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 20px 18px 18px 42px;
    font-size: .94rem;
  }

  .dlb-story__body {
    padding: 26px 22px 24px;
  }

  .dlb-story__heading-row {
    display: block;
  }

  .dlb-story__tag {
    display: inline-block;
    margin-top: 20px;
  }

  .dlb-story__proof {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dlb-story__fact,
  .dlb-story__fact:first-child,
  .dlb-story__fact:nth-child(3) {
    padding: 22px 0;
    border-top: 1px solid var(--dlb-line);
    border-left: 0;
  }

  .dlb-story__fact:first-child {
    border-top: 0;
  }

  .dlb-story__link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dlb-story__link {
    transition: none;
  }
}

/* Full-width black Growth Stories section */
.dlb-growth-stories {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 70px max(20px, calc((100vw - 1220px) / 2));
  background: #090a0b;
}

/* Keep each story controlled on large screens */
.dlb-growth-stories .dlb-story {
  width: 100%;
  max-width: 1220px;
  margin: 24px auto;
}

/* Stop the WordPress theme overriding headings */
.dlb-story .dlb-story__client,
.dlb-story .dlb-story__headline {
  color: #f7f7f4 !important;
}

.dlb-story .dlb-story__type,
.dlb-story .dlb-story__label,
.dlb-story .dlb-story__result {
  color: #fff000 !important;
}

@media (max-width: 620px) {
  .dlb-growth-stories {
    padding: 32px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6842b20 *//*
 * Digital Lightbulb — Growth Stories closing CTA
 * Paste this below the existing Growth Stories and header CSS.
 */

.dlb-growth-footer {
  --dlb-yellow: #fff000;
  --dlb-black: #090a0b;
  --dlb-white: #f7f7f4;
  --dlb-muted: #c2c3c5;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(44px, 6vw, 72px) max(20px, calc((100vw - 1220px) / 2));
  color: var(--dlb-white);
  background:
    radial-gradient(circle at 72% 50%, rgba(255,240,0,.035), transparent 24%),
    #090a0b;
  border-top: 1px solid #25272a;
  font-family: inherit;
}

.dlb-growth-footer *,
.dlb-growth-footer *::before,
.dlb-growth-footer *::after {
  box-sizing: border-box;
}

.dlb-growth-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  gap: clamp(50px, 9vw, 130px);
}

.dlb-growth-footer__message {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.dlb-growth-footer__arrow {
  width: 112px;
  height: auto;
  color: var(--dlb-yellow);
  transform: rotate(-5deg);
}

.dlb-growth-footer .dlb-growth-footer__title {
  margin: 0 !important;
  color: var(--dlb-white) !important;
  font-size: clamp(2rem, 3.4vw, 3.35rem) !important;
  font-weight: 740 !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em !important;
}

.dlb-growth-footer__title strong {
  color: var(--dlb-yellow);
  font-weight: inherit;
}

.dlb-growth-footer__action {
  min-width: 0;
}

.dlb-growth-footer__action p {
  margin: 0 0 18px !important;
  color: var(--dlb-muted) !important;
  font-size: .98rem;
  line-height: 1.5;
}

.dlb-growth-footer .dlb-growth-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 14px 22px;
  border: 2px solid var(--dlb-yellow);
  border-radius: 5px;
  color: #090a0b !important;
  background: var(--dlb-yellow);
  font-size: .82rem;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: .01em;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.dlb-growth-footer .dlb-growth-footer__button:hover,
.dlb-growth-footer .dlb-growth-footer__button:focus-visible {
  color: var(--dlb-yellow) !important;
  background: transparent;
  transform: translateY(-2px);
}

.dlb-growth-footer .dlb-growth-footer__button:focus-visible {
  outline: 3px solid rgba(255,240,0,.35);
  outline-offset: 4px;
}

@media (max-width: 820px) {
  .dlb-growth-footer__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .dlb-growth-footer__action {
    max-width: 440px;
    margin-left: 134px;
  }
}

@media (max-width: 620px) {
  .dlb-growth-footer {
    padding: 42px 22px 46px;
  }

  .dlb-growth-footer__message {
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
  }

  .dlb-growth-footer__arrow {
    width: 76px;
    margin-top: 4px;
  }

  .dlb-growth-footer .dlb-growth-footer__title {
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
  }

  .dlb-growth-footer__title br {
    display: none;
  }

  .dlb-growth-footer__action {
    max-width: none;
    margin-left: 0;
    padding-top: 28px;
    border-top: 1px solid #34363a;
  }

  .dlb-growth-footer__action p br {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dlb-growth-footer .dlb-growth-footer__button {
    transition: none;
  }
}/* End custom CSS */