/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../node_modules/vue-loader/dist/stylePostLoader.js!../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../node_modules/vue-loader/dist/index.js??ruleSet[0].use!./components/async/collection-blocks/collection-blocks.vue?vue&type=style&index=0&id=95104a46&lang=scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Config: Configuration
 * -----------------------------------------------------------------------------
 * Master import that's included in all Vue components.
 * - No code should be output from the configuration files as they're reused.
 *
 */
/**
 * Config: SASS variables
 * -----------------------------------------------------------------------------
 * Automatically generated by `design` command, do not edit.
 *
 */
/**
 * Base: Classes
 * -----------------------------------------------------------------------------
 * Automatically generated by `design` command, do not edit.
 *
 */
/**
 * Config: Mixins
 * -----------------------------------------------------------------------------
 * Global and reusable utility functions to reduce common styling.
 * - Add in alphabetical order.
 *
 */
/**
 * Resets form buttons to appear as a standard text link.
 */
/**
 * Sets container properties.
 */
/**
 * Reset container properties.
 */
/**
 * Sets custom scrollbar on element.
 * - Add to element with overflow.
 */
/**
 * Default focus styling for browsers.
 */
/**
 * Resets input elements.
 */
/**
 * Resets list elements to appear as a stacked text links.
 */
/**
 * Loading/skeleton animation.
 */
/**
 * Reset text style to default.
 * - Used for preview bar and Storybook styles.
 */
/**
 * Outputs list of transition properties.
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height var(--timing-quick);
 * }
 */
/**
 * Returns the transition properties in the correct format.
 * This function is used by @mixin transition($transitions...).
 */
/**
 * Hide element but make it accessible to screen readers.
 */
/**
 * Reverse the properties applied by @mixin visually-hidden.
 * @param {String} $position - Positioning method for element.
 */
/**
 * Button background color swipe on hover.
 * @param {String} $background - Background colour for swipe.
 */
/**
 * Styles: collection-blocks (collection-blocks)
 * -----------------------------------------------------------------------------
 * Base styles for collection-blocks component.
 *
 */
.collection-blocks {
  overflow: hidden;
  padding-block-end: var(--spacing-7xl) var(--spacing-m);
}
.collection-blocks.critical-component-hide {
  display: block;
}
.collection-blocks.critical-component-clear {
  opacity: 1;
}
.collection-blocks__text p, .collection-blocks__text span {
  font-family: var(--font-family-ft-aktual);
  font-size: var(--font-size-4);
  font-weight: var(--font-weight-ft-aktual-2);
  letter-spacing: var(--letter-spacing-0);
  line-height: var(--line-height-1);
  text-decoration: none;
  text-indent: var(--text-indent-0);
  text-transform: none;
  margin-block: 4rem;
}
.collection-blocks__text h1, .collection-blocks__text h2, .collection-blocks__text h3, .collection-blocks__text h4, .collection-blocks__text h5 {
  margin-block: 3rem;
  font-family: var(--font-family-thunder);
  font-size: var(--font-size-7);
  font-weight: var(--font-weight-thunder-0);
  letter-spacing: var(--letter-spacing-0);
  line-height: var(--line-height-0);
  text-decoration: none;
  text-indent: var(--text-indent-0);
  text-transform: uppercase;
}
