/*!**************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./areas/usp/usp.scss ***!
  \**************************************************************************************************************************************************************************************/
/** GLOBALS **/
/************
/** VARIABLES
/****************************************/
/*
$grids: (
    'default': $mobile_base,
    'switches': (
        $mobile_switch: $mobile_base,
        $tablet_switch: $tablet_base,
        $max_switch: $max_base
    ),
    'definitions': (
        $mobile_base: (
            'columns': 8,
            'column': 44,
            'gutter': 14,
            'fix': false
        ),
        $tablet_base: (
            'columns': 12,
            'column': 56,
            'gutter': 22,
            'fix': false
        ),
        $max_base: (
            'columns': 12,
            'column': 139,
            'gutter': 54,
            'fix': true
        )
    )
);
*/
/* EASING */
/* Font settings */
/************
/** COLOR VARIABLES
/****************************************/
/* **************************** */
/* Pimcore-editmode used colors */
/* **************************** */
/* **************************** */
/************
/** DEFINITION OF OWN MIXINS
/****************************************/
/* stylelint-disable */
.usp {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .usp {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .usp {
    margin-top: 104px;
  }
}
@media only screen and (min-width: 768px) {
  .usp {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .usp {
    margin-bottom: 104px;
  }
}

.usp--has-badge {
  margin-top: calc(40px + 19.7333333333vw);
}
@media only screen and (min-width: 768px) {
  .usp--has-badge {
    margin-top: calc(40px + 19.0104166667vw);
  }
}
@media only screen and (min-width: 1024px) {
  .usp--has-badge {
    margin-top: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .usp--has-badge .module-intro {
    width: 55.46875vw;
  }
}
@media only screen and (min-width: 1680px) {
  .usp--has-badge .module-intro {
    width: 928px;
  }
}

.usp__inner {
  margin-inline: auto;
  width: var(--content-width);
  position: relative;
}

.usp__image {
  width: 19.7333333333vw;
}
@media only screen and (min-width: 768px) {
  .usp__image {
    width: 19.0104166667vw;
    max-width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .usp__image {
    right: -64px;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
  }
}

.usp__items {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media only screen and (min-width: 1024px) {
  .usp__items {
    flex-direction: row;
    gap: 0 var(--grid-gutter);
  }
  .usp__items .usp-item {
    flex: 1;
  }
}
