p,
ul,
ol {
  margin: 0;
}

p {
  font-weight: var(--wp--custom--font-weight--regular);
  line-height: 1.625;
}

ul,
ol {
  padding-inline-start: 1.25em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

.has-scroll-clip:is(img, video),
.has-scroll-clip img,
.has-scroll-clip video {
  clip-path: inset(10%);
}

@media (prefers-reduced-motion: reduce) {
  .has-scroll-clip:is(img, video),
  .has-scroll-clip img,
  .has-scroll-clip video {
    clip-path: none;
  }
}

.hero-image .wp-block-image,
.hero-image .wp-block-kolossal-image {
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-image {
    padding-inline: var(--wp--preset--spacing--block-horizontal-padding);
  }
}

.hero-image .wp-block-image img,
.hero-image .kolossal-image__media {
  object-position: center;
  width: 100%;
}

@media (min-width: 1800px) {
  .hero-image .wp-block-image img,
  .hero-image .kolossal-image__media {
    object-fit: cover;
    object-position: center;
  }
}

.text-image .wp-block-image {
  margin: 0;
}

.text-block--quote .wp-block-quote,
.text-block--quote .wp-block-quote p,
.text-block--quote .wp-block-quote cite {
  font-style: normal;
}

.text-block--quote .wp-block-quote cite {
  font-size: var(--wp--preset--font-size--paragraph-sm);
}

.text-block--quote.has-brand-primary-500-background-color .text-block-quote__mark img,
.text-block--quote.is-style-theme-landing .text-block-quote__mark img {
  filter: brightness(0) invert(1);
}

.text-image .wp-block-image img {
  width: 100%;
}

.journal-text .kolossal-one-column__column-content > * + * {
  margin-block-start: 0;
}

.journal-text p {
  margin-bottom: 20px;
}

.journal-text li {
  margin-bottom: 0.5em;
}


.journal-text p:has(+ :is(h1, h2, h3,   h4, h5, h6, .wp-block-heading)) {
  margin-bottom: 40px;
}

.journal-text ul:has(+ :is(h1, h2, h3,   h4, h5, h6, .wp-block-heading)) {
  margin-bottom: 40px;
}

.journal-text ol:has(+ :is(h1, h2, h3,   h4, h5, h6, .wp-block-heading)) {
  margin-bottom: 40px;
}

.journal-text ul:has(+ :is(p)) {
  margin-bottom: 1rem;
}

.journal-text :is(h1, h2, h3, h4, h5, h6),
.journal-text .wp-block-heading {
  margin-bottom: 8px;
}

.journal-text h2,
.journal-text h2.wp-block-heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--heading-l);
  font-weight: var(--wp--custom--font-weight--semibold);
  line-height: 1.2;
  letter-spacing: 0;
}

.journal-text h3,
.journal-text h3.wp-block-heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--heading-m);
  font-weight: var(--wp--custom--font-weight--semibold);
  line-height: 1.4;
  letter-spacing: 0;
}

.journal-text h4,
.journal-text h4.wp-block-heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--heading-s);
  font-weight: var(--wp--custom--font-weight--semibold);
  line-height: 1.5;
  letter-spacing: 0;
}

.journal-spotlight .wp-block-image,
.journal-spotlight__image {
  margin: 0;
  width: 100%;
}

.journal-spotlight .wp-block-image img,
.journal-spotlight__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.stats__line {
  align-items: start;
  border-top: 1px solid currentColor;
  padding-block: var(--wp--preset--spacing--24);
}

.stats__rows > * + *,
.stats__line > * + * {
  margin-block-start: 0;
}

.stats__line > * {
  align-self: start;
  margin-block-end: 0;
}

.process-steps {
  --process-steps-section-bg: var(--wp--preset--color--brand-secondary-200);
  --process-steps-card-bg: var(--wp--preset--color--brand-secondary);
  --process-steps-text: var(--wp--preset--color--black-1000);

  background-color: var(--process-steps-section-bg);
  color: var(--process-steps-text);
}

.process-steps__cards {
  --gap: var(--wp--preset--spacing--32);
  align-items: stretch;
}

.process-steps__cards > * + * {
  margin-block-start: 0;
}

.process-steps__card {
  min-height: 0;
  background-color: var(--process-steps-card-bg);
  color: var(--process-steps-text);
  height: 376px;
  padding: 40px;
  justify-content: space-between;
}

.process-steps__card > * {
  margin-block-start: 0;
}

.process-steps.is-style-theme-branding {
  --process-steps-section-bg: var(--wp--preset--color--gray-100);
  --process-steps-card-bg: var(--wp--preset--color--white-1000);
  --process-steps-text: var(--wp--preset--color--branding-primary);
}

.process-steps.is-style-theme-digital {
  --process-steps-section-bg: var(--wp--preset--color--gray-900);
  --process-steps-card-bg: var(--wp--preset--color--black-1000);
  --process-steps-text: var(--wp--preset--color--white-1000);
}

.process-steps.is-style-theme-content {
  --process-steps-section-bg: #fff5fc;
  --process-steps-card-bg: var(--wp--preset--color--brand-tertiary);
  --process-steps-text: var(--wp--preset--color--black-1000);
}

.process-steps.is-style-theme-landing {
  --process-steps-section-bg: var(--wp--preset--color--brand-primary-500);
  --process-steps-card-bg: var(--wp--preset--color--brand-primary);
  --process-steps-text: var(--wp--preset--color--black-1000);
}

.process-steps.is-style-theme-market {
  --process-steps-section-bg: #DBEBFE;
  --process-steps-card-bg: var(--wp--preset--color--market-primary);
  --process-steps-text: var(--wp--preset--color--black-1000);
}

.contact-section .kolossal-two-column {
  padding: 0;
}

.contact-section__image .wp-block-image {
  margin: 0;
}

.contact-section__image .wp-block-image img {
  width: 100%;
}

.contact-section__details {
  --cols: 3;
}

.contact-section__details > * {
  margin-block-start: 0;
}

@media (min-width: 768px) {
  .contact-section__details {
    --cols: 4;
  }
}

@media (min-width: 1280px) {
  .contact-section__details {
    --cols: 6;
  }
}

button,
input,
select,
textarea {
  font: inherit;
}

.has-theme-primary-color {
  color: var(--wp--custom--color--text--primary);
}

.has-theme-secondary-color {
  color: var(--wp--custom--color--text--secondary);
}

.has-theme-tertiary-color {
  color: var(--wp--custom--color--text--tertiary);
}

.has-theme-inverse-color {
  color: var(--wp--custom--color--text--inverse);
}

