  /* stylelint-disable order/order */
/* stylelint-enable order/order */
/*
 * Fonts
 *
 * The font settings are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Colors
 *
 * The primary colors are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Effects
 */
/*
 * Grid Settings
 */
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.block-content-side-image.bg-white + .block-cta-info-slider.bg-white {
  padding-top: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem);
}

section:not(.acf-block) + .block-cta-info-slider.bg-white {
  padding-top: 0;
}

.acf-block.block-cta-info-slider.bg-white + .acf-block.block-text-side-heading.bg-transparent,
.acf-block.block-cta-info-slider.bg-white + .acf-block.block-text-side-heading.bg-white {
  padding-top: 0;
}