/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/utils/divider-line/divider-line.vue?vue&type=style&index=0&id=d7769fda&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: Divider line (divider-line)
 * -----------------------------------------------------------------------------
 * Base styles for divider line component.
 *
 */
.divider-line {
  color: var(--color-neutral-3);
  display: flex;
  gap: var(--spacing-xs);
  padding: 0;
  position: relative;
  width: 100%;
  /**
   * Modifiers.
   */
}
.divider-line.divider-line--no-label::before, .divider-line__element::before {
  background-color: currentcolor;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.divider-line__element {
  color: var(--color-neutral-3);
  display: block;
  flex: 1;
  position: relative;
}
.divider-line__label {
  color: var(--color-neutral-2);
  max-width: calc(100% - var(--spacing-xl) * 2);
}
.divider-line.is-large {
  padding: var(--spacing-xl) 0;
}
.divider-line.is-dark {
  color: var(--color-neutral-3);
}
.divider-line.is-dark .divider-line__element {
  color: var(--color-neutral-3);
}
.divider-line.is-dark .divider-line__label {
  color: var(--color-neutral-6);
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/transition-height/transition-height.vue?vue&type=style&index=0&id=82d3971e&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: Transition height (transition-height)
 * -----------------------------------------------------------------------------
 * Base styles for transition height.
 *
 */
.height-enter,
.height-leave-to {
  height: 0;
}
.height-enter-active,
.height-leave-active {
  transition: height var(--timing-normal) var(--easing-normal);
  overflow: hidden;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/accordion-item/accordion-item.vue?vue&type=style&index=0&id=4a36489e&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: Accordion item (accordion-item)
 * -----------------------------------------------------------------------------
 * Base styles for accordion item component.
 *
 */
.accordion-item:not(:last-of-type) {
  margin-block-end: var(--spacing-xl);
}
.accordion-item .button__icon .icon {
  color: var(--color-neutral-1);
  height: var(--icon-m);
  width: var(--icon-m);
}
.accordion-item__button {
  display: inline-flex;
  gap: var(--spacing-m);
  margin-block-end: var(--spacing-xl);
  text-align: left;
  width: 100%;
}
.accordion-item__button:hover {
  color: var(--color-neutral-2);
  opacity: 0.8;
}
.accordion-item__button-label {
  color: var(--color-neutral-1);
}
.accordion-item__answer p:last-child {
  margin-block-end: var(--spacing-xl);
}
.accordion-item__answer.is-active {
  display: inline-block;
}
@media (min-width: 64em) {
.accordion-item__item:not(:last-of-type) {
    margin-block-end: var(--spacing-l);
}
.accordion-item__button {
    margin-block-end: var(--spacing-l);
}
.accordion-item__answer p:last-child {
    margin-block-end: var(--spacing-l);
}
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/faq-accordion/faq-accordion.vue?vue&type=style&index=0&id=7f568a55&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: FAQ accordion (faq-accordion)
 * -----------------------------------------------------------------------------
 * Base styles for faq accordion component.
 *
 */
.faq-accordion {
  grid-column-gap: 0;
  grid-row-gap: var(--spacing-5xl);
  margin-block: var(--spacing-5xl);
  padding-inline: var(--spacing-xl);
}
.faq-accordion .grid {
  grid-row-gap: var(--spacing-5xl);
}
.faq-accordion .rte a, .faq-accordion .rte p, .faq-accordion .rte ol, .faq-accordion .rte ul, .faq-accordion .rte span {
  font-family: var(--font-family-ft-aktual);
  font-size: var(--font-size-3);
  font-weight: var(--font-weight-ft-aktual-2);
  letter-spacing: var(--letter-spacing-1);
  line-height: var(--line-height-3);
  text-indent: var(--text-indent-0);
}
.faq-accordion.critical-component-hide {
  display: block;
}
.faq-accordion.critical-component-clear {
  opacity: 1;
}
.faq-accordion__title {
  text-align: center;
}
@media (min-width: 64em) {
.faq-accordion {
    margin-block: calc(var(--spacing-7xl) + var(--spacing-xs));
    padding-inline: calc(var(--spacing-2xl) * 3);
}
.faq-accordion .grid {
    grid-row-gap: var(--spacing-xl);
}
.faq-accordion__title {
    text-align: left;
}
.faq-accordion__content {
    max-width: 640px;
}
}
@media (min-width: 90em) {
.faq-accordion {
    margin-block: calc(var(--spacing-7xl) + var(--spacing-m));
    padding-inline: var(--spacing-7xl);
}
}
