/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./src/css/solutions.css ***!
  \*****************************************************************************************************/
/* Solutions */
body.single-aasolutions {
  --max-width: 750px;
}
body.single-aasolutions .hero_content .is-style-standard-padding,
body.single-aasolutions #page_contents .is-style-standard-padding {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body.single-aasolutions #page_contents .is-style-standard-padding>* {
  max-width: var(--max-width);
  margin-left: 0 !important;
}
/*
body.single-aasolutions .wp-block-allaround-hero .hero_content:after {
  content: "";
  background-image: url(../assets/images/dot-background.svg);
  background-position: top;
  background-size: cover;
  display: block;
  height: calc(100% + 200px);
  width: 100%;
  position: absolute;
  bottom: -200px;
  z-index: 0;
  opacity: 0;
  transition: all 1s cubic-bezier(.56, .2, .23, .89);
  -webkit-transition: all 1s cubic-bezier(.56, .2, .23, .89);
  -moz-transition: all 1s cubic-bezier(.56, .2, .23, .89);
  -ms-transition: all 1s cubic-bezier(.56, .2, .23, .89);
  -o-transition: all 1s cubic-bezier(.56, .2, .23, .89);
}
body.single-aasolutions.loaded .wp-block-allaround-hero .hero_content:after {
  opacity: 0.5;
}*/
body.single-aasolutions .wp-block-post-featured-image {
  position: relative;
  bottom: -200px;
  margin-top: -200px;
}
body.single-aasolutions #benefits {
  position: relative;
}
body.single-aasolutions #benefits::before,
body.single-aasolutions #benefits::after {
  content: url(../assets/images/green-partial-circle.svg);
  position: absolute;
}
body.single-aasolutions #benefits::before {
  top: -6px;
  right: calc(50% + var(--wp--preset--spacing--60) - (var(--wp--style--global--content-size) / 2));
  transform: rotate(180deg);
}
body.single-aasolutions #benefits::after {
  bottom: -6px;
  left: calc(50% + var(--wp--preset--spacing--60) - (var(--wp--style--global--content-size) / 2));
}

body.single-aasolutions #benefits {
  margin: var(--wp--preset--spacing--70) 0;
}
body.single-aasolutions #benefits .wp-block-columns {
  position: relative;
  z-index: 1;
}
body.single-aasolutions #benefits .wp-block-column:first-of-type {
  position: relative;
  top: -150px;
}
body.single-aasolutions #benefits .wp-block-column:last-of-type {
  position: relative;
  bottom: -150px;
}
body.single-aasolutions #benefits .wp-block-heading {
  margin: 0;
}
@media screen and (max-width: 781px) {
  body.single-aasolutions #benefits .wp-block-column:first-of-type {
    margin-bottom: -150px;
  }
  body.single-aasolutions #benefits .wp-block-column:last-of-type {
    margin-top: -150px;
  }
}

/*# sourceMappingURL=solutions.css.map*/