/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/imageBullets/imageBullets.scss ***!
  \**********************************************************************************************************************************************************************************************************/
@keyframes arrow-animation {
  0% {
    transform-origin: 50% 50%;
    transform: scaleX(1) scaleY(1) translateX(0);
    opacity: 1;
  }
  30% {
    transform: scaleX(1.5) scaleY(0.8) translateX(70%);
    opacity: 0;
  }
  31% {
    transform: scaleX(1.5) scaleY(0.8) translateX(70%);
  }
  32% {
    transform: scaleX(1.5) scaleY(0.8) translateX(-90%);
    opacity: 0;
  }
  33% {
    transform: scaleX(1.5) scaleY(0.8) translateX(-90%);
    opacity: 0;
  }
  80% {
    transform-origin: 50% 50%;
    transform: scaleX(1) scaleY(1) translateX(0%);
    opacity: 1;
  }
}
.font-bold {
  font-weight: 700;
}

hr {
  border: none;
  -webkit-border-before: 0.0625rem solid;
          border-block-start: 0.0625rem solid;
}

.image-bullets__headline {
  color: rgb(var(--color-blue));
}
.image-bullets__headline--large {
  --font-weight: 700;
  margin-bottom: 1.5rem;
}

.image-bullets__description {
  color: rgb(var(--color-black-70));
  margin-bottom: 1.5rem;
}

.image-bullets__container {
  display: flex;
  align-items: center;
  -moz-column-gap: 5.9375rem;
       column-gap: 5.9375rem;
  row-gap: 2rem;
}

.image-bullets__image {
  --width: 33.75rem;
  max-width: var(--width);
  flex: 0 1 var(--width);
  width: 100%;
}

.image-bullets__block + .image-bullets__block {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.image-bullets__list {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  -moz-columns: 2;
       columns: 2;
}
.image-bullets__list--large {
  -moz-columns: 1;
       columns: 1;
}

.image-bullets__list-item {
  display: flex;
  flex-flow: row nowrap;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding-block: 0.5rem;
  color: rgb(var(--color-black-70));
}

.image-bullets__button {
  margin-top: 2.5rem;
}

@media print, screen and (max-width: 56.31125em) {
  .image-bullets {
    --spacing: 4rem;
  }
  .image-bullets__container {
    flex-direction: column;
    flex: 0 1 auto;
  }
  .image-bullets__image {
    flex: 0 1 auto;
  }
  .image-bullets__list {
    -moz-columns: 1;
         columns: 1;
    padding-left: 1.625rem;
  }
  .image-bullets__content {
    width: 100%;
  }
}
