.c5-sticky__group {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 640px) {
  .c5-sticky__group {
    gap: 120px;
  }
}
.c5-sticky__wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .c5-sticky__wrap {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .c5-sticky__item {
    position: sticky;
    top: 150px;
  }
}
.c5-mod2col {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .c5-mod2col {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .c5-mod2col__item {
    width: 50%;
    flex: 0 0 auto;
  }
}
.c5-mod2col__body {
  padding-top: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .c5-mod2col__body {
    padding-top: 0;
    padding-left: 50px;
  }
}
.c5-mod2col__img img {
  display: block;
  width: 100%;
  height: auto;
}
.c5-mod2col__heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .c5-mod2col__heading {
    padding-bottom: 20px;
  }
}
.c5-mod2col__dl {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (min-width: 640px) {
  .c5-mod2col__dl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c5-mod2col__dl--row {
  display: flex;
  flex-direction: column;
}
.c5-mod2col__dl--row dt,
.c5-mod2col__dl--row dd {
  margin: 0;
  padding: 0;
  display: block;
}
.c5-mod2col__dl--row p {
  margin: 0;
}
.c5-mod2col__dl--row p + p {
  margin-top: 1.4em;
}
.c5-mt140 {
  margin-top: 100px;
}
@media screen and (min-width: 640px) {
  .c5-mt140 {
    margin-top: 140px;
  }
}
.c5-mt1em {
  margin-top: 1.4em;
}