.content-style__img {
  width: 304px;
}
.content-style__img img.widthauto {
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .content-style__img {
    width: 100%;
  }
  .content-style__img img {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: block;
  }
  .content-style__img img.m-w73 {
    max-width: 73%;
  }
  .content-style__img img.m-w137 {
    max-width: 137px;
  }
}
.content-style__img--top-offset {
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .content-style__img--top-offset {
    margin-top: -20px;
  }
}
.content-style__copy {
  width: calc(100% - 304px);
  padding-left: 22px;
}
@media only screen and (max-width: 767px) {
  .content-style__copy {
    width: 100%;
    padding: 0;
  }
}
.content-style__copy .list-style {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--body-color);
}
@media only screen and (max-width: 767px) {
  .content-style__copy .list-style {
    font-size: 14px;
  }
}
.content-style__copy .list-style li::before {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
  content: "";
  width: 42px;
  height: 2px;
  background-color: var(--color-orange);
}
@media only screen and (max-width: 767px) {
  .content-style__copy .list-style li::before {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
.content-style__copy .list-style li:first-child::before {
  display: none;
}
.content-style__column .list-style {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  .content-style__column .list-style {
    width: calc(50% - 9px);
  }
  .content-style__column .list-style.sm-list-style-full {
    width: 100%;
  }
}
.content-style--layout2 .content-style__img {
  width: 368px;
}
@media only screen and (max-width: 767px) {
  .content-style--layout2 .content-style__img {
    width: 100%;
  }
}
.content-style--layout2 .content-style__copy {
  width: calc(100% - 368px);
}
@media only screen and (max-width: 767px) {
  .content-style--layout2 .content-style__copy {
    width: 100%;
  }
}
.content-style--layout3 .content-style__img {
  width: 385px;
}
@media only screen and (max-width: 767px) {
  .content-style--layout3 .content-style__img {
    width: 100%;
  }
}
.content-style--layout3 .content-style__copy {
  width: calc(100% - 385px);
}
@media only screen and (max-width: 767px) {
  .content-style--layout3 .content-style__copy {
    width: 100%;
  }
}
.content-style--layout4 .content-style__img {
  width: 370px;
}
@media only screen and (max-width: 767px) {
  .content-style--layout4 .content-style__img {
    width: 100%;
  }
}
.content-style--layout4 .content-style__copy {
  width: calc(100% - 370px);
}
@media only screen and (max-width: 767px) {
  .content-style--layout4 .content-style__copy {
    width: 100%;
  }
}
.content-style--layout5 .content-style__img {
  width: 420px;
}
@media only screen and (max-width: 767px) {
  .content-style--layout5 .content-style__img {
    width: 100%;
  }
}
.content-style--layout5 .content-style__copy {
  width: calc(100% - 420px);
}
@media only screen and (max-width: 767px) {
  .content-style--layout5 .content-style__copy {
    width: 100%;
  }
}
.content-style--layout6 .content-style__img {
  width: 494px;
}
@media only screen and (max-width: 991px) {
  .content-style--layout6 .content-style__img {
    width: 304px;
  }
}
@media only screen and (max-width: 767px) {
  .content-style--layout6 .content-style__img {
    width: 100%;
  }
}
.content-style--layout6 .content-style__copy {
  width: calc(100% - 494px);
}
@media only screen and (max-width: 991px) {
  .content-style--layout6 .content-style__copy {
    width: calc(100% - 304px);
  }
}
@media only screen and (max-width: 767px) {
  .content-style--layout6 .content-style__copy {
    width: 100%;
  }
}
.content-style--layout6 .content-style__column .list-style {
  width: calc(50% - 20px);
}/*# sourceMappingURL=content-layouts.css.map */