@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap");
.longform-body {
  font-family: 'Noto Serif', sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 50px;
}

.longform-body h1,
.longform-body h2,
.longform-body h3,
.longform-body h4,
.longform-body h5 {
  font-family: 'Noto Serif', serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 18px;
  margin-top: 0;
}

.longform-body h1 {
  font-size: 30px;
}

.longform-body h2 {
  font-size: 26px;
}

.longform-body h3 {
  font-size: 22px;
}

.longform-body h4 {
  font-size: 18rem;
}

.longform-body strong,
.longform-body b {
  font-weight: 700;
}

.longform-body p {
  margin-bottom: 18px;
}

.longform-body img {
  max-width: 100%;
}

.longform-body picture {
  display: block;
  width: 100%;
  height: 100%;
}

.longform-body .text-left {
  text-align: left;
}

.longform-body .text-center {
  text-align: center;
}

.longform-body .text-right {
  text-align: right;
}

.longform-body .lf-cover {
  margin-bottom: 18px;
}

.longform-body .lf-cover img {
  width: 100%;
}

.longform-body .lf-heading {
  width: 720px;
  max-width: 100%;
  margin: 18px auto;
}

.longform-body .lf-heading:after {
  content: '' !important;
  width: 200px;
  height: 2px;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  margin: 50px auto;
}

.longform-body .lf-paragraph {
  width: 720px;
  max-width: 100%;
  margin: 18px auto;
}

.longform-body .lf-first-letter {
  width: 720px;
  max-width: 100%;
  margin: 18px auto;
}

.longform-body .lf-first-letter .picture {
  margin-bottom: 18px;
}

.longform-body .lf-first-letter .picture + p::first-letter {
  font-size: 52px;
  line-height: 48px;
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  color: inherit;
  font-weight: bold;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.longform-body .lf-first-letter p:first-child:first-letter {
  font-size: 52px;
  line-height: 48px;
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  color: inherit;
  font-weight: bold;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.longform-body .lf-image-caption {
  width: 80%;
  max-width: 100%;
  margin: 18px auto;
}

.longform-body .lf-image-caption .picture + .caption {
  padding: 10px 18px;
}

.longform-body .lf-image-caption p {
  padding: 0 15px;
}

.longform-body .lf-image-fit {
  margin: 50px auto 18px auto;
}

.longform-body .lf-image-full {
  width: 100%;
  max-width: 100%;
  margin: 18px auto;
}

.longform-body .lf-image-full p {
  padding: 0 18px;
}

.longform-body .lf-image-full .picture + p {
  margin-top: 18px;
}

.longform-body .lf-image-left {
  width: 720px;
  max-width: 100%;
  margin: 18px auto;
}

.longform-body .lf-image-left .align-left {
  margin-left: -200px;
  margin-right: 30px;
  max-width: 70%;
  float: left;
}

.longform-body .lf-image-left::after {
  content: '';
  clear: both;
  display: block;
}

.longform-body .lf-image-right {
  width: 720px;
  max-width: 100%;
  margin: 18px auto;
}

.longform-body .lf-image-right .align-right {
  margin-right: -200px;
  margin-left: 30px;
  max-width: 70%;
  float: right;
}

.longform-body .lf-image-right::after {
  content: '';
  clear: both;
  display: block;
}

.longform-body .lf-video {
  width: 840px;
  max-width: 100%;
  margin: 18px auto;
}

.longform-body .lf-video .video {
  width: 100%;
}

.longform-body .lf-video .video video {
  object-fit: cover;
}

.longform-body .lf-video .caption {
  padding: 10px 18px;
}

.longform-body .lf-youtube {
  width: 840px;
  max-width: 100%;
  margin: 18px auto;
}

.longform-body .lf-youtube .caption {
  padding: 10px 18px;
}

.longform-body .lf-credit {
  position: relative;
  margin: 30px auto;
  padding-top: 30px;
}

.longform-body .lf-credit::after {
  content: '';
  width: 100px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  background: rgba(0, 0, 0, 0.1);
}

.longform-body .lf-blockquote {
  width: 720px;
  max-width: 100%;
  margin: 120px auto 30px auto;
}

.longform-body .lf-blockquote .content {
  position: relative;
  margin: 0 5rem;
}

.longform-body .lf-blockquote .content::before {
  content: '“';
  left: 0;
  top: -7rem;
  position: absolute;
  font-size: 15rem;
  width: 10rem;
  height: 10rem;
  font-family: Time New Roman, serif;
  color: inherit;
  line-height: 1;
  display: block;
}

.longform-body .lf-blockquote .content p strong {
  padding: 15px 0 15px 0;
  margin-top: 15px;
  display: block;
  position: relative;
}

.longform-body .lf-blockquote .content p strong::before {
  content: '';
  display: block;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  width: 50%;
  position: absolute;
  top: 0;
}

.longform-body .lf-image-fit-2 {
  width: 80%;
  max-width: 100%;
  margin: 18px auto;
}

.longform-body .lf-image-fit-2 .image-row {
  display: grid;
  padding: 2px;
  background-color: #fff;
  gap: 2px;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  grid-auto-rows: auto;
}

.longform-body .lf-image-fit-2 .image-row .image-item {
  height: 100%;
  width: 100%;
  overflow: hidden;
  grid-column: span 1 / auto;
}

.longform-body .lf-image-fit-2 .image-row .image-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.longform-body .lf-image-fit-2 .block-img2 + p {
  padding: 10px 18px;
  text-align: center;
}

.longform-body .lf-image-fit-3 {
  width: 80%;
  max-width: 100%;
  margin: 18px auto;
}

.longform-body .lf-image-fit-3 .image-row {
  display: grid;
  padding: 2px;
  background-color: #fff;
  gap: 2px;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  grid-auto-rows: auto;
}

.longform-body .lf-image-fit-3 .image-row .image-item {
  height: 100%;
  width: 100%;
  overflow: hidden;
  grid-column: span 1 / auto;
}

.longform-body .lf-image-fit-3 .image-row .image-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.longform-body .lf-image-fit-3 .image-row .image-item-tall {
  grid-row: 1 / span 2;
}

.longform-body .lf-image-fit-3 .image-row .image-item-wide {
  grid-column: span 1 / auto;
}

.longform-body .lf-image-fit-3 .block-img2 + p {
  padding: 10px 18px;
  text-align: center;
}

.longform-body .lf-image-fit-4 {
  width: 80%;
  max-width: 100%;
  margin: 18px auto;
}

.longform-body .lf-image-fit-4 .image-row {
  display: grid;
  padding: 2px;
  background-color: #fff;
  gap: 2px;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  grid-auto-rows: auto;
}

.longform-body .lf-image-fit-4 .image-row .image-item {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.longform-body .lf-image-fit-4 .image-row .image-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.longform-body .lf-image-fit-4 .image-row .image-item-tall {
  grid-row: 1 / span 3;
}

.longform-body .lf-image-fit-4 .image-row .image-item-wide {
  grid-column: span 2 / auto;
}

.longform-body .lf-image-fit-4 .block-img2 + p {
  padding: 10px 18px;
  text-align: center;
}

.body-mobile .longform-body {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
  background: none;
}

.body-mobile .longform-body h1,
.body-mobile .longform-body h2,
.body-mobile .longform-body h3,
.body-mobile .longform-body h4,
.body-mobile .longform-body h5 {
  font-size: 16px;
}

.body-mobile .longform-body h1 {
  font-size: 24px;
}

.body-mobile .longform-body h2 {
  font-size: 20px;
}

.body-mobile .longform-body h3 {
  font-size: 18px;
}

.body-mobile .longform-body h4 {
  font-size: 16px;
}

.body-mobile .longform-body h5 {
  font-size: 14px;
}

.body-mobile .longform-body p {
  margin-bottom: 18px;
}

.body-mobile .longform-body .text-left {
  text-align: left;
}

.body-mobile .longform-body .text-center {
  text-align: center;
}

.body-mobile .longform-body .text-right {
  text-align: left;
}

.body-mobile .longform-body .lf-cover {
  margin-bottom: 18px;
}

.body-mobile .longform-body .lf-heading {
  width: auto !important;
  margin: 18px auto;
  padding-left: 36px;
  padding-right: 36px;
}

.body-mobile .longform-body .lf-heading:after {
  margin: 18px auto;
  height: 1px;
}

.body-mobile .longform-body .lf-paragraph {
  width: auto !important;
  padding-left: 36px;
  padding-right: 36px;
}

.body-mobile .longform-body .lf-first-letter {
  width: auto !important;
  padding-left: 36px;
  padding-right: 36px;
}

.body-mobile .longform-body .lf-image-caption {
  width: auto !important;
  padding-left: 36px;
  padding-right: 36px;
}

.body-mobile .longform-body .lf-image-caption .picture img {
  width: 100%;
}

.body-mobile .longform-body .lf-image-caption .picture + .caption {
  padding: 10px 18px;
}

.body-mobile .longform-body .lf-image-caption p {
  padding: 0 15px;
}

.body-mobile .longform-body .lf-image-fit {
  width: 100% !important;
  margin: 30px auto 18px auto;
  padding-left: 36px;
  padding-right: 36px;
}

.body-mobile .longform-body .lf-image-full {
  width: 100% !important;
  margin: 18px auto;
}

.body-mobile .longform-body .lf-image-full p {
  padding: 0 36px;
}

.body-mobile .longform-body .lf-image-full .picture + p {
  margin-top: 18px;
}

.body-mobile .longform-body .lf-image-left {
  width: auto !important;
  margin: 18px auto;
  padding-left: 36px;
  padding-right: 36px;
}

.body-mobile .longform-body .lf-image-left .align-left {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 18px;
  max-width: 100%;
  float: none;
  display: block;
}

.body-mobile .longform-body .lf-image-left::after {
  content: '';
  clear: both;
  display: block;
}

.body-mobile .longform-body .lf-image-right {
  width: auto !important;
  margin: 18px auto;
  padding-left: 36px;
  padding-right: 36px;
}

.body-mobile .longform-body .lf-image-right .align-right {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 18px;
  max-width: 100%;
  float: none;
  display: block;
}

.body-mobile .longform-body .lf-image-right::after {
  content: '';
  clear: both;
  display: block;
}

.body-mobile .longform-body .lf-video {
  width: auto !important;
  margin: 18px auto;
}

.body-mobile .longform-body .lf-video .video {
  width: 100%;
}

.body-mobile .longform-body .lf-video .video video {
  object-fit: cover;
}

.body-mobile .longform-body .lf-video .caption {
  padding: 10px 18px;
}

.body-mobile .longform-body .lf-youtube {
  width: auto !important;
  margin: 18px auto;
}

.body-mobile .longform-body .lf-youtube .caption {
  padding: 10px 18px;
}

.body-mobile .longform-body .lf-credit {
  position: relative;
  margin: 18px auto;
  padding-top: 36px;
  padding-left: 36px;
  padding-right: 36px;
}

.body-mobile .longform-body .lf-blockquote {
  width: auto !important;
  max-width: 100%;
}

.body-mobile .longform-body .lf-blockquote .content {
  margin: 0 36px;
}

.body-mobile .longform-body .lf-blockquote .content::before {
  top: -5rem;
  font-size: 10rem;
}

.body-mobile .longform-body .lf-blockquote .content p strong::before {
  height: 1px;
}

.body-mobile .longform-body .lf-image-fit-2,
.body-mobile .longform-body .lf-image-fit-3,
.body-mobile .longform-body .lf-image-fit-4 {
  width: auto !important;
}

.body-mobile .longform-body .lf-image-fit-2 .image-row {
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  grid-auto-rows: 200px;
}

.body-mobile .longform-body .lf-image-fit-2 .image-row .image-item {
  grid-column: span 1 / auto;
}

.body-mobile .longform-body .lf-image-fit-3 .image-row {
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  grid-auto-rows: 200px;
}

.body-mobile .longform-body .lf-image-fit-3 .image-row .image-item {
  grid-column: span 1 / auto;
}

.body-mobile .longform-body .lf-image-fit-3 .image-row .image-item-tall {
  grid-row: 1 / span 1;
}

.body-mobile .longform-body .lf-image-fit-3 .image-row .image-item-wide {
  grid-column: span 2 / auto;
}

.body-mobile .longform-body .lf-image-fit-4 .image-row {
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  grid-auto-rows: 100px;
}

.body-mobile .longform-body .lf-image-fit-4 .image-row .image-item {
  grid-column: span 1 / auto;
}

.body-mobile .longform-body .lf-image-fit-4 .image-row .image-item-tall {
  grid-row: 1 / span 2;
}

.body-mobile .longform-body .lf-image-fit-4 .image-row .image-item-wide {
  grid-column: span 3 / auto;
}

@media screen and (max-width: 767px) {
  .longform-body {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
    background: none;
  }
  .longform-body h1,
  .longform-body h2,
  .longform-body h3,
  .longform-body h4,
  .longform-body h5 {
    font-size: 16px;
  }
  .longform-body h1 {
    font-size: 24px;
  }
  .longform-body h2 {
    font-size: 20px;
  }
  .longform-body h3 {
    font-size: 18px;
  }
  .longform-body h4 {
    font-size: 16px;
  }
  .longform-body h5 {
    font-size: 14px;
  }
  .longform-body p {
    margin-bottom: 18px;
  }
  .longform-body .text-left {
    text-align: left;
  }
  .longform-body .text-center {
    text-align: center;
  }
  .longform-body .text-right {
    text-align: left;
  }
  .longform-body .lf-cover {
    margin-bottom: 18px;
  }
  .longform-body .lf-heading {
    width: auto !important;
    margin: 18px auto;
    padding-left: 36px;
    padding-right: 36px;
  }
  .longform-body .lf-heading:after {
    margin: 18px auto;
    height: 1px;
  }
  .longform-body .lf-paragraph {
    width: auto !important;
    padding-left: 36px;
    padding-right: 36px;
  }
  .longform-body .lf-first-letter {
    width: auto !important;
    padding-left: 36px;
    padding-right: 36px;
  }
  .longform-body .lf-image-caption {
    width: auto !important;
    padding-left: 36px;
    padding-right: 36px;
  }
  .longform-body .lf-image-caption .picture img {
    width: 100%;
  }
  .longform-body .lf-image-caption .picture + .caption {
    padding: 10px 18px;
  }
  .longform-body .lf-image-caption p {
    padding: 0 15px;
  }
  .longform-body .lf-image-fit {
    width: 100% !important;
    margin: 30px auto 18px auto;
    padding-left: 36px;
    padding-right: 36px;
  }
  .longform-body .lf-image-full {
    width: 100% !important;
    margin: 18px auto;
  }
  .longform-body .lf-image-full p {
    padding: 0 36px;
  }
  .longform-body .lf-image-full .picture + p {
    margin-top: 18px;
  }
  .longform-body .lf-image-left {
    width: auto !important;
    margin: 18px auto;
    padding-left: 36px;
    padding-right: 36px;
  }
  .longform-body .lf-image-left .align-left {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
    max-width: 100%;
    float: none;
    display: block;
  }
  .longform-body .lf-image-left::after {
    content: '';
    clear: both;
    display: block;
  }
  .longform-body .lf-image-right {
    width: auto !important;
    margin: 18px auto;
    padding-left: 36px;
    padding-right: 36px;
  }
  .longform-body .lf-image-right .align-right {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 18px;
    max-width: 100%;
    float: none;
    display: block;
  }
  .longform-body .lf-image-right::after {
    content: '';
    clear: both;
    display: block;
  }
  .longform-body .lf-video {
    width: auto !important;
    margin: 18px auto;
  }
  .longform-body .lf-video .video {
    width: 100%;
  }
  .longform-body .lf-video .video video {
    object-fit: cover;
  }
  .longform-body .lf-video .caption {
    padding: 10px 18px;
  }
  .longform-body .lf-youtube {
    width: auto !important;
    margin: 18px auto;
  }
  .longform-body .lf-youtube .caption {
    padding: 10px 18px;
  }
  .longform-body .lf-credit {
    position: relative;
    margin: 18px auto;
    padding-top: 36px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .longform-body .lf-blockquote {
    width: auto !important;
    max-width: 100%;
  }
  .longform-body .lf-blockquote .content {
    margin: 0 36px;
  }
  .longform-body .lf-blockquote .content::before {
    top: -5rem;
    font-size: 10rem;
  }
  .longform-body .lf-blockquote .content p strong::before {
    height: 1px;
  }
  .longform-body .lf-image-fit-2,
  .longform-body .lf-image-fit-3,
  .longform-body .lf-image-fit-4 {
    width: auto !important;
  }
  .longform-body .lf-image-fit-2 .image-row {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-auto-rows: 200px;
  }
  .longform-body .lf-image-fit-2 .image-row .image-item {
    grid-column: span 1 / auto;
  }
  .longform-body .lf-image-fit-3 .image-row {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-auto-rows: 200px;
  }
  .longform-body .lf-image-fit-3 .image-row .image-item {
    grid-column: span 1 / auto;
  }
  .longform-body .lf-image-fit-3 .image-row .image-item-tall {
    grid-row: 1 / span 1;
  }
  .longform-body .lf-image-fit-3 .image-row .image-item-wide {
    grid-column: span 2 / auto;
  }
  .longform-body .lf-image-fit-4 .image-row {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-auto-rows: 100px;
  }
  .longform-body .lf-image-fit-4 .image-row .image-item {
    grid-column: span 1 / auto;
  }
  .longform-body .lf-image-fit-4 .image-row .image-item-tall {
    grid-row: 1 / span 2;
  }
  .longform-body .lf-image-fit-4 .image-row .image-item-wide {
    grid-column: span 3 / auto;
  }
}
