/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/brand-values/brand-values.vue?vue&type=style&index=0&id=07d3d071&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: Brand values (brand-values)
 * -----------------------------------------------------------------------------
 * Base styles for brand values component.
 *
 */
.brand-values {
  color: var(--color-neutral-6);
  margin-block: var(--spacing-2xl);
  padding-inline: 0;
  position: relative;
}
.brand-values.critical-component-hide {
  display: block;
}
.brand-values__title {
  margin-block-end: 0.5rem !important;
  text-align: center;
}
.brand-values.critical-component-clear {
  opacity: 1;
}
.brand-values__anchortag {
  text-decoration: none;
}
.brand-values .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}
.brand-values [class*=text-heading] {
  color: var(--color-neutral-6);
}
.brand-values__spantitle {
  text-align: center;
  text-transform: uppercase;
}
.brand-values__content {
  position: relative;
  z-index: var(--layer-raised);
}
.brand-values__icon {
  display: inline-block;
  height: 40px;
  width: 40px;
}
.brand-values__icon .images {
  background-color: transparent;
}
.brand-values__value {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
.brand-values__value:not(:first-child) {
  margin-inline-start: var(--spacing-5xl);
}
.brand-values__value-content {
  margin-inline-start: var(--spacing-xs);
}
@media (min-width: 64em) {
.brand-values__spantitle {
    text-align: center;
}
}
@media (min-width: 90em) {
.brand-values {
    margin-block: var(--spacing-7xl);
    padding-inline: calc(var(--spacing-7xl) + var(--spacing-l) + var(--spacing-2xs) + var(--spacing-3xs));
}
.brand-values__value {
    margin-inline-start: 0;
}
.brand-values .splide.is-initialized:not(.is-active) .splide__list {
    justify-content: space-between;
    width: 100%;
}
}
