@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://use.typekit.net/acs6euw.css);
/* --- breakpoints --- */
/* ----- */
:root {
  --c-purple-light: #cdc9ec;
  --c-yellow: #ffa700;
  --c-line: #645c9c;
  --c-blue: #261cc2;
  --c-mediumgrey: #797979;
  --c-grey: #131313;
  --c-fgrey: #323232;
  --c-lightgrey: #f1f1f1;
  --c-darkred: #a70009;
  --c-red: #e30713;
  --c-black: black;
}

.wp-block[data-type="acf/slider"] {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 0px !important;
}

.text-image {
  background-color: var(--c-blue);
}
.text-image .cont {
  display: block;
  color: white;
  padding: 130px 30px;
  position: relative;
}
.text-image .cont h2.title {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0 0 40px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.text-image .cont h1, .text-image .cont h2, .text-image .cont h3, .text-image .cont h4, .text-image .cont h4, .text-image .cont p {
  color: white;
}
.text-image .cont ul li, .text-image .cont ol li {
  color: white;
}
.text-image .cont img.gfx {
  position: absolute;
  right: -650px;
  bottom: 0;
  width: 600px;
}
/*# sourceMappingURL=text-image.css.map */
