.gd-section--wysiwyg {
  position: relative;
}
.gd-section--wysiwyg.is-style-with_arrows::before {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 533px;
  height: 468px;
  content: "";
  background-image: url("../../images/top-arrows.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1439px) {
  .gd-section--wysiwyg.is-style-with_arrows::before {
    top: -20px;
    width: 170px;
    height: 130px;
    background-size: contain;
  }
}
.gd-section--wysiwyg.is-style-with_arrows_secondary::before {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 700px;
  height: 300px;
  content: "";
  background-image: url("../../images/top-arrows-secondary.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
@media (max-width: 1439px) {
  .gd-section--wysiwyg.is-style-with_arrows_secondary::before {
    top: auto;
    right: -10px;
    bottom: -5px;
    width: 150px;
    height: 100px;
    display: none;
  }
}
.gd-section--wysiwyg.is-alignment-center {
  text-align: center;
}
.gd-section--wysiwyg.is-alignment-center h3 {
  max-width: 100%;
}
@media (min-width: 992px) {
  .gd-section--wysiwyg .container.large {
    width: 1320px;
  }
}
.gd-section--wysiwyg .wysiwyg.full_width_content p {
  max-width: none;
}
.gd-section--wysiwyg .wysiwyg {
  position: relative;
}
.gd-section--wysiwyg .wysiwyg h3 {
  color: #003D5B;
}
.gd-section--wysiwyg .wysiwyg + .cta-link {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .gd-section--wysiwyg .wysiwyg + .cta-link {
    padding-top: 40px;
  }
}
.gd-section--wysiwyg .wysiwyg-video video {
  width: 100%;
  height: auto;
}

.wysiwyg h2 {
  font-weight: bold;
  color: #003D5B;
}
.wysiwyg p {
  margin-bottom: 16px;
  color: #003D5B;
  line-height: 24px;
}
.wysiwyg p:last-child {
  margin-bottom: 0px;
}
.wysiwyg p.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg .categoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.wysiwyg .categoryList__item {
  width: calc(33.3333% - 30px);
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #2ED8C3;
  max-width: 310px;
}
@media (max-width: 991px) {
  .wysiwyg .categoryList__item {
    width: calc(50% - 30px);
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .wysiwyg .categoryList__item {
    width: calc(100% - 30px);
    max-width: initial;
  }
}
.wysiwyg .categoryList .term {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  transition: all ease-in-out 0.25s;
}
.wysiwyg .categoryList .term:hover {
  color: #CC3262;
}
@media (min-width: 768px) {
  .wysiwyg img.mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .wysiwyg img.desktop {
    display: none;
  }
  .wysiwyg img.mobile {
    width: 100%;
  }
}/*# sourceMappingURL=wysiwyg.css.map */