/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/platform-flexibility/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@keyframes dash-flow {
  from {
    stroke-dashoffset: 12;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-flow-reverse {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 12;
  }
}
.wp-block-create-block-platform-flexibility .js-dash {
  animation: dash-flow 0.5s linear infinite;
}
.wp-block-create-block-platform-flexibility .js-dash--reverse {
  animation: dash-flow-reverse 0.5s linear infinite;
}
.wp-block-create-block-platform-flexibility .-highlighted-text::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 11px;
  height: 1px;
  background-color: #000;
  margin-top: -1px;
}
.wp-block-create-block-platform-flexibility .-highlighted-text::after {
  content: "";
  position: absolute;
  left: 5px;
  height: 11px;
  width: 1px;
  top: 0.75rem;
  margin-top: -6px;
  background-color: #000;
}
.wp-block-create-block-platform-flexibility .-highlighted-text strong {
  color: black;
  font-weight: 400;
}

/*# sourceMappingURL=style-index.css.map*/