@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
.text-line {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 30px 20px 20px;
  color: #ffffff;
}
.text-line.background--white {
  background: #ffffff;
}
.text-line.background--black {
  background: #000000;
}
.text-line.background--dark-grey {
  background: #666666;
}
.text-line.background--medium-grey {
  background: #D5D5D5;
}
.text-line.background--light-grey {
  background: #FCF8F8;
}
.text-line.background--night-blue {
  background: #101B5D;
}
.text-line.background--red {
  background: #DB1811;
}
.text-line.background--aqua {
  background: #0CA6D6;
}
.text-line.background--orange {
  background: #F16801;
}
.text-line.background--purple {
  background: #581ABD;
}
.text-line.background--magenta {
  background: #D84797;
}
.text-line.background--red-medium {
  background: #FFA099;
}
.text-line.background--aqua-medium {
  background: #81DBF3;
}
.text-line.background--orange-medium {
  background: #FEB178;
}
.text-line.background--purple-medium {
  background: #A778F2;
}
.text-line.background--magenta-medium {
  background: #EB9ADE;
}
.text-line.background--none {
  padding: 0;
}
.text-line.background--none, .text-line.background--medium-grey, .text-line.background--light-grey, .text-line.background--white {
  color: #000000;
}
.text-line .field {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.text-line .field:after {
  display: none;
}
.text-line p {
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
}
.text-line p, .text-line ul, .text-line ol {
  line-height: 30px;
}
.text-line p a, .text-line ul a, .text-line ol a {
  color: #666666;
  text-decoration: unset;
  background: linear-gradient(180deg, rgba(0, 114, 184, 0) 65%, #0CA6D6 65%);
}
.text-line ul li, .text-line ol li {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
}
/*# sourceMappingURL=text-line.css.map */
