/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[3]!./assets/style/cms.conditions.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
#conditionsheader {
  background-color: #4f4db8;
  color: #ffffff;
  text-align: center;
}
#conditionsheader h2.mainintro {
  color: #ffffff;
  margin-bottom: 1.25em;
}
#conditionsheader p {
  margin: 2em 0 0 0;
  font-weight: 700;
}

#conditionheader {
  background-color: #4f4db8;
  color: #ffffff;
  text-align: center;
  padding-bottom: 0;
}
#conditionheader .inner {
  background-image: url(/build/images/condition.f6e72b2a.svg);
  background-position: right bottom;
  background-size: auto 100%;
  overflow: auto;
  background-repeat: no-repeat;
  text-align: left;
}
#conditionheader h2 {
  font-size: 46px;
  margin-bottom: 1.45em;
}
#conditionheader img {
  display: block;
}

@media only screen and (max-width: 767px) {
  #conditionheader .inner {
    background-size: auto 8em;
    padding-bottom: 8em;
    text-align: center;
  }
  #conditionheader h2 {
    font-size: 30px;
    line-height: 1.5em;
  }
}
