.paragraph--type--basic-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .paragraph--type--basic-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--basic-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--basic-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--basic-content {
    max-width: 1200px;
  }
}
.paragraph--type--basic-content h2.body-content-title {
  color: #1E9ECC;
}

.body-content {
  position: relative;
}
.body-content-hidden {
  display: none;
}
.body-content-show-more {
  font-size: 18.66px;
  font-weight: 700;
  border-radius: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  padding: 13px 21px;
  align-items: flex-start;
  border: none;
  transition: all 0.33s ease;
  transition-delay: 0;
  background: none;
  border: none;
  position: relative;
  color: #13294B;
  font-family: "Lexend", sans-serif;
  font-size: 18.66px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.33s ease;
  transition-delay: 0;
  font-size: 15px;
  text-decoration-color: #13294B;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  text-decoration-line: underline;
  position: relative;
  padding: 0;
  z-index: 1;
  align-self: flex-start;
}
.is-tabbing .body-content-show-more:focus {
  color: #F91E26;
}
@media (hover: hover) {
  .body-content-show-more:hover {
    color: #F91E26;
  }
}
.is-tabbing .body-content-show-more:focus {
  color: #F91E26;
  text-decoration-color: #F91E26;
  text-decoration-thickness: 4px;
}
@media (hover: hover) {
  .body-content-show-more:hover {
    color: #F91E26;
    text-decoration-color: #F91E26;
    text-decoration-thickness: 4px;
  }
}
.body-content-show-more:after {
  content: "\f13d";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  rotate: 0deg;
  transition: all 0.33s ease;
  transition-delay: 0;
  position: absolute;
  right: -25px;
  top: 50%;
  translate: 0 -50%;
  font-size: 16px;
}
.body-content-show-more.showing:after {
  rotate: 45deg;
}
.body-content--has-hidden:not(.showing-body):after {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.body-content--title-center .body-content-title {
  text-align: center;
}
/*# sourceMappingURL=body-content.css.map */